eslint-config
eslint-config copied to clipboard
unmet peer eslint@^8.56.0: found 9.5.0
Describe the bug
WARN Issues with peer dependencies found . └─┬ @antfu/eslint-config 2.21.1 ├─┬ @stylistic/eslint-plugin 2.3.0 │ └─┬ @stylistic/eslint-plugin-plus 2.3.0 │ └─┬ @typescript-eslint/utils 7.14.1 │ └── ✕ unmet peer eslint@^8.56.0: found 9.5.0 ├─┬ @typescript-eslint/eslint-plugin 7.14.1 │ ├── ✕ unmet peer eslint@^8.56.0: found 9.5.0 │ └─┬ @typescript-eslint/type-utils 7.14.1 │ └── ✕ unmet peer eslint@^8.56.0: found 9.5.0 ├─┬ @typescript-eslint/parser 7.14.1 │ └── ✕ unmet peer eslint@^8.56.0: found 9.5.0 └─┬ eslint-plugin-unused-imports 3.2.0 └── ✕ unmet peer eslint@8: found 9.5.0
Reproduction
unmet peer eslint@^8.56.0: found 9.5.0
System Info
WARN Issues with peer dependencies found
.
└─┬ @antfu/eslint-config 2.21.1
├─┬ @stylistic/eslint-plugin 2.3.0
│ └─┬ @stylistic/eslint-plugin-plus 2.3.0
│ └─┬ @typescript-eslint/utils 7.14.1
│ └── ✕ unmet peer eslint@^8.56.0: found 9.5.0
├─┬ @typescript-eslint/eslint-plugin 7.14.1
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.5.0
│ └─┬ @typescript-eslint/type-utils 7.14.1
│ └── ✕ unmet peer eslint@^8.56.0: found 9.5.0
├─┬ @typescript-eslint/parser 7.14.1
│ └── ✕ unmet peer eslint@^8.56.0: found 9.5.0
└─┬ eslint-plugin-unused-imports 3.2.0
└── ✕ unmet peer eslint@8: found 9.5.0
Used Package Manager
pnpm
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.
Contributions
- [X] I am willing to submit a PR to fix this issue
- [X] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)