Skip to content

[23.9] Packages: Recover August 26 npm release metadata - #82086

Merged
jeryj merged 1 commit into
release/23.9from
packages/recover-aug-26-npm-metadata-release-23-9
Aug 26, 2026
Merged

jeryj merged 1 commit into
release/23.9from
packages/recover-aug-26-npm-metadata-release-23-9

Conversation

@jeryj

@jeryj jeryj commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

What?

Companion to #82085.

Restores the August 26, 2026 npm package release metadata on release/23.9.

This updates the 121 package versions, their changelog sections, and the matching workspace entries in package-lock.json. It does not change the Gutenberg plugin version, which stays at 23.9.0-rc.1.

This PR does not republish any npm packages or create tags.

Why?

The Gutenberg 23.9 RC1 package job published all 121 packages successfully, then failed in the post-publish verification phase while the npm registry was still propagating. Because verification runs before the finalization step, the job never backported the release metadata and never created the package tags.

The 23.9 release branch therefore still describes the previous npm package release.

How?

Uses the exact August 26 release sections prepared on wp/latest and the exact versions published to npm. The release heading is inserted directly beneath ## Unreleased, so any entries added after that publication remain unreleased. Existing release history and all other package metadata are unchanged.

This is the same commit as #82085, cherry-picked. The two branches are byte-identical across packages/*/package.json, packages/*/CHANGELOG.md, and package-lock.json, so no adaptation was required.

Testing Instructions

Confirm every version in this PR is already published:

npx lerna list --json --no-private \
  | jq -r '.[] | "\(.name)@\(.version)"' \
  | while read pv; do
      npm view "$pv" version >/dev/null 2>&1 || echo "NOT ON NPM: $pv"
    done

This should print nothing.

Confirm the Gutenberg plugin version in the root package.json is unchanged.

Testing Instructions for Keyboard

Not applicable; this does not change UI.

Screenshots or screencast

Not applicable.


Part of the 23.9 npm release recovery, alongside #82084 (wp/latest) and #82085 (trunk). Follows the approach used for the July 29 recovery in #81303 and #81304.

Restores the 121 package versions published to npm on August 26, 2026,
their release changelog sections, and the matching package-lock.json
workspace entries.

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01CTTS777DnLJGJKEpgKLyqt
@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: jeryj <[email protected]>
Co-authored-by: aduth <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@github-actions github-actions Bot added [Package] Element /packages/element [Package] Date /packages/date [Package] Data /packages/data [Package] Server Side Render /packages/server-side-render labels Aug 26, 2026
@github-actions github-actions Bot added [Package] Plugins /packages/plugins [Package] Components /packages/components [Package] Blocks /packages/blocks [Package] Editor /packages/editor [Package] Redux Routine /packages/redux-routine [Package] Block library /packages/block-library [Package] Notices /packages/notices [Package] Token List /packages/token-list [Package] Format library /packages/format-library [Package] Rich text /packages/rich-text [Package] Block editor /packages/block-editor [Package] Edit Post /packages/edit-post [Package] Data Controls /packages/data-controls [Package] Priority Queue /packages/priority-queue [Package] Edit Widgets /packages/edit-widgets [Package] E2E Tests /packages/e2e-tests [Package] Project management automation /packages/project-management-automation [Package] Escape HTML /packages/escape-html [Package] Interface /packages/interface [Package] Primitives /packages/primitives [Package] Icons /packages/icons [Package] Keyboard Shortcuts /packages/keyboard-shortcuts [Package] Lazy import /packages/lazy-import [Package] Edit Site /packages/edit-site [Package] Base styles /packages/base-styles labels Aug 26, 2026

@aduth aduth left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 7.92 MB

compressed-size-action

@github-actions

Copy link
Copy Markdown

Flaky tests detected in 3a02401.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/32991367968
📝 Reported tests:

keeps a new post discoverable after the editor automatically autosaves it in /test/e2e/specs/editor/collaboration/collaboration-autodraft-autosave-loss.spec.ts, passed after 1 failed attempt.
Error: apiRequestContext.fetch: socket hang up
Call log:
  - → GET http://localhost:8889/wp-json/wp/v2/posts/50?context=edit
    - user-agent: Playwright/1.62.1 (x64; ubuntu 24.04) node/20.20 CI/1
    - accept: */*
    - accept-encoding: gzip,deflate,br
    - X-WP-Nonce: 80225c7b3b
    - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1787936630%7CejkiQ234nJI4B4NeH3kFqgdiEhU2fMNW7FXZkUh5LUX%7C905c01b920afdcdca54a4f535cecc39acca7df219697dec0e561f7f05948d6b7; wp-settings-time-1=1787763957

    at RequestUtils.rest (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/rest.ts:112:39)
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/collaboration/collaboration-autodraft-autosave-loss.spec.ts:102:35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Package] A11y /packages/a11y [Package] API fetch /packages/api-fetch [Package] Autop /packages/autop [Package] Base styles /packages/base-styles [Package] Blob /packages/blob [Package] Block editor /packages/block-editor [Package] Block library /packages/block-library [Package] Blocks /packages/blocks [Package] Commands /packages/commands [Package] Components /packages/components [Package] Compose /packages/compose [Package] Core commands /packages/core-commands [Package] Core data /packages/core-data [Package] Data Controls /packages/data-controls [Package] Data /packages/data [Package] DataViews /packages/dataviews [Package] Date /packages/date [Package] Deprecated packages/deprecated [Package] DOM ready /packages/dom-ready [Package] DOM /packages/dom [Package] E2E Tests /packages/e2e-tests [Package] Edit Post /packages/edit-post [Package] Edit Site /packages/edit-site [Package] Edit Widgets /packages/edit-widgets [Package] Editor /packages/editor [Package] Element /packages/element [Package] Escape HTML /packages/escape-html [Package] Fields /packages/fields [Package] Format library /packages/format-library [Package] Hooks /packages/hooks [Package] HTML entities /packages/html-entities [Package] i18n /packages/i18n [Package] Icons /packages/icons [Package] Interactivity Router /packages/interactivity-router [Package] Interactivity /packages/interactivity [Package] Interface /packages/interface [Package] is-shallow-equal /packages/is-shallow-equal [Package] Keyboard Shortcuts /packages/keyboard-shortcuts [Package] Keycodes /packages/keycodes [Package] Lazy import /packages/lazy-import [Package] Media Utils /packages/media-utils [Package] Notices /packages/notices [Package] Patterns /packages/patterns [Package] Plugins /packages/plugins [Package] Preferences /packages/preferences [Package] Primitives /packages/primitives [Package] Priority Queue /packages/priority-queue [Package] Private APIs /packages/private-apis [Package] Project management automation /packages/project-management-automation [Package] React i18n /packages/react-i18n [Package] Redux Routine /packages/redux-routine [Package] Rich text /packages/rich-text [Package] Router /packages/router [Package] Server Side Render /packages/server-side-render [Package] Style Engine /packages/style-engine [Package] Sync /packages/sync [Package] Theme /packages/theme [Package] Token List /packages/token-list [Package] UI /packages/ui [Package] Url /packages/url [Package] Viewport /packages/viewport [Package] Warning /packages/warning [Package] Word count /packages/wordcount [Type] Build Tooling Issues or PRs related to build tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants