-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Update all of nextjs 16.0.10 → 16.1.0 (minor) #19468
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
WalkthroughThe changes update dependency versions in two package.json files. In playgrounds/nextjs/package.json and playgrounds/v3/package.json, the Pre-merge checks✅ Passed checks (2 passed)
Comment |
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.
Actionable comments posted: 1
📜 Review details
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (2)
playgrounds/nextjs/package.json(2 hunks)playgrounds/v3/package.json(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
- GitHub Check: Linux
- GitHub Check: Windows
- GitHub Check: macOS
- GitHub Check: Linux / postcss
- GitHub Check: Linux / oxide
- GitHub Check: Linux / webpack
- GitHub Check: Linux / vite
- GitHub Check: Linux / cli
- GitHub Check: Linux / upgrade
🔇 Additional comments (1)
playgrounds/v3/package.json (1)
12-12: LGTM! Consistent with the nextjs playground.The dependency upgrades match those in playgrounds/nextjs/package.json, maintaining version consistency across both playgrounds.
Also applies to: 23-23
| "@tailwindcss/postcss": "workspace:^", | ||
| "fast-glob": "^3.3.3", | ||
| "next": "^16.0.10", | ||
| "next": "^16.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.
The specified eslint-config-next version does not exist; this is a critical version mismatch.
Next.js 16.1.0 exists and is the latest stable version, and Next.js versions 16.0.0 – 16.0.6 are affected by CVE-2025-55182, making 16.1.0 safe from this critical vulnerability.
However, eslint-config-next's latest stable version is 16.0.10, published 6 days ago. The eslint-config-next 16.1.0 version does not exist as a stable release. If the package.json specifies "eslint-config-next": "^16.1.0", this will fail to resolve during installation.
Correct the dependency to use eslint-config-next@^16.0.10 to match the actual available version, or wait for eslint-config-next 16.1.0 to be released.
🤖 Prompt for AI Agents
In playgrounds/nextjs/package.json around line 14, the package.json references a
non-existent eslint-config-next version (^16.1.0) which will fail to resolve;
update the eslint-config-next dependency to the latest published stable version
by changing it to ^16.0.10 (or another available released version) so installs
succeed, ensuring the version string matches the actual released
eslint-config-next package.
|
Sorry, but the merge failed with:
|
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-config-next (16.0.10 → 16.1.0)
Sorry, we couldn't find anything useful about this release.
✳️ next (16.0.10 → 16.1.0) · Repo
Release Notes
16.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands