Skip to content

Commit 0ba3d8f

Browse files
chore: Bump @lavamoat/webpack from 1.5.7 to 1.5.8 (#3847)
Bumps [@lavamoat/webpack](https://github.com/LavaMoat/lavamoat/tree/HEAD/packages/webpack) from 1.5.7 to 1.5.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/LavaMoat/lavamoat/releases"><code>@​lavamoat/webpack</code>'s releases</a>.</em></p> <blockquote> <h2>webpack: v1.5.8</h2> <h2><a href="https://github.com/LavaMoat/LavaMoat/compare/webpack-v1.5.7...webpack-v1.5.8">1.5.8</a> (2026-02-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update definitelytyped (<a href="https://github.com/LavaMoat/LavaMoat/commit/2eab34797e14fa0ff2d2b0aa6fd1ec77cc490900">2eab347</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​lavamoat/aa</code> bumped from ^4.3.5 to ^4.3.6</li> <li>lavamoat-core bumped from ^17.1.2 to ^17.1.3</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/LavaMoat/LavaMoat/blob/main/packages/webpack/CHANGELOG.md"><code>@​lavamoat/webpack</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/LavaMoat/LavaMoat/compare/webpack-v1.5.7...webpack-v1.5.8">1.5.8</a> (2026-02-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update definitelytyped (<a href="https://github.com/LavaMoat/LavaMoat/commit/2eab34797e14fa0ff2d2b0aa6fd1ec77cc490900">2eab347</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​lavamoat/aa</code> bumped from ^4.3.5 to ^4.3.6</li> <li>lavamoat-core bumped from ^17.1.2 to ^17.1.3</li> </ul> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LavaMoat/LavaMoat/commit/67ec23cecc0be072b54a6a252cc660c1505a6c3f"><code>67ec23c</code></a> chore: release main (<a href="https://github.com/LavaMoat/lavamoat/tree/HEAD/packages/webpack/issues/1881">#1881</a>)</li> <li><a href="https://github.com/LavaMoat/LavaMoat/commit/2eab34797e14fa0ff2d2b0aa6fd1ec77cc490900"><code>2eab347</code></a> fix(deps): update definitelytyped</li> <li>See full diff in <a href="https://github.com/LavaMoat/lavamoat/commits/webpack-v1.5.8/packages/webpack">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@lavamoat/webpack&package-manager=npm_and_yarn&previous-version=1.5.7&new-version=1.5.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only upgrade plus a small LavaMoat policy allowance change; low functional risk but could affect build/bundling behavior if the new version changes webpack instrumentation. > > **Overview** > Bumps the build-time LavaMoat webpack integration to `@lavamoat/webpack@1.5.8` in `snaps-execution-environments`, pulling in updated transitive LavaMoat packages (`@lavamoat/aa@4.3.6`, `lavamoat-core@17.1.3`, `lavamoat-tofu@8.1.1`) via `yarn.lock`. > > Updates the LavaMoat build policy to allow an additional Node builtin (`node:path.normalize`) used by the upgraded tooling. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 29de07f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
1 parent 1052962 commit 0ba3d8f

3 files changed

Lines changed: 28 additions & 27 deletions

File tree

packages/snaps-execution-environments/lavamoat/build-system/policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"node:fs.realpathSync": true,
110110
"node:path.dirname": true,
111111
"node:path.join": true,
112+
"node:path.normalize": true,
112113
"node:path.relative": true,
113114
"node:path.sep": true
114115
},

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
8383
"@lavamoat/allow-scripts": "^3.4.2",
8484
"@lavamoat/lavatube": "^1.0.0",
85-
"@lavamoat/webpack": "^1.5.7",
85+
"@lavamoat/webpack": "^1.5.8",
8686
"@metamask/auto-changelog": "^5.0.2",
8787
"@swc/core": "1.11.31",
8888
"@swc/jest": "^0.2.38",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,14 +2758,14 @@ __metadata:
27582758
languageName: node
27592759
linkType: hard
27602760

2761-
"@lavamoat/aa@npm:^4.3.5":
2762-
version: 4.3.5
2763-
resolution: "@lavamoat/aa@npm:4.3.5"
2761+
"@lavamoat/aa@npm:^4.3.5, @lavamoat/aa@npm:^4.3.6":
2762+
version: 4.3.6
2763+
resolution: "@lavamoat/aa@npm:4.3.6"
27642764
dependencies:
27652765
resolve: "npm:1.22.10"
27662766
bin:
27672767
lavamoat-ls: src/cli.js
2768-
checksum: 10/253140c38b25455df8c64f236c8fb97db9406bacc9518f9282ddf593dd9c7ae61aa59ccdeb70bd47e68acb24ed902cf700f215e0acf86b7ac3278490932d5a75
2768+
checksum: 10/6c6636962527054e5c25f801721c49c6b03c6173e86a7c048a8061f18f9c2c4628413cdfa1c928c8e028ac7128891d54f545fa61751c93e4689891393f0be3ec
27692769
languageName: node
27702770
linkType: hard
27712771

@@ -2801,20 +2801,20 @@ __metadata:
28012801
languageName: node
28022802
linkType: hard
28032803

2804-
"@lavamoat/webpack@npm:^1.5.7":
2805-
version: 1.5.7
2806-
resolution: "@lavamoat/webpack@npm:1.5.7"
2804+
"@lavamoat/webpack@npm:^1.5.8":
2805+
version: 1.5.8
2806+
resolution: "@lavamoat/webpack@npm:1.5.8"
28072807
dependencies:
28082808
"@babel/parser": "npm:7.28.3"
2809-
"@lavamoat/aa": "npm:^4.3.5"
2809+
"@lavamoat/aa": "npm:^4.3.6"
28102810
"@lavamoat/types": "npm:^0.1.0"
28112811
browser-resolve: "npm:2.0.0"
28122812
json-stable-stringify: "npm:1.3.0"
2813-
lavamoat-core: "npm:^17.1.2"
2813+
lavamoat-core: "npm:^17.1.3"
28142814
ses: "npm:1.14.0"
28152815
peerDependencies:
28162816
webpack: ^5.80.2
2817-
checksum: 10/1216e44028fd3208a6cb45dfa332521a89f17829dc5dca330bafd9895ac407bcf5569e411857138a38d69ea64113462a9ac82f27e369b82351bc3628266e14c0
2817+
checksum: 10/c19a6b8a0a5fb15bec74880c108ce6962d5d2615c6549ea28709a41069c6ab6073ef7bf6dd7fdbd103e931a4c215e6dffa84f080c8f521a1ffba4ddcb4474e67
28182818
languageName: node
28192819
linkType: hard
28202820

@@ -4321,7 +4321,7 @@ __metadata:
43214321
"@esbuild-plugins/node-modules-polyfill": "npm:^0.2.2"
43224322
"@lavamoat/allow-scripts": "npm:^3.4.2"
43234323
"@lavamoat/lavatube": "npm:^1.0.0"
4324-
"@lavamoat/webpack": "npm:^1.5.7"
4324+
"@lavamoat/webpack": "npm:^1.5.8"
43254325
"@metamask/auto-changelog": "npm:^5.0.2"
43264326
"@metamask/json-rpc-engine": "npm:^10.2.1"
43274327
"@metamask/object-multiplex": "npm:^2.1.0"
@@ -6011,12 +6011,12 @@ __metadata:
60116011
languageName: node
60126012
linkType: hard
60136013

6014-
"@types/babel__traverse@npm:*, @types/babel__traverse@npm:7.20.7, @types/babel__traverse@npm:^7.0.6":
6015-
version: 7.20.7
6016-
resolution: "@types/babel__traverse@npm:7.20.7"
6014+
"@types/babel__traverse@npm:*, @types/babel__traverse@npm:7.28.0, @types/babel__traverse@npm:^7.0.6":
6015+
version: 7.28.0
6016+
resolution: "@types/babel__traverse@npm:7.28.0"
60176017
dependencies:
6018-
"@babel/types": "npm:^7.20.7"
6019-
checksum: 10/d005b58e1c26bdafc1ce564f60db0ee938393c7fc586b1197bdb71a02f7f33f72bc10ae4165776b6cafc77c4b6f2e1a164dd20bc36518c471b1131b153b4baa6
6018+
"@babel/types": "npm:^7.28.2"
6019+
checksum: 10/371c5e1b40399ef17570e630b2943617b84fafde2860a56f0ebc113d8edb1d0534ade0175af89eda1ae35160903c33057ed42457e165d4aa287fedab2c82abcf
60206020
languageName: node
60216021
linkType: hard
60226022

@@ -13648,35 +13648,35 @@ __metadata:
1364813648
languageName: node
1364913649
linkType: hard
1365013650

13651-
"lavamoat-core@npm:^17.1.2":
13652-
version: 17.1.2
13653-
resolution: "lavamoat-core@npm:17.1.2"
13651+
"lavamoat-core@npm:^17.1.2, lavamoat-core@npm:^17.1.3":
13652+
version: 17.1.3
13653+
resolution: "lavamoat-core@npm:17.1.3"
1365413654
dependencies:
1365513655
"@babel/types": "npm:7.27.3"
1365613656
"@lavamoat/types": "npm:^0.1.0"
1365713657
json-stable-stringify: "npm:1.3.0"
13658-
lavamoat-tofu: "npm:^8.1.0"
13658+
lavamoat-tofu: "npm:^8.1.1"
1365913659
merge-deep: "npm:3.0.3"
1366013660
ses: "npm:1.14.0"
1366113661
bin:
1366213662
lavamoat-sort-policy: src/policy-sort-cli.js
13663-
checksum: 10/accdedcdabc84b5f4b95b7f9cecf0638be95d1df8068adec0402e5a3177367e442839ca8fc4c20904646f31f75e5dbc0dc9dcde54d26ac16dedd0fe401c75dfb
13663+
checksum: 10/131af01a9e03bc1bbede765da429fa373f6035bd73c4067bb7df5374b779a02d607947466cb0489a54d7456a66f346fe742aca085b0492503e274de07828b907
1366413664
languageName: node
1366513665
linkType: hard
1366613666

13667-
"lavamoat-tofu@npm:^8.1.0":
13668-
version: 8.1.0
13669-
resolution: "lavamoat-tofu@npm:8.1.0"
13667+
"lavamoat-tofu@npm:^8.1.0, lavamoat-tofu@npm:^8.1.1":
13668+
version: 8.1.1
13669+
resolution: "lavamoat-tofu@npm:8.1.1"
1367013670
dependencies:
1367113671
"@babel/parser": "npm:7.27.3"
1367213672
"@babel/traverse": "npm:7.27.3"
1367313673
"@babel/types": "npm:7.27.3"
1367413674
"@lavamoat/types": "npm:^0.1.0"
13675-
"@types/babel__traverse": "npm:7.20.7"
13675+
"@types/babel__traverse": "npm:7.28.0"
1367613676
type-fest: "npm:4.41.0"
1367713677
peerDependencies:
1367813678
lavamoat-core: ">15.4.0"
13679-
checksum: 10/ed96ddf284af0051179a4f46bc6432fb32d05f5055ae94fe3f469a7d7f17c62e834854bf2ed26fb55ff012a02789b8b0bee3cb760aab24d04d8714dba3d43b3f
13679+
checksum: 10/3bd26e7cea8a29769e29481f05021fe13365d986ec98a0eead0cd4067e08f3df3b40c9e5633606e46e917355744887647b918a52a49e700078dd2cda5bb564c2
1368013680
languageName: node
1368113681
linkType: hard
1368213682

0 commit comments

Comments
 (0)