chore(deps-dev): bump eslint-config-next from 14.2.35 to 16.1.6#13
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump eslint-config-next from 14.2.35 to 16.1.6#13dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:61">
P1: Major version incompatibility: `eslint-config-next@16.x` requires ESLint 9 with flat config, but the project uses ESLint 8 (`^8.56.0`) with a legacy `.eslintrc.json`. It also expects Next.js 16, but the project uses `next@^14.2.0`. This will break `pnpm lint` and likely cause peer dependency installation failures.
To adopt eslint-config-next 16, you would also need to:
- Upgrade `eslint` to `^9.x`
- Migrate `.eslintrc.json` to `eslint.config.mjs` (flat config format)
- Upgrade `next` to `^16.x` (and React to 19)
Otherwise, keep eslint-config-next aligned with your Next.js version: `"eslint-config-next": "^14.2.0"`.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "autoprefixer": "^10.4.18", | ||
| "eslint": "^8.56.0", | ||
| "eslint-config-next": "^14.2.0", | ||
| "eslint-config-next": "^16.1.6", |
There was a problem hiding this comment.
P1: Major version incompatibility: eslint-config-next@16.x requires ESLint 9 with flat config, but the project uses ESLint 8 (^8.56.0) with a legacy .eslintrc.json. It also expects Next.js 16, but the project uses next@^14.2.0. This will break pnpm lint and likely cause peer dependency installation failures.
To adopt eslint-config-next 16, you would also need to:
- Upgrade
eslintto^9.x - Migrate
.eslintrc.jsontoeslint.config.mjs(flat config format) - Upgrade
nextto^16.x(and React to 19)
Otherwise, keep eslint-config-next aligned with your Next.js version: "eslint-config-next": "^14.2.0".
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 61:
<comment>Major version incompatibility: `eslint-config-next@16.x` requires ESLint 9 with flat config, but the project uses ESLint 8 (`^8.56.0`) with a legacy `.eslintrc.json`. It also expects Next.js 16, but the project uses `next@^14.2.0`. This will break `pnpm lint` and likely cause peer dependency installation failures.
To adopt eslint-config-next 16, you would also need to:
- Upgrade `eslint` to `^9.x`
- Migrate `.eslintrc.json` to `eslint.config.mjs` (flat config format)
- Upgrade `next` to `^16.x` (and React to 19)
Otherwise, keep eslint-config-next aligned with your Next.js version: `"eslint-config-next": "^14.2.0"`.</comment>
<file context>
@@ -58,7 +58,7 @@
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
- "eslint-config-next": "^14.2.0",
+ "eslint-config-next": "^16.1.6",
"playwright-core": "^1.58.1",
"postcss": "^8.4.35",
</file context>
Suggested change
| "eslint-config-next": "^16.1.6", | |
| "eslint-config-next": "^14.2.0", |
aa99fe9 to
f16d9af
Compare
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.35 to 16.1.6. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.1.6/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.1.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f16d9af to
6df0cfc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps eslint-config-next from 14.2.35 to 16.1.6.
Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
adf8c61v16.1.6acba4a6v16.1.560de6c2v16.1.4f01cf07v16.1.3cb436b3v16.1.23aa5398v16.1.13491676v16.1.058e8f8cv16.1.0-canary.343284587v16.1.0-canary.3304290abv16.1.0-canary.32You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
eslint-config-nextfrom 14.2.35 to 16.1.7 to pull in security fixes and the latest Next.js ESLint rules. Dev-only change; no runtime impact.eslint --fix, and address new warnings/errors.Written for commit 6df0cfc. Summary will update on new commits.