-
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
Release 58.0.0 #2595
Release 58.0.0 #2595
Conversation
67c94e4
to
094be8c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2595 +/- ##
=======================================
Coverage 94.00% 94.00%
=======================================
Files 459 459
Lines 9650 9650
Branches 1482 1482
=======================================
Hits 9071 9071
Misses 579 579 ☔ View full report in Codecov by Sentry. |
96786b9
to
a22c24a
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/eth-json-rpc-middleware@12.1.2, npm/@scure/base@1.1.7 |
…iddleware` to `^13.0.0`
👍 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. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
@SocketSecurity ignore npm/@metamask/eth-block-tracker@10.1.0 |
Explanation
This is the release candidate for
v58.0.0
.@metamask/snaps-controllers@9.3.1
(patch)@metamask/snaps-execution-environments@6.6.2
(patch)@metamask/snaps-rpc-methods@10.0.1
(patch)@metamask/snaps-utils@7.8.1
(patch)Notes
@metamask/utils
yarn resolution to9.1.0
.@metamask/eth-json-rpc-middleware
from^12.1.2
to^13.0.0
in@metamask/snaps-{jest,simulator}
.permission-controller
major version bump doesn't affect the snaps monorepo as a breaking change, as the updated enumsCaveatMutatorOperations
,MethodNames
are not used in any snaps package.Blockers
Blocked by Fix regressions introduced by
@metamask/providers@17.1.1
#2579: With yarn resolution for@metamask/utils
removed,@metamask/snaps-execution-environments
experiences a build error due to version mismatch between@metamask/providers
(@metamask/utils@8.5.0
) and@metamask/utils@9.1.0
.@metamask/providers@17.1.2
With
@metamask/providers@17.0.0
"@metamask/snaps-execution-environments/@metamask/providers": "17.1.1"