We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to update eslint from version 8 to version 9, and got error message:
βWARNβ Issues with peer dependencies found . βββ¬ @master/eslint-config-css 2.0.0-rc.45 βββ¬ @master/eslint-plugin-css 2.0.0-rc.45 βββ¬ @typescript-eslint/utils 7.18.0 β βββ β unmet peer eslint@^8.56.0: found 9.12.0 βββ¬ typescript-eslint 7.18.0 βββ β unmet peer eslint@^8.56.0: found 9.12.0 βββ¬ @typescript-eslint/parser 7.18.0 β βββ β unmet peer eslint@^8.56.0: found 9.12.0 βββ¬ @typescript-eslint/eslint-plugin 7.18.0 βββ β unmet peer eslint@^8.56.0: found 9.12.0 βββ¬ @typescript-eslint/type-utils 7.18.0 βββ β unmet peer eslint@^8.56.0: found 9.12.0
pnpm i
Node: 22.3.0 @master/colors: ^2.1.0 @master/css: ^2.0.0-rc.45 @master/css.vue: ^2.0.0-rc.45 @master/normal.css: ^3.1.0 @eslint/js: ^9.12.0 @master/eslint-config-css: ^2.0.0-rc.45 eslint: ^9.12.0 typescript-eslint: ^8.8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I tried to update eslint from version 8 to version 9, and got error message:
Reproduction
pnpm i
to install.System Informations
Node: 22.3.0
@master/colors: ^2.1.0
@master/css: ^2.0.0-rc.45
@master/css.vue: ^2.0.0-rc.45
@master/normal.css: ^3.1.0
@eslint/js: ^9.12.0
@master/eslint-config-css: ^2.0.0-rc.45
eslint: ^9.12.0
typescript-eslint: ^8.8.0
The text was updated successfully, but these errors were encountered: