Skip to content

chore(deps): update wordpress monorepo (major)

Michael Iseard requested to merge renovate/major-wordpress-monorepo into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/api-fetch (source) ^6.0.0 -> ^7.0.0 age adoption passing confidence
@wordpress/babel-preset-default (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
@wordpress/block-editor (source) ^12.0.0 -> ^13.0.0 age adoption passing confidence
@wordpress/blocks (source) ^12.0.0 -> ^13.0.0 age adoption passing confidence
@wordpress/browserslist-config (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence
@wordpress/components (source) ^27.0.0 -> ^28.0.0 age adoption passing confidence
@wordpress/compose (source) ^6.0.0 -> ^7.0.0 age adoption passing confidence
@wordpress/dependency-extraction-webpack-plugin (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence
@wordpress/element (source) ^5.0.0 -> ^6.0.0 age adoption passing confidence
@wordpress/env (source) ^9.0.0 -> ^10.0.0 age adoption passing confidence
@wordpress/hooks (source) ^3.2.1 -> ^4.0.0 age adoption passing confidence
@wordpress/i18n (source) ^4.2.3 -> ^5.0.0 age adoption passing confidence
@wordpress/keycodes (source) ^3.2.3 -> ^4.0.0 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/api-fetch)

v7.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/babel-preset-default)

v8.0.0

Compare Source

Breaking Changes

Note If you're using @​wordpress/scripts for building JS scripts to target WordPress 6.5 or earlier, you should not upgrade to this version and continue using @​wordpress/babel-preset-default@​7.

  • Use React's automatic runtime to transform JSX (#​61692).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/block-editor)

v13.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/blocks)

v13.0.0

Compare Source

Breaking Changes
  • 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.
WordPress/gutenberg (@​wordpress/browserslist-config)

v6.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/components)

v28.0.0

Compare Source

Breaking Changes
  • 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.
Enhancements
  • Tabs: Animate indicator (#​60560).
  • ComboboxControl: Introduce Combobox expandOnFocus prop (#​61705).
  • ProgressBar: Expose as public API (#​61062).
  • ProgressBar: Simplify default width implementation and make it more easily overridable (#​61976).
Bug Fixes
  • Autocomplete: Stabilize rendering of autocomplete items (#​61877).
  • TabPanel: Make the the focus styles consistent with Tabs. (#​61317).
  • InputControl: Fixed z-index issue where slider dots appeared in front of the Appearance dropdown. (#​61937)
Internal
  • Remove reduceMotion util (#​61963).
  • Add type support for CSS Custom Properties (#​61872).
  • Remove usage of deprecated spreading of key prop in JSX in CustomSelectControl and FormTokenField components (#​61692).
  • Tooltip: Fix Ariakit tooltip store usage (#​61858).
  • CustomSelectControlV2: Use InputBase for styling (#​60261).
WordPress/gutenberg (@​wordpress/compose)

v7.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/dependency-extraction-webpack-plugin)

v6.0.0

Compare Source

Breaking Changes

Note If you're using @​wordpress/scripts for building JS scripts to target WordPress 6.5 or earlier, you should not upgrade to this version and continue using @​wordpress/dependency-extraction-webpack-plugin@​5.

  • Use React's automatic runtime to transform JSX (#​61692).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/element)

v6.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/env)

v10.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/hooks)

v4.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/i18n)

v5.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.
WordPress/gutenberg (@​wordpress/keycodes)

v4.0.0

Compare Source

Breaking Changes
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Michael Iseard

Merge request reports