Skip to content

Bump the angular-dependencies group across 1 directory with 15 updates#307

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/angular-dependencies-60bbb365b8
Open

Bump the angular-dependencies group across 1 directory with 15 updates#307
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/angular-dependencies-60bbb365b8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the angular-dependencies group with 15 updates in the / directory:

Package From To
@angular/animations 21.2.5 21.2.6
@angular/cdk 21.2.3 21.2.4
@angular/common 21.2.5 21.2.6
@angular/compiler 21.2.5 21.2.6
@angular/core 21.2.5 21.2.6
@angular/forms 21.2.5 21.2.6
@angular/platform-browser 21.2.5 21.2.6
@angular/platform-browser-dynamic 21.2.5 21.2.6
@angular/router 21.2.5 21.2.6
@angular/service-worker 21.2.5 21.2.6
@angular-devkit/build-angular 21.2.3 21.2.4
@angular/cli 21.2.3 21.2.4
@angular/compiler-cli 21.2.5 21.2.6
@angular/localize 21.2.5 21.2.6
typescript 5.9.3 6.0.2

Updates @angular/animations from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/animations's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/animations's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits

Updates @angular/cdk from 21.2.3 to 21.2.4

Release notes

Sourced from @​angular/cdk's releases.

21.2.4

material

Commit Description
fix - 87aa6d977 tooltip: wrong type for shape token (#32968)
Changelog

Sourced from @​angular/cdk's changelog.

21.2.4 "hassium-halfpipe" (2026-03-25)

material

Commit Type Description
87aa6d977 fix tooltip: wrong type for shape token (#32968)

22.0.0-next.2 "hassium-helicopter" (2026-03-25)

material

Commit Type Description
a46b0a1d4 feat core: add mixins for Material Design typography (#32959)
ff7d697ec fix tooltip: wrong type for shape token (#32968)

22.0.0-next.1 "22-0-0" (2026-03-18)

cdk

Commit Type Description
0767a3cb4 fix drag-drop: item returned to wrong index in initial container (#32944)

material

Commit Type Description
46b67d150 fix datepicker: add harness for datepicker actions (#32925)
6ed6218c4 fix tabs: incorrect animation variable name (#32941)

Commits
  • f556281 release: cut the v21.2.4 release
  • df6718b refactor(youtube-player): avoid build errors
  • 7db3d11 test(multiple): remove usage of deprecated API
  • ef1be1e docs(aria/grid): calendar example with arrow key scrolling (#32323)
  • 12163dc build: update dependency node to v22.22.2 (#32973)
  • fd21516 docs(material/datepicker): fix typo in aria-accessible-name comment (#32703)
  • 82ab191 docs(cdk/overlay): rename template variable from trigger to origin in example...
  • c2b8556 docs(material/button): document iconPositionEnd and matButtonIcon attributes ...
  • 5e83cb2 docs: update remaining NgModule prose references to standalone pattern (#32825)
  • f860397 docs: use standalone import in getting-started guide (#32826)
  • Additional commits viewable in compare view

Updates @angular/common from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/common's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/common's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • b4ab6ba fix(common): avoid redundant image fetch on destroy with auto sizes
  • See full diff in compare view

Updates @angular/compiler from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/compiler's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/compiler's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • 880a57d fix(compiler): prevent shimCssText from adding extra blank lines per CSS comment
  • See full diff in compare view

Updates @angular/core from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/core's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/core's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • c157916 build: consolidate domino bundling in platform-server
  • 9be5e2c docs: fix typo in Input decorator
  • a21be36 refactor: prepare for required changeDetection prop on G3.
  • 831746e docs: Add callout about the Component interface.
  • ad0156e fix(core): fixes a regression with animate.leave and reordering
  • 73d6b01 fix(migrations): inject migration not work in multi-project workspace with op...
  • 3838554 build: update cross-repo angular dependencies to v21.2.3
  • See full diff in compare view

Updates @angular/forms from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/forms's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/forms's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits
  • b658acc docs: fix js doc of signal forms ignoreValidators option.
  • See full diff in compare view

Updates @angular/platform-browser from 21.2.5 to 21.2.6

Release notes

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

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

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

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits

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

Release notes

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

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

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

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors

... (truncated)

Commits

Updates @angular/router from 21.2.5 to 21.2.6

Release notes

Sourced from @​angular/router's releases.

21.2.6

common

Commit Description
fix - b4ab6ba2e8 avoid redundant image fetch on destroy with auto sizes

compiler

Commit Description
fix - 880a57d4b3 prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Description
fix - ad0156e056 fixes a regression with animate.leave and reordering

migrations

Commit Description
fix - 73d6b01b47 inject migration not work in multi-project workspace with option path
Changelog

Sourced from @​angular/router's changelog.

21.2.6 (2026-03-25)

common

Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes

compiler

Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment

core

Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering

migrations

Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

22.0.0-next.4 (2026-03-18)

Breaking Changes

core

  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.

compiler

Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field

compiler-cli

Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties

core

Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.

forms

Commit Type Description

Bumps the angular-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.5` | `21.2.6` |
| [@angular/cdk](https://github.com/angular/components) | `21.2.3` | `21.2.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.5` | `21.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.5` | `21.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.5` | `21.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.5` | `21.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.5` | `21.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.5` | `21.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.5` | `21.2.6` |
| [@angular/service-worker](https://github.com/angular/angular/tree/HEAD/packages/service-worker) | `21.2.5` | `21.2.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `21.2.3` | `21.2.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.3` | `21.2.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.5` | `21.2.6` |
| [@angular/localize](https://github.com/angular/angular) | `21.2.5` | `21.2.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |



Updates `@angular/animations` from 21.2.5 to 21.2.6
- [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.6/packages/animations)

Updates `@angular/cdk` from 21.2.3 to 21.2.4
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.3...v21.2.4)

Updates `@angular/common` from 21.2.5 to 21.2.6
- [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.6/packages/common)

Updates `@angular/compiler` from 21.2.5 to 21.2.6
- [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.6/packages/compiler)

Updates `@angular/core` from 21.2.5 to 21.2.6
- [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.6/packages/core)

Updates `@angular/forms` from 21.2.5 to 21.2.6
- [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.6/packages/forms)

Updates `@angular/platform-browser` from 21.2.5 to 21.2.6
- [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.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.2.5 to 21.2.6
- [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.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.2.5 to 21.2.6
- [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.6/packages/router)

Updates `@angular/service-worker` from 21.2.5 to 21.2.6
- [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.6/packages/service-worker)

Updates `@angular-devkit/build-angular` from 21.2.3 to 21.2.4
- [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.3...v21.2.4)

Updates `@angular/cli` from 21.2.3 to 21.2.4
- [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.3...v21.2.4)

Updates `@angular/compiler-cli` from 21.2.5 to 21.2.6
- [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.6/packages/compiler-cli)

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

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 21.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/common"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/core"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/router"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/service-worker"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: "@angular/localize"
  dependency-version: 21.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-dependencies
...

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 Mar 27, 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