Skip to content
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

Bump @metamask/providers to v13.0.0 #20917

Merged
merged 24 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b17d231
Bump @metamask/providers to v13.0.0
jiexi Sep 15, 2023
0dbd310
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Sep 18, 2023
03e7db5
Update LavaMoat policies
metamaskbot Sep 18, 2023
3045ab7
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Sep 18, 2023
e2291aa
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Sep 18, 2023
552c6d8
Bump Browserify
FrederikBolding Sep 19, 2023
7d94f1c
Update LavaMoat policies
FrederikBolding Sep 19, 2023
80a1dcf
Update LavaMoat policies
metamaskbot Sep 19, 2023
ea51f3b
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Sep 19, 2023
4c9ca89
Merge branch 'fb/bump-browserify' into jl/deprecate-provider-properties
jiexi Sep 19, 2023
7f65862
Lavamoat
jiexi Sep 19, 2023
89d6df0
Update LavaMoat policies
metamaskbot Sep 19, 2023
9873ef8
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Sep 19, 2023
5dfb62e
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Sep 21, 2023
210d6a2
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 2, 2023
ecd1771
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 3, 2023
2744a6c
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 4, 2023
053f7e7
Merge branch 'develop' into jl/deprecate-provider-properties
adonesky1 Oct 5, 2023
a78dc73
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 5, 2023
ce10eec
Update LavaMoat policies
metamaskbot Oct 5, 2023
37f4f50
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 5, 2023
59627f9
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 6, 2023
6b35b02
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 6, 2023
806e33b
Merge branch 'develop' into jl/deprecate-provider-properties
jiexi Oct 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 124 additions & 8 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,21 @@
"string.prototype.matchall>side-channel": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty sure we don't want to commit these changes? I believe these are OS specific.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i believe this comes from the auto generated lavamoat policies

}
},
"@storybook/addon-mdx-gfm>@storybook/node-logger>npmlog>gauge>has-unicode": {
"builtin": {
"os.type": true
},
"globals": {
"process.env.LANG": true,
"process.env.LC_ALL": true,
"process.env.LC_CTYPE": true
}
},
"@storybook/addon-mdx-gfm>@storybook/node-logger>npmlog>gauge>wide-align": {
"packages": {
"yargs>string-width": true
}
},
"@storybook/core>@storybook/core-server>x-default-browser>default-browser-id>untildify>os-homedir": {
"builtin": {
"os.homedir": true
Expand Down Expand Up @@ -4882,6 +4897,7 @@
"@lavamoat/allow-scripts>@npmcli/run-script>node-gyp>npmlog": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>detect-libc": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>rimraf": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>semver": true
}
Expand Down Expand Up @@ -4939,9 +4955,20 @@
},
"packages": {
"@storybook/core>@storybook/core-server>x-default-browser>default-browser-id>untildify>os-homedir": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv>os-homedir": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv>os-tmpdir": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv>os-homedir": {
"builtin": {
"os.homedir": true
},
"globals": {
"process.env": true,
"process.getuid": true,
"process.platform": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>nopt>osenv>os-tmpdir": {
"globals": {
"process.env.SystemRoot": true,
Expand All @@ -4952,6 +4979,70 @@
"process.platform": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog": {
"builtin": {
"events.EventEmitter": true,
"util": true
},
"globals": {
"process.nextTick": true,
"process.stderr": true
},
"packages": {
"@storybook/addon-mdx-gfm>@storybook/node-logger>npmlog>console-control-strings": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>are-we-there-yet": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge": true,
"nyc>yargs>set-blocking": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>are-we-there-yet": {
"builtin": {
"events.EventEmitter": true,
"util.inherits": true
},
"packages": {
"koa>delegates": true,
"readable-stream": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge": {
"builtin": {
"util.format": true
},
"globals": {
"clearInterval": true,
"process": true,
"setImmediate": true,
"setInterval": true
},
"packages": {
"@storybook/addon-mdx-gfm>@storybook/node-logger>npmlog>console-control-strings": true,
"@storybook/addon-mdx-gfm>@storybook/node-logger>npmlog>gauge>has-unicode": true,
"@storybook/addon-mdx-gfm>@storybook/node-logger>npmlog>gauge>wide-align": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>aproba": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>string-width": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>strip-ansi": true,
"nyc>signal-exit": true,
"react>object-assign": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>string-width": {
"packages": {
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>string-width>is-fullwidth-code-point": true,
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>strip-ansi": true,
"gulp>gulp-cli>yargs>string-width>code-point-at": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>string-width>is-fullwidth-code-point": {
"packages": {
"gulp>gulp-cli>yargs>string-width>is-fullwidth-code-point>number-is-nan": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>strip-ansi": {
"packages": {
"gulp-watch>chokidar>fsevents>node-pre-gyp>npmlog>gauge>strip-ansi>ansi-regex": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>rimraf": {
"builtin": {
"assert": true,
Expand All @@ -4963,9 +5054,34 @@
"setTimeout": true
},
"packages": {
"gulp-watch>chokidar>fsevents>node-pre-gyp>rimraf>glob": true,
"nyc>glob": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>rimraf>glob": {
"builtin": {
"assert": true,
"events.EventEmitter": true,
"fs": true,
"path.join": true,
"path.resolve": true,
"util": true
},
"globals": {
"console.error": true,
"process.cwd": true,
"process.nextTick": true,
"process.platform": true
},
"packages": {
"eslint>minimatch": true,
"gulp-watch>path-is-absolute": true,
"nyc>glob>fs.realpath": true,
"nyc>glob>inflight": true,
"pump>once": true,
"pumpify>inherits": true
}
},
"gulp-watch>chokidar>fsevents>node-pre-gyp>semver": {
"globals": {
"console": true,
Expand Down Expand Up @@ -6409,6 +6525,13 @@
"process.platform": true
}
},
"mockttp>portfinder>mkdirp": {
"builtin": {
"fs": true,
"path.dirname": true,
"path.resolve": true
}
},
"nock>debug": {
"builtin": {
"tty.isatty": true,
Expand Down Expand Up @@ -8016,14 +8139,7 @@
"path.dirname": true
},
"packages": {
"stylelint>file-entry-cache>flat-cache>write>mkdirp": true
}
},
"stylelint>file-entry-cache>flat-cache>write>mkdirp": {
"builtin": {
"fs": true,
"path.dirname": true,
"path.resolve": true
"mockttp>portfinder>mkdirp": true
}
},
"stylelint>global-modules": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
"@metamask/phishing-controller": "^6.0.0",
"@metamask/post-message-stream": "^6.2.0",
"@metamask/ppom-validator": "^0.5.0",
"@metamask/providers": "^11.1.0",
"@metamask/providers": "^13.0.0",
"@metamask/rate-limit-controller": "^3.0.0",
"@metamask/rpc-methods": "^2.0.0",
"@metamask/safe-event-emitter": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4623,7 +4623,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/providers@npm:^11.1.0, @metamask/providers@npm:^11.1.1":
"@metamask/providers@npm:^11.1.1":
version: 11.1.2
resolution: "@metamask/providers@npm:11.1.2"
dependencies:
Expand Down Expand Up @@ -23895,7 +23895,7 @@ __metadata:
"@metamask/phishing-warning": "npm:^2.1.0"
"@metamask/post-message-stream": "npm:^6.2.0"
"@metamask/ppom-validator": "npm:^0.5.0"
"@metamask/providers": "npm:^11.1.0"
"@metamask/providers": "npm:^13.0.0"
"@metamask/rate-limit-controller": "npm:^3.0.0"
"@metamask/rpc-methods": "npm:^2.0.0"
"@metamask/safe-event-emitter": "npm:^2.0.0"
Expand Down