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

[Invalid]: eslint plugins uncompatible with eslint@9 #136

Open
onissen opened this issue Nov 9, 2024 · 0 comments
Open

[Invalid]: eslint plugins uncompatible with eslint@9 #136

onissen opened this issue Nov 9, 2024 · 0 comments
Labels
invalid This doesn't seem right packages/eslint-config Anything related to the @northware/eslint-config package

Comments

@onissen
Copy link
Collaborator

onissen commented Nov 9, 2024

Beschreibe das Problem

Die unterschiedlichen plugins, configs usw. sind mit eslint@9 nicht kompatibel. Es muss überlegt werden, wie damit umgegangen wird und ggf. auf eslint@8 zurückgesetzt werden...

Weitere Beschreibungen

Terminal Ausgabe bei pnpm i und pnpm add:

 WARN  Issues with peer dependencies found
packages/eslint-config
├─┬ eslint-plugin-import 2.30.0
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.14.0
├─┬ eslint-plugin-jest 27.9.0
│ ├── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.14.0
│ └─┬ @typescript-eslint/utils 5.62.0
│ └── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0": found 9.14.0
├─┬ @typescript-eslint/eslint-plugin 7.18.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.14.0
│ └─┬ @typescript-eslint/type-utils 7.18.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.14.0
│ └─┬ @typescript-eslint/utils 7.18.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.14.0
├─┬ @typescript-eslint/parser 7.18.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.14.0
└─┬ @vercel/style-guide 6.0.0
├── ✕ unmet peer eslint@">=8.48.0 <9": found 9.14.0
├─┬ eslint-plugin-import 2.30.0
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.14.0
├─┬ eslint-plugin-testing-library 6.3.0
│ └── ✕ unmet peer eslint@"^7.5.0 || ^8.0.0": found 9.14.0
└─┬ eslint-plugin-react-hooks 4.6.2
└── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0": found 9.14.0

@onissen onissen added invalid This doesn't seem right packages/eslint-config Anything related to the @northware/eslint-config package labels Nov 9, 2024
@onissen onissen added this to the ESLint Überarbeitung milestone Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right packages/eslint-config Anything related to the @northware/eslint-config package
Projects
None yet
Development

No branches or pull requests

1 participant