Skip to content

Bump the angular group across 1 directory with 20 updates#1391

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular-5f3c36650e
Closed

Bump the angular group across 1 directory with 20 updates#1391
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular-5f3c36650e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@angular/animations 20.1.2 21.2.6
@angular/cdk 20.1.2 21.2.4
@angular/common 20.1.2 21.2.6
@angular/compiler 20.1.2 21.2.6
@angular/core 20.1.2 21.2.6
@angular/forms 20.1.2 21.2.6
@angular/material 20.1.2 21.2.4
@angular/platform-browser 20.1.2 21.2.6
@angular/platform-browser-dynamic 20.1.2 21.2.6
@angular/router 20.1.2 21.2.6
@angular-devkit/build-angular 20.3.18 21.2.4
@angular-eslint/builder 20.1.1 21.3.1
@angular-eslint/eslint-plugin 20.1.1 21.3.1
@angular-eslint/eslint-plugin-template 20.1.1 21.3.1
@angular-eslint/schematics 20.1.1 21.3.1
@angular-eslint/template-parser 20.1.1 21.3.1
@angular/cli 20.3.18 21.2.4
@angular/compiler-cli 20.1.2 21.2.6
@angular/language-service 20.1.2 21.2.6
typescript 5.8.3 6.0.2

Updates @angular/animations from 20.1.2 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

21.2.5

compiler

Commit Description
fix - 334ae10168 ensure generated code compiles
fix - 23ea431c4e parse named HTML entities containing digits

compiler-cli

Commit Description
fix - 26c43d14ba escape template literal in TCB
fix - 67e0ba7e03 generic types not filled out correctly in type check block

core

Commit Description
fix - 1890c3008b clean up dehydrated views during HMR component replacement
fix - bf948be4c2 run linked signal equality check without reactive consumer

migrations

Commit Description
fix - 076d41c3f6 prevent trailing comma syntax errors after removing NgStyle

service-worker

Commit Description
fix - e19150d2b5 preserve redirect policy on reconstructed asset requests

21.2.4

compiler

Commit Description
fix - ed2d324f9c disallow translations of iframe src

core

| Commit | Description |

... (truncated)

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
  • 7907e98 test: remove duplicate tests
  • 81cabc1 feat(core): add support for TypeScript 6
  • abb1794 refactor(core): mark VERSION exports as pure for better tree-shaking
  • 26fed34 build: format md files
  • b9e2ccd refactor(common): remove unused import (#64699)
  • 70332b0 fix(core): pass element removal property through in all locations (#64565)
  • 2b257b3 fix(animations): account for Element.animate exceptions (#64506)
  • dde5bad fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • c357650 refactor(core): Update tests for zoneless by default (#63668)
  • 021ead5 refactor(animations): remove dependency on @angular/common (#63248)
  • Additional commits viewable in compare view

Updates @angular/cdk from 20.1.2 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)

21.2.3

material

Commit Description
fix - 917526511 datepicker: add harness for datepicker actions (#32925)

cdk

Commit Description
fix - 688deda58 drag-drop: item returned to wrong index in initial container (#32944)

21.2.2

aria

Commit Description
fix - 345c543dcb grid: unit tests and small fixes for grid directives (#32841)

21.2.1

material

Commit Description
fix - cebf303417 checkbox: hide decorative elements from assistive technology
fix - 2abe8e6b73 menu: render backdrop for context menu if explicitly opted in (#32845)
fix - e2f7308dc4 radio: hide decorative elements from assistive technology

aria

Commit Description
fix - c1295c5818 menu: itemSelected not emitted when menu is attached to a trigger (#32880)

multiple

Commit Description
fix - 17c19cc73b expand type for restoreFocus (#32877)

21.2.0

material

Commit Description
fix - 8c4526935e core: expose strong focus indicator structural styles (#32808)
fix - 7fe3081148 datepicker: drop dependency on NgClass (#32810)

cdk

Commit Description
fix - cd5209e9f5 portal: allow bindings to be passed to component portal (#32814)
fix - e397ecbcfa table: remove string-based DI tokens (#32677)

aria

... (truncated)

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)

21.2.3 "21-2-3" (2026-03-18)

cdk

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

material

Commit Type Description
917526511 fix datepicker: add harness for datepicker actions (#32925)

22.0.0-next.0 "plastic-bear" (2026-03-11)

material

Commit Type Description

... (truncated)

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

21.2.5

compiler

Commit Description
fix - 334ae10168 ensure generated code compiles
fix - 23ea431c4e parse named HTML entities containing digits

compiler-cli

Commit Description
fix - 26c43d14ba escape template literal in TCB
fix - 67e0ba7e03 generic types not filled out correctly in type check block

core

Commit Description
fix - 1890c3008b clean up dehydrated views during HMR component replacement
fix - bf948be4c2 run linked signal equality check without reactive consumer

migrations

Commit Description
fix - 076d41c3f6 prevent trailing comma syntax errors after removing NgStyle

service-worker

Commit Description
fix - e19150d2b5 preserve redirect policy on reconstructed asset requests

21.2.4

compiler

Commit Description
fix - ed2d324f9c disallow translations of iframe src

core

| Commit | Description |

... (truncated)

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
  • adda6c5 build: update aspect_rules_js to 3.0.2
  • 93c6dc6 Revert "refactor(http): Improves base64 encoding/decoding with feature detect...
  • 76431ed Revert "fix(http): correctly cache blob responses in transfer cache (#67002)"
  • 277ade9 fix(http): correctly cache blob responses in transfer cache (#67002)
  • aeb9b81 refactor(http): Improves base64 encoding/decoding with feature detection (#67...
  • ecf0bb4 test(http): refactors HTTP client tests to use TestBed and providers
  • e2e9a9a fix(core): adds transfer cache to httpResource to fix hydration
  • 70e4c7f refactor(common): log a warning when a KeyValuePipe receives a signal
  • 2eeeabb fix(common): fix LCP image detection with duplicate URLs
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.1.2 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

21.2.5

compiler

Commit Description
fix - 334ae10168 ensure generated code compiles
fix - 23ea431c4e parse named HTML entities containing digits

compiler-cli

Commit Description
fix - 26c43d14ba escape template literal in TCB
fix - 67e0ba7e03 generic types not filled out correctly in type check block

core

Commit Description
fix - 1890c3008b clean up dehydrated views during HMR component replacement
fix - bf948be4c2 run linked signal equality check without reactive consumer

migrations

Commit Description
fix - 076d41c3f6 prevent trailing comma syntax errors after removing NgStyle

service-worker

Commit Description
fix - e19150d2b5 preserve redirect policy on reconstructed asset requests

21.2.4

compiler

Commit Description
fix - ed2d324f9c disallow translations of iframe src

core

| Commit | Description |

... (truncated)

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
  • 23ea431 fix(compiler): parse named HTML entities containing digits
  • 334ae10 fix(compiler): ensure generated code compiles
  • ed2d324 fix(compiler): disallow translations of iframe src
  • 1df1697 fix(compiler): prevent mutation of children array in RecursiveVisitor
  • 95b3f37 feat(compiler): Exhaustive checks for switch blocks
  • 9c5658a refactor(compiler): clean up pipeline compatibility distinction
  • 6e0d783 refactor(compiler): Add info about unclosed element.
  • 06d94ac Revert "refactor(compiler): Add info about unclosed element."
  • 0972084 refactor(compiler): Add info about unclosed element.
  • Additional commits viewable in compare view

Updates @angular/core from 20.1.2 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

21.2.5

compiler

Commit Description
fix - 334ae10168 ensure generated code compiles
fix - 23ea431c4e parse named HTML entities containing digits

compiler-cli

Commit Description
fix - 26c43d14ba escape template literal in TCB
fix - 67e0ba7e03 generic types not filled out correctly in type check block

core

Commit Description
fix - 1890c3008b clean up dehydrated views during HMR component replacement
fix - bf948be4c2 run linked signal equality check without reactive consumer

migrations

Commit Description
fix - 076d41c3f6 prevent trailing comma syntax errors after removing NgStyle

service-worker

Commit Description
fix - e19150d2b5 preserve redirect policy on reconstructed asset requests

21.2.4

compiler

Commit Description
fix - ed2d324f9c disallow translations of iframe src

core

| Commit | Description |

... (truncated)

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
  • 851ef77 Revert "refactor(core): Ensure determineLongestAnimation is run synchronously...
  • 076d41c fix(migrations): prevent trailing comma syntax errors after removing NgStyle
  • a8f80c1 refactor(core): declare explicit reactive node prototypes types
  • Additional commits viewable in compare view

Updates @angular/forms from 20.1.2 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
Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 26, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 26, 2026

Deploying timelinetools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6ce0127
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added the javascript Pull requests that update javascript code label Mar 26, 2026
Bumps the angular group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.1.2` | `21.2.6` |
| [@angular/cdk](https://github.com/angular/components) | `20.1.2` | `21.2.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.1.2` | `21.2.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.1.2` | `21.2.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.1.2` | `21.2.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.1.2` | `21.2.6` |
| [@angular/material](https://github.com/angular/components) | `20.1.2` | `21.2.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.1.2` | `21.2.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.1.2` | `21.2.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.1.2` | `21.2.6` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.3.18` | `21.2.4` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.1.1` | `21.3.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.1.1` | `21.3.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.1.1` | `21.3.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.1.1` | `21.3.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.1.1` | `21.3.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.18` | `21.2.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.1.2` | `21.2.6` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `20.1.2` | `21.2.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `6.0.2` |



Updates `@angular/animations` from 20.1.2 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 20.1.2 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@20.1.2...v21.2.4)

Updates `@angular/common` from 20.1.2 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 20.1.2 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 20.1.2 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 20.1.2 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/material` from 20.1.2 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@20.1.2...v21.2.4)

Updates `@angular/platform-browser` from 20.1.2 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 20.1.2 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 20.1.2 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-devkit/build-angular` from 20.3.18 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@v20.3.18...v21.2.4)

Updates `@angular-eslint/builder` from 20.1.1 to 21.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.3.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.1.1 to 21.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.3.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.1.1 to 21.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.3.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.1.1 to 21.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.3.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.1.1 to 21.3.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.3.1/packages/template-parser)

Updates `@angular/cli` from 20.3.18 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@v20.3.18...v21.2.4)

Updates `@angular/compiler-cli` from 20.1.2 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/language-service` from 20.1.2 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/language-service)

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

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 21.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 21.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 21.2.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-version: 21.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 21.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 21.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 21.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 21.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 21.2.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-5f3c36650e branch from 9d6ce6f to 6ce0127 Compare March 28, 2026 00:26
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 28, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-5f3c36650e branch March 28, 2026 01:08
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