Skip to content

build(deps): bump the angular group across 1 directory with 22 updates#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/angular-18ef6282b6
Open

build(deps): bump the angular group across 1 directory with 22 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/angular-18ef6282b6

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the angular group with 22 updates in the /frontend directory:

Package From To
@angular/animations 21.2.9 22.0.4
@angular/cdk 21.2.11 22.0.2
@angular/common 21.2.9 22.0.4
@angular/compiler 21.2.9 22.0.4
@angular/core 21.2.9 22.0.4
@angular/forms 21.2.9 22.0.4
@angular/material 21.2.11 22.0.2
@angular/platform-browser 21.2.9 22.0.4
@angular/platform-browser-dynamic 21.2.9 22.0.4
@angular/router 21.2.9 22.0.4
@angular/cli 21.2.11 22.0.4
@angular/compiler-cli 21.2.9 22.0.4
@angular/language-service 21.2.9 22.0.4
@nx/angular 20.5.0 23.0.1
@nx/devkit 20.5.0 23.0.1
@nx/eslint 20.5.0 23.0.1
@nx/eslint-plugin 20.5.0 23.0.1
@nx/jest 20.5.0 23.0.1
@nx/js 20.5.0 23.0.1
@nx/playwright 20.5.0 23.0.1
@nx/web 20.5.0 23.0.1
@nx/workspace 20.5.0 23.0.1

Updates @angular/animations from 21.2.9 to 22.0.4

Release notes

Sourced from @​angular/animations's releases.

22.0.4

migrations

Commit Description
fix - fd37f09f37 resolve migration failure when tsconfig specifies rootDir

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent

22.0.2

common

Commit Description
fix - 94ea403563 escape anchor fragment in shadow DOM name selector
fix - 6c1f3e9d49 skip transfer cache for uncacheable HTTP traffic (#69316)

compiler

Commit Description
fix - 6f1171991a restrict possible event handler check to property names longer than 2 characters

core

Commit Description
fix - 528a34f766 avoid caching missing locale data
fix - e17e8d5422 escape overlapping comment delimiters in escapeCommentText
fix - 59dea13f80 guard against DOM clobbering in declareExperimentalWebMcpTool

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

22.0.4 (2026-06-26)

migrations

Commit Type Description
fd37f09f37 fix resolve migration failure when tsconfig specifies rootDir

22.1.0-next.2 (2026-06-25)

compiler

Commit Type Description
ecd047578e fix account for NgModule dependencies in JIT-compiled partial declarations

compiler-cli

Commit Type Description
8b2785b597 fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
91d168e74b fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
f76e8a98c1 fix prevent caching of responses with Set-Cookie headers

migrations

Commit Type Description
c75ff0255c feat add migration from injectable to service

router

Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive

service-worker

Commit Type Description
716f9eb032 fix preserve referrer in asset requests
6f98f98f1f fix preserve referrer policy in asset requests

upgrade

Commit Type Description
8d31b82116 fix support model() signals in downgradeComponent

22.0.3 (2026-06-25)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • a97d5ec build: update minimum supported Node.js versions
  • ad717df refactor(core): use the @Service decorator where possible.
  • b8d3f36 feat(compiler-cli): add support for Node.js 26.0.0
  • 6672192 test: remove duplicate tests (#67518)
  • d550bf7 build: update minimum supported Node.js versions
  • See full diff in compare view

Updates @angular/cdk from 21.2.11 to 22.0.2

Release notes

Sourced from @​angular/cdk's releases.

22.0.2

material

Commit Description
fix - fb4478bff3 bottom-sheet: ensure animation event comes from container
fix - e4f7f3498b chips: correct focus management on chip destruction (#33329)
fix - 766b7aceee chips: wrong padding when chip only has edit icon (#33407)
fix - ebca801ee5 grid-list: always validate colspan
fix - 30942bcd36 stepper: validate animation durations

cdk

Commit Description
fix - e8f3419060 layout: avoid CSS injection attacks in media matcher
fix - 9dc2b2b2ed platform: account for composedPath error during event replay (#33409)

multiple

Commit Description
fix - 2995797ded improve dark theme visibility in menu, overlay, and portal examples (#33367)

22.0.1

youtube-player

Commit Description
fix - d75a22d69 avoid errors with clobbered variables
fix - fe0a96ce6 validate ID before attaching them to placeholder

material

Commit Description
fix - d7a8cb963 dialog: ignore clicks on aria-disabled close buttons (#33373)
fix - bde3c7621 timepicker: do not allow intervals less than a second (#33354)

cdk

Commit Description
fix - 629aea403 a11y: avoid prototype conflicts in id generator (#33356)
fix - 49aeb676c clipboard: avoid infinite attempt loop (#33366)

aria

Commit Description
fix - 7581b0592 combobox: avoid error for synthetic events (#33360)
fix - 1c4706155 combobox: prevent re-dispatching keyboard event on control target change (#33362)
fix - 96e9ce10c tree: recursive textDirection getter (#33337)

22.0.0

aria

Commit Description
feat - d91f46b4c accordion: introduce accordion harness (#33046)
feat - e3d84f2e0 combobox: add test harnesses (#33194)
feat - 0ca47b4a0 combobox: migrate simple-combobox directly into primary entrypoints (#33206)
feat - 6ec07bc0c grid: add test harnesses (#33081)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

22.0.2 "plastic lion" (2026-06-17)

cdk

Commit Type Description
e8f3419060 fix layout: avoid CSS injection attacks in media matcher
9dc2b2b2ed fix platform: account for composedPath error during event replay (#33409)

material

Commit Type Description
fb4478bff3 fix bottom-sheet: ensure animation event comes from container
e4f7f3498b fix chips: correct focus management on chip destruction (#33329)
766b7aceee fix chips: wrong padding when chip only has edit icon (#33407)
ebca801ee5 fix grid-list: always validate colspan
30942bcd36 fix stepper: validate animation durations

multiple

Commit Type Description
2995797ded fix improve dark theme visibility in menu, overlay, and portal examples (#33367)

22.1.0-next.0 "argon-pineapple" (2026-06-10)

No user facing changes in this release

22.0.1 "argon-apple" (2026-06-10)

aria

Commit Type Description
7581b0592 fix combobox: avoid error for synthetic events (#33360)
1c4706155 fix combobox: prevent re-dispatching keyboard event on control target change (#33362)
96e9ce10c fix tree: recursive textDirection getter (#33337)

cdk

Commit Type Description
629aea403 fix a11y: avoid prototype conflicts in id generator (#33356)
49aeb676c fix clipboard: avoid infinite attempt loop (#33366)

material

Commit Type Description
d7a8cb963 fix dialog: ignore clicks on aria-disabled close buttons (#33373)
bde3c7621 fix timepicker: do not allow intervals less than a second (#33354)

youtube-player

Commit Type Description
d75a22d69 fix avoid errors with clobbered variables
fe0a96ce6 fix validate ID before attaching them to placeholder

... (truncated)

Commits
  • 9b9d0ea release: cut the v22.0.2 release
  • 7b54e95 build: update cross-repo angular dependencies (#33398)
  • b77a829 docs(google-maps): Document the behavior of using the clusterClick output in ...
  • 605f200 build: update pnpm to v10.34.3 (#33392)
  • 0309150 build: lock file maintenance (#33406)
  • 9dc2b2b fix(cdk/platform): account for composedPath error during event replay (#33409)
  • 766b7ac fix(material/chips): wrong padding when chip only has edit icon (#33407)
  • f7170b9 build: fix build failure (#33408)
  • e4f7f34 fix(material/chips): correct focus management on chip destruction (#33329)
  • 9ad7964 build: update review config (#33394)
  • Additional commits viewable in compare view

Updates @angular/common from 21.2.9 to 22.0.4

Release notes

Sourced from @​angular/common's releases.

22.0.4

migrations

Commit Description
fix - fd37f09f37 resolve migration failure when tsconfig specifies rootDir

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent

22.0.2

common

Commit Description
fix - 94ea403563 escape anchor fragment in shadow DOM name selector
fix - 6c1f3e9d49 skip transfer cache for uncacheable HTTP traffic (#69316)

compiler

Commit Description
fix - 6f1171991a restrict possible event handler check to property names longer than 2 characters

core

Commit Description
fix - 528a34f766 avoid caching missing locale data
fix - e17e8d5422 escape overlapping comment delimiters in escapeCommentText
fix - 59dea13f80 guard against DOM clobbering in declareExperimentalWebMcpTool

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.0.4 (2026-06-26)

migrations

Commit Type Description
fd37f09f37 fix resolve migration failure when tsconfig specifies rootDir

22.1.0-next.2 (2026-06-25)

compiler

Commit Type Description
ecd047578e fix account for NgModule dependencies in JIT-compiled partial declarations

compiler-cli

Commit Type Description
8b2785b597 fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
91d168e74b fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
f76e8a98c1 fix prevent caching of responses with Set-Cookie headers

migrations

Commit Type Description
c75ff0255c feat add migration from injectable to service

router

Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive

service-worker

Commit Type Description
716f9eb032 fix preserve referrer in asset requests
6f98f98f1f fix preserve referrer policy in asset requests

upgrade

Commit Type Description
8d31b82116 fix support model() signals in downgradeComponent

22.0.3 (2026-06-25)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • cd8f472 docs: add documentation for HttpClient response body size limit and related e...
  • 8cdc202 fix(http): prevent caching of responses with Set-Cookie headers
  • 6867f77 fix(http): distinguish repeated transfer cache params
  • 6c1f3e9 fix(common): skip transfer cache for uncacheable HTTP traffic (#69316)
  • 7ef1399 fix(http): skip transfer cache for fetch credentialed requests (#69316)
  • 94ea403 fix(common): escape anchor fragment in shadow DOM name selector
  • 2dd65d2 fix(http): pass down the reportUploadProgress and reportDownloadProgress ...
  • 1bd5a56 docs: deprecate XHR support for server-side rendering in HTTP docs and recomm...
  • 3c2892c fix(common): prevent prototype pollution in formatDateTime
  • c4b5fa3 fix(common): escape CSS string-terminating characters in escapeCssUrl
  • Additional commits viewable in compare view

Updates @angular/compiler from 21.2.9 to 22.0.4

Release notes

Sourced from @​angular/compiler's releases.

22.0.4

migrations

Commit Description
fix - fd37f09f37 resolve migration failure when tsconfig specifies rootDir

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent

22.0.2

common

Commit Description
fix - 94ea403563 escape anchor fragment in shadow DOM name selector
fix - 6c1f3e9d49 skip transfer cache for uncacheable HTTP traffic (#69316)

compiler

Commit Description
fix - 6f1171991a restrict possible event handler check to property names longer than 2 characters

core

Commit Description
fix - 528a34f766 avoid caching missing locale data
fix - e17e8d5422 escape overlapping comment delimiters in escapeCommentText
fix - 59dea13f80 guard against DOM clobbering in declareExperimentalWebMcpTool

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.0.4 (2026-06-26)

migrations

Commit Type Description
fd37f09f37 fix resolve migration failure when tsconfig specifies rootDir

22.1.0-next.2 (2026-06-25)

compiler

Commit Type Description
ecd047578e fix account for NgModule dependencies in JIT-compiled partial declarations

compiler-cli

Commit Type Description
8b2785b597 fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
91d168e74b fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
f76e8a98c1 fix prevent caching of responses with Set-Cookie headers

migrations

Commit Type Description
c75ff0255c feat add migration from injectable to service

router

Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive

service-worker

Commit Type Description
716f9eb032 fix preserve referrer in asset requests
6f98f98f1f fix preserve referrer policy in asset requests

upgrade

Commit Type Description
8d31b82116 fix support model() signals in downgradeComponent

22.0.3 (2026-06-25)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • f4f7f37 fix(compiler): remove unused import breaking CI in 22.0.x
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 489d170 refactor(compiler): desable the legacy template syntax
  • 39001be refactor(compiler): Move the attribute comment to the HTML AST
  • 74f2b91 refactor(compiler): correct TcbInvalidReferenceOp initializer
  • b32ee7c fix(core): treat iframe credentialless as security-sensitive
  • f309727 refactor(compiler): Collect in-element comments
  • 6f11719 fix(compiler): restrict possible event handler check to property names longer...
  • 8bb3947 refactor: optimize dom security schema lookups
  • 4645850 refactor(compiler): Remove 80 char limit on AbstractEmitterVisitor
  • Additional commits viewable in compare view

Updates @angular/core from 21.2.9 to 22.0.4

Release notes

Sourced from @​angular/core's releases.

22.0.4

migrations

Commit Description
fix - fd37f09f37 resolve migration failure when tsconfig specifies rootDir

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent

22.0.2

common

Commit Description
fix - 94ea403563 escape anchor fragment in shadow DOM name selector
fix - 6c1f3e9d49 skip transfer cache for uncacheable HTTP traffic (#69316)

compiler

Commit Description
fix - 6f1171991a restrict possible event handler check to property names longer than 2 characters

core

Commit Description
fix - 528a34f766 avoid caching missing locale data
fix - e17e8d5422 escape overlapping comment delimiters in escapeCommentText
fix - 59dea13f80 guard against DOM clobbering in declareExperimentalWebMcpTool

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.0.4 (2026-06-26)

migrations

Commit Type Description
fd37f09f37 fix resolve migration failure when tsconfig specifies rootDir

22.1.0-next.2 (2026-06-25)

compiler

Commit Type Description
ecd047578e fix account for NgModule dependencies in JIT-compiled partial declarations

compiler-cli

Commit Type Description
8b2785b597 fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
91d168e74b fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
f76e8a98c1 fix prevent caching of responses with Set-Cookie headers

migrations

Commit Type Description
c75ff0255c feat add migration from injectable to service

router

Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive

service-worker

Commit Type Description
716f9eb032 fix preserve referrer in asset requests
6f98f98f1f fix preserve referrer policy in asset requests

upgrade

Commit Type Description
8d31b82116 fix support model() signals in downgradeComponent

22.0.3 (2026-06-25)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • fd37f09 fix(migrations): resolve migration failure when tsconfig specifies rootDir
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 01d58d7 refactor(core): Tree shake the SimpleChanges & co.
  • 03d1a64 docs(core): document resource chaining with chain() in params context
  • 2799304 fix(core): avoid uncaught promise errors in injectAsync prefetching
  • 3e7c83b Revert "fix(core): escape overlapping comment delimiters in escapeCommentText"
  • 152601e refactor(core): add childSignalProp to ReactiveNodeKind
  • 59dea13 fix(core): guard against DOM clobbering in declareExperimentalWebMcpTool
  • 81cb457 refactor(router): Add handling for ActivatedRoute-scoped injector
  • f902d1d perf(core): detect existing signal dependency without checking all producer l...
  • Additional commits viewable in compare view

Updates @angular/forms from 21.2.9 to 22.0.4

Release notes

Sourced from @​angular/forms's releases.

22.0.4

migrations

...

Description has been truncated

Commit Description
fix - fd37f09f37 resolve migration failure when tsconfig specifies rootDir

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the angular group in /frontend with 22 updates chore(deps): bump the angular group across 1 directory with 22 updates May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/angular-18ef6282b6 branch from 27c553a to ee4ff43 Compare May 19, 2026 09:59
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps the angular group with 22 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.9` | `22.0.4` |
| [@angular/cdk](https://github.com/angular/components) | `21.2.11` | `22.0.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.9` | `22.0.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.9` | `22.0.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.9` | `22.0.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.9` | `22.0.4` |
| [@angular/material](https://github.com/angular/components) | `21.2.11` | `22.0.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.9` | `22.0.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.9` | `22.0.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.9` | `22.0.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.11` | `22.0.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.9` | `22.0.4` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `21.2.9` | `22.0.4` |
| [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular) | `20.5.0` | `23.0.1` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `20.5.0` | `23.0.1` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.5.0` | `23.0.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `20.5.0` | `23.0.1` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `20.5.0` | `23.0.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.5.0` | `23.0.1` |
| [@nx/playwright](https://github.com/nrwl/nx/tree/HEAD/packages/playwright) | `20.5.0` | `23.0.1` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `20.5.0` | `23.0.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `20.5.0` | `23.0.1` |



Updates `@angular/animations` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/animations)

Updates `@angular/cdk` from 21.2.11 to 22.0.2
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.11...v22.0.2)

Updates `@angular/common` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/common)

Updates `@angular/compiler` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/compiler)

Updates `@angular/core` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/core)

Updates `@angular/forms` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/forms)

Updates `@angular/material` from 21.2.11 to 22.0.2
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.11...v22.0.2)

Updates `@angular/platform-browser` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/router)

Updates `@angular/cli` from 21.2.11 to 22.0.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.11...v22.0.4)

Updates `@angular/compiler-cli` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/compiler-cli)

Updates `@angular/language-service` from 21.2.9 to 22.0.4
- [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/v22.0.4/packages/language-service)

Updates `@nx/angular` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/angular)

Updates `@nx/devkit` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/devkit)

Updates `@nx/eslint` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/eslint)

Updates `@nx/eslint-plugin` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/eslint-plugin)

Updates `@nx/jest` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/jest)

Updates `@nx/js` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/js)

Updates `@nx/playwright` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/playwright)

Updates `@nx/web` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/web)

Updates `@nx/workspace` from 20.5.0 to 23.0.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/23.0.1/packages/workspace)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 21.2.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 21.2.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 21.2.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 21.2.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 21.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/angular"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/devkit"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/eslint"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/jest"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/js"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/playwright"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/web"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@nx/workspace"
  dependency-version: 22.7.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the angular group across 1 directory with 22 updates build(deps): bump the angular group across 1 directory with 22 updates Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/angular-18ef6282b6 branch from ee4ff43 to 9d18f44 Compare June 29, 2026 23:43
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