feat: update Next.js to 16.2.1 and eslint-config-next#1591
feat: update Next.js to 16.2.1 and eslint-config-next#1591recoupableorg wants to merge 1 commit intomainfrom
Conversation
Upgrades Next.js from 16.0.10 to 16.2.1 (stable release). No breaking changes per release notes — new features include browser log forwarding, dev server lock file, and agent-ready scaffolding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8ac2417d08
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@vitest/coverage-v8": "^4.0.8", | ||
| "eslint": "^8", | ||
| "eslint-config-next": "14.2.13", | ||
| "eslint-config-next": "16.2.1", |
There was a problem hiding this comment.
Keep eslint-config-next compatible with the repo's ESLint major
This upgrade leaves the lint toolchain in an unsupported state: package.json still pins eslint to ^8 on line 126, but the official eslint-config-next@16.2.1 package metadata declares eslint >=9.0.0 as a peer dependency. On clean installs that enforce peers this will fail resolution, and even non-strict installs are now running the Next config against an unsupported ESLint major. Please bump ESLint as part of this change or keep eslint-config-next on a version that still supports ESLint 8.
Useful? React with 👍 / 👎.
Upgrades Next.js from 16.0.10 to 16.2.1 (stable release). No breaking changes per release notes — new features include browser log forwarding, dev server lock file, and agent-ready scaffolding.