Skip to content

build(deps): bump the angular group across 1 directory with 9 updates - #1455

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-a3920de355
Open

build(deps): bump the angular group across 1 directory with 9 updates#1455
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-a3920de355

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the angular group with 9 updates in the / directory:

Package From To
@angular/common 20.3.29 20.3.30
@angular/compiler 20.3.27 20.3.30
@angular/core 20.3.16 20.3.30
@angular/forms 20.3.16 20.3.30
@angular/platform-browser 20.3.16 20.3.30
@angular/router 20.3.16 20.3.30
@angular/build 20.3.16 20.3.35
@angular/cli 20.3.16 20.3.35
@angular/compiler-cli 20.3.16 20.3.30

Updates @angular/common from 20.3.29 to 20.3.30

Release notes

Sourced from @​angular/common's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version
Changelog

Sourced from @​angular/common's changelog.

20.3.30 (2026-08-26)

platform-server

Commit Type Description
9339a7a2de fix avoid stripping unicode whitespace during url resolution
89b20568df fix update domino to latest version

Commits

Updates @angular/compiler from 20.3.27 to 20.3.30

Release notes

Sourced from @​angular/compiler's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version

20.3.29

platform-browser

Commit Description
fix - 7538744c10 disallow event handler attributes in Meta

20.3.28

core

Commit Description
fix - 2f96c8020f sanitize host bindings on concrete hosts

http

Commit Description
fix - 969133d426 match header values exactly when deleting
fix - 29dd26bd71 preserve immutability of materialized clones
fix - e4c416c20a run root interceptors in the terminal request chain
Changelog

Sourced from @​angular/compiler's changelog.

20.3.30 (2026-08-26)

platform-server

Commit Type Description
9339a7a2de fix avoid stripping unicode whitespace during url resolution
89b20568df fix update domino to latest version

20.3.29 (2026-08-19)

platform-browser

Commit Type Description
7538744c10 fix disallow event handler attributes in Meta

20.3.28 (2026-08-13)

core

Commit Type Description
2f96c8020f fix sanitize host bindings on concrete hosts

http

Commit Type Description
969133d426 fix match header values exactly when deleting
29dd26bd71 fix preserve immutability of materialized clones
e4c416c20a fix run root interceptors in the terminal request chain

Commits

Updates @angular/core from 20.3.16 to 20.3.30

Release notes

Sourced from @​angular/core's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version

20.3.29

platform-browser

Commit Description
fix - 7538744c10 disallow event handler attributes in Meta

20.3.28

core

Commit Description
fix - 2f96c8020f sanitize host bindings on concrete hosts

http

Commit Description
fix - 969133d426 match header values exactly when deleting
fix - 29dd26bd71 preserve immutability of materialized clones
fix - e4c416c20a run root interceptors in the terminal request chain

20.3.27

compiler

Commit Description
fix - 5dbcd0ee16 disallow i18n event attributes
fix - db0d4a1a39 restrict possible event handler check to property names longer than 2 characters

http

Commit Description
fix - a64e2883e9 distinguish repeated transfer cache params

platform-server

Commit Description
fix - 6f80cca0b8 update domino to latest version

20.3.26

compiler-cli

Commit Description
fix - 406aaa31e6 update babel dependencies to latest v7

core

Commit Description
fix - 26831d0cbd avoid caching missing locale data
fix - 8eb7aea08b reject dynamic script host elements

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.3.30 (2026-08-26)

platform-server

Commit Type Description
9339a7a2de fix avoid stripping unicode whitespace during url resolution
89b20568df fix update domino to latest version

20.3.29 (2026-08-19)

platform-browser

Commit Type Description
7538744c10 fix disallow event handler attributes in Meta

20.3.28 (2026-08-13)

core

Commit Type Description
2f96c8020f fix sanitize host bindings on concrete hosts

http

Commit Type Description
969133d426 fix match header values exactly when deleting
29dd26bd71 fix preserve immutability of materialized clones
e4c416c20a fix run root interceptors in the terminal request chain

20.3.27 (2026-07-29)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 2f96c80 fix(core): sanitize host bindings on concrete hosts
  • db0d4a1 fix(compiler): restrict possible event handler check to property names longer...
  • 5dbcd0e fix(compiler): disallow i18n event attributes
  • 8eb7aea fix(core): reject dynamic script host elements
  • 26831d0 fix(core): avoid caching missing locale data
  • ca48b47 fix(core): validate lowercase SVG animation attribute names (#69270)
  • 1a62130 fix(common): use cryptographically secure SHA-256 for transfer cache key gene...
  • 49368c1 fix(platform-server): harden platform location origin validation during SSR
  • 566ad05 fix(common): skip transfer cache for uncacheable HTTP traffic
  • 768a349 fix(core): harden TransferState restoration against DOM clobbering
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.16 to 20.3.30

Release notes

Sourced from @​angular/forms's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version

20.3.29

platform-browser

Commit Description
fix - 7538744c10 disallow event handler attributes in Meta

20.3.28

core

Commit Description
fix - 2f96c8020f sanitize host bindings on concrete hosts

http

Commit Description
fix - 969133d426 match header values exactly when deleting
fix - 29dd26bd71 preserve immutability of materialized clones
fix - e4c416c20a run root interceptors in the terminal request chain

20.3.27

compiler

Commit Description
fix - 5dbcd0ee16 disallow i18n event attributes
fix - db0d4a1a39 restrict possible event handler check to property names longer than 2 characters

http

Commit Description
fix - a64e2883e9 distinguish repeated transfer cache params

platform-server

Commit Description
fix - 6f80cca0b8 update domino to latest version

20.3.26

compiler-cli

Commit Description
fix - 406aaa31e6 update babel dependencies to latest v7

core

Commit Description
fix - 26831d0cbd avoid caching missing locale data
fix - 8eb7aea08b reject dynamic script host elements

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.30 (2026-08-26)

platform-server

Commit Type Description
9339a7a2de fix avoid stripping unicode whitespace during url resolution
89b20568df fix update domino to latest version

20.3.29 (2026-08-19)

platform-browser

Commit Type Description
7538744c10 fix disallow event handler attributes in Meta

20.3.28 (2026-08-13)

core

Commit Type Description
2f96c8020f fix sanitize host bindings on concrete hosts

http

Commit Type Description
969133d426 fix match header values exactly when deleting
29dd26bd71 fix preserve immutability of materialized clones
e4c416c20a fix run root interceptors in the terminal request chain

20.3.27 (2026-07-29)

compiler

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/platform-browser from 20.3.16 to 20.3.30

Release notes

Sourced from @​angular/platform-browser's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version

20.3.29

platform-browser

Commit Description
fix - 7538744c10 disallow event handler attributes in Meta

20.3.28

core

Commit Description
fix - 2f96c8020f sanitize host bindings on concrete hosts

http

Commit Description
fix - 969133d426 match header values exactly when deleting
fix - 29dd26bd71 preserve immutability of materialized clones
fix - e4c416c20a run root interceptors in the terminal request chain

20.3.27

compiler

Commit Description
fix - 5dbcd0ee16 disallow i18n event attributes
fix - db0d4a1a39 restrict possible event handler check to property names longer than 2 characters

http

Commit Description
fix - a64e2883e9 distinguish repeated transfer cache params

platform-server

Commit Description
fix - 6f80cca0b8 update domino to latest version

20.3.26

compiler-cli

Commit Description
fix - 406aaa31e6 update babel dependencies to latest v7

core

Commit Description
fix - 26831d0cbd avoid caching missing locale data
fix - 8eb7aea08b reject dynamic script host elements

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

20.3.30 (2026-08-26)

platform-server

Commit Type Description
9339a7a2de fix avoid stripping unicode whitespace during url resolution
89b20568df fix update domino to latest version

20.3.29 (2026-08-19)

platform-browser

Commit Type Description
7538744c10 fix disallow event handler attributes in Meta

20.3.28 (2026-08-13)

core

Commit Type Description
2f96c8020f fix sanitize host bindings on concrete hosts

http

Commit Type Description
969133d426 fix match header values exactly when deleting
29dd26bd71 fix preserve immutability of materialized clones
e4c416c20a fix run root interceptors in the terminal request chain

20.3.27 (2026-07-29)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 7538744 fix(platform-browser): disallow event handler attributes in Meta
  • af04936 fix(core): sanitize meta selectors
  • See full diff in compare view

Updates @angular/router from 20.3.16 to 20.3.30

Release notes

Sourced from @​angular/router's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version

20.3.29

platform-browser

Commit Description
fix - 7538744c10 disallow event handler attributes in Meta

20.3.28

core

Commit Description
fix - 2f96c8020f sanitize host bindings on concrete hosts

http

Commit Description
fix - 969133d426 match header values exactly when deleting
fix - 29dd26bd71 preserve immutability of materialized clones
fix - e4c416c20a run root interceptors in the terminal request chain

20.3.27

compiler

Commit Description
fix - 5dbcd0ee16 disallow i18n event attributes
fix - db0d4a1a39 restrict possible event handler check to property names longer than 2 characters

http

Commit Description
fix - a64e2883e9 distinguish repeated transfer cache params

platform-server

Commit Description
fix - 6f80cca0b8 update domino to latest version

20.3.26

compiler-cli

Commit Description
fix - 406aaa31e6 update babel dependencies to latest v7

core

Commit Description
fix - 26831d0cbd avoid caching missing locale data
fix - 8eb7aea08b reject dynamic script host elements

... (truncated)

Changelog

Sourced from @​angular/router's changelog.

20.3.30 (2026-08-26)

platform-server

Commit Type Description
9339a7a2de fix avoid stripping unicode whitespace during url resolution
89b20568df fix update domino to latest version

20.3.29 (2026-08-19)

platform-browser

Commit Type Description
7538744c10 fix disallow event handler attributes in Meta

20.3.28 (2026-08-13)

core

Commit Type Description
2f96c8020f fix sanitize host bindings on concrete hosts

http

Commit Type Description
969133d426 fix match header values exactly when deleting
29dd26bd71 fix preserve immutability of materialized clones
e4c416c20a fix run root interceptors in the terminal request chain

20.3.27 (2026-07-29)

compiler

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/build from 20.3.16 to 20.3.35

Release notes

Sourced from @​angular/build's releases.

20.3.35

@​angular-devkit/build-angular

Commit Description
fix - 94b620acd7 update webpack-dev-server to 5.2.6

20.3.34

@​angular/cli

Commit Description
fix - 3962517b9 update dependency @​modelcontextprotocol/sdk to v1.30.0

@​angular-devkit/build-angular

Commit Description
fix - f348efe8b bump undici to 7.29.0

20.3.33

@​angular-devkit/build-angular

Commit Description
fix - 0b4008f17d upgrade postcss to 8.5.23

@​angular/build

Commit Description
fix - fc861affcd upgrade postcss to 8.5.23

20.3.32

@​angular-devkit/build-angular

Commit Description
fix - d4e07cb3e update http-proxy-middleware to 3.0.7

20.3.31

@​angular-devkit/build-angular

Commit Description
fix - 4ea787cd0 bump undici to 7.28.0

@​angular/build

Commit Description
fix - df5a2cc2b bump vite to 7.3.6

20.3.30

@​angular/build

Commit Description
fix - 36adca99c bump @​babel/core to 7.29.7
fix - 7f236cfea bump esbuild to 0.28.1
fix - 94fb3c122 bump piscina to 5.2.0
fix - 1f283a41c bump vite to 7.3.5

... (truncated)

Changelog

Sourced from @​angular/build's changelog.

20.3.35 (2026-08-26)

@​angular-devkit/build-angular

Commit Type Description
94b620acd7 fix update webpack-dev-server to 5.2.6

22.2.0-next.4 (2026-08-19)

@​angular/cli

Commit Type Description
34e1e0bb5 fix enforce MCP roots in get_best_practices tool
2b060630c fix handle errors from isAllowedWorkspacePath in best-practices tool
24fd8fce2 fix throw on out-of-roots workspace in best-practices tool

@​schematics/angular

Commit Type Description
ce1b60f89 fix transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/build

Commit Type Description
175273931 feat Support splitting browser and server stats jsonfiles for easier consumption
1ee0beca7 fix correct misleading error message for top-level await
0ffe2d27f fix disable code splitting for unit test builds
50994d76e fix preserve integrity and crossorigin in autoCsp loader
d6fd24320 perf traverse AST with iterative post-order walker in i18n inliner

22.1.5 (2026-08-19)

@​angular/cli

Commit Type Description
e672271f8 fix enforce MCP roots in get_best_practices tool
a14916cc4 fix handle errors from isAllowedWorkspacePath in best-practices tool

... (truncated)

Commits
  • c17729f release: cut the v20.3.35 release
  • 94b620a fix(@​angular-devkit/build-angular): update webpack-dev-server to 5.2.6
  • 40c30ba release: cut the v20.3.34 release
  • f348efe fix(@​angular-devkit/build-angular): bump undici to 7.29.0
  • 3962517 fix(@​angular/cli): update dependency @​modelcontextprotocol/sdk to v1.30.0
  • 1bd120b release: cut the v20.3.33 release
  • 0b4008f fix(@​angular-devkit/build-angular): upgrade postcss to 8.5.23
  • fc861af fix(@​angular/build): upgrade postcss to 8.5.23
  • ed8f6ff release: cut the v20.3.32 release
  • d4e07cb fix(@​angular-devkit/build-angular): update http-proxy-middleware to 3.0.7
  • Additional commits viewable in compare view

Updates @angular/cli from 20.3.16 to 20.3.35

Release notes

Sourced from @​angular/cli's releases.

20.3.35

@​angular-devkit/build-angular

Commit Description
fix - 94b620acd7 update webpack-dev-server to 5.2.6

20.3.34

@​angular/cli

Commit Description
fix - 3962517b9 update dependency @​modelcontextprotocol/sdk to v1.30.0

@​angular-devkit/build-angular

Commit Description
fix - f348efe8b bump undici to 7.29.0

20.3.33

@​angular-devkit/build-angular

Commit Description
fix - 0b4008f17d upgrade postcss to 8.5.23

@​angular/build

Commit Description
fix - fc861affcd upgrade postcss to 8.5.23

20.3.32

@​angular-devkit/build-angular

Commit Description
fix - d4e07cb3e update http-proxy-middleware to 3.0.7

20.3.31

@​angular-devkit/build-angular

Commit Description
fix - 4ea787cd0 bump undici to 7.28.0

@​angular/build

Commit Description
fix - df5a2cc2b bump vite to 7.3.6

20.3.30

@​angular/build

Commit Description
fix - 36adca99c bump @​babel/core to 7.29.7
fix - 7f236cfea bump esbuild to 0.28.1
fix - 94fb3c122 bump piscina to 5.2.0
fix - 1f283a41c bump vite to 7.3.5

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

20.3.35 (2026-08-26)

@​angular-devkit/build-angular

Commit Type Description
94b620acd7 fix update webpack-dev-server to 5.2.6

22.2.0-next.4 (2026-08-19)

@​angular/cli

Commit Type Description
34e1e0bb5 fix enforce MCP roots in get_best_practices tool
2b060630c fix handle errors from isAllowedWorkspacePath in best-practices tool
24fd8fce2 fix throw on out-of-roots workspace in best-practices tool

@​schematics/angular

Commit Type Description
ce1b60f89 fix transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/build

Commit Type Description
175273931 feat Support splitting browser and server stats jsonfiles for easier consumption
1ee0beca7 fix correct misleading error message for top-level await
0ffe2d27f fix disable code splitting for unit test builds
50994d76e fix preserve integrity and crossorigin in autoCsp loader
d6fd24320 perf traverse AST with iterative post-order walker in i18n inliner

22.1.5 (2026-08-19)

@​angular/cli

Commit Type Description
e672271f8 fix enforce MCP roots in get_best_practices tool
a14916cc4 fix handle errors from isAllowedWorkspacePath in best-practices tool

... (truncated)

Commits
  • c17729f release: cut the v20.3.35 release
  • 94b620a fix(@​angular-devkit/build-angular): update webpack-dev-server to 5.2.6
  • 40c30ba release: cut the v20.3.34 release
  • f348efe fix(@​angular-devkit/build-angular): bump undici to 7.29.0
  • 3962517 fix(@​angular/cli): update dependency @​modelcontextprotocol/sdk to v1.30.0
  • 1bd120b release: cut the v20.3.33 release
  • 0b4008f fix(@​angular-devkit/build-angular): upgrade postcss to 8.5.23
  • fc861af fix(@​angular/build): upgrade postcss to 8.5.23
  • ed8f6ff release: cut the v20.3.32 release
  • d4e07cb fix(@​angular-devkit/build-angular): update http-proxy-middleware to 3.0.7
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 20.3.16 to 20.3.30

Release notes

Sourced from @​angular/compiler-cli's releases.

20.3.30

platform-server

Commit Description
fix - 9339a7a2de avoid stripping unicode whitespace during url resolution
fix - 89b20568df update domino to latest version

20.3.29

platform-browser

Commit Description
fix - 7538744c10 disallow event handler attributes in Meta

20.3.28

core

Commit Description
fix - 2f96c8020f sanitize host bindings on concrete hosts

http

Description has been truncated

Commit

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 10:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
Bumps the angular group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.29` | `20.3.30` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.27` | `20.3.30` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.16` | `20.3.30` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.16` | `20.3.30` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.16` | `20.3.30` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.16` | `20.3.30` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.16` | `20.3.35` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.16` | `20.3.35` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.16` | `20.3.30` |



Updates `@angular/common` from 20.3.29 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/common)

Updates `@angular/compiler` from 20.3.27 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/compiler)

Updates `@angular/core` from 20.3.16 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/core)

Updates `@angular/forms` from 20.3.16 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/forms)

Updates `@angular/platform-browser` from 20.3.16 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/platform-browser)

Updates `@angular/router` from 20.3.16 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/router)

Updates `@angular/build` from 20.3.16 to 20.3.35
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v20.3.16...v20.3.35)

Updates `@angular/cli` from 20.3.16 to 20.3.35
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v20.3.16...v20.3.35)

Updates `@angular/compiler-cli` from 20.3.16 to 20.3.30
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v20.3.30/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v20.3.30/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/build"
  dependency-version: 20.3.35
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.35
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the angular group across 1 directory with 9 updates build(deps): bump the angular group across 1 directory with 9 updates Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-a3920de355 branch from 9e0287d to df131a3 Compare September 1, 2026 10:32
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