Skip to content

Chore(deps): Bump the angular group across 1 directory with 12 updates - #99

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-f012c33180
Closed

Chore(deps): Bump the angular group across 1 directory with 12 updates#99
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-f012c33180

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 27, 2026

Copy link
Copy Markdown
Contributor

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

PackageFromTo
@angular/cdk22.1.222.1.3
@angular/common22.1.222.1.3
@angular/compiler22.1.222.1.3
@angular/core22.1.222.1.3
@angular/forms22.1.222.1.3
@angular/platform-browser22.1.222.1.3
@angular/router22.1.222.1.3
@angular-devkit/core22.1.422.1.5
@angular-devkit/schematics22.1.422.1.5
@angular/build22.1.422.1.5
@angular/cli22.1.422.1.5
@angular/compiler-cli22.1.222.1.3

Updates @angular/cdk from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/cdk's releases.

22.1.3

multiple

CommitDescription
fix - 72a496882account for shadow dom in aria directives (#33691)
Changelog

Sourced from @​angular/cdk's changelog.

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

multiple

CommitTypeDescription
72a496882fixaccount for shadow dom in aria directives (#33691)

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

aria

CommitTypeDescription
c87e3a57e7fixcombobox: empty aria-controls when the popup widget has no id (#33635)

cdk

CommitTypeDescription
f3e6276c96fixa11y: move focus to root if there are no focusable elements in focus trap (#33654)

material

CommitTypeDescription
c71383fe37fixdatepicker: actions overflowing at some screen sizes with touch UI (#33645)
e9760b396bfixform-field: update view when the control is swapped out (#33636)

multiple

CommitTypeDescription
9582c5f301fixtokens 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/common from 22.1.2 to 22.1.3

Release notes

Sourced from @​angular/common's releases.

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass 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

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass 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

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass 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

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass 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

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass 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

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass 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

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass 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

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass 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/platform-browser from 22.1.2 to 22.1.3

Release notes

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

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass 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

CommitTypeDesc...

Description has been truncated

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2026
@dependabotdependabotBot changed the title Chore(deps): Bump the angular group with 12 updatesChore(deps): Bump the angular group across 1 directory with 12 updatesAug 27, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/angular-f012c33180 branch 2 times, most recently from 820af32 to 43813a1CompareAugust 27, 2026 08:59
Bumps the angular group with 12 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `22.1.2` | `22.1.3` |
| [@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/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.1.2` | `22.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.1.2` | `22.1.3` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `22.1.4` | `22.1.5` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `22.1.4` | `22.1.5` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.1.4` | `22.1.5` |
| [@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/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/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/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/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-devkit/core` 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-devkit/schematics` 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/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/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-devkit/core"
dependency-version: 22.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular-devkit/schematics"
dependency-version: 22.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/build"
dependency-version: 22.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/cdk"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/cli"
dependency-version: 22.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/common"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/compiler"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/compiler-cli"
dependency-version: 22.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/core"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/forms"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/platform-browser"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
- dependency-name: "@angular/router"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: angular
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/angular-f012c33180 branch from 43813a1 to 3b4053bCompareAugust 27, 2026 10:41
@robinlopez
robinlopez deleted the dependabot/npm_and_yarn/angular-f012c33180 branch August 28, 2026 08:37
@dependabot@github

dependabotBot commented on behalf of githubAug 28, 2026

Copy link
Copy Markdown
ContributorAuthor

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@robinlopez