Skip to content

chore(deps): bump the maint-angular group with 12 updates - #200

Merged
fbf-prog64 merged 1 commit into
devfrom
dependabot/npm_and_yarn/dev/maint-angular-a46a10ec8e
Aug 24, 2026
Merged

chore(deps): bump the maint-angular group with 12 updates#200
fbf-prog64 merged 1 commit into
devfrom
dependabot/npm_and_yarn/dev/maint-angular-a46a10ec8e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown

Bumps the maint-angular group with 12 updates:

Package From To
@angular/common 22.1.2 22.1.3
@angular/compiler 22.1.2 22.1.3
@angular/core 22.1.2 22.1.3
@angular/forms 22.1.2 22.1.3
@angular/material 22.1.2 22.1.3
@angular/platform-browser 22.1.2 22.1.3
@angular/platform-browser-dynamic 22.1.2 22.1.3
@angular/router 22.1.2 22.1.3
@angular/build 22.1.4 22.1.5
@angular/cdk 22.1.2 22.1.3
@angular/cli 22.1.4 22.1.5
@angular/compiler-cli 22.1.2 22.1.3

Updates @angular/common from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/common's releases.

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

compiler

Commit Description
fix - 94f0b9a371 preserve &ngsp; between sibling control flow blocks

core

Commit Description
fix - afe529cb2d accept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797 allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098 expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5 prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3 replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13 stop running further effects once one destroys the view mid-flush
fix - c04931c88b throw a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576 throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Description
fix - 83450d2924 report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35 warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Description
fix - 0cd635e9e2 cancel oversized fetch response bodies

language-server

Commit Description
fix - 14fbe04612 recover project for external templates in solution-style workspaces

platform-browser

Commit Description
fix - 3ddcb1a101 disallow event handler attributes in Meta
fix - 640460d606 throw a descriptive error when insertBefore reference node is missing

router

Commit Description
fix - abe019d505 pass correct component to canDeactivate for named outlets in componentless parent routes
Changelog

Sourced from @​angular/common's changelog.

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

Commit Type Description
b3c78a5081 fix preserve literal key union in KeyValuePipe.transform()

compiler

Commit Type Description
94f0b9a371 fix preserve &ngsp; between sibling control flow blocks

core

Commit Type Description
afe529cb2d fix accept readonly arrays for setClassMetadata decorators
2c72fe3797 fix allow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098 fix expose debuggableFn for non-computed signal graph nodes
7bcce260f5 fix prevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3 fix replace all hasOwnProperty usages with Object.hasOwn
85f12a5a13 fix stop running further effects once one destroys the view mid-flush
c04931c88b fix throw a descriptive error instead of crashing when a hydration node is missing
601d1f6576 fix throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Type Description
83450d2924 fix report forbidden 2way bindings on when FormField is applied
5cb4ea7e35 fix warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Type Description
0cd635e9e2 fix cancel oversized fetch response bodies

language-server

Commit Type Description
14fbe04612 fix recover project for external templates in solution-style workspaces

platform-browser

Commit Type Description
3ddcb1a101 fix disallow event handler attributes in Meta
640460d606 fix throw a descriptive error when insertBefore reference node is missing

router

Commit Type Description
abe019d505 fix pass correct component to canDeactivate for named outlets in componentless parent routes

Commits
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • b3c78a5 fix(common): preserve literal key union in KeyValuePipe.transform()
  • 0cd635e fix(http): cancel oversized fetch response bodies
  • See full diff in compare view

Updates @angular/compiler from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/compiler's releases.

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

compiler

Commit Description
fix - 94f0b9a371 preserve &ngsp; between sibling control flow blocks

core

Commit Description
fix - afe529cb2d accept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797 allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098 expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5 prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3 replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13 stop running further effects once one destroys the view mid-flush
fix - c04931c88b throw a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576 throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Description
fix - 83450d2924 report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35 warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Description
fix - 0cd635e9e2 cancel oversized fetch response bodies

language-server

Commit Description
fix - 14fbe04612 recover project for external templates in solution-style workspaces

platform-browser

Commit Description
fix - 3ddcb1a101 disallow event handler attributes in Meta
fix - 640460d606 throw a descriptive error when insertBefore reference node is missing

router

Commit Description
fix - abe019d505 pass correct component to canDeactivate for named outlets in componentless parent routes
Changelog

Sourced from @​angular/compiler's changelog.

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

Commit Type Description
b3c78a5081 fix preserve literal key union in KeyValuePipe.transform()

compiler

Commit Type Description
94f0b9a371 fix preserve &ngsp; between sibling control flow blocks

core

Commit Type Description
afe529cb2d fix accept readonly arrays for setClassMetadata decorators
2c72fe3797 fix allow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098 fix expose debuggableFn for non-computed signal graph nodes
7bcce260f5 fix prevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3 fix replace all hasOwnProperty usages with Object.hasOwn
85f12a5a13 fix stop running further effects once one destroys the view mid-flush
c04931c88b fix throw a descriptive error instead of crashing when a hydration node is missing
601d1f6576 fix throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Type Description
83450d2924 fix report forbidden 2way bindings on when FormField is applied
5cb4ea7e35 fix warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Type Description
0cd635e9e2 fix cancel oversized fetch response bodies

language-server

Commit Type Description
14fbe04612 fix recover project for external templates in solution-style workspaces

platform-browser

Commit Type Description
3ddcb1a101 fix disallow event handler attributes in Meta
640460d606 fix throw a descriptive error when insertBefore reference node is missing

router

Commit Type Description
abe019d505 fix pass correct component to canDeactivate for named outlets in componentless parent routes

Commits
  • 83450d2 fix(forms): report forbidden 2way bindings on when FormField is applied
  • eb0d62e Revert "fix(compiler): preserve &ngsp; between sibling control flow blocks"
  • 94f0b9a fix(compiler): preserve &ngsp; between sibling control flow blocks
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • See full diff in compare view

Updates @angular/core from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/core's releases.

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

compiler

Commit Description
fix - 94f0b9a371 preserve &ngsp; between sibling control flow blocks

core

Commit Description
fix - afe529cb2d accept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797 allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098 expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5 prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3 replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13 stop running further effects once one destroys the view mid-flush
fix - c04931c88b throw a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576 throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Description
fix - 83450d2924 report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35 warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Description
fix - 0cd635e9e2 cancel oversized fetch response bodies

language-server

Commit Description
fix - 14fbe04612 recover project for external templates in solution-style workspaces

platform-browser

Commit Description
fix - 3ddcb1a101 disallow event handler attributes in Meta
fix - 640460d606 throw a descriptive error when insertBefore reference node is missing

router

Commit Description
fix - abe019d505 pass correct component to canDeactivate for named outlets in componentless parent routes
Changelog

Sourced from @​angular/core's changelog.

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

Commit Type Description
b3c78a5081 fix preserve literal key union in KeyValuePipe.transform()

compiler

Commit Type Description
94f0b9a371 fix preserve &ngsp; between sibling control flow blocks

core

Commit Type Description
afe529cb2d fix accept readonly arrays for setClassMetadata decorators
2c72fe3797 fix allow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098 fix expose debuggableFn for non-computed signal graph nodes
7bcce260f5 fix prevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3 fix replace all hasOwnProperty usages with Object.hasOwn
85f12a5a13 fix stop running further effects once one destroys the view mid-flush
c04931c88b fix throw a descriptive error instead of crashing when a hydration node is missing
601d1f6576 fix throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Type Description
83450d2924 fix report forbidden 2way bindings on when FormField is applied
5cb4ea7e35 fix warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Type Description
0cd635e9e2 fix cancel oversized fetch response bodies

language-server

Commit Type Description
14fbe04612 fix recover project for external templates in solution-style workspaces

platform-browser

Commit Type Description
3ddcb1a101 fix disallow event handler attributes in Meta
640460d606 fix throw a descriptive error when insertBefore reference node is missing

router

Commit Type Description
abe019d505 fix pass correct component to canDeactivate for named outlets in componentless parent routes

Commits
  • 391c378 refactor(core): pass AbortSignal to WebMCP tools to handle cancellation
  • 84a210e refactor(router): add support for non-blocking router resources (#70211)
  • 7bcce26 fix(core): prevent orphaned requestIdleCallback handle from re-entrant schedu...
  • ef2ce9a fix(core): expose debuggableFn for non-computed signal graph nodes
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 85f12a5 fix(core): stop running further effects once one destroys the view mid-flush
  • 1e53aa0 refactor: correct typos in comments, docs, and error messages
  • edcb45b test(core): Add test to ensure Angular correctly detects paths when served fr...
  • c04931c fix(core): throw a descriptive error instead of crashing when a hydration nod...
  • 640460d fix(platform-browser): throw a descriptive error when insertBefore reference ...
  • Additional commits viewable in compare view

Updates @angular/forms from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/forms's releases.

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

compiler

Commit Description
fix - 94f0b9a371 preserve &ngsp; between sibling control flow blocks

core

Commit Description
fix - afe529cb2d accept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797 allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098 expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5 prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3 replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13 stop running further effects once one destroys the view mid-flush
fix - c04931c88b throw a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576 throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Description
fix - 83450d2924 report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35 warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Description
fix - 0cd635e9e2 cancel oversized fetch response bodies

language-server

Commit Description
fix - 14fbe04612 recover project for external templates in solution-style workspaces

platform-browser

Commit Description
fix - 3ddcb1a101 disallow event handler attributes in Meta
fix - 640460d606 throw a descriptive error when insertBefore reference node is missing

router

Commit Description
fix - abe019d505 pass correct component to canDeactivate for named outlets in componentless parent routes
Changelog

Sourced from @​angular/forms's changelog.

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

Commit Type Description
b3c78a5081 fix preserve literal key union in KeyValuePipe.transform()

compiler

Commit Type Description
94f0b9a371 fix preserve &ngsp; between sibling control flow blocks

core

Commit Type Description
afe529cb2d fix accept readonly arrays for setClassMetadata decorators
2c72fe3797 fix allow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098 fix expose debuggableFn for non-computed signal graph nodes
7bcce260f5 fix prevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3 fix replace all hasOwnProperty usages with Object.hasOwn
85f12a5a13 fix stop running further effects once one destroys the view mid-flush
c04931c88b fix throw a descriptive error instead of crashing when a hydration node is missing
601d1f6576 fix throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Type Description
83450d2924 fix report forbidden 2way bindings on when FormField is applied
5cb4ea7e35 fix warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Type Description
0cd635e9e2 fix cancel oversized fetch response bodies

language-server

Commit Type Description
14fbe04612 fix recover project for external templates in solution-style workspaces

platform-browser

Commit Type Description
3ddcb1a101 fix disallow event handler attributes in Meta
640460d606 fix throw a descriptive error when insertBefore reference node is missing

router

Commit Type Description
abe019d505 fix pass correct component to canDeactivate for named outlets in componentless parent routes

Commits
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 3a82a16 docs: use transformedValue in `Forms | Custom Controls | Value transformati...
  • 1e53aa0 refactor: correct typos in comments, docs, and error messages
  • 5cb4ea7 fix(forms): warn in dev mode when ngModel cannot reach parent NgForm across c...
  • See full diff in compare view

Updates @angular/material from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/material's releases.

22.1.3

multiple

Commit Description
fix - 72a496882 account for shadow dom in aria directives (#33691)
Changelog

Sourced from @​angular/material's changelog.

22.1.3 "hydrogen-harp" (2026-08-19)

multiple

Commit Type Description
72a496882 fix account for shadow dom in aria directives (#33691)

22.2.0-next.1 "silver-can" (2026-08-12)

aria

Commit Type Description
c87e3a57e7 fix combobox: empty aria-controls when the popup widget has no id (#33635)

cdk

Commit Type Description
f3e6276c96 fix a11y: move focus to root if there are no focusable elements in focus trap (#33654)

material

Commit Type Description
c71383fe37 fix datepicker: actions overflowing at some screen sizes with touch UI (#33645)
e9760b396b fix form-field: update view when the control is swapped out (#33636)

multiple

Commit Type Description
9582c5f301 fix tokens specified in wrong category (#33660)

Commits
  • 4e75d4d release: cut the v22.1.3 release
  • 72a4968 fix(multiple): account for shadow dom in aria directives (#33691)
  • f84767c docs(material/table): remove unnecessary template literals (#33543)
  • 67f36e8 docs: update generated file names to the current style guide (#33656)
  • 2343179 docs(aria/menu): fix doc string examples (#33686)
  • aa72a57 build: update bazel dependencies (#33674)
  • 486f928 build: update cross-repo angular dependencies (#33677)
  • 043b288 test(cdk-experimental/scrolling): switch tests away from fakeAsync (#33685)
  • fd561f2 docs(material/form-field): update form-field prefix suffix a11y docs (#33680)
  • See full diff in compare view

Updates @angular/platform-browser from 22.1.2 to 22.1.3

Release notes

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

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

compiler

Commit Description
fix - 94f0b9a371 preserve &ngsp; between sibling control flow blocks

core

Commit Description
fix - afe529cb2d accept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797 allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098 expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5 prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3 replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13 stop running further effects once one destroys the view mid-flush
fix - c04931c88b throw a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576 throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

Commit Description
fix - 83450d2924 report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35 warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

Commit Description
fix - 0cd635e9e2 cancel oversized fetch response bodies

language-server

Commit Description
fix - 14fbe04612 recover project for external templates in solution-style workspaces

platform-browser

Commit Description
fix - 3ddcb1a101 disallow event handler attributes in Meta
fix - 640460d606 throw a descriptive error when insertBefore reference node is missing

router

Commit Description
fix - abe019d505 pass correct component to canDeactivate for named outlets in componentless parent routes
Changelog

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

22.1.3 (2026-08-19)

animations

Description has been truncated

Bumps the maint-angular group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.1.2` | `22.1.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.1.2` | `22.1.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.1.2` | `22.1.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.1.2` | `22.1.3` |
| [@angular/material](https://github.com/angular/components) | `22.1.2` | `22.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.1.2` | `22.1.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `22.1.2` | `22.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.1.2` | `22.1.3` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.1.4` | `22.1.5` |
| [@angular/cdk](https://github.com/angular/components) | `22.1.2` | `22.1.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.1.4` | `22.1.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.1.2` | `22.1.3` |


Updates `@angular/common` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/common)

Updates `@angular/compiler` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler)

Updates `@angular/core` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/core)

Updates `@angular/forms` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/forms)

Updates `@angular/material` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.1.2...v22.1.3)

Updates `@angular/platform-browser` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/router)

Updates `@angular/build` from 22.1.4 to 22.1.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@v22.1.4...v22.1.5)

Updates `@angular/cdk` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.1.2...v22.1.3)

Updates `@angular/cli` from 22.1.4 to 22.1.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@v22.1.4...v22.1.5)

Updates `@angular/compiler-cli` from 22.1.2 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/compiler"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/core"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/forms"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/material"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/router"
  dependency-version: 22.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/build"
  dependency-version: 22.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/cdk"
  dependency-version: 22.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/cli"
  dependency-version: 22.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maint-angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maint-angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@fbf-prog64
fbf-prog64 merged commit 7230a3f into dev Aug 24, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev/maint-angular-a46a10ec8e branch August 24, 2026 15:17
github-actions Bot pushed a commit that referenced this pull request Aug 24, 2026
## [22.2.5-next.1](v22.2.4...v22.2.5-next.1) (2026-08-24)

### Bug Fixes

* exclude the main project from semantic release ([654b9f2](654b9f2))

### Chores

* **deps-dev:** bump eslint ([c940cc2](c940cc2))
* **deps-dev:** bump vitest ([bd155f3](bd155f3))
* **deps:** bump the maint-angular group with 12 updates ([e67a34c](e67a34c))
* **update:** upgrade angular dependencies (PR [#200](#200)) ([7230a3f](7230a3f))
* **update:** upgrade eslint from v10.8.1 to v10.9.0 (PR [#201](#201)) [skip ci] ([c1e34c8](c1e34c8))
* **update:** upgrade vitest from v4.1.10 to v4.1.11 (PR [#202](#202)) [skip ci] ([27531be](27531be))
github-actions Bot pushed a commit that referenced this pull request Aug 24, 2026
## [22.2.5](v22.2.4...v22.2.5) (2026-08-24)

### Bug Fixes

* exclude the main project from semantic release ([654b9f2](654b9f2))

### Chores

* **deps-dev:** bump eslint ([c940cc2](c940cc2))
* **deps-dev:** bump vitest ([bd155f3](bd155f3))
* **deps:** bump the maint-angular group with 12 updates ([e67a34c](e67a34c))
* **release:** 22.2.5-next.1 [skip ci] ([3d6e126](3d6e126))
* **sync:** sync with branch 'dev' (PR [#203](#203)) ([c37d036](c37d036))
* **update:** upgrade angular dependencies (PR [#200](#200)) ([7230a3f](7230a3f))
* **update:** upgrade eslint from v10.8.1 to v10.9.0 (PR [#201](#201)) [skip ci] ([c1e34c8](c1e34c8))
* **update:** upgrade vitest from v4.1.10 to v4.1.11 (PR [#202](#202)) [skip ci] ([27531be](27531be))
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.

1 participant