-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade next from 15.3.1 to 16.1.5 #17
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ | |
| "leaflet": "^1.9.4", | ||
| "leaflet-defaulticon-compatibility": "^0.1.2", | ||
| "lucide-react": "^0.474.0", | ||
| "next": "15.3.1", | ||
| "next": "16.1.5", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Useful? React with 👍 / 👎. |
||
| "next-themes": "^0.4.6", | ||
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0", | ||
|
|
||
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.
This upgrade to Next.js v16 is a major version change and introduces breaking changes. To ensure the project remains consistent and functional, a couple of things need to be addressed:
Update
pnpm-lock.yaml: As noted in the PR description, the lockfile has not been updated. You must runpnpm installto updatepnpm-lock.yamland commit the changes. Without this, the dependency update will not take effect, and the security vulnerabilities will persist.Update
eslint-config-next: Theeslint-config-nextpackage in yourdevDependenciesis still at version15.3.1. It's crucial to keep this aligned with yournextversion to avoid linting errors and ensure compatibility. Please update it to match the newnextversion.