Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/block-editor (source) ^12.16.0 -> ^14.0.0 age adoption passing confidence
@wordpress/blocks (source) ^12.25.0 -> ^14.0.0 age adoption passing confidence
@wordpress/i18n (source) ^4.48.0 -> ^5.0.0 age adoption passing confidence
@wordpress/scripts (source) ^26.19.0 -> ^30.0.0 age adoption passing confidence

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.1

Compare Source

Changelog

Code Quality
Block Library
  • Add: Missing output escaping on some blocks. (45045)

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
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.

v12.26.0

Compare Source

Internal
  • Replaced classnames package with the faster and smaller clsx 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

  • Deprecated __experimentalRecursionProvider and __experimentalUseHasRecursion in favor of their new stable counterparts RecursionProvider and useHasRecursion.

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
  • Normalize 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.2

Compare Source

Changelog

Enhancements
  • Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. (42428)
  • Equalize modal content padding. (42370)
  • Remove top margin on the first paragraph in a modal. (42369)
Components
  • BorderControl: Render border color/style dropdown as UnitControl prefix. (42212)
  • ColorPicker: Cleanly implement large size. (42002)
  • ComboboxControl: Refactor onKeyDown to use keyboardEvent.code. (42569)
  • Elevation: Convert component to TypeScript. (42302)
  • InputControl: Decrease large default padding if has prefix/suffix. (42166)
  • ScrollLock: Covert component to TypeScript. (42303)
  • SelectControl: Add flag for larger default size. (42456)
  • Shortcut: Covert component to TypeScript. (42272)
  • Divider: Complete TypeScript migration of component. (41991)
  • ToggleGroupControl: Add size variants. (42008)
  • UnitControl: Update unit select's focus styles. (42383)
  • BorderControl: Add missing changelog for accessibility enhancements. (42411)
  • CustomSelectControl: Use styles from SelectControl. (42460)
  • Dropdown: Add wrapper for custom padding. (42595)
  • InputControl: Add padding wrapper for prefix/suffix. (42378)
  • ScrollLock: Improve Storybook story for documentation view. (42344)
  • ColorPalette: Display checkered preview background when value is transparent. (42232)
Block Library
  • Added WhatsApp icon to the Social Icon Block. (42137)
  • Template Part: Swap block action places. (42221)
  • Template Parts: Add search to replacement modal. (42459)
  • Image: Add border block support for color, width, and style. (31366)
  • List v2: Remove quote transforms as removed by Quote v2. (42700)
  • Merge Comments and Post Comments blocks. (41807)
  • Theme.json: Add support for heading / caption elements in theme.json schema. (42433)
Global Styles
  • Add layout content size controls to global styles. (42309)
  • Core CSS support for root padding and alignfull blocks. (42085)
  • Theme.json: Add block support feature level selectors for blocks. (42087)
Document Settings
  • Make 'Move to trash' button full width. (42577)
Block Editor
  • Add setting to display rich text toolbar inline. (42399)
  • Add block variations for individual template parts. (42454)
  • Enable onEnter support for group block. (40724)
Site Editor
  • On template creation, don't show search if not needed. (42357)
Accessibility
  • BorderControl: Update labelling, tooltips and wrap with fieldset and legend. (42348)
Icons
  • Add shuffle icon to library. (42193)
Nested / Inner Blocks
  • Quote: Use nested blocks. (25892)
Colors
  • Update color palette popover style. (41900)
Bug Fixes
Block Library
  • Cover Block: Prevent transform to Group block when featured image is set. (42638)
  • Cover block: Adding background-size and background-repeat properties to the block CSS. (42470)
  • Fix tab/focus order issue in Media & text block. (40806)
  • List v2: Add forward delete. (42564)
  • List v2: Improve paste handling. (42524)
  • List v2: Merge with nested items. (42551)
  • List v2: Switch to default block type on Backspace from start. (42633)
  • Page List: Fetch items with 'view' context. (42559)
  • Social Icons Block: Fix button opacity in template parts. (42641)
  • Group block: Add context to the word "Row". (42255)
  • Hide prefix and suffix placeholders in post terms. (42418)
  • Theme.json: Fix schema for button elements. (42431)
  • [Media Text]: Fix deprecations regression. (42816)
  • Site Logo: Add the missing 'site_icon_url' to the REST_API index. (42957)
Components
  • AnglePickerControl: Fix gap between elements in RTL mode. (42534)
  • ColorPalette: Fix background image in RTL mode. (42510)
  • Context System: Don't explicitly set undefined value to children. (42686)
  • Popover: Fix width on expandOnMobile. (42635)
  • RangeControl: Clamp initialPosition between min and max values. (42571)
  • Tooltip: Avoid unnecessary re-renders of <select> child elements. (42483)
  • Tooltip: Fix positioning by anchoring to child element. (41268)
Accessibility
  • Add aria-hidden to query pagination arrows. (42583)
  • Fix labelling and semantics of the paragraph block Left to right control. (42324)
  • Fix mismatching label and visible text on the Toggle block inserter button. (42359)
  • Fix: The description text of block movers for horizontal movement. (42393)
  • Replace clickable div elements with buttons in the Add template modal. (42668)
Post Editor
  • Avoid 403 errors for users with low permissions. (42413)
  • Display post template selection for non-admin users. (42705)
  • Editor: Fix typo in translation string. (42673)
Block Editor
  • Prevent link control popover from going offscreen. (42389)
  • Writing flow: Fix caret movement for multiple lines. (42423)
  • Writing flow: Fix caret placement in corners. (42437)
  • Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. (42530)
CSS & Styling
  • Elements: Buttons: Fix the path with the css to style the cursor for all button elements. (42129)
  • Link elements: Add a :where selector to the :Not to lower specificity. (42669)
  • Button Block: Change text-decoration style to low specificity. (42545)
  • Element styles: Adding stylesheet to load in the editor. (42132)
Global Styles
  • Elements: Fix heading and caption element selectors. (42479)
  • Layout content size controls: Add left alignment to line up with description and other elements. (42576)
  • Layout: Ensure defaultEditorStyles are still output in Classic themes. (42906)
  • Theme JSON Resolver: Update cache check to also check that the object is an instance of the Gutenberg version. (42756)
Widgets Editor
  • Add configuration option to skip autop on freeform blocks when parsing blocks. (42623)
Rich Text
  • Annotation API: Fix __experimentalGetPropsForEditableTreePreparation. (42596)
Site Editor
  • Fix typo in default category template's description. (42586)
  • [Site Editor]: Fix Reakit warning on creation template component. (42392)
  • Site Editor: Remove leftover class. (42591)
Themes
  • Remove core/post-comments-form block styles that are overriding button element styles. (42053)
Icons
  • Icons Package: Fix line icons styling. (40315)
Performance
Components
  • Lodash: Refactor a few components away from _.isEmpty(). (42468)
  • Lodash: Refactor away from _.compact(). (42438)
Post Editor
  • Lodash: Refactor PageAttributesParent away from _.deburr(). (42429)
Testing
  • Lodash: Refactor away from _.snakeCase(). (42427)
Block Validation/Deprecation
  • Lodash: Refactor away from _.fromPairs(). (42217)
Experiments
  • Style Engine Rules & Store objects. (42222)
  • Style Engine: Add a WP_Style_Engine_Processor object. (42463)
CSS & Styling
  • Style Engine: Add elements to the frontend. (41732)
Global Styles
  • Block supports: Add fluid typography. (39529)
  • Layout: Reduce specificity of fallback blockGap styles. (42665)
Documentation
  • Add @​examples to core/blocks selectors. (42572)
  • Consolidate editor filters and actions. (42356)
  • Correct the documented return type for WP_Block_Parser::Render(). (42642)
  • Doc: Update getEntityRecord/s param description. (42488)
  • Docs: Add variations key to block.json JSON schema definition. (42539)
  • Docs: Add missing data module references. (42651)
  • Fix: Repetition of wrong word in string. (42621)
  • Flex: Remove experimental from documentation and storybook. (42301)
  • Include section on how to test code for a given WP major. (42390)
  • Marking internal action as @​ignore to remove them from the documentation. (42163)
  • Theme JSON Docs: Clarify null, true, and false values for blockGap setting. (42447)
  • ToolsPanel: Add a readme section related to laying out a ToolsPanel. (42615)
Components
  • Improve documentation for the SpaceInput type. (42376)
Code Quality
  • Base Styles: Apply long-content-fade gradient from transparent to color. (42401)
  • Fix jsx-a11y label-has-associated-control configuration. (42671)
  • Fix: Two code issues on navigation link edit missing text. (42440)
  • Remove deprecated eslint rules. (42654)
  • Style Engine: Rename WP_Style_Engine_CSS_Rule->set_declarations to add_declarations. (42464)
  • Style engine: Update return PHP doc comment and other nitpicks. (42453)
Global Styles
  • Dimensions Global Styles: Split props into separate hooks to tidy up the panel component. (42620)
Block Library
  • Remove unnecessary React Fragments. (42529)
Tools
Testing
  • Added unit test for cover block render function. (42108)
  • Migrate hooks api test to playwright. (42584)
  • Skip flaky navigation block permissions test. (42693)
  • end-to-end Tests: Tweak Comments block tests after migrating to Playwright. (42406)
Build Tooling
  • Update to reflect change in Documentation label. (42395)
  • Add inline documentation on building API documentation to commit block API verify error message. (42432)

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.1

Compare Source

Changelog

Enhancements
  • Allow removing CSS declarations from the WP_Style_Engine_CSS_Declarations object. (42428)
  • Equalize modal content padding. (42370)
  • Remove top margin on the first paragraph in a modal. (42369)
Components
  • BorderControl: Render border color/style dropdown as UnitControl prefix. (42212)
  • ColorPicker: Cleanly implement large size. (42002)
  • ComboboxControl: Refactor onKeyDown to use keyboardEvent.code. (42569)
  • Elevation: Convert component to TypeScript. (42302)
  • InputControl: Decrease large default padding if has prefix/suffix. (42166)
  • ScrollLock: Covert component to TypeScript. (42303)
  • SelectControl: Add flag for larger default size. (42456)
  • Shortcut: Covert component to TypeScript. (42272)
  • Divider: Complete TypeScript migration of component. (41991)
  • ToggleGroupControl: Add size variants. (42008)
  • UnitControl: Update unit select's focus styles. (42383)
  • BorderControl: Add missing changelog for accessibility enhancements. (42411)
  • CustomSelectControl: Use styles from SelectControl. (42460)
  • Dropdown: Add wrapper for custom padding. (42595)
  • InputControl: Add padding wrapper for prefix/suffix. (42378)
  • ScrollLock: Improve Storybook story for documentation view. (42344)
  • ColorPalette: Display checkered preview background when value is transparent. (42232)
Block Library
  • Added WhatsApp icon to the Social Icon Block. (42137)
  • Template Part: Swap block action places. (42221)
  • Template Parts: Add search to replacement modal. (42459)
  • Image: Add border block support for color, width, and style. (31366)
  • List v2: Remove quote transforms as removed by Quote v2. (42700)
  • Merge Comments and Post Comments blocks. (41807)
  • Theme.json: Add support for heading / caption elements in theme.json schema. (42433)
Global Styles
  • Add layout content size controls to global styles. (42309)
  • Core CSS support for root padding and alignfull blocks. (42085)
  • Theme.json: Add block support feature level selectors for blocks. (42087)
Document Settings
  • Make 'Move to trash' button full width. (42577)
Block Editor
  • Add setting to display rich text toolbar inline. (42399)
  • Add block variations for individual template parts. (42454)
  • Enable onEnter support for group block. (40724)
Site Editor
  • On template creation, don't show search if not needed. (42357)
Accessibility
  • BorderControl: Update labelling, tooltips and wrap with fieldset and legend. (42348)
Icons
  • Add shuffle icon to library. (42193)
Nested / Inner Blocks
  • Quote: Use nested blocks. (25892)
Colors
  • Update color palette popover style. (41900)
Bug Fixes
  • Env: Download WordPress PHPUnit Into Container. (41780)
  • Env: Restrict WP_TESTS_DOMAIN constant to just hostname and not home URL. (41039)
  • Fix: Condition bug on BoxControl. (42402)
  • MaybeCategoryPanel: Update category selector. (42663)
  • Post title: Fix single line paste. (42321)
  • Scripts: Exit error code 1 when status value is null. (42396)
  • Style engine: Check item value validity. (42487)
  • Utilize WordPress PHPUnit Test Library Included By wp-env. (41852)
  • fix: Correct alt text footnote spacing. (42504)
Block Library
  • Cover Block: Prevent transform to Group block when featured image is set. (42638)
  • Cover block: Adding background-size and background-repeat properties to the block CSS. (42470)
  • Fix tab/focus order issue in Media & text block. (40806)
  • List v2: Add forward delete. (42564)
  • List v2: Improve paste handling. (42524)
  • List v2: Merge with nested items. (42551)
  • List v2: Switch to default block type on Backspace from start. (42633)
  • Page List: Fetch items with 'view' context. (42559)
  • Social Icons Block: Fix button opacity in template parts. (42641)
  • Group block: Add context to the word "Row". (42255)
  • Hide prefix and suffix placeholders in post terms. (42418)
  • Theme.json: Fix schema for button elements. (42431)
  • [Media Text]: Fix deprecations regression. (42816)
  • Site Logo: Add the missing 'site_icon_url' to the REST_API index. (42957)
Components
  • AnglePickerControl: Fix gap between elements in RTL mode. (42534)
  • ColorPalette: Fix background image in RTL mode. (42510)
  • Context System: Don't explicitly set undefined value to children. (42686)
  • Popover: Fix width on expandOnMobile. (42635)
  • RangeControl: Clamp initialPosition between min and max values. (42571)
  • Tooltip: Avoid unnecessary re-renders of <select> child elements. (42483)
  • Tooltip: Fix positioning by anchoring to child element. (41268)
Accessibility
  • Add aria-hidden to query pagination arrows. (42583)
  • Fix labelling and semantics of the paragraph block Left to right control. (42324)
  • Fix mismatching label and visible text on the Toggle block inserter button. (42359)
  • Fix: The description text of block movers for horizontal movement. (42393)
  • Replace clickable div elements with buttons in the Add template modal. (42668)
Post Editor
  • Avoid 403 errors for users with low permissions. (42413)
  • Display post template selection for non-admin users. (42705)
  • Editor: Fix typo in translation string. (42673)
Block Editor
  • Prevent link control popover from going offscreen. (42389)
  • Writing flow: Fix caret movement for multiple lines. (42423)
  • Writing flow: Fix caret placement in corners. (42437)
  • Writing flow: Esc should enter Nav mode consistently, avoid focus loss when clearing selection. (42530)
CSS & Styling
  • Elements: Buttons: Fix the path with the css to style the cursor for all button elements. (42129)
  • Link elements: Add a :where selector to the :Not to lower specificity. (42669)
  • Button Block: Change text-decoration style to low specificity. (42545)
  • Element styles: Adding stylesheet to load in the editor. (42132)
Global Styles
  • Elements: Fix heading and caption element selectors. (42479)
  • Layout content size controls: Add left alignment to line up with description and other elements. (42576)
  • Layout: Ensure defaultEditorStyles are still output in Classic themes. (42906)
  • Theme JSON Resolver: Update cache check to also check that the object is an instance of the Gutenberg version. (42756)
Widgets Editor
  • Add configuration option to skip autop on freeform blocks when parsing blocks. (42623)
Rich Text
  • Annotation API: Fix __experimentalGetPropsForEditableTreePreparation. (42596)
Site Editor
  • Fix typo in default category template's description. (42586)
  • [Site Editor]: Fix Reakit warning on creation template component. (42392)
  • Site Editor: Remove leftover class. (42591)
Themes
  • Remove core/post-comments-form block styles that are overriding button element styl

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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

sweep-ai bot commented Jan 16, 2024

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

This is an automated message generated by Sweep AI.

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 449dbea to c4534f3 Compare May 31, 2024 20:38
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v27 chore(deps): update wordpress monorepo (major) May 31, 2024
Copy link

coderabbitai bot commented May 31, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update enhances the development environment by upgrading key WordPress-related packages in the devDependencies section of the package.json. The upgrades aim to leverage new features, bug fixes, and performance improvements, ensuring compatibility with the latest WordPress standards and enhancing overall application functionality.

Changes

Files Change Summary
package.json Upgraded @wordpress/block-editor to ^14.0.0, @wordpress/blocks to ^13.0.0, @wordpress/i18n to ^5.0.0, and @wordpress/scripts to ^28.0.0.

Poem

🐇 In the garden where code does bloom,
With upgrades sprouting, there's joy in the room.
New features dance, bugs take flight,
My WordPress friends, oh what a delight!
Let's hop with glee, our work shines bright! 🌼✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c4534f3 to e7c83b3 Compare August 7, 2024 20:04
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between d294f3a and e7c83b3.

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.

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from e7c83b3 to 2a88de7 Compare September 5, 2024 05:11
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 2a88de7 to 79e86fe Compare September 19, 2024 03:31
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 79e86fe to 5988d9a Compare October 30, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants