Skip to content

chore(deps): bump the angular group with 13 updates - #535

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

chore(deps): bump the angular group with 13 updates#535
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/angular-a2b7bbd696

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the angular group with 13 updates:

Package From To
@angular/cdk 22.0.5 22.0.6
@angular/common 22.0.7 22.0.8
@angular/compiler 22.0.7 22.0.8
@angular/core 22.0.7 22.0.8
@angular/forms 22.0.7 22.0.8
@angular/material 22.0.5 22.0.6
@angular/platform-browser 22.0.7 22.0.8
@angular/router 22.0.7 22.0.8
@angular/build 22.0.7 22.0.8
@angular/cli 22.0.7 22.0.8
@angular/compiler-cli 22.0.7 22.0.8
@angular/language-service 22.0.7 22.0.8
ng-packagr 22.0.1 22.0.2

Updates @angular/cdk from 22.0.5 to 22.0.6

Release notes

Sourced from @​angular/cdk's releases.

22.0.6

material-luxon-adapter

Commit Description
fix - 6e5acc1ecb preserve timezone on .clone() (#33564)

material

Commit Description
fix - 842bc940b8 expansion: always reset outline (#33542)
fix - b5224c68f1 list: make disabled selection list keyboard navigable (#33544)
fix - 354f1ac17d radio: avoid making the touch target a focus stop (#33558)

cdk

Commit Description
fix - d9fcaced49 drag-drop: reset popover overflow (#33554)
Changelog

Sourced from @​angular/cdk's changelog.

22.0.6 "plaid-panda" (2026-07-22)

cdk

Commit Type Description
d9fcaced49 fix drag-drop: reset popover overflow (#33554)

material

Commit Type Description
842bc940b8 fix expansion: always reset outline (#33542)
b5224c68f1 fix list: make disabled selection list keyboard navigable (#33544)
354f1ac17d fix radio: avoid making the touch target a focus stop (#33558)

material-luxon-adapter

Commit Type Description
6e5acc1ecb fix preserve timezone on .clone() (#33564)

22.1.0-next.4 "plastic box" (2026-07-15)

aria

Commit Type Description
def7bc2a69 fix combobox: closing immediately when opening programmatically with zone.js (#33518)

cdk

Commit Type Description
67a5031db7 fix overlay: guard against null document.body before popover support check (#33403)
c069cab23c fix private: guard createPolicy against DOM clobbering (#33410)

material

Commit Type Description
d324696863 fix button: match focus indicator shape to FAB (#33527)
9a247a8da2 fix datepicker: use rounded shape for calendar focus indicators (#33524)
14d896a936 fix sort: double focus indicators when strong focus is enabled (#33520)
c729db7972 fix stepper: add border radius to header hover state in m2 (#33529)

multiple

Commit Type Description
ebd64a1bf8 fix pass form field to error state tracker (#33509)

Commits
  • f473227 release: cut the v22.0.6 release
  • 6e5acc1 fix(material-luxon-adapter): preserve timezone on .clone() (#33564)
  • 9354833 docs: convert Stepper/Tabs/Timepicker example to signals (#33536)
  • d9fcace fix(cdk/drag-drop): reset popover overflow (#33554)
  • b5224c6 fix(material/list): make disabled selection list keyboard navigable (#33544)
  • e493c98 refactor(material-experimental/column-resize): switch tests away from fakeAsy...
  • 354f1ac fix(material/radio): avoid making the touch target a focus stop (#33558)
  • 8bce120 test(cdk/menu): switch away from fakeAsync (#33550)
  • 842bc94 fix(material/expansion): always reset outline (#33542)
  • 98cc317 build: update bazel dependencies (#33540)
  • Additional commits viewable in compare view

Updates @angular/common from 22.0.7 to 22.0.8

Release notes

Sourced from @​angular/common's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration
Changelog

Sourced from @​angular/common's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • c0368f2 fix(common): preserve crossorigin on image preloads
  • 9d40f8a fix(http): prevent transfer cache key collisions
  • See full diff in compare view

Updates @angular/compiler from 22.0.7 to 22.0.8

Release notes

Sourced from @​angular/compiler's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration
Changelog

Sourced from @​angular/compiler's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • 3854174 refactor(compiler): enforce exhaustive defer trigger handling
  • See full diff in compare view

Updates @angular/core from 22.0.7 to 22.0.8

Release notes

Sourced from @​angular/core's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration
Changelog

Sourced from @​angular/core's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • 388daea fix(migrations): correctly migrate ngClass with mixed space-separated keys
  • 8616ba9 fix(core): ensure SVG animation attributeName is checked case-insensitively
  • bb39cda fix(migrations): preserve NgClass import on partial migration
  • See full diff in compare view

Updates @angular/forms from 22.0.7 to 22.0.8

Release notes

Sourced from @​angular/forms's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration
Changelog

Sourced from @​angular/forms's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • d302c7a fix(forms): ensure pending status propagates to the root form in signal forms
  • e14ead1 Revert "fix(forms): preserve intermediate number values in signal forms"
  • See full diff in compare view

Updates @angular/material from 22.0.5 to 22.0.6

Release notes

Sourced from @​angular/material's releases.

22.0.6

material-luxon-adapter

Commit Description
fix - 6e5acc1ecb preserve timezone on .clone() (#33564)

material

Commit Description
fix - 842bc940b8 expansion: always reset outline (#33542)
fix - b5224c68f1 list: make disabled selection list keyboard navigable (#33544)
fix - 354f1ac17d radio: avoid making the touch target a focus stop (#33558)

cdk

Commit Description
fix - d9fcaced49 drag-drop: reset popover overflow (#33554)
Changelog

Sourced from @​angular/material's changelog.

22.0.6 "plaid-panda" (2026-07-22)

cdk

Commit Type Description
d9fcaced49 fix drag-drop: reset popover overflow (#33554)

material

Commit Type Description
842bc940b8 fix expansion: always reset outline (#33542)
b5224c68f1 fix list: make disabled selection list keyboard navigable (#33544)
354f1ac17d fix radio: avoid making the touch target a focus stop (#33558)

material-luxon-adapter

Commit Type Description
6e5acc1ecb fix preserve timezone on .clone() (#33564)

22.1.0-next.4 "plastic box" (2026-07-15)

aria

Commit Type Description
def7bc2a69 fix combobox: closing immediately when opening programmatically with zone.js (#33518)

cdk

Commit Type Description
67a5031db7 fix overlay: guard against null document.body before popover support check (#33403)
c069cab23c fix private: guard createPolicy against DOM clobbering (#33410)

material

Commit Type Description
d324696863 fix button: match focus indicator shape to FAB (#33527)
9a247a8da2 fix datepicker: use rounded shape for calendar focus indicators (#33524)
14d896a936 fix sort: double focus indicators when strong focus is enabled (#33520)
c729db7972 fix stepper: add border radius to header hover state in m2 (#33529)

multiple

Commit Type Description
ebd64a1bf8 fix pass form field to error state tracker (#33509)

Commits
  • f473227 release: cut the v22.0.6 release
  • 6e5acc1 fix(material-luxon-adapter): preserve timezone on .clone() (#33564)
  • 9354833 docs: convert Stepper/Tabs/Timepicker example to signals (#33536)
  • d9fcace fix(cdk/drag-drop): reset popover overflow (#33554)
  • b5224c6 fix(material/list): make disabled selection list keyboard navigable (#33544)
  • e493c98 refactor(material-experimental/column-resize): switch tests away from fakeAsy...
  • 354f1ac fix(material/radio): avoid making the touch target a focus stop (#33558)
  • 8bce120 test(cdk/menu): switch away from fakeAsync (#33550)
  • 842bc94 fix(material/expansion): always reset outline (#33542)
  • 98cc317 build: update bazel dependencies (#33540)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 22.0.7 to 22.0.8

Release notes

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

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration
Changelog

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

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
ae0ec7315c fix re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits

Updates @angular/router from 22.0.7 to 22.0.8

Release notes

Sourced from @​angular/router's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration
Changelog

Sourced from @​angular/router's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fi...

Description has been truncated

Bumps the angular group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `22.0.5` | `22.0.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.7` | `22.0.8` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.7` | `22.0.8` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.7` | `22.0.8` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.0.7` | `22.0.8` |
| [@angular/material](https://github.com/angular/components) | `22.0.5` | `22.0.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.7` | `22.0.8` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.7` | `22.0.8` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.7` | `22.0.8` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.7` | `22.0.8` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.7` | `22.0.8` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `22.0.7` | `22.0.8` |
| [ng-packagr](https://github.com/ng-packagr/ng-packagr) | `22.0.1` | `22.0.2` |


Updates `@angular/cdk` from 22.0.5 to 22.0.6
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.0.5...v22.0.6)

Updates `@angular/common` from 22.0.7 to 22.0.8
- [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.8/packages/common)

Updates `@angular/compiler` from 22.0.7 to 22.0.8
- [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.8/packages/compiler)

Updates `@angular/core` from 22.0.7 to 22.0.8
- [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.8/packages/core)

Updates `@angular/forms` from 22.0.7 to 22.0.8
- [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.8/packages/forms)

Updates `@angular/material` from 22.0.5 to 22.0.6
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.0.5...v22.0.6)

Updates `@angular/platform-browser` from 22.0.7 to 22.0.8
- [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.8/packages/platform-browser)

Updates `@angular/router` from 22.0.7 to 22.0.8
- [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.8/packages/router)

Updates `@angular/build` from 22.0.7 to 22.0.8
- [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.0.7...v22.0.8)

Updates `@angular/cli` from 22.0.7 to 22.0.8
- [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.0.7...v22.0.8)

Updates `@angular/compiler-cli` from 22.0.7 to 22.0.8
- [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.8/packages/compiler-cli)

Updates `@angular/language-service` from 22.0.7 to 22.0.8
- [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.8/packages/language-service)

Updates `ng-packagr` from 22.0.1 to 22.0.2
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/22.0.2/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@22.0.1...22.0.2)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-version: 22.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 22.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: ng-packagr
  dependency-version: 22.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants