Repo: "*" should not be used which maybe broken with yarn-berry-deduplicate
#11266
Labels
repo maintenance
things to do with maintenance of the repo, and not with code/docs
triage
Waiting for team members to take a look
Suggestion
https://github.com/search?q=repo%3Atypescript-eslint%2Ftypescript-eslint+%2F%3A+%5C%22%5C*%5C%22%2F+path%3A**%2Fpackage.json&type=code
related #11216
typescript-eslint/packages/website/package.json
Line 71 in e493317
"make-dir": "*"
currently installs5.0.0
, but there is also amake-dir@npm:^4.0.0
installed byistanbul-lib-report
->istanbul-reports
->@vitest/coverage-v8
, so withyarn-berry-deduplicate
,"make-dir": "*"
will be narrowed intomake-dir@npm:^4.0.0
which is unexpected forwebsite
package actually.Additional Info
No response
The text was updated successfully, but these errors were encountered: