-
Notifications
You must be signed in to change notification settings - Fork 645
Bump MetaMask core packages #1818
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
Merged
FrederikBolding
merged 33 commits into
feat/error-handling
from
fb/bump-json-rpc-engine-et-all
Oct 11, 2023
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
aee71c5
deps: @metamask/utils@^7.1.0->^8.1.0
legobeat e9b1f67
deps: rpc-errors -> @metamask/rpc-errors@^6.0.0
legobeat 790c27b
rpc-methods: @metamask/rpc-errors migration
legobeat 4600d34
rpc-utils: @metamask/rpc-errors migration
legobeat 5b23c58
lint:fix
legobeat 3c439c6
snaps-controllers: @metamask/rpc-errors migration
legobeat f269802
snaps-controllers: @metamask/rpc-errors migration
legobeat b47323a
lint:fix
legobeat e970973
deps(snaps-controllers,snaps-utils): @metamask/snaps-registry@^1.2.2-…
legobeat 64bcec2
deps(snaps-simulator): @metamask/eth-json-rpc-middleware@^11.0.2->^12…
legobeat 3d78538
deps(snaps-controllers): json-rpc-engine@^6.1.0 -> @metamask/json-rpc…
legobeat dfe9f9d
deps: dedupe json-rpc-middleware-stream
legobeat dcbb6d4
snaps-controllers: @metamask/rpc-errors update
legobeat 483240a
deps: json-rpc-middleware-stream@^4.2.2->^5.0.0
legobeat 142039f
snaps-controllers: deps update type migration
legobeat 1f6e452
snaps-controllers: add allowScripts configuration
legobeat fee8195
deps(rpc-methods): json-rpc-engine@^6.1.0 -> @metamask/json-rpc-engin…
legobeat a795382
wip: @metamask/eth-json-rpc-engine
legobeat 61cdd3f
wip: deps: @metamask/providers@^11.1.1->^13.0.0
legobeat 4383d9e
Bump json-rpc-middleware-stream
FrederikBolding c57576b
Fix typing issues
FrederikBolding 6c2b6e3
Add missing bumps
FrederikBolding 40712e9
Fix lint
FrederikBolding 425fc52
Fix rpc-methods tests
FrederikBolding c9584b2
Patch polyfill plugin
FrederikBolding 712a129
Port remaining changes after rebase
FrederikBolding 3b17708
Update LavaMoat policies
FrederikBolding cef9250
Add missing cause properties
FrederikBolding 968cacc
update examples checksums
legobeat 8b0ed91
Fix `snaps-controllers` and `snaps-execution-environments` tests (#1835)
Mrtenz 32a9c3a
Fix some type assertions
FrederikBolding 69a6ea2
Use latest rpc-errors
FrederikBolding 5323126
Fix getLocale type
FrederikBolding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
.yarn/patches/@esbuild-plugins-node-modules-polyfill-npm-0.2.2-f612681798.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| diff --git a/dist/polyfills.js b/dist/polyfills.js | ||
| index 4f4f95302a6da4643b822262921f668abc8c3db1..78202915fa5c952222aa1751442f7a9410d73dc4 100644 | ||
| --- a/dist/polyfills.js | ||
| +++ b/dist/polyfills.js | ||
| @@ -10,7 +10,7 @@ function builtinsPolyfills() { | ||
| libs.set('util', require.resolve('rollup-plugin-node-polyfills/polyfills/util')); | ||
| libs.set('sys', libs.get('util')); | ||
| libs.set('events', require.resolve('rollup-plugin-node-polyfills/polyfills/events')); | ||
| - libs.set('stream', require.resolve('rollup-plugin-node-polyfills/polyfills/stream')); | ||
| + libs.set('stream', require.resolve('stream-browserify')); | ||
| libs.set('path', require.resolve('rollup-plugin-node-polyfills/polyfills/path')); | ||
| libs.set('querystring', require.resolve('rollup-plugin-node-polyfills/polyfills/qs')); | ||
| libs.set('punycode', require.resolve('rollup-plugin-node-polyfills/polyfills/punycode')); | ||
| diff --git a/esm/polyfills.js b/esm/polyfills.js | ||
| index 28b0ea77e1f7bc5766737caaa8cb5c5db25a279e..ae71645a1d24c46fc7987135aff0332e89017ec1 100644 | ||
| --- a/esm/polyfills.js | ||
| +++ b/esm/polyfills.js | ||
| @@ -7,7 +7,7 @@ export function builtinsPolyfills() { | ||
| libs.set('util', require.resolve('rollup-plugin-node-polyfills/polyfills/util')); | ||
| libs.set('sys', libs.get('util')); | ||
| libs.set('events', require.resolve('rollup-plugin-node-polyfills/polyfills/events')); | ||
| - libs.set('stream', require.resolve('rollup-plugin-node-polyfills/polyfills/stream')); | ||
| + libs.set('stream', require.resolve('stream-browserify')); | ||
| libs.set('path', require.resolve('rollup-plugin-node-polyfills/polyfills/path')); | ||
| libs.set('querystring', require.resolve('rollup-plugin-node-polyfills/polyfills/qs')); | ||
| libs.set('punycode', require.resolve('rollup-plugin-node-polyfills/polyfills/punycode')); | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.