Skip to content

Commit 0fa2444

Browse files
committed
Merge branch 'main' into hm/add-address-input
2 parents b38a542 + 61853b0 commit 0fa2444

File tree

18 files changed

+255
-98
lines changed

18 files changed

+255
-98
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ updates:
1414
target-branch: 'main'
1515
versioning-strategy: 'increase'
1616
open-pull-requests-limit: 10
17+
groups:
18+
metamask:
19+
applies-to: version-updates
20+
patterns:
21+
- '@metamask/*'
22+
update-types:
23+
- 'minor'
24+
- 'patch'

.github/workflows/update-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ jobs:
223223
commit-result:
224224
name: Commit result
225225
runs-on: ubuntu-latest
226+
if: ${{ !failure() && !cancelled() && needs.is-fork-pull-request.outputs.IS_FORK == 'false' }}
226227
needs:
228+
- is-fork-pull-request
227229
- prepare
228230
- dedupe-yarn-lock
229231
- regenerate-lavamoat-policies

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "92.0.0",
3+
"version": "93.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -23,7 +23,6 @@
2323
"child-workspace-package-names-as-json": "ts-node scripts/child-workspace-package-names-as-json.ts",
2424
"clean": "yarn workspaces foreach --all --parallel --verbose run clean",
2525
"get-release-tag": "ts-node --swc scripts/get-release-tag.ts",
26-
"postinstall": "simple-git-hooks",
2726
"install-chrome": "./scripts/install-chrome.sh",
2827
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:tsconfig && yarn constraints && yarn lint:dependencies",
2928
"lint:dependencies": "yarn workspaces foreach --all --parallel --verbose run lint:dependencies && yarn dedupe --check",
@@ -33,6 +32,7 @@
3332
"lint:tsconfig": "node scripts/verify-tsconfig.mjs",
3433
"prepare-preview-builds": "./scripts/prepare-preview-builds.sh",
3534
"publish-previews": "yarn workspaces foreach --all --parallel --verbose run publish:preview",
35+
"setup": "simple-git-hooks",
3636
"test": "yarn workspaces foreach --all --parallel --verbose run test",
3737
"test:browser": "yarn workspaces foreach --all --verbose run test:browser",
3838
"test:clean": "yarn workspaces foreach --all --parallel --verbose run test:clean",
@@ -79,7 +79,7 @@
7979
"devDependencies": {
8080
"@lavamoat/allow-scripts": "^3.0.4",
8181
"@metamask/auto-changelog": "^4.1.0",
82-
"@metamask/create-release-branch": "^4.0.0",
82+
"@metamask/create-release-branch": "^4.1.0",
8383
"@metamask/eslint-config": "^14.0.0",
8484
"@metamask/eslint-config-browser": "^14.0.0",
8585
"@metamask/eslint-config-jest": "^14.0.0",
@@ -92,7 +92,7 @@
9292
"@types/lodash": "^4",
9393
"@types/node": "18.14.2",
9494
"@yarnpkg/types": "^4.0.0",
95-
"chromedriver": "^133.0.3",
95+
"chromedriver": "^134.0.0",
9696
"depcheck": "^1.4.7",
9797
"eslint": "^9.11.0",
9898
"eslint-config-prettier": "^9.1.0",

packages/examples/packages/bip32/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "EYj8a1CyBIrzcSGQ6EY9Ny6Q+azLzobzU7agR7CKisA=",
10+
"shasum": "nS48OH2I7YacX70E4rPCF+870ZdKRaJb66DwFU6zu8M=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/bip44/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "7ITCfMBWovBJmXIqrHSIsO+DvhSI52fO07JRevLMIkw=",
10+
"shasum": "AeCVkpJQuy7JZHh5vQioQzJIbeR2H9hjYWmuGH8rww0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/ethers-js/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "6fsBdxadF/YFFYsfFEiiyiN3aBjtg9POe0gtYjuv0Ow=",
10+
"shasum": "sByCEI9g09UGbwHBxK89BKRiVFRIAIlSJLw1880fqQo=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/file-upload/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "vUHKqC4T7pQFvQVukvzLCxxmt9UTINvDhe6eElkocSQ=",
10+
"shasum": "A9BecIJvmVZFc4oelZQaqvCCHTyr/VjZkSzOlGcO2Ps=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/images/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "qDSGnw6+RCCzacNV3QaY4oyEpz9sDLXIDcJ+oPiiWx0=",
10+
"shasum": "PWwMdyhcSaDJ5jd4YWbzKiLmDaSu6YIWYLmPdEGRdjY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "lQBujvMoHepdX+E8O5UH8R4CUMMw2Gi3juOJicuyHPA=",
10+
"shasum": "uJbZD9CQgbJNvLk1lKmtfeWJNKAUf+vjZSNr+YK0Pak=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snaps-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@metamask/snaps-simulation": "workspace:^",
6666
"@metamask/superstruct": "^3.1.0",
6767
"@metamask/utils": "^11.2.0",
68-
"express": "^4.18.2",
68+
"express": "^4.21.2",
6969
"jest-environment-node": "^29.5.0",
7070
"jest-matcher-utils": "^29.5.0",
7171
"redux": "^4.2.1"

0 commit comments

Comments
 (0)