- Notifications
You must be signed in to change notification settings - Fork61
Open
Description
This package depends on"@eslint/compat": "^1.2.3"
whichspecifies:
"peerDependencies": { "eslint": "^9.10.0" },
which is incompatible with the module's peer dependencies:
eslint-plugin-github/package.json
Line 60 inabcfc3b
"eslint":"^8 || ^9" |
This results in a npm warning upon installation wheneslint@8
is present:
npm warn ERESOLVE overriding peer dependencynpm warn While resolving: @eslint/compat@1.2.4npm warn Found: eslint@8.57.0npm warn node_modules/eslintnpm warn dev eslint@"8.57.0" from the root projectnpm warn 41 more (@babel/eslint-parser, ...)npm warnnpm warn Could not resolve dependency:npm warn peerOptional eslint@"^9.10.0" from @eslint/compat@1.2.4npm warn node_modules/eslint-plugin-github/node_modules/@eslint/compatnpm warn @eslint/compat@"^1.2.3" from eslint-plugin-github@5.1.3npm warn node_modules/eslint-plugin-github
The peer dependency was added ineslint/rewrite#106.
Metadata
Metadata
Assignees
Labels
No labels