chore(deps): bump next to 16.3.4 - #778
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
🟡 Changes recommended
The Next.js bump increases the effective minimum Node requirement (>=20.9.0) and the repo’s .tool-versions currently pins Node 20.0.0, which can break installs for asdf-based setups.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR upgrades the app’s Next.js dependency from 16.2.11 to 16.3.4, updating the lockfile accordingly while keeping React at 19.2.1.
Changes:
- Bump
nextfrom16.2.11to16.3.4inpackage.json. - Refresh
pnpm-lock.yamlto capture updated Next.js transitive dependencies (notablysharpandpostcss) associated with the new Next.js version.
File summaries
| File | Description |
|---|---|
| package.json | Updates the Next.js version pin to 16.3.4. |
| pnpm-lock.yaml | Lockfile updates for Next.js 16.3.4 and its updated transitive dependency graph (e.g., sharp/postcss). |
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟡 Changes recommended
The PR includes a Node.js toolchain version bump that is not called out in the PR description/title and should be clarified for reviewers.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- Files reviewed: 2/3 changed files
- Comments generated: 2
- Review effort level: Lite
| '@next/swc-win32-x64-msvc': 16.3.4 | ||
| sharp: 0.35.4(@types/node@18.19.130) | ||
| transitivePeerDependencies: | ||
| - '@babel/core' | ||
| - '@types/node' |
| @@ -1 +1 @@ | |||
| nodejs 20.0.0 | |||
| nodejs 22.12.0 | |||
Bumps next from 16.2.11 to 16.3.4. Same major, no breaking changes listed in the 16.3 release notes. React stays on 19.2.1.
Verified locally: production build, 363 jest tests, and typecheck all pass.