Skip to content

chore(deps): bump the angular group across 1 directory with 7 updates#433

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/angular-7c0e3294f1
Open

chore(deps): bump the angular group across 1 directory with 7 updates#433
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/angular-7c0e3294f1

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@angular/cdk 21.2.2 21.2.4
@angular/pwa 21.2.2 21.2.4
@angular-devkit/build-angular 21.2.2 21.2.4
@angular-devkit/core 21.2.2 21.2.4
@angular-devkit/schematics 21.2.2 21.2.4
@angular/cli 21.2.2 21.2.4
@schematics/angular 21.2.2 21.2.4

Updates @angular/cdk from 21.2.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)
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/pwa from 21.2.2 to 21.2.4

Release notes

Sourced from @​angular/pwa's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses
Changelog

Sourced from @​angular/pwa's changelog.

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

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

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 21.2.2 to 21.2.4

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

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

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @angular-devkit/core from 21.2.2 to 21.2.4

Release notes

Sourced from @​angular-devkit/core's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses
Changelog

Sourced from @​angular-devkit/core's changelog.

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

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

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @angular-devkit/schematics from 21.2.2 to 21.2.4

Release notes

Sourced from @​angular-devkit/schematics's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses
Changelog

Sourced from @​angular-devkit/schematics's changelog.

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

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

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @angular/cli from 21.2.2 to 21.2.4

Release notes

Sourced from @​angular/cli's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

21.2.3

@​angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@​angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@​angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses
Changelog

Sourced from @​angular/cli's changelog.

21.2.4 (2026-03-26)

@​angular/cli

Commit Type Description
a7787d092 fix restore console methods after logger completes

@​angular/build

Commit Type Description
7170599ab fix deduplicate and merge coverage excludes with vitest
c73f13797 fix prevent reporter duplicates by explicitly overriding Vitest configuration
956ccaa71 fix remove default for unit-test coverage option
36978db7e fix warn about performance of test.exclude in vitest configuration
6ec36f5be fix warn when vitest watch config conflicts with builder

@​angular/ssr

Commit Type Description
9bdf782c8 fix apply forwarded prefix and vary header in accept-language redirects
628c58672 fix support '*' in allowedHosts and warn about security risks

20.3.21 (2026-03-19)

@​angular/ssr

Commit Type Description
1dc6992a5 fix disallow x-forwarded-prefix starting with a backslash
0a2ff0b2b fix ensure unique values in redirect response Vary header
cdbac82a8 fix support custom headers in redirect responses

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

@​angular/cli

Commit Type Description
c9f07db8f fix use parsed package name for migrate-only updates

... (truncated)

Commits
  • 2aa93fc release: cut the v21.2.4 release
  • f33826e build: update cross-repo angular dependencies
  • 17666e3 build: lock file maintenance
  • a7787d0 fix(@​angular/cli): restore console methods after logger completes
  • 628c586 fix(@​angular/ssr): support '*' in allowedHosts and warn about security risks
  • 9bdf782 fix(@​angular/ssr): apply forwarded prefix and vary header in accept-language ...
  • 4236099 build: update cross-repo angular dependencies
  • c73f137 fix(@​angular/build): prevent reporter duplicates by explicitly overriding Vit...
  • 7170599 fix(@​angular/build): deduplicate and merge coverage excludes with vitest
  • 36978db fix(@​angular/build): warn about performance of test.exclude in vitest configu...
  • Additional commits viewable in compare view

Updates @schematics/angular from 21.2.2 to 21.2.4

Release notes

Sourced from @​schematics/angular's releases.

21.2.4

@​angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@​angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of t...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `21.2.2` | `21.2.4` |
| [@angular/pwa](https://github.com/angular/angular-cli) | `21.2.2` | `21.2.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `21.2.2` | `21.2.4` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `21.2.2` | `21.2.4` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `21.2.2` | `21.2.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.2` | `21.2.4` |
| [@schematics/angular](https://github.com/angular/angular-cli) | `21.2.2` | `21.2.4` |



Updates `@angular/cdk` from 21.2.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@v21.2.2...v21.2.4)

Updates `@angular/pwa` from 21.2.2 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.2...v21.2.4)

Updates `@angular-devkit/build-angular` from 21.2.2 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.2...v21.2.4)

Updates `@angular-devkit/core` from 21.2.2 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.2...v21.2.4)

Updates `@angular-devkit/schematics` from 21.2.2 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.2...v21.2.4)

Updates `@angular/cli` from 21.2.2 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.2...v21.2.4)

Updates `@schematics/angular` from 21.2.2 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.2...v21.2.4)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-version: 21.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/pwa"
  dependency-version: 21.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/core"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/schematics"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@schematics/angular"
  dependency-version: 21.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 26, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants