nx/packages/next/migrations.json
Dron Bhattacharya b8e4325528
fix(nextjs): bumped to eslintConfigNextVersion to v15 (#30537)
Closes #30536

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
The current version of eslint-config-next (v14.2.16) has peer dependency
conflicts with the latest versions of ESLint (v9.x). This issue causes
npm install to fail in projects using eslint-config-next.

## Expected Behavior
`npm install` should succeed without dependency conflicts.

## Related Issue(s)


Fixes #30536

---------

Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
2025-03-31 16:58:05 -06:00

53 lines
1.2 KiB
JSON

{
"generators": {
"update-17-2-7": {
"cli": "nx",
"version": "17.2.7",
"description": "Remove patched eslint rule for @next/next/no-html-link-for-pages",
"implementation": "./src/migrations/update-17-2-7/remove-eslint-rules-patch"
}
},
"packageJsonUpdates": {
"17.3.1-beta.0": {
"version": "17.3.1-beta.0",
"packages": {
"next": {
"version": "14.0.4",
"alwaysAddToPackageJson": false
}
}
},
"18.0.4": {
"version": "18.0.4-beta.0",
"packages": {
"@swc-node/register": {
"version": "~1.8.0",
"alwaysAddToPackageJson": false
}
}
},
"19.0.3": {
"version": "19.0.3-beta.0",
"packages": {
"next": {
"version": "14.2.3",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "14.2.3",
"alwaysAddToPackageJson": false
}
}
},
"20.7.1-beta.0": {
"version": "20.7.1-beta.0",
"packages": {
"eslint-config-next": {
"version": "^15.2.4",
"alwaysAddToPackageJson": false
}
}
}
}
}