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>
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "20.7.1-beta.0-package-updates",
|
|
"version": "20.7.1-beta.0",
|
|
"packages": {
|
|
"eslint-config-next": {
|
|
"version": "^15.2.4",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
},
|
|
"aliases": [],
|
|
"description": "",
|
|
"hidden": false,
|
|
"implementation": "",
|
|
"path": "/packages/next",
|
|
"schema": null,
|
|
"type": "migration"
|
|
}
|