standard / ts-standard

Typescript style guide, linter, and formatter using StandardJS
https://www.npmjs.com/package/ts-standard
MIT License
464 stars 36 forks source link

Package does not provide `@typescript-eslint/parser` #217

Closed tedbyron closed 1 year ago

tedbyron commented 2 years ago

What version of this package are you using? 11.0.0

What operating system, Node.js, and npm version? x86_64-apple-darwin21.3.0 node v16.14.0/npm 8.5.0 yarn 3.1.1

What happened? when installing packages with yarn, yarn reports the following:

ts-standard@npm:11.0.0 [49082] doesn't provide @typescript-eslint/parser (pb50bc), requested by @typescript-eslint/eslint-plugin

What did you expect to happen? ts-standard should depend on @typescript-eslint/parser because @typescript-eslint/eslint-plugin lists it as a peer dependency.

Are you willing to submit a pull request to fix this bug? yes

btegs commented 2 years ago

Can you also research this issue if you are updating dependencies? https://github.com/standard/ts-standard/issues/222