build(deps-dev): bump @wordpress/compose from 7.3.0 to 7.5.0#2719
build(deps-dev): bump @wordpress/compose from 7.3.0 to 7.5.0#2719
Conversation
Bumps [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) from 7.3.0 to 7.5.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/compose/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/compose@7.5.0/packages/compose) --- updated-dependencies: - dependency-name: "@wordpress/compose" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughWalkthroughThe primary change involves updating the version of the Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🪧 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)
62-62: Verify compatibility with the updated@wordpress/composeversion.The version update from
^7.0.0to^7.5.0should maintain backward compatibility. However, it's important to verify that this update does not introduce any breaking changes or compatibility issues with other dependencies or the existing codebase.Verification successful
Compatibility of
@wordpress/composeversion update verified.The update to version
^7.5.0appears to be compatible with the existing codebase. The changelog does not indicate any breaking changes, and the functions used (useDebounce,debounce,compose,createHigherOrderComponent) are not reported as deprecated or altered in a way that affects their usage.
- No breaking changes found in the changelog for version
7.5.0.- The functions used in the codebase are common and remain supported.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of `@wordpress/compose` version update. # Test: Check for any known issues or breaking changes in the changelog. # Expect: No breaking changes that affect the current codebase. curl -s https://raw.githubusercontent.com/WordPress/gutenberg/trunk/packages/compose/CHANGELOG.md | grep -A 10 "7.5.0" # Test: Search for usage of `@wordpress/compose` in the codebase. # Expect: No errors or deprecated usage. rg --type js --type ts '@wordpress/compose'Length of output: 1384
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps @wordpress/compose from 7.3.0 to 7.5.0.
Changelog
Sourced from
@wordpress/compose's changelog.Commits
c3101abchore(release): publish4bb3aa7Update changelog files363edb3chore(release): publish4985329Update changelog files876a4efMerge changes published in the Gutenberg plugin "release/18.9" branchDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
@wordpress/composepackage to version 7.5.0, introducing potential enhancements and new features while ensuring compatibility with previous versions.