Skip to content
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

default eslint-config-next version has peer conflicts causing npm installs to fail #30536

Closed
1 of 4 tasks
DB-db-dron opened this issue Mar 28, 2025 · 0 comments · Fixed by #30537
Closed
1 of 4 tasks

Comments

@DB-db-dron
Copy link
Contributor

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.

GitHub Repo

No response

Steps to Reproduce

  1. npx create-nx-workspace
  2. npm i lodash

Nx Report

└─$ npx nx report

 NX   Report complete - copy this into the issue template

Node           : 20.12.2
OS             : win32-x64
Native Target  : x86_64-windows
npm            : 10.9.0

nx                     : 20.6.3
@nx/js                 : 20.6.3
@nx/jest               : 20.6.3
@nx/eslint             : 20.6.3
@nx/workspace          : 20.6.3
@nx/devkit             : 20.6.3
@nx/eslint-plugin      : 20.6.3
@nx/module-federation  : 20.6.3
@nx/next               : 20.6.3
@nx/playwright         : 20.6.3
@nx/react              : 20.6.3
@nx/web                : 20.6.3
@nx/webpack            : 20.6.3
typescript             : 5.7.3
---------------------------------------
Registered Plugins:
@nx/js/typescript
@nx/next/plugin
@nx/playwright/plugin
@nx/eslint/plugin
@nx/jest/plugin
@nx/react/router-plugin
---------------------------------------
Cache Usage: 241.81 MB / 43.95 GB

Failure Logs

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

DB-db-dron added a commit to DB-db-dron/nx that referenced this issue Mar 28, 2025
ndcunningham added a commit that referenced this issue Mar 31, 2025
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 <[email protected]>
jaysoo pushed a commit that referenced this issue Apr 2, 2025
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant