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
eslint
Describe the bug This package declares it requires a peer of eslint>=6 - this is inaccurate, as v8 of @typescript-eslint/utils (a non-dev dependency of this plugin) requires eslint>=8 (technically, 8.57.0): https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/package.json#L72
eslint>=6
@typescript-eslint/utils
eslint>=8
8.57.0
Using a version of eslint older than 8 will cause linting to fail.
To Reproduce
eslint@7
eslint-plugin-storybook
0.10.0
Expected behavior Peer dependencies should reflect the supported versions of eslint for all non-dev dependencies.
The text was updated successfully, but these errors were encountered:
>=8
No branches or pull requests
Describe the bug
This package declares it requires a peer of
eslint>=6
- this is inaccurate, as v8 of@typescript-eslint/utils
(a non-dev dependency of this plugin) requireseslint>=8
(technically,8.57.0
): https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/package.json#L72Using a version of eslint older than 8 will cause linting to fail.
To Reproduce
eslint@7
in a projecteslint-plugin-storybook
>=0.10.0
Expected behavior
Peer dependencies should reflect the supported versions of
eslint
for all non-dev dependencies.The text was updated successfully, but these errors were encountered: