Conversation
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
revu-bot
left a comment
There was a problem hiding this comment.
Summary
This PR updates Next.js and several related dependencies to their latest versions. The changes are primarily version bumps in package.json and corresponding lockfile updates.
Key Updates
- Next.js:
~16.1.3→~16.1.6 - React:
~19.2.3→~19.2.4 - Cypress:
^15.4.0→^15.9.0 - Various minor dependencies: katex, memoizee, downshift, html-react-parser, etc.
Import Path Improvement
The import statement in queries.ts has been correctly consolidated to use the package's main export rather than a deep import path, which improves maintainability.
Overall Assessment
The changes appear safe and follow semantic versioning practices. The dependency updates are minor/patch versions that should maintain backward compatibility. No critical issues identified, though testing should verify compatibility with the new versions.
There was a problem hiding this comment.
Pull request overview
This PR updates Next.js from version 16.1.3 to 16.1.6 along with related dependency updates to maintain compatibility and resolve potential issues.
Changes:
- Updated Next.js from 16.1.3 to 16.1.6
- Updated React and React DOM from 19.2.3 to 19.2.4
- Updated various related dependencies (Cypress, katex, memoizee, downshift, html-react-parser, etc.)
- Fixed import path for
getRouteBySourcein queries.ts to use the standard package import instead of a deep import
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updated dependency versions and peer dependency resolutions for Next.js 16.1.6, React 19.2.4, and related packages |
| packages/code-du-travail-frontend/package.json | Updated package version specifiers to match the new versions in the lock file |
| packages/code-du-travail-frontend/src/modules/infographie/queries.ts | Refactored import to use standard package import pattern instead of deep import path |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
🎉 Deployment for commit 74b1fbe : IngressesDocker images
|
|
La CI est verte, je me permets de merger + j'ai modifié l'action Elasticsearch qui nous fait casser nos tests suite à ce problème : elastic/elastic-github-actions#47 |



No description provided.