MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
12.03k stars 4.91k forks source link

Bring all controller packages up to date with (at least) core release 125.0.0 #24140

Closed mcmire closed 4 months ago

mcmire commented 6 months ago

What is this about?

Release 125.0.0 of the core monorepo included new versions for all packages. We want to make sure that the extension is using at least these versions for the controllers it's using so that we know everything is using the latest version of base-controller, and also that all packages have a package.json with the correct types field.

Scenario

No response

Design

No response

Technical Details

Outdated packages:

Here is the order of how we should address these:

Threat Modeling Framework

No response

Acceptance Criteria

No response

Stakeholder review needed before the work gets merged

References

No response

mcmire commented 4 months ago

This is finally done!