Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps @lavamoat/webpack from 1.2.0 to 1.5.0.

Release notes

Sourced from @​lavamoat/webpack's releases.

webpack: v1.5.0

1.5.0 (2025-10-01)

Features

  • webpack,core: Add a meta field to policy resource, report webpack optimizations to it. (a53b434)
  • webpack: use the final module info in connections to handle the optimizations webpack sideEffect option does. wip (9c7b305)

Bug Fixes

  • webpack: strip policy meta from the policy that goes into the bundle, fix related tests (645d0f2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​lavamoat/types bumped from ^0.0.1 to ^0.1.0
      • lavamoat-core bumped from ^16.7.0 to ^16.7.1

webpack: v1.4.0

1.4.0 (2025-09-25)

Features

  • webpack: document and officially release scuttling in webpack plugin (#1829) (9c83030)
  • webpack: prevent webpack from eliminating reexports and failing policy enforcement (#1827) (5f4d4fc)

Bug Fixes

  • webpack: adjust MessageEvent repair to reliably work in the bizarre context of Firefox webextension contentscript (#1830) (33d83d7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • lavamoat-core bumped from ^16.6.2 to ^16.7.0

webpack: v1.3.2

1.3.2 (2025-09-22)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​lavamoat/webpack's changelog.

1.5.0 (2025-10-01)

Features

  • webpack,core: Add a meta field to policy resource, report webpack optimizations to it. (a53b434)
  • webpack: use the final module info in connections to handle the optimizations webpack sideEffect option does. wip (9c7b305)

Bug Fixes

  • webpack: strip policy meta from the policy that goes into the bundle, fix related tests (645d0f2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​lavamoat/types bumped from ^0.0.1 to ^0.1.0
      • lavamoat-core bumped from ^16.7.0 to ^16.7.1

1.4.0 (2025-09-25)

Features

  • webpack: document and officially release scuttling in webpack plugin (#1829) (9c83030)
  • webpack: prevent webpack from eliminating reexports and failing policy enforcement (#1827) (5f4d4fc)

Bug Fixes

  • webpack: adjust MessageEvent repair to reliably work in the bizarre context of Firefox webextension contentscript (#1830) (33d83d7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • lavamoat-core bumped from ^16.6.2 to ^16.7.0

1.3.2 (2025-09-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • lavamoat-core bumped from ^16.6.1 to ^16.6.2

... (truncated)

Commits
  • 86d2258 chore: release main (#1834)
  • 645d0f2 fix(webpack): strip policy meta from the policy that goes into the bundle, fi...
  • 1dbc4c9 chore: type niceties
  • a53b434 feat(webpack,core): Add a meta field to policy resource, report webpack optim...
  • 9c7b305 feat(webpack): use the final module info in connections to handle the optimiz...
  • d54ff3b secret prototype repair for FF contentscript sandbox (#1832)
  • e837fbf chore: release main (#1828)
  • 9c83030 feat(webpack): document and officially release scuttling in webpack plugin (#...
  • 5f4d4fc feat(webpack): prevent webpack from eliminating reexports and failing policy ...
  • 33d83d7 fix(webpack): adjust MessageEvent repair to reliably work in the bizarre cont...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note

Upgrades @lavamoat/webpack to 1.5.0 with related lockfile updates and tightens LavaMoat policy env access plus a new parser allowance.

  • Build/Deps
    • Upgrade @lavamoat/webpack to ^1.5.0 in packages/snaps-execution-environments/package.json.
    • Lockfile updates: add @lavamoat/types@^0.1.0; bump lavamoat-core to 16.7.1, lavamoat-tofu to 8.0.11, @babel/parser to 7.28.3, and @babel/types to 7.28.4.
  • LavaMoat Policy (lavamoat/build-system/policy.json)
    • Replace process.env with process.env.BABEL_TYPES_8_BREAKING under @metamask/snaps-utils>@babel/types globals.
    • Add depcheck>@babel/parser to @lavamoat/webpack packages.

Written by Cursor Bugbot for commit c054b56. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 11:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 1, 2025
@codecov
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.27%. Comparing base (8571a4d) to head (c054b56).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3659   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files         417      417           
  Lines       11903    11903           
  Branches     1845     1845           
=======================================
  Hits        11698    11698           
  Misses        205      205           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lavamoat/webpack-1.5.0 branch from f13bcb2 to 452b99d Compare October 1, 2025 12:23
@FrederikBolding
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lavamoat/webpack-1.5.0 branch from 4930725 to 7352866 Compare October 1, 2025 13:53
@FrederikBolding
Copy link
Member

@dependabot recreate

Bumps [@lavamoat/webpack](https://github.com/LavaMoat/lavamoat/tree/HEAD/packages/webpack) from 1.2.0 to 1.5.0.
- [Release notes](https://github.com/LavaMoat/lavamoat/releases)
- [Changelog](https://github.com/LavaMoat/LavaMoat/blob/main/packages/webpack/CHANGELOG.md)
- [Commits](https://github.com/LavaMoat/lavamoat/commits/webpack-v1.5.0/packages/webpack)

---
updated-dependencies:
- dependency-name: "@lavamoat/webpack"
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/lavamoat/webpack-1.5.0 branch from a614c6b to 723d467 Compare October 1, 2025 14:47
@FrederikBolding FrederikBolding added this pull request to the merge queue Oct 1, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 1, 2025
@FrederikBolding FrederikBolding added this pull request to the merge queue Oct 1, 2025
Merged via the queue into main with commit 56e8b0a Oct 1, 2025
121 checks passed
@FrederikBolding FrederikBolding deleted the dependabot/npm_and_yarn/main/lavamoat/webpack-1.5.0 branch October 1, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants