-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on YN0060 - INCOMPATIBLE_PEER_DEPENDENCY #22398
Conversation
Can we somehow version-lock the package |
6e46f94
to
6235273
Compare
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
|
Currently waiting for vitejs/vite#13103 being released |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
…s for configuring Yarn2 for Verdaccio in yarn.ts script
6235273
to
e3d6c69
Compare
Closes N/A
What I did
Some package managers throw an error if peer dependencies are not met properly. Yarn, though, just logs a warning. It would be nice if our sandboxes fail if peer dependencies are not met. Therefore, yarn now fails for YN0060 - INCOMPATIBLE_PEER_DEPENDENCY instead of just returning back a warning.
Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]