Skip to content

build(deps): bump the angular group with 12 updates#671

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/angular-a62640229d
May 1, 2026
Merged

build(deps): bump the angular group with 12 updates#671
mergify[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/angular-a62640229d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the angular group with 12 updates:

Package From To
@angular/animations 21.2.6 21.2.11
@angular/common 21.2.6 21.2.11
@angular/compiler 21.2.6 21.2.11
@angular/core 21.2.6 21.2.11
@angular/forms 21.2.6 21.2.11
@angular/platform-browser 21.2.6 21.2.11
@angular/platform-browser-dynamic 21.2.6 21.2.11
@angular/router 21.2.6 21.2.11
@angular-devkit/build-angular 21.2.5 21.2.9
@angular/cli 21.2.5 21.2.9
@angular/compiler-cli 21.2.6 21.2.11
@angular/language-service 21.2.6 21.2.11

Updates @angular/animations from 21.2.6 to 21.2.11

Release notes

Sourced from @​angular/animations's releases.

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compiler

Commit Description
fix - 4f5d8a2c0b let declaration span not including end character

core

Commit Description
fix - a40e2cebc8 fix ordering of view queries metadata in JIT mode
fix - 885a1a1d97 guard against non-object events and avoid listener wrapper identity mismatch
fix - 7a64aff9b5 prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Description
fix - be1f80a253 ensure origin has a trailing slash when parsing url

21.2.10

docs

Commit Description
fix - 0d5ee9ae1b link formatting in "Animating your Application with CSS"

migrations

Commit Description
fix - 5533ab4f56 fix NgClass leaving trailing comma after removal

router

Commit Description
fix - 580212c995 restore internal URL on popstate when browserUrl is used

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

21.2.11 (2026-04-29)

common

Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor

compiler

Commit Type Description
4f5d8a2c0b fix let declaration span not including end character

core

Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

22.0.0-next.9 (2026-04-22)

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

    The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.

core

Commit Type Description
8f3d0b9d97 feat introduce @Service decorator
9f479ae964 feat Update Testability to use PendingTasks for stability indicator

docs

Commit Type Description
b24b4cb699 fix link formatting in "Animating your Application with CSS"

migrations

Commit Type Description
b395173cf2 fix fix NgClass leaving trailing comma after removal

router

Commit Type Description
6eff439546 fix restore internal URL on popstate when browserUrl is used
17d10f7a99 fix set default paramsInheritanceStrategy to 'always'

... (truncated)

Commits

Updates @angular/common from 21.2.6 to 21.2.11

Release notes

Sourced from @​angular/common's releases.

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compiler

Commit Description
fix - 4f5d8a2c0b let declaration span not including end character

core

Commit Description
fix - a40e2cebc8 fix ordering of view queries metadata in JIT mode
fix - 885a1a1d97 guard against non-object events and avoid listener wrapper identity mismatch
fix - 7a64aff9b5 prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Description
fix - be1f80a253 ensure origin has a trailing slash when parsing url

21.2.10

docs

Commit Description
fix - 0d5ee9ae1b link formatting in "Animating your Application with CSS"

migrations

Commit Description
fix - 5533ab4f56 fix NgClass leaving trailing comma after removal

router

Commit Description
fix - 580212c995 restore internal URL on popstate when browserUrl is used

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.2.11 (2026-04-29)

common

Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor

compiler

Commit Type Description
4f5d8a2c0b fix let declaration span not including end character

core

Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

22.0.0-next.9 (2026-04-22)

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

    The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.

core

Commit Type Description
8f3d0b9d97 feat introduce @Service decorator
9f479ae964 feat Update Testability to use PendingTasks for stability indicator

docs

Commit Type Description
b24b4cb699 fix link formatting in "Animating your Application with CSS"

migrations

Commit Type Description
b395173cf2 fix fix NgClass leaving trailing comma after removal

router

Commit Type Description
6eff439546 fix restore internal URL on popstate when browserUrl is used
17d10f7a99 fix set default paramsInheritanceStrategy to 'always'

... (truncated)

Commits
  • 42d57c3 refactor(common): fix viewport tests
  • 10ad3c0 fix(common): prevent focus from scrollToAnchor
  • 540536c fix(http): add CSP nonce support to JsonpClientBackend
  • 8102331 test(http): disable XSRF and mock location in HttpClient tests to avoid Domin...
  • 13f050d test: construct local Date objects to fix timezone flakiness
  • d0cf299 test: remove unsupported timezone from formatDate tests
  • See full diff in compare view

Updates @angular/compiler from 21.2.6 to 21.2.11

Release notes

Sourced from @​angular/compiler's releases.

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compiler

Commit Description
fix - 4f5d8a2c0b let declaration span not including end character

core

Commit Description
fix - a40e2cebc8 fix ordering of view queries metadata in JIT mode
fix - 885a1a1d97 guard against non-object events and avoid listener wrapper identity mismatch
fix - 7a64aff9b5 prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Description
fix - be1f80a253 ensure origin has a trailing slash when parsing url

21.2.10

docs

Commit Description
fix - 0d5ee9ae1b link formatting in "Animating your Application with CSS"

migrations

Commit Description
fix - 5533ab4f56 fix NgClass leaving trailing comma after removal

router

Commit Description
fix - 580212c995 restore internal URL on popstate when browserUrl is used

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

21.2.11 (2026-04-29)

common

Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor

compiler

Commit Type Description
4f5d8a2c0b fix let declaration span not including end character

core

Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

22.0.0-next.9 (2026-04-22)

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

    The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.

core

Commit Type Description
8f3d0b9d97 feat introduce @Service decorator
9f479ae964 feat Update Testability to use PendingTasks for stability indicator

docs

Commit Type Description
b24b4cb699 fix link formatting in "Animating your Application with CSS"

migrations

Commit Type Description
b395173cf2 fix fix NgClass leaving trailing comma after removal

router

Commit Type Description
6eff439546 fix restore internal URL on popstate when browserUrl is used
17d10f7a99 fix set default paramsInheritanceStrategy to 'always'

... (truncated)

Commits
  • 4f5d8a2 fix(compiler): let declaration span not including end character
  • a4f3120 refactor(compiler): require a reference in DirectiveMeta
  • de533fe refactor(compiler-cli): move ClassPropertyMapping into compiler
  • ea1e34c refactor(compiler): move matchSource into base metadata
  • e40d378 fix(compiler): handle nested brackets in host object bindings
  • d04ddd7 fix(core): prevent binding unsafe attributes on SVG animation elements (#67797)
  • fea25d1 fix(compiler): register SVG animation attributes in URL security context (#67...
  • See full diff in compare view

Updates @angular/core from 21.2.6 to 21.2.11

Release notes

Sourced from @​angular/core's releases.

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compiler

Commit Description
fix - 4f5d8a2c0b let declaration span not including end character

core

Commit Description
fix - a40e2cebc8 fix ordering of view queries metadata in JIT mode
fix - 885a1a1d97 guard against non-object events and avoid listener wrapper identity mismatch
fix - 7a64aff9b5 prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Description
fix - be1f80a253 ensure origin has a trailing slash when parsing url

21.2.10

docs

Commit Description
fix - 0d5ee9ae1b link formatting in "Animating your Application with CSS"

migrations

Commit Description
fix - 5533ab4f56 fix NgClass leaving trailing comma after removal

router

Commit Description
fix - 580212c995 restore internal URL on popstate when browserUrl is used

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

21.2.11 (2026-04-29)

common

Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor

compiler

Commit Type Description
4f5d8a2c0b fix let declaration span not including end character

core

Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

22.0.0-next.9 (2026-04-22)

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

    The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.

core

Commit Type Description
8f3d0b9d97 feat introduce @Service decorator
9f479ae964 feat Update Testability to use PendingTasks for stability indicator

docs

Commit Type Description
b24b4cb699 fix link formatting in "Animating your Application with CSS"

migrations

Commit Type Description
b395173cf2 fix fix NgClass leaving trailing comma after removal

router

Commit Type Description
6eff439546 fix restore internal URL on popstate when browserUrl is used
17d10f7a99 fix set default paramsInheritanceStrategy to 'always'

... (truncated)

Commits
  • 4900e45 build: update cross-repo angular dependencies
  • a40e2ce fix(core): fix ordering of view queries metadata in JIT mode
  • 9bcbf37 refactor(core): fix bundling symbol test
  • 885a1a1 fix(core): guard against non-object events and avoid listener wrapper identit...
  • 7a64aff fix(core): prevent event replay double-invocation when element hydrates befor...
  • 750af5b build: update cross-repo angular dependencies to v21.2.8
  • 5533ab4 fix(migrations): fix NgClass leaving trailing comma after removal
  • 2b9954f fix(migrations): fix NgClass leaving trailing comma after removal
  • c9215b3 Revert "refactor(core): complete removal of deprecated createNgModuleRef al...
  • d88d6ed refactor(core): complete removal of deprecated createNgModuleRef alias
  • Additional commits viewable in compare view

Updates @angular/forms from 21.2.6 to 21.2.11

Release notes

Sourced from @​angular/forms's releases.

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compiler

Commit Description
fix - 4f5d8a2c0b let declaration span not including end character

core

Commit Description
fix - a40e2cebc8 fix ordering of view queries metadata in JIT mode
fix - 885a1a1d97 guard against non-object events and avoid listener wrapper identity mismatch
fix - 7a64aff9b5 prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Description
fix - be1f80a253 ensure origin has a trailing slash when parsing url

21.2.10

docs

Commit Description
fix - 0d5ee9ae1b link formatting in "Animating your Application with CSS"

migrations

Commit Description
fix - 5533ab4f56 fix NgClass leaving trailing comma after removal

router

Commit Description
fix - 580212c995 restore internal URL on popstate when browserUrl is used

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.2.11 (2026-04-29)

common

Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor

compiler

Commit Type Description
4f5d8a2c0b fix let declaration span not including end character

core

Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

22.0.0-next.9 (2026-04-22)

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

    The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.

core

Commit Type Description
8f3d0b9d97 feat introduce @Service decorator
9f479ae964 feat Update Testability to use PendingTasks for stability indicator

docs

Commit Type Description
b24b4cb699 fix link formatting in "Animating your Application with CSS"

migrations

Commit Type Description
b395173cf2 fix fix NgClass leaving trailing comma after removal

router

Commit Type Description
6eff439546 fix restore internal URL on popstate when browserUrl is used
17d10f7a99 fix set default paramsInheritanceStrategy to 'always'

... (truncated)

Commits
  • 600da64 docs(forms): add NG01902 error reference and link to docs
  • dc95814 docs: add documentation for NG1002
  • b0dc2fb docs(forms): clarify disabled FormArray value behavior
  • 895c576 refactor(forms): use strict equality for pending status getter
  • See full diff in compare view

Updates @angular/platform-browser from 21.2.6 to 21.2.11

Release notes

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

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compiler

Commit Description
fix - 4f5d8a2c0b let declaration span not including end character

core

Commit Description
fix - a40e2cebc8 fix ordering of view queries metadata in JIT mode
fix - 885a1a1d97 guard against non-object events and avoid listener wrapper identity mismatch
fix - 7a64aff9b5 prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Description
fix - be1f80a253 ensure origin has a trailing slash when parsing url

21.2.10

docs

Commit Description
fix - 0d5ee9ae1b link formatting in "Animating your Application with CSS"

migrations

Commit Description
fix - 5533ab4f56 fix NgClass leaving trailing comma after removal

router

Commit Description
fix - 580212c995 restore internal URL on popstate when browserUrl is used

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

| Commit | Description |

... (truncated)

Changelog

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

21.2.11 (2026-04-29)

common

Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor

compiler

Commit Type Description
4f5d8a2c0b fix let declaration span not including end character

core

Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability

platform-server

Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

22.0.0-next.9 (2026-04-22)

Breaking Changes

router

  • paramsInheritanceStrategy now defaults to 'always'

    The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.

core

Commit Type Description
8f3d0b9d97 feat introduce @Service decorator
9f479ae964 feat Update Testability to use PendingTasks for stability indicator

docs

Commit Type Description
b24b4cb699 fix link formatting in "Animating your Application with CSS"

migrations

Commit Type Description
b395173cf2 fix fix NgClass leaving trailing comma after removal

router

Commit Type Description
6eff439546 fix restore internal URL on popstate when browserUrl is used
17d10f7a99 fix set default paramsInheritanceStrategy to 'always'

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 21.2.6 to 21.2.11

Release notes

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

21.2.11

common

Commit Description
fix - 10ad3c0692 prevent focus from scrollToAnchor

compilerDescription has been truncated

Bumps the angular group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.6` | `21.2.11` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.6` | `21.2.11` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.6` | `21.2.11` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.6` | `21.2.11` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.6` | `21.2.11` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.6` | `21.2.11` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.6` | `21.2.11` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.6` | `21.2.11` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `21.2.5` | `21.2.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.5` | `21.2.9` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.6` | `21.2.11` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `21.2.6` | `21.2.11` |


Updates `@angular/animations` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/animations)

Updates `@angular/common` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/common)

Updates `@angular/compiler` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/compiler)

Updates `@angular/core` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/core)

Updates `@angular/forms` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/forms)

Updates `@angular/platform-browser` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/router)

Updates `@angular-devkit/build-angular` from 21.2.5 to 21.2.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.5...v21.2.9)

Updates `@angular/cli` from 21.2.5 to 21.2.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.5...v21.2.9)

Updates `@angular/compiler-cli` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/compiler-cli)

Updates `@angular/language-service` from 21.2.6 to 21.2.11
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.11/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 21.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 21.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

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 May 1, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

@mergify mergify Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@mergify mergify Bot merged commit 5604dc3 into main May 1, 2026
10 of 11 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/angular-a62640229d branch May 1, 2026 01:30
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