You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @cloudfour/patterns@17.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! dev react@"17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @wordpress/block-library@9.39.0
npm ERR! node_modules/@wordpress/block-library
npm ERR! dev @wordpress/block-library@"9.39.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /runner/cache/others/npm/_logs/2026-02-03T19_53_13_599Z-debug-0.log
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.21→9.39.0Release Notes
WordPress/gutenberg (@wordpress/block-library)
v9.39.0Compare Source
v9.38.0Compare Source
<time>inside link element.v9.37.0Compare Source
v9.36.0Compare Source
v9.35.0Compare Source
v9.34.0Compare Source
v9.33.10Compare Source
v9.33.9Compare Source
v9.33.8Compare Source
v9.33.7Compare Source
v9.33.6Compare Source
v9.33.5Compare Source
v9.33.4Compare Source
v9.33.3Compare Source
v9.33.2Compare Source
v9.33.1Compare Source
v9.33.0Compare Source
Enhancements
v9.32.0Compare Source
v9.31.0Compare Source
v9.30.0Compare Source
v9.29.0Compare Source
v9.28.0Compare Source
v9.27.0Compare Source
v9.26.0Compare Source
v9.25.0Compare Source
v9.24.0Compare Source
v9.23.0Compare Source
v9.22.0Compare Source
v9.21.0Compare Source
v9.20.0Compare Source
Enhancements
menu_orderordering option for post types that support it. (#68781)v9.19.6Compare Source
v9.19.5Compare Source
v9.19.4Compare Source
v9.19.3Compare Source
v9.19.2Compare Source
v9.19.1Compare Source
v9.19.0Compare Source
v9.18.0Compare Source
v9.17.0Compare Source
v9.16.0Compare Source
v9.15.1Compare Source
v9.15.0Compare Source
v9.14.0Compare Source
v9.13.0Compare Source
v9.12.0Compare Source
v9.11.0Compare Source
v9.10.0Compare Source
v9.9.0Compare Source
v9.8.17Compare Source
v9.8.16Compare Source
v9.8.15Compare Source
v9.8.14Compare Source
v9.8.13Compare Source
v9.8.12Compare Source
v9.8.11Compare Source
v9.8.10Compare Source
v9.8.9Compare Source
v9.8.8Compare Source
v9.8.7Compare Source
v9.8.6Compare Source
v9.8.5Compare Source
v9.8.4: 9.8.4Compare Source
Bug Fixes
v9.8.3: 9.8.3Compare Source
Bug Fixes
minHeightUnitto latest deprecation. (28627)v9.8.2: 9.8.2Compare Source
Bug Fixes
v9.8.1: 9.8.1Compare Source
Bug Fixes
v9.8.0Compare Source
v9.7.0Compare Source
v9.6.1: 9.6.1Compare Source
Bugfixes
v9.6.0Compare Source
v9.5.0Compare Source
New Feature
v9.4.0Compare Source
v9.3.0Compare Source
v9.2.0Compare Source
v9.1.0Compare Source
v9.0.8Compare Source
v9.0.7Compare Source
v9.0.6Compare Source
v9.0.5Compare Source
v9.0.4Compare Source
v9.0.3Compare Source
v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare Source
Breaking Changes
process.env.IS_GUTENBERG_PLUGINhave been replaced byglobalThis.IS_GUTENBERG_PLUGIN. Build systems usingprocess.envshould be updated (#61486).v8.35.0Compare Source
Internal
classnamespackage with the faster and smallerclsxpackage (#61138).v8.34.0Compare Source
v8.33.0Compare Source
v8.32.0Compare Source
v8.31.0Compare Source
v8.30.0Compare Source
v8.29.0Compare Source
v8.28.12Compare Source
v8.28.11Compare Source
v8.28.10Compare Source
v8.28.9Compare Source
v8.28.8Compare Source
v8.28.7Compare Source
v8.28.6Compare Source
v8.28.5Compare Source
v8.28.4Compare Source
v8.28.3Compare Source
v8.28.2Compare Source
v8.28.1Compare Source
v8.28.0Compare Source
v8.27.2Compare Source
v8.27.1Compare Source
v8.27.0Compare Source
v8.26.0Compare Source
v8.25.0Compare Source
v8.24.1Compare Source
v8.24.0Compare Source
v8.23.0Compare Source
v8.22.0Compare Source
v8.21.0Compare Source
Bug Fixes
v8.20.1Compare Source
v8.20.0Compare Source
v8.19.18Compare Source
v8.19.17Compare Source
v8.19.16Compare Source
v8.19.15Compare Source
v8.19.14Compare Source
v8.19.13Compare Source
v8.19.12Compare Source
v8.19.11Compare Source
v8.19.10Compare Source
v8.19.9Compare Source
v8.19.8Compare Source
v8.19.7Compare Source
v8.19.6Compare Source
v8.19.5Compare Source
v8.19.4Compare Source
v8.19.3Compare Source
v8.19.2Compare Source
v8.19.1Compare Source
v8.19.0Compare Source
v8.18.0Compare Source
v8.17.1Compare Source
v8.17.0Compare Source
v8.16.0Compare Source
v8.15.0Compare Source
v8.14.0Compare Source
v8.13.0Compare Source
v8.12.20Compare Source
v8.12.19Compare Source
v8.12.18Compare Source
v8.12.17Compare Source
v8.12.16Compare Source
v8.12.15Compare Source
v8.12.14Compare Source
v8.12.13Compare Source
v8.12.12Compare Source
v8.12.11Compare Source
v8.12.10Compare Source
v8.12.9Compare Source
v8.12.8Compare Source
v8.12.7Compare Source
v8.12.6Compare Source
v8.12.5Compare Source
v8.12.4Compare Source
v8.12.3Compare Source
v8.12.2Compare Source
v8.12.1Compare Source
v8.12.0Compare Source
v8.11.0Compare Source
v8.10.0Compare Source
v8.9.0Compare Source
v8.8.0Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
v8.5.0Compare Source
v8.4.0Compare Source
v8.3.16Compare Source
v8.3.15Compare Source
v8.3.14Compare Source
v8.3.13Compare Source
v8.3.12Compare Source
v8.3.11Compare Source
v8.3.10Compare Source
v8.3.9Compare Source
v8.3.8Compare Source
v8.3.7Compare Source
v8.3.6Compare Source
v8.3.5Compare Source
v8.3.4Compare Source
v8.3.3Compare Source
v8.3.2Compare Source
v8.3.1Compare Source
v8.3.0[Compare Source](https://redirect.github.com/WordPress/g
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.