-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update wordpress monorepo (major) #9
base: main
Are you sure you want to change the base?
Conversation
Apply Sweep Rules to your PR?
This is an automated message generated by Sweep AI. |
449dbea
to
c4534f3
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThis update enhances the development environment by upgrading key WordPress-related packages in the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
c4534f3
to
e7c83b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (4)
package.json (4)
140-140
: Verify compatibility and check for breaking changes in@wordpress/blocks
.The update from
^12.25.0
to^13.0.0
may include breaking changes. Ensure that the codebase is compatible with this new version and that any necessary adjustments have been made.
139-139
: Verify compatibility and check for breaking changes in@wordpress/block-editor
.The update from
^12.16.0
to^14.0.0
may include breaking changes. Ensure that the codebase is compatible with this new version and that any necessary adjustments have been made.
142-142
: Verify compatibility and check for breaking changes in@wordpress/scripts
.The update from
^26.19.0
to^28.0.0
may include breaking changes, particularly affecting build scripts and tooling. Ensure that the codebase is compatible with this new version and that any necessary adjustments have been made.
141-141
: Verify compatibility and check for breaking changes in@wordpress/i18n
.The update from
^4.48.0
to^5.0.0
may include breaking changes, especially affecting internationalization features. Ensure that the codebase is compatible with this new version and that any necessary adjustments have been made.
e7c83b3
to
2a88de7
Compare
2a88de7
to
79e86fe
Compare
79e86fe
to
5988d9a
Compare
This PR contains the following updates:
^12.16.0
->^14.0.0
^12.25.0
->^14.0.0
^4.48.0
->^5.0.0
^26.19.0
->^30.0.0
Release Notes
WordPress/gutenberg (@wordpress/block-editor)
v14.8.0
Compare Source
v14.7.0
Compare Source
v14.6.0
Compare Source
v14.5.0
Compare Source
v14.4.0
Compare Source
v14.3.15
Compare Source
v14.3.14
Compare Source
v14.3.13
Compare Source
v14.3.12
Compare Source
v14.3.11
Compare Source
v14.3.10
Compare Source
v14.3.9
Compare Source
v14.3.8
Compare Source
v14.3.7
Compare Source
v14.3.6
Compare Source
v14.3.5
Compare Source
v14.3.4
Compare Source
v14.3.3
Compare Source
v14.3.2
Compare Source
v14.3.1
: 14.3.1Compare Source
Changelog
Code Quality
Block Library
First time contributors
The following PRs were merged by first time contributors:
Contributors
The following contributors merged PRs in this release:
@jorgefilipecosta
v14.3.0
Compare Source
v14.2.0
Compare Source
v14.1.0
Compare Source
v14.0.0
Compare Source
Breaking Changes
URLInput
: Remove deprecated__nextHasNoMarginBottom
prop and promote to default behavior (#64282).LineHeightControl
: Remove deprecated__nextHasNoMarginBottom
prop and promote to default behavior (#64281).Enhancements
FontFamilyControl
: Add__nextHasNoMarginBottom
prop for opting into the new margin-free styles (#64280).v13.4.0
Compare Source
v13.3.0
Compare Source
v13.2.0
Compare Source
v13.1.0
Compare Source
v13.0.7
Compare Source
v13.0.6
Compare Source
v13.0.5
Compare Source
v13.0.4
Compare Source
v13.0.3
Compare Source
v13.0.2
Compare Source
v13.0.1
Compare Source
v13.0.0
Compare Source
Breaking Changes
v12.26.0
Compare Source
Internal
classnames
package with the faster and smallerclsx
package (#61138).v12.25.0
Compare Source
v12.24.0
Compare Source
v12.23.0
Compare Source
v12.22.0
Compare Source
v12.21.0
Compare Source
v12.20.0
Compare Source
v12.19.9
Compare Source
v12.19.8
Compare Source
v12.19.7
Compare Source
v12.19.6
Compare Source
v12.19.5
Compare Source
v12.19.4
Compare Source
v12.19.3
Compare Source
v12.19.2
Compare Source
v12.19.1
Compare Source
v12.19.0
Compare Source
FontSizePicker
: Remove deprecated__nextHasNoMarginBottom
prop and promote to default behavior (#58702).v12.18.2
Compare Source
v12.18.1
Compare Source
v12.18.0
Compare Source
__experimentalRecursionProvider
and__experimentalUseHasRecursion
in favor of their new stable counterpartsRecursionProvider
anduseHasRecursion
.v12.17.0
Compare Source
WordPress/gutenberg (@wordpress/blocks)
v14.2.0
Compare Source
v14.1.0
Compare Source
v14.0.0
Compare Source
Breaking changes
blockType.parent
to be an array. While string values were never supported, they appeared to work with some unintended side-effects that have been fixed by #66250. For that reason, we've added some code that automatically migrates strings to arrays — though it still raises a warning.v13.10.0
Compare Source
v13.9.0
Compare Source
v13.8.5
Compare Source
v13.8.4
Compare Source
v13.8.3
Compare Source
v13.8.2
: 13.8.2Compare Source
Changelog
Enhancements
Components
onKeyDown
to usekeyboardEvent.code
. (42569)ColorPalette
: Display checkered preview background whenvalue
is transparent. (42232)Block Library
Global Styles
Document Settings
Block Editor
onEnter
support for group block. (40724)Site Editor
Accessibility
Icons
Nested / Inner Blocks
Colors
Bug Fixes
WP_TESTS_DOMAIN
constant to just hostname and not home URL. (41039)wp-env
. (41852)Block Library
Components
undefined
value tochildren
. (42686)expandOnMobile
. (42635)<select>
child elements. (42483)Accessibility
Post Editor
Block Editor
CSS & Styling
Global Styles
Widgets Editor
Rich Text
Site Editor
Themes
Icons
Performance
Components
_.isEmpty()
. (42468)_.compact()
. (42438)Post Editor
PageAttributesParent
away from_.deburr()
. (42429)Testing
_.snakeCase()
. (42427)Block Validation/Deprecation
_.fromPairs()
. (42217)Experiments
CSS & Styling
Global Styles
Documentation
WP_Block_Parser::Render()
. (42642)variations
key toblock.json
JSON schema definition. (42539)Components
SpaceInput
type. (42376)Code Quality
long-content-fade
gradient from transparent to color. (42401)Global Styles
Block Library
Tools
Testing
Build Tooling
First time contributors
The following PRs were merged by first time contributors:
Contributors
The following contributors merged PRs in this release:
@aaronrobertshaw @afercia @ajlende @amustaque97 @andrewserong @arcangelini @aristath @bph @carolinan @chad1008 @ciampo @danielbachhuber @DAreRodz @dcalhoun @ellatrix @fabiankaegy @geriux @getdave @gziolo @jameskoster @johnbillion @jorgefilipecosta @kkmuffme @Mamaduka @matiasbenedetto @mirka @ndiego @noisysocks @ntsekouras @oandregal @ObliviousHarmony @paulopmt1 @pedro-mendonca @pooja-muchandikar @ramonjd @ryanwelcher @scruffian @SiobhyB @sunil25393 @t-hamano @talldan @tellthemachines @tyxla @vcanales @walbo @westonruter @zaguiini
v13.8.1
: 13.8.1Compare Source
Changelog
Enhancements
Components
onKeyDown
to usekeyboardEvent.code
. (42569)ColorPalette
: Display checkered preview background whenvalue
is transparent. (42232)Block Library
Global Styles
Document Settings
Block Editor
onEnter
support for group block. (40724)Site Editor
Accessibility
Icons
Nested / Inner Blocks
Colors
Bug Fixes
WP_TESTS_DOMAIN
constant to just hostname and not home URL. (41039)wp-env
. (41852)Block Library
Components
undefined
value tochildren
. (42686)expandOnMobile
. (42635)<select>
child elements. (42483)Accessibility
Post Editor
Block Editor
CSS & Styling
Global Styles
Widgets Editor
Rich Text
Site Editor
Themes
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.