[Invalid]: eslint plugins uncompatible with eslint@9 #136
Labels
invalid
This doesn't seem right
packages/eslint-config
Anything related to the @northware/eslint-config package
Milestone
Beschreibe das Problem
Die unterschiedlichen plugins, configs usw. sind mit
eslint@9
nicht kompatibel. Es muss überlegt werden, wie damit umgegangen wird und ggf. aufeslint@8
zurückgesetzt werden...Weitere Beschreibungen
Terminal Ausgabe bei
pnpm i
undpnpm 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
The text was updated successfully, but these errors were encountered: