Bump @wordpress/edit-post from 8.5.0 to 8.7.0#2770
Conversation
WalkthroughWalkthroughThis pull request updates the version of the Changes
Possibly related PRs
Tip New featuresWalkthrough comment now includes:
Notes:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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
Documentation and Community
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
66-66: Approved version update for@wordpress/edit-post.The update from
^8.5.0to^8.7.0is noted and appears to be in line with the project's goals of maintaining updated dependencies.However, it's crucial to ensure that this update integrates well with the rest of the project and does not introduce any new issues, especially since previous attempts to update this package were problematic.
Run the following script to verify the compatibility and stability of the new package version:
Description
Updates
@wordpress/edit-postfrom 8.5.0 to 8.7.0. Replaces #2746 as the update of@types/wordpress__edit-postwas causing issues.Motivation and context
Update dependencies while keeping our sanity.
How has this been tested?
The builds that fail in #2746 succeed here.
Summary by CodeRabbit
New Features
Bug Fixes