Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2025

Bumps @lavamoat/webpack from 1.2.0 to 1.4.0.

Release notes

Sourced from @​lavamoat/webpack's releases.

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
    • dependencies
      • lavamoat-core bumped from ^16.6.1 to ^16.6.2

webpack: v1.3.1

1.3.1 (2025-09-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​lavamoat/types bumped from ^0.0.0 to ^0.0.1
      • lavamoat-core bumped from ^16.6.0 to ^16.6.1

webpack: v1.3.0

1.3.0 (2025-09-16)

Features

  • webpack: add explicit error messages when a compilation concludes with nothing to protect (f12985f)
  • webpack: add generatePolicyOnly option (#1789) (72900cd)

... (truncated)

Changelog

Sourced from @​lavamoat/webpack's changelog.

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

1.3.1 (2025-09-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​lavamoat/types bumped from ^0.0.0 to ^0.0.1
      • lavamoat-core bumped from ^16.6.0 to ^16.6.1

1.3.0 (2025-09-16)

Features

  • webpack: add explicit error messages when a compilation concludes with nothing to protect (f12985f)
  • webpack: add generatePolicyOnly option (#1789) (72900cd)
  • webpack: null runtime (4374b7a)
  • webpack: repair for window.event deprecated leaky poperty (#1785) (86d944b)
  • webpack: static shims for runtime, runtimeConfigurationPerChunk_experimental to control embedded runtime options (#1792) (c69a08d)

... (truncated)

Commits
  • 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...
  • 539b980 chore: release main
  • 1f4f70a chore: release main
  • f80ce42 chore: release main (#1795)
  • f12985f feat(webpack): add explicit error messages when a compilation concludes with ...
  • 4374b7a feat(webpack): null runtime
  • 593ed7c create @​lavamoat/types (#1033)
  • 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

Upgrade @lavamoat/webpack to 1.4.0 with corresponding policy updates, add Buffer polyfill and readable resource IDs, and refresh lockfile/dependencies.

  • Build/Dependencies
    • Bump @lavamoat/webpack from ^1.2.0 to ^1.4.0 and update transitive deps (lavamoat-core@^16.7.0, @lavamoat/types, @babel/parser/@babel/types).
    • Refresh yarn.lock accordingly.
  • Webpack Config (packages/snaps-execution-environments/webpack.config.js)
    • Provide Buffer via ProvidePlugin and add buffer fallback.
    • Enable LavaMoatPlugin option readableResourceIds: true.
  • LavaMoat Policies
    • Expand policy.json sets for webpack/* targets (iframe, node-process, node-thread, webview) with numerous new resources/globals for @metamask/snaps-utils, @metamask/permission-controller, @metamask/key-tree, crypto/encoding APIs, and related packages.
    • Adjust build-system policy: narrow @metamask/snaps-utils>@babel/types env access to process.env.BABEL_TYPES_8_BREAKING; add depcheck>@babel/parser under @lavamoat/webpack resource.

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

Bumps [@lavamoat/webpack](https://github.com/LavaMoat/lavamoat/tree/HEAD/packages/webpack) from 1.2.0 to 1.4.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.4.0/packages/webpack)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 26, 2025 06:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

A newer version of @​lavamoat/webpack exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/lavamoat/webpack-1.4.0 branch October 1, 2025 11:41
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 DO-NOT-MERGE javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants