chore(deps): update wordpress monorepo (major)
This MR contains the following updates:
Release Notes
WordPress/gutenberg (@wordpress/api-fetch)
v7.0.0
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
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
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
Breaking Changes
- Variables like
process.env.IS_GUTENBERG_PLUGIN
have been replaced byglobalThis.IS_GUTENBERG_PLUGIN
. Build systems usingprocess.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
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
Breaking Changes
- Variables like
process.env.IS_GUTENBERG_PLUGIN
have been replaced byglobalThis.IS_GUTENBERG_PLUGIN
. Build systems usingprocess.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 withTabs
. (#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
: UseInputBase
for styling (#60261).
WordPress/gutenberg (@wordpress/compose)
v7.0.0
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
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
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
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
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
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
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.