Skip to content

chore(deps): bump the npm group with 14 updates#318

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-d74a695aaa
Open

chore(deps): bump the npm group with 14 updates#318
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-d74a695aaa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm group with 14 updates:

Package From To
@angular/common 21.2.9 21.2.11
@angular/compiler 21.2.9 21.2.11
@angular/core 21.2.9 21.2.11
@angular/forms 21.2.9 21.2.11
@angular/platform-browser 21.2.9 21.2.11
@angular/platform-browser-dynamic 21.2.9 21.2.11
@angular/router 21.2.9 21.2.11
@angular/build 21.2.7 21.2.9
@angular/cli 21.2.7 21.2.9
@angular/compiler-cli 21.2.9 21.2.11
eslint 10.2.0 10.2.1
nw 0.110.1 0.111.0
nw-builder 4.17.7 4.17.10
typescript-eslint 8.56.1 8.59.1

Updates @angular/common from 21.2.9 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
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
  • See full diff in compare view

Updates @angular/compiler from 21.2.9 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
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
  • See full diff in compare view

Updates @angular/core from 21.2.9 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
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.9 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
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
  • See full diff in compare view

Updates @angular/platform-browser from 21.2.9 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
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.9 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

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
Changelog

Sourced from @​angular/platform-browser-dynamic'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/router from 21.2.9 to 21.2.11

Release notes

Sourced from @​angular/router'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
Changelog

Sourced from @​angular/router'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
  • fbe080f docs(router): Fix method name for retrieving stored handles
  • 1be52ad docs: Align Router API docs with inject based DI
  • fa4eff3 docs(docs-infra): Validate case-sensitive API symbol links in @link
  • 580212c fix(router): restore internal URL on popstate when browserUrl is used
  • See full diff in compare view

Updates @angular/build from 21.2.7 to 21.2.9

Release notes

Sourced from @​angular/build's releases.

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
fix - 233deef01 fix broken img ref in ai-tutor
fix - 7cea9885c introduce initial package manager workspace awareness
fix - 5b1a5b743 remove standalone true ref in ai tutor

@​angular/ssr

Commit Description
fix - 94023f62c introduce trustProxyHeaders option to safely validate and sanitize proxy headers
fix - 5ffe5c309 add support for configuring trusted proxy headers via environment variable
fix - 930ada9b7 decode route segments when building and matching route tree
fix - 0dc8a440c use router to normalize URLs for comparison

21.2.8

@​angular/cli

Commit Description
fix - e91280c05 dynamically resolve project Angular CLI executable inside MCP tools
fix - 01af6741b ignore EBADF file sys...

Description has been truncated

Bumps the npm group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.9` | `21.2.11` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.9` | `21.2.11` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.9` | `21.2.11` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.9` | `21.2.11` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.9` | `21.2.11` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.9` | `21.2.11` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.9` | `21.2.11` |
| [@angular/build](https://github.com/angular/angular-cli) | `21.2.7` | `21.2.9` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.7` | `21.2.9` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.9` | `21.2.11` |
| [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.2.1` |
| [nw](https://github.com/nwjs/npm-installer) | `0.110.1` | `0.111.0` |
| [nw-builder](https://github.com/nwutils/nw-builder) | `4.17.7` | `4.17.10` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.1` | `8.59.1` |


Updates `@angular/common` from 21.2.9 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.9 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.9 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.9 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.9 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.9 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.9 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/build` from 21.2.7 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.7...v21.2.9)

Updates `@angular/cli` from 21.2.7 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.7...v21.2.9)

Updates `@angular/compiler-cli` from 21.2.9 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 `eslint` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.2.0...v10.2.1)

Updates `nw` from 0.110.1 to 0.111.0
- [Changelog](https://github.com/nwjs/npm-installer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nwjs/npm-installer/commits)

Updates `nw-builder` from 4.17.7 to 4.17.10
- [Release notes](https://github.com/nwutils/nw-builder/releases)
- [Changelog](https://github.com/nwutils/nw-builder/blob/main/CHANGELOG.md)
- [Commits](nwutils/nw-builder@v4.17.7...v4.17.10)

Updates `typescript-eslint` from 8.56.1 to 8.59.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/core"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/forms"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/router"
  dependency-version: 21.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/build"
  dependency-version: 21.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/cli"
  dependency-version: 21.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: nw
  dependency-version: 0.111.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nw-builder
  dependency-version: 4.17.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript-eslint
  dependency-version: 8.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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
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