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

🐞 Issues with peer dependencies found #369

Open
MarkSky opened this issue Oct 7, 2024 · 0 comments
Open

🐞 Issues with peer dependencies found #369

MarkSky opened this issue Oct 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MarkSky
Copy link

MarkSky commented Oct 7, 2024

Description

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

Reproduction

  1. use pnpm i to install.
  2. got warning in consol.

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

@MarkSky MarkSky added the bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant