-
Notifications
You must be signed in to change notification settings - Fork 1
chore: bump deps #604
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: bump deps #604
Conversation
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 all project dependencies to their latest versions across multiple packages, avoiding the need for individual Renovate PRs per dependency. The update includes build tools, React ecosystem libraries, linting utilities, and testing infrastructure.
Key changes:
- Updated ESLint from v9.34.0 to v9.39.2 and migrated to the new
defineConfigAPI - Updated React and React-related packages from v19.1.x to v19.2.x
- Updated build tooling including Vite (7.1.4 → 7.3.0) and Rollup (4.50.0 → 4.53.5)
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| vite-plugin/package.json | Updated dependencies and devDependencies for the vite-plugin package |
| vite-plugin/fixtures/package.json | Updated font package version and vite dependency |
| vite-plugin/fixtures/index.test.js | Updated asset hash references in test snapshots |
| vite-plugin/fixtures/expected/assets/style.css | Updated CSS with new asset hash references |
| samples/hydrogen/package.json | Updated all dependencies and devDependencies for the sample app |
| package.json | Updated root-level development dependencies |
| javascript-modules-library/package.json | Updated devDependencies for the library package |
| javascript-modules-engine/package.json | Changed version ranges to exact versions and added devalue dependency |
| javascript-create-module/templates/module/eslint.config.js | Added defineConfig import and usage |
| javascript-create-module/package.json | Updated publint devDependency |
| jahia-test-module/package.json | Updated test module devDependencies |
| eslint.config.js | Added defineConfig import and usage |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
With:
|
Description
Bumped all dependencies (cheaper than one renovate PR per dependency)
Closes #577
Checklist
Source code
Tests
Tip
Documentation to guide the reviews: How to do a code review