Skip to content

Bump the angular group across 1 directory with 19 updates#1435

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/angular-632f03ac3e
Open

Bump the angular group across 1 directory with 19 updates#1435
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/angular-632f03ac3e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@angular/animations 21.2.6 22.0.5
@angular/cdk 21.2.4 22.0.3
@angular/common 21.2.6 22.0.5
@angular/compiler 21.2.6 22.0.5
@angular/core 21.2.6 22.0.5
@angular/forms 21.2.6 22.0.5
@angular/material 21.2.4 22.0.3
@angular/platform-browser 21.2.6 22.0.5
@angular/platform-browser-dynamic 21.2.6 22.0.5
@angular/router 21.2.6 22.0.5
@angular-devkit/build-angular 21.2.18 22.0.5
@angular-eslint/builder 20.1.1 22.0.0
@angular-eslint/eslint-plugin 20.1.1 22.0.0
@angular-eslint/eslint-plugin-template 20.1.1 22.0.0
@angular-eslint/schematics 20.1.1 22.0.0
@angular-eslint/template-parser 20.1.1 22.0.0
@angular/cli 21.2.5 22.0.5
@angular/compiler-cli 21.2.6 22.0.5
@angular/language-service 21.2.6 22.0.5

Updates @angular/animations from 21.2.6 to 22.0.5

Release notes

Sourced from @​angular/animations's releases.

22.0.5

common

Commit Description
fix - eb8fb9fe58 use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Description
fix - baf09a9939 include toSignal in debugName transform

core

Commit Description
fix - e598dc843f improve input writes migration in best effort mode
fix - ced0180b06 reject dynamic script host elements

router

Commit Description
fix - ca13b42e7c fix malformed jsdoc comment for RouterLinkWithHref export

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 |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

22.0.5 (2026-07-01)

common

Commit Type Description
eb8fb9fe58 fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Type Description
baf09a9939 fix include toSignal in debugName transform

core

Commit Type Description
e598dc843f fix improve input writes migration in best effort mode
ced0180b06 fix reject dynamic script host elements

router

Commit Type Description
ca13b42e7c fix fix malformed jsdoc comment for RouterLinkWithHref export

22.1.0-next.3 (2026-06-26)

migrations

Commit Type Description
26b0c719ef fix resolve migration failure when tsconfig specifies rootDir

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

... (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.4 to 22.0.3

Release notes

Sourced from @​angular/cdk's releases.

22.0.3

material

Commit Description
fix - 5e2a8525c radio: do not set cursor on non interactive radio (#33418)
fix - 1c9bd0d6d sidenav: update inert value if mode changes (#33461)
fix - a436cd44b tabs: validate animation duration (#33452)

cdk

Commit Description
fix - 3b74812ae collections: add ability to bulk select/deselect values (#33469)
fix - 9e552a7b0 scrolling: reset more properties to avoid jumping during virtual scroll (#33439)

aria

Commit Description
fix - de9dd5909 combobox: improve autocomplete placeholder text color contrast (#33465)
fix - e87216c14 combobox: zonejs compatibility (#33453)

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 |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

22.0.3 "22-0-3" (2026-07-01)

aria

Commit Type Description
de9dd5909 fix combobox: improve autocomplete placeholder text color contrast (#33465)
e87216c14 fix combobox: zonejs compatibility (#33453)

cdk

Commit Type Description
3b74812ae fix collections: add ability to bulk select/deselect values (#33469)
9e552a7b0 fix scrolling: reset more properties to avoid jumping during virtual scroll (#33439)

material

Commit Type Description
5e2a8525c fix radio: do not set cursor on non interactive radio (#33418)
1c9bd0d6d fix sidenav: update inert value if mode changes (#33461)
a436cd44b fix tabs: validate animation duration (#33452)

22.1.0-next.1 "plastic scooter" (2026-06-17)

aria

Commit Type Description
31781a0246 fix combobox: allow setting readonly (#33364)

cdk

Commit Type Description
231f94f555 fix layout: avoid CSS injection attacks in media matcher
10db3e30f9 fix platform: account for composedPath error during event replay (#33409)

material

Commit Type Description
cd10a97a9d fix bottom-sheet: ensure animation event comes from container
e49f1273c8 fix chips: correct focus management on chip destruction (#33329)
e31d3fd247 fix chips: wrong padding when chip only has edit icon (#33407)
a02d935ca3 fix grid-list: always validate colspan
0939437095 fix stepper: validate animation durations

youtube-player

Commit Type Description
2430e6e53b fix update to latest typings and fix error (#33387)

multiple

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

... (truncated)

Commits
  • 6d64490 release: cut the v22.0.3 release
  • de9dd59 fix(aria/combobox): improve autocomplete placeholder text color contrast (#33...
  • 3b74812 fix(cdk/collections): add ability to bulk select/deselect values (#33469)
  • 69dfdcc refactor(cdk/table): switch tests away from fakeAsync (#33456)
  • 6cd0d30 refactor(cdk/layout): switch tests away from fakeAsync (#33446)
  • a205bf0 build: update cross-repo angular dependencies (#33436)
  • 66a5923 build: update dependency node to v22.23.1 (#33438)
  • 4330c00 build: update pnpm to v10.34.4 (#33428)
  • d1346a3 build: lock file maintenance (#33433)
  • 1c9bd0d fix(material/sidenav): update inert value if mode changes (#33461)
  • Additional commits viewable in compare view

Updates @angular/common from 21.2.6 to 22.0.5

Release notes

Sourced from @​angular/common's releases.

22.0.5

common

Commit Description
fix - eb8fb9fe58 use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Description
fix - baf09a9939 include toSignal in debugName transform

core

Commit Description
fix - e598dc843f improve input writes migration in best effort mode
fix - ced0180b06 reject dynamic script host elements

router

Commit Description
fix - ca13b42e7c fix malformed jsdoc comment for RouterLinkWithHref export

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 |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.0.5 (2026-07-01)

common

Commit Type Description
eb8fb9fe58 fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Type Description
baf09a9939 fix include toSignal in debugName transform

core

Commit Type Description
e598dc843f fix improve input writes migration in best effort mode
ced0180b06 fix reject dynamic script host elements

router

Commit Type Description
ca13b42e7c fix fix malformed jsdoc comment for RouterLinkWithHref export

22.1.0-next.3 (2026-06-26)

migrations

Commit Type Description
26b0c719ef fix resolve migration failure when tsconfig specifies rootDir

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

... (truncated)

Commits
  • eb8fb9f fix(common): use Object.hasOwn in I18nSelectPipe to handle null-prototype and...
  • 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
  • Additional commits viewable in compare view

Updates @angular/compiler from 21.2.6 to 22.0.5

Release notes

Sourced from @​angular/compiler's releases.

22.0.5

common

Commit Description
fix - eb8fb9fe58 use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Description
fix - baf09a9939 include toSignal in debugName transform

core

Commit Description
fix - e598dc843f improve input writes migration in best effort mode
fix - ced0180b06 reject dynamic script host elements

router

Commit Description
fix - ca13b42e7c fix malformed jsdoc comment for RouterLinkWithHref export

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 |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.0.5 (2026-07-01)

common

Commit Type Description
eb8fb9fe58 fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Type Description
baf09a9939 fix include toSignal in debugName transform

core

Commit Type Description
e598dc843f fix improve input writes migration in best effort mode
ced0180b06 fix reject dynamic script host elements

router

Commit Type Description
ca13b42e7c fix fix malformed jsdoc comment for RouterLinkWithHref export

22.1.0-next.3 (2026-06-26)

migrations

Commit Type Description
26b0c719ef fix resolve migration failure when tsconfig specifies rootDir

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

... (truncated)

Commits
  • b5ea340 refactor(compiler): remove visitAttributeComment
  • 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
  • Additional commits viewable in compare view

Updates @angular/core from 21.2.6 to 22.0.5

Release notes

Sourced from @​angular/core's releases.

22.0.5

common

Commit Description
fix - eb8fb9fe58 use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Description
fix - baf09a9939 include toSignal in debugName transform

core

Commit Description
fix - e598dc843f improve input writes migration in best effort mode
fix - ced0180b06 reject dynamic script host elements

router

Commit Description
fix - ca13b42e7c fix malformed jsdoc comment for RouterLinkWithHref export

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 |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.0.5 (2026-07-01)

common

Commit Type Description
eb8fb9fe58 fix use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Type Description
baf09a9939 fix include toSignal in debugName transform

core

Commit Type Description
e598dc843f fix improve input writes migration in best effort mode
ced0180b06 fix reject dynamic script host elements

router

Commit Type Description
ca13b42e7c fix fix malformed jsdoc comment for RouterLinkWithHref export

22.1.0-next.3 (2026-06-26)

migrations

Commit Type Description
26b0c719ef fix resolve migration failure when tsconfig specifies rootDir

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

... (truncated)

Commits
  • ced0180 fix(core): reject dynamic script host elements
  • c3be83c refactor(core): allow AnimationClassBindingFn to return undefined or null
  • e598dc8 fix(core): improve input writes migration in best effort mode
  • 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
  • Additional commits viewable in compare view

Updates @angular/forms from 21.2.6 to 22.0.5

Release notes

Sourced from @​angular/forms's releases.

22.0.5

common

Commit Description
fix - eb8fb9fe58 use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Description
fix - baf09a9939 include toSignal in debugName transform

core

Commit Description
fix - e598dc843f improve input writes migration in best effort mode
fix - ced0180b06 reject dynamic script host elements

router

Commit Description
fix - ca13b42e7c fix malformed jsdoc comment for RouterLinkWithHref export

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

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 16, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 16, 2026

Copy link
Copy Markdown

Deploying timelinetools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2dc22a3
Status:🚫  Build failed.

View logs

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-632f03ac3e branch from f4c696d to 88e267f Compare May 17, 2026 08:53
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-632f03ac3e branch 2 times, most recently from 4430809 to 82c77fa Compare May 31, 2026 22:11
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-632f03ac3e branch 2 times, most recently from 4575bd0 to f6bee71 Compare June 7, 2026 02:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-632f03ac3e branch from f6bee71 to 84363bc Compare June 20, 2026 13:26
@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.6` | `22.0.5` |
| [@angular/cdk](https://github.com/angular/components) | `21.2.4` | `22.0.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.6` | `22.0.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.6` | `22.0.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.6` | `22.0.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.6` | `22.0.5` |
| [@angular/material](https://github.com/angular/components) | `21.2.4` | `22.0.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.6` | `22.0.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.6` | `22.0.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.6` | `22.0.5` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `21.2.18` | `22.0.5` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.1.1` | `22.0.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.1.1` | `22.0.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.1.1` | `22.0.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.1.1` | `22.0.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.1.1` | `22.0.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.5` | `22.0.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.6` | `22.0.5` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `21.2.6` | `22.0.5` |



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

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

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

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

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

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

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

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

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

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

Updates `@angular-devkit/build-angular` from 21.2.18 to 22.0.5
- [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.18...v22.0.5)

Updates `@angular-eslint/builder` from 20.1.1 to 22.0.0
- [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/v22.0.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.1.1 to 22.0.0
- [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/v22.0.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.1.1 to 22.0.0
- [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/v22.0.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.1.1 to 22.0.0
- [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/v22.0.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.1.1 to 22.0.0
- [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/v22.0.0/packages/template-parser)

Updates `@angular/cli` from 21.2.5 to 22.0.5
- [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.5...v22.0.5)

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

Updates `@angular/language-service` from 21.2.6 to 22.0.5
- [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.5/packages/language-service)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-632f03ac3e branch from 84363bc to 2dc22a3 Compare July 4, 2026 13:26
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