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

peerDependency range conflicts with typescript beta releases #609

Open
voxpelli opened this issue Apr 29, 2024 · 0 comments
Open

peerDependency range conflicts with typescript beta releases #609

voxpelli opened this issue Apr 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@voxpelli
Copy link
Sponsor Contributor

Similar to how the ESLint 9 pre-releases caused problems with peer dependency ranges in ESLint plugins (see eslint-community/eslint-utils#206) the peer dependency range for typescript in knip causes problem when using with 5.5.0-beta

This is primarily a problem with how >= is handled the same in peerDependencies as in dependencies in npm, but I wanted to raise it as an issue here as well so that I can reference it from there: npm/rfcs#397

@voxpelli voxpelli added the bug Something isn't working label Apr 29, 2024
@voxpelli voxpelli changed the title peerDependency range conflicts with typescript beta releases peerDependency range conflicts with typescript beta releases Apr 29, 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