knip icon indicating copy to clipboard operation
knip copied to clipboard

`peerDependency` range conflicts with `typescript` beta releases

Open voxpelli opened this issue 9 months ago • 0 comments

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

voxpelli avatar Apr 29 '24 10:04 voxpelli