Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ ignores:
- 'react-compiler-runtime'
- '@fortawesome/fontawesome-free'
- 'punycode'
# peer deps of @mui/material v5, consumed internally by MUI (not imported directly)
- '@emotion/react'
- '@emotion/styled'
# v5 pre-installed ahead of migration from @material-ui/core (v4 path);
# imports switch to @mui/material in the migration branch
- '@mui/material'
# future use for Snaps date pickers; v7 supports React 17 + MUI v5
- '@mui/x-date-pickers'

#
# dev deps
Expand Down
12 changes: 0 additions & 12 deletions .yarn/patches/@babel-core-npm-7.25.9-4ae3bff7f3.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/helpers/construct.js b/helpers/construct.js
index aee8e70448824f509d6605e2dfa4455167442f21..00a69eba8d4c15a1f9aa318a50abb96c2ec447d9 100644
index aee8e70448824f509d6605e2dfa4455167442f21..5fe152bc1129bd8c8b7bb217ca1972ac4e089051 100644
--- a/helpers/construct.js
+++ b/helpers/construct.js
@@ -1,10 +1,22 @@
var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
@@ -1,10 +1,21 @@
-var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
-var setPrototypeOf = require("./setPrototypeOf.js");
-function _construct(t, e, r) {
- if (isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
Expand Down
31 changes: 16 additions & 15 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"resources": {
"@babel/core>@ampproject/remapping": {
"globals": {
"define": true
},
"packages": {
"terser>@jridgewell/source-map>@jridgewell/gen-mapping": true,
"terser-webpack-plugin>@jridgewell/trace-mapping": true
}
},
"@babel/code-frame": {
"globals": {
"console.warn": true,
Expand Down Expand Up @@ -38,12 +29,13 @@
"process.env.BABEL_ENV": true,
"process.env.BABEL_SHOW_CONFIG_FOR": true,
"process.env.NODE_ENV": true,
"process.features.typescript": true,
"process.versions.node": true,
"process.versions.pnp": true
"process.versions.pnp": true,
"structuredClone": true
},
"packages": {
"$root$": true,
"@babel/core>@ampproject/remapping": true,
"@babel/code-frame": true,
"@babel/core>@babel/generator": true,
"@babel/core>@babel/helper-compilation-targets": true,
Expand All @@ -65,6 +57,7 @@
"@babel/core>@babel/template": true,
"depcheck>@babel/traverse": true,
"@babel/core>@babel/types": true,
"@babel/core>@jridgewell/remapping": true,
"babel-plugin-react-compiler": true,
"@babel/core>convert-source-map": true,
"nock>debug": true,
Expand Down Expand Up @@ -130,7 +123,7 @@
"console.warn": true,
"process.env.BROWSERSLIST": true,
"process.env.BROWSERSLIST_CONFIG": true,
"process.versions.node": true
"process.versions.node.split": true
},
"packages": {
"@babel/preset-env>@babel/compat-data": true,
Expand Down Expand Up @@ -203,7 +196,6 @@
"packages": {
"@babel/core": true,
"@babel/core>@babel/helper-module-transforms>@babel/helper-module-imports": true,
"@babel/core>@babel/helper-module-transforms>@babel/helper-simple-access": true,
"@babel/code-frame>@babel/helper-validator-identifier": true,
"depcheck>@babel/traverse": true
}
Expand All @@ -229,7 +221,7 @@
"depcheck>@babel/traverse": true
}
},
"@babel/core>@babel/helper-module-transforms>@babel/helper-simple-access": {
"@babel/preset-env>@babel/plugin-transform-modules-commonjs>@babel/helper-simple-access": {
"packages": {
"@babel/core>@babel/types": true
}
Expand Down Expand Up @@ -464,7 +456,7 @@
"@babel/core": true,
"@babel/core>@babel/helper-module-transforms": true,
"@babel/preset-env>@babel/helper-plugin-utils": true,
"@babel/core>@babel/helper-module-transforms>@babel/helper-simple-access": true
"@babel/preset-env>@babel/plugin-transform-modules-commonjs>@babel/helper-simple-access": true
}
},
"@babel/preset-env>@babel/plugin-transform-modules-systemjs": {
Expand Down Expand Up @@ -928,6 +920,15 @@
"terser-webpack-plugin>@jridgewell/trace-mapping": true
}
},
"@babel/core>@jridgewell/remapping": {
"globals": {
"define": true
},
"packages": {
"terser>@jridgewell/source-map>@jridgewell/gen-mapping": true,
"terser-webpack-plugin>@jridgewell/trace-mapping": true
}
},
"terser-webpack-plugin>@jridgewell/trace-mapping>@jridgewell/resolve-uri": {
"globals": {
"define": true
Expand Down
29 changes: 15 additions & 14 deletions lavamoat/webpack/build/policy.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"resources": {
"@babel/core>@ampproject/remapping": {
"globals": {
"define": true
},
"packages": {
"terser>@jridgewell/source-map>@jridgewell/gen-mapping": true,
"terser-webpack-plugin>@jridgewell/trace-mapping": true
}
},
"@babel/code-frame": {
"globals": {
"console.warn": true,
Expand Down Expand Up @@ -36,10 +27,11 @@
"console.error": true,
"console.log": true,
"process.env": true,
"process.versions": true
"process.features.typescript": true,
"process.versions": true,
"structuredClone": true
},
"packages": {
"@babel/core>@ampproject/remapping": true,
"@babel/code-frame": true,
"@babel/core>@babel/generator": true,
"@babel/core>@babel/helper-compilation-targets": true,
Expand All @@ -51,6 +43,7 @@
"@babel/core>@babel/template": true,
"depcheck>@babel/traverse": true,
"@babel/core>@babel/types": true,
"@babel/core>@jridgewell/remapping": true,
"@babel/core>convert-source-map": true,
"nock>debug": true,
"@babel/core>gensync": true,
Expand Down Expand Up @@ -127,7 +120,6 @@
"packages": {
"@babel/core": true,
"@babel/core>@babel/helper-module-transforms>@babel/helper-module-imports": true,
"@babel/core>@babel/helper-module-transforms>@babel/helper-simple-access": true,
"@babel/code-frame>@babel/helper-validator-identifier": true,
"depcheck>@babel/traverse": true
}
Expand All @@ -145,7 +137,7 @@
"depcheck>@babel/traverse": true
}
},
"@babel/core>@babel/helper-module-transforms>@babel/helper-simple-access": {
"@babel/preset-env>@babel/plugin-transform-modules-commonjs>@babel/helper-simple-access": {
"packages": {
"@babel/core>@babel/types": true
}
Expand Down Expand Up @@ -176,7 +168,7 @@
"@babel/core": true,
"@babel/core>@babel/helper-module-transforms": true,
"@babel/preset-env>@babel/helper-plugin-utils": true,
"@babel/core>@babel/helper-module-transforms>@babel/helper-simple-access": true
"@babel/preset-env>@babel/plugin-transform-modules-commonjs>@babel/helper-simple-access": true
}
},
"@babel/preset-typescript>@babel/plugin-transform-typescript": {
Expand Down Expand Up @@ -260,6 +252,15 @@
"terser-webpack-plugin>@jridgewell/trace-mapping": true
}
},
"@babel/core>@jridgewell/remapping": {
"globals": {
"define": true
},
"packages": {
"terser>@jridgewell/source-map>@jridgewell/gen-mapping": true,
"terser-webpack-plugin>@jridgewell/trace-mapping": true
}
},
"terser-webpack-plugin>@jridgewell/trace-mapping>@jridgewell/resolve-uri": {
"globals": {
"define": true
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
"readable-stream-2@^2.3.3": "npm:readable-stream@^2.3.3",
"readable-stream-3@^3.6.2": "npm:readable-stream@^3.6.2",
"@metamask/snaps-sdk": "^11.1.0",
"@babel/core": "patch:@babel/core@npm%3A7.25.9#~/.yarn/patches/@babel-core-npm-7.25.9-4ae3bff7f3.patch",
"@babel/runtime": "patch:@babel/runtime@npm%3A7.26.10#~/.yarn/patches/@babel-runtime-npm-7.26.10-fe8c62510a.patch",
"@babel/core": "7.29.0",
"@babel/runtime": "patch:@babel/runtime@npm%3A7.29.2#~/.yarn/patches/@babel-runtime-npm-7.29.2-b49cad1c67.patch",
"@spruceid/siwe-parser@npm:2.1.0": "patch:@spruceid/siwe-parser@npm%3A2.1.0#~/.yarn/patches/@spruceid-siwe-parser-npm-2.1.0-060b7ede7a.patch",
"ts-mixer@npm:^6.0.3": "patch:ts-mixer@npm%3A6.0.4#~/.yarn/patches/ts-mixer-npm-6.0.4-5d9747bdf5.patch",
"@json-schema-spec/json-pointer@npm:^0.1.2": "patch:@json-schema-spec/json-pointer@npm%3A0.1.2#~/.yarn/patches/@json-schema-spec-json-pointer-npm-0.1.2-3d06119887.patch",
Expand Down Expand Up @@ -288,9 +288,11 @@
"@metamask/perps-controller": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "patch:@babel/runtime@npm%3A7.26.10#~/.yarn/patches/@babel-runtime-npm-7.26.10-fe8c62510a.patch",
"@babel/runtime": "patch:@babel/runtime@npm%3A7.29.2#~/.yarn/patches/@babel-runtime-npm-7.29.2-b49cad1c67.patch",
"@blockaid/ppom_release": "^1.5.3",
"@date-io/luxon": "^1.3.13",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@ensdomains/content-hash": "^2.5.7",
"@ethereumjs/tx": "patch:@ethereumjs/tx@npm%3A5.4.0#~/.yarn/patches/@ethereumjs-tx-npm-5.4.0-0c4a0f973e.patch",
"@ethersproject/abi": "^5.6.4",
Expand Down Expand Up @@ -423,6 +425,8 @@
"@metamask/tron-wallet-snap": "^1.25.3",
"@metamask/user-operation-controller": "^41.2.0",
"@metamask/utils": "^11.11.0",
"@mui/material": "^5.18.0",
"@mui/x-date-pickers": "^7.29.4",
"@ngraveio/bc-ur": "^1.1.13",
"@noble/hashes": "^1.3.3",
"@popperjs/core": "^2.4.0",
Expand Down Expand Up @@ -517,7 +521,7 @@
"@actions/github": "^9.1.1",
"@anthropic-ai/sdk": "^0.32.1",
"@babel/code-frame": "^7.25.9",
"@babel/core": "patch:@babel/core@npm%3A7.25.9#~/.yarn/patches/@babel-core-npm-7.25.9-4ae3bff7f3.patch",
"@babel/core": "7.29.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-plugin": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.28.6",
Expand Down
Loading
Loading