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

Unmet peer dependency #387

Closed
3 of 5 tasks
Rilivaine opened this issue May 8, 2024 · 1 comment
Closed
3 of 5 tasks

Unmet peer dependency #387

Rilivaine opened this issue May 8, 2024 · 1 comment

Comments

@Rilivaine
Copy link

Validations

Describe the bug

When installing last versions ESLint (9.2.0) and ESLint Stylistic (2.0.0), I'm getting unmet peer warning.

 WARN  Issues with peer dependencies found
.
└─┬ @stylistic/eslint-plugin 2.0.0
  └─┬ @stylistic/eslint-plugin-ts 2.0.0
    └─┬ @typescript-eslint/utils 7.8.0
      └── ✕ unmet peer eslint@^8.56.0: found 9.2.0

Reproduction

Install ESLint and Stylistic with pnpm add

Contributes

  • I am willing to submit a PR to fix this issue
  • I am willing to submit a PR with failing tests
@antfu
Copy link
Member

antfu commented May 8, 2024

This is up to typescript-eslint, they are not officially support ESLint v9 yet (but in fact it works).

You can just ignore the warning for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants