Skip to content

Bump webpack-subresource-integrity and @angular-devkit/build-angular#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-d3e100f0ed
Open

Bump webpack-subresource-integrity and @angular-devkit/build-angular#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-d3e100f0ed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown

Bumps webpack-subresource-integrity to 5.1.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Updates webpack-subresource-integrity from 1.1.0-rc.6 to 5.1.0

Release notes

Sourced from webpack-subresource-integrity's releases.

v5.1.0

  • Allow deferred loading of hashes. Specifying the new option hashLoading: "lazy" will cause integrity hashes for any given asset to be defined in its direct parents in the chunk graph. This can lead to duplication of hashes across assets, but can significantly reduce the size of entry chunk(s) when there are a large number of async chunks. (#171)

v5.0.0

No changes compared to v5.0.0-rc.1.

Changes compared to v1.5.2:

BREAKING CHANGES

(See migrating from v1 to v5.)

  • Drop compatibility with Webpack < 5.12.0.
  • Drop compatibility with Node < 10.
  • Drop compatibility with html-webpack-plugin < 5.0.0-beta.1.
  • Drop default export, new named export SubresourceIntegrityPlugin.
  • When integrity for an asset cannot be determined this now emits an error. Previously, a warning was emitted.
  • Option enabled now defaults to "auto", which enables the plugin in all Webpack modes except for development. Previously, the plugin was disabled by default in all modes.

Other Changes

  • Compatibility with html-webpack-plugin 5 and new Webpack 5 asset processing pipeline.
  • Option hashFuncNames now has a default: ["sha384"].
  • All code has been rewritten in TypeScript. We now include TypeScript type definitions inside the package.
  • No longer imports webpack (#150)
  • Warn when using dangerous filename hashes (#162)

v5.0.0-rc.1

  • Warn when using dangerous filename hashes (#162)
  • Minor non-functional changes

v5.0.0-alpha.5

  • Fix handling of chunks with multiple files (#154)
  • Fix stats factory when using real content hash

v5.0.0-alpha.4

  • Fix real content hash generation (#152)

v5.0.0-alpha.3

  • Do not import webpack (#150)

    Adds compatibility with Next.js 10.0.6. Please note that installing this plugin in Next.js is not enough to gain integrity since top-level assets will remain unprotected.

v5.0.0-alpha.2

  • Fix error when a processed tag has no attributes (#147)

v5.0.0-alpha.1

BREAKING CHANGES

  • Drop compatibility with Webpack < 5.12.0.
  • Drop compatibility with Node < 10.

... (truncated)

Commits
  • ad9265e Bump to version 5.1.0
  • d049da4 Lazy hashes follow-up
  • fc7cf19 Add lazyHashes option to define integrity hashes only in direct parents of ...
  • 3d93750 Use npm badge from default tag
  • 40ec3ce Bump to version 5.0.0
  • e5ccea1 Cache puppeteer download
  • b20961f Add daily compatibility CI run
  • f92330d Update test instructions
  • 61cca07 Update homepage link
  • 299be93 Clean up badges
  • Additional commits viewable in compare view
Install script changes

This version adds prepublish script that runs during installation. Review the package contents before updating.


Updates @angular-devkit/build-angular from 0.10.7 to 21.2.14

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.14

@​angular/cli

Commit Description
fix - aed448748 expand package groups for newly added peer dependencies in update schematic

@​angular/build

Commit Description
fix - d46c082fb prevent esbuild service child process leakage

21.2.13

@​angular-devkit/build-angular

Commit Description
fix - 3c6d26a31 remove unconditional CORS wildcard from webpack dev-server

@​angular/build

Commit Description
fix - 2b3e95517 assert that asset input paths are within workspace root

21.2.12

@​angular/build

Commit Description
fix - cbad57579 ignore virtual esbuild paths with (disabled):

21.2.11

@​angular/cli

Commit Description
fix - bbd63b7a5 robustly parse npm manifest from array

@​angular/ssr

Commit Description
fix - eafe1a719 allow all hosts in common engine rendering options to prevent validation errors
fix - 7a116a80d remove stateful flag from URL_PARAMETER_REGEXP

21.2.10

@​angular/cli

Commit Description
fix - bb8611913 restrict MCP workspace access to allowed client roots during resolution

21.2.9

@​schematics/angular

Commit Description
fix - e7abeb5c7 add missing imports for focus and skip APIs in refactor-jasmine-vitest

@​angular/cli

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.14 (2026-06-03)

@​angular/cli

Commit Type Description
aed448748 fix expand package groups for newly added peer dependencies in update schematic

@​angular/build

Commit Type Description
d46c082fb fix prevent esbuild service child process leakage

20.3.27 (2026-06-02)

@​angular/ssr

Commit Type Description
07c6c96ba fix add support for configuring trusted proxy headers via environment variable

19.2.27 (2026-06-02)

@​angular/ssr

Commit Type Description
2c0dfc2ac fix add support for configuring trusted proxy headers via environment variable

21.2.13 (2026-05-27)

@​angular-devkit/build-angular

Commit Type Description
3c6d26a31 fix remove unconditional CORS wildcard from webpack dev-server

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-angular since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) to 5.1.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `webpack-subresource-integrity` from 1.1.0-rc.6 to 5.1.0
- [Release notes](https://github.com/waysact/webpack-subresource-integrity/releases)
- [Changelog](https://github.com/waysact/webpack-subresource-integrity/blob/main/CHANGELOG.md)
- [Commits](waysact/webpack-subresource-integrity@v1.1.0-rc.6...v5.1.0)

Updates `@angular-devkit/build-angular` from 0.10.7 to 21.2.14
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/v21.2.14)

---
updated-dependencies:
- dependency-name: webpack-subresource-integrity
  dependency-version: 5.1.0
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 5, 2026
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.

0 participants