knip
knip copied to clipboard
`peerDependency` range conflicts with `typescript` beta releases
Similar to how the ESLint 9 pre-releases caused problems with peer dependency ranges in ESLint plugins (see https://github.com/eslint-community/eslint-utils/pull/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: https://github.com/npm/rfcs/pull/397