-
Notifications
You must be signed in to change notification settings - Fork 557
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
Update Yarn constraints to use JavaScript-based constraints #2740
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
4447adc
to
fb34058
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2740 +/- ##
=======================================
Coverage 94.35% 94.35%
=======================================
Files 476 476
Lines 10138 10138
Branches 1542 1542
=======================================
Hits 9566 9566
Misses 572 572 ☔ View full report in Codecov by Sentry. |
This replaces the (deprecated) Progol-based constraints with JavaScript-based constraints. The constraints file is largely based on the constraints used by
MetaMask/core
, with slight modifications to support the difference in this repo.