You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
020bf50 adds @typescript-eslint/eslint-plugin and @typescript-eslint/parser as dependencies. However they themselves require typescript. When running yarn in a project with latest eslint-plugin-github I get the following:
yarn
➤ YN0000: ┌ Resolution step
➤ YN0002: │ eslint-plugin-github@npm:5.1.8 [02650] doesn't provide typescript (p71046), requested by @typescript-eslint/eslint-plugin
➤ YN0002: │ eslint-plugin-github@npm:5.1.8 [02650] doesn't provide typescript (pa3e1f), requested by @typescript-eslint/parser
➤ YN0002: │ eslint-plugin-github@npm:5.1.8 [02650] doesn't provide typescript (p8f4c7), requested by typescript-eslint
Technically everything still work as the project I'm working on itself has typescript as a dependency, but I think this warning is still relevant as it means the requirements defined in package.json here are not consistent.
The text was updated successfully, but these errors were encountered:
020bf50 adds
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
as dependencies. However they themselves requiretypescript
. When runningyarn
in a project with latesteslint-plugin-github
I get the following:and running explain for
p71046
:Technically everything still work as the project I'm working on itself has
typescript
as a dependency, but I think this warning is still relevant as it means the requirements defined inpackage.json
here are not consistent.The text was updated successfully, but these errors were encountered: