You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nuxt/eslint depends on a version of eslint-config-flat-gitignore that requires eslint@9, but @nuxt/eslint requires 8.57.0. Impossible to satisfy the dependencies without legacy peer deps, or forcing an override.
npm warn peer eslint@"^9.5.0" from [email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore
npm warn eslint-config-flat-gitignore@"^0.3.0" from @nuxt/[email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config
Additional context
No response
Logs
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn dev eslint@"^8.57.0" from the root project
npm warn 36 more (@eslint-community/eslint-utils, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint@"^9.5.0" from [email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore
npm warn eslint-config-flat-gitignore@"^0.3.0" from @nuxt/[email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/eslint
npm warn peer eslint@"^9.5.0" from [email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore
npm warn eslint-config-flat-gitignore@"^0.3.0" from @nuxt/[email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @eslint/[email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn dev eslint@"^8.57.0" from the root project
npm warn 36 more (@eslint-community/eslint-utils, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peerOptional eslint@"^9.10.0" from @eslint/[email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore/node_modules/@eslint/compat
npm warn @eslint/compat@"^1.1.1" from [email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/eslint
npm warn peerOptional eslint@"^9.10.0" from @eslint/[email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore/node_modules/@eslint/compat
npm warn @eslint/compat@"^1.1.1" from [email protected]
npm warn node_modules/@nuxt/eslint/node_modules/@nuxt/eslint-config/node_modules/eslint-config-flat-gitignore
The text was updated successfully, but these errors were encountered:
Is there any blocker you are still on ESLint v8? There is a small difference between v9.5.0+ and earlier, and it makes eslint-config-flat-gitignore not able to support both versions. An easier solution might be for @nuxt/eslint to drop support for ESLint v8 all - sooner or later, it will eventually happen - if you can share more context of why ESLint v8 is still a requirement for you, we might reconsider that, and decide our support timeline.
Environment
Package
None
Reproduction
Version conflicts ensue.
Describe the bug
@nuxt/eslint depends on a version of eslint-config-flat-gitignore that requires eslint@9, but @nuxt/eslint requires 8.57.0. Impossible to satisfy the dependencies without legacy peer deps, or forcing an override.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: