-
Notifications
You must be signed in to change notification settings - Fork 83
Update dependencies in package-lock.json #2551
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
Conversation
Upgraded various dependencies including @ariakit, @Cacheable, @TanStack, @types/react, and multiple @WordPress packages to their latest versions. This ensures compatibility, bug fixes, and access to new features.
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.
Pull request overview
This PR updates various npm dependencies in package-lock.json to their latest versions, primarily focused on WordPress packages and supporting libraries. The updates include minor version bumps for WordPress packages (from .35.0/.8.0 to .36.0/.9.0), new TanStack router integration via the @wordpress/route package, and various infrastructure package updates.
Key Changes
- WordPress packages updated from version .35.x/.8.x to .36.x/.9.x (minor version bumps)
- New @wordpress/route package (0.2.0) added with TanStack router dependencies
- Several packages transitioned from peer dependencies to direct dependencies
- Infrastructure packages updated (browserslist, core-js, webpack, caniuse-lite, etc.)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package-lock.json | Updated ~150+ dependencies including WordPress packages, TanStack router libraries, and various infrastructure dependencies. Added new packages for routing functionality and removed several "peer": true flags. |
| build/remote-reply/view.js | Updated minified JavaScript build with new webpack chunk identifier (variable renamed from 'i' to 'l' and 's' to 'a') |
| build/remote-reply/view.asset.php | Updated asset version hash from 'bb8eb819b949d4c63e53' to '6372f77ed738a5b1b189' reflecting the new build |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Upgraded bare-fs, postcss-selector-parser, and react-easy-crop to newer versions. Also made minor structural changes to dependency tree and removed a 'peer' field from a package entry.
Upgraded various dependencies including @ariakit, @Cacheable, @TanStack, @types/react, and multiple @WordPress packages to their latest versions. This ensures compatibility, bug fixes, and access to new features.
Fixes #
Proposed changes:
Other information:
Testing instructions:
Changelog entry
Changelog Entry Details
Significance
Type
Message