Skip to content

chore(deps): Bump the dependencies-angular group across 1 directory with 12 updates#1802

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c
Open

chore(deps): Bump the dependencies-angular group across 1 directory with 12 updates#1802
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:

Package From To
@angular/animations 22.0.2 22.0.8
@angular/cdk 22.0.2 22.0.6
@angular/common 22.0.2 22.0.8
@angular/compiler 22.0.2 22.0.8
@angular/core 22.0.2 22.0.8
@angular/material 22.0.2 22.0.6
@angular/platform-browser 22.0.2 22.0.8
@angular/platform-browser-dynamic 22.0.2 22.0.8
@angular/router 22.0.2 22.0.8
@angular/build 22.0.4 22.0.8
@angular/cli 22.0.4 22.0.8
@angular/compiler-cli 22.0.2 22.0.8

Updates @angular/animations from 22.0.2 to 22.0.8

Release notes

Sourced from @​angular/animations'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

22.0.7

common

Commit Description
fix - 91e33aa1de avoid prototype lookups in date format caches

compiler

Commit Description
fix - 5b516e3a58 parsing of an empty template literal interpolation

compiler-cli

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

core

Commit Description
fix - 94d9591b51 allow static attributes for explicit input transforms
fix - c89f71a74c ignore processing instruction syntax in templates
fix - 70500e4067 preserve explicit input transform write type

forms

Commit Description
fix - 1b9964675f allow multiple async validators
fix - 64d6d47a0c preserve intermediate number values in signal forms
fix - 6cf7446afa prevent stale CVA writeback during debounce

http

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/animations'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/cdk from 22.0.2 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)

22.0.5

material

Commit Description
fix - d26e892021 button: match focus indicator shape to FAB (#33527)
fix - ea89b9c37f datepicker: use rounded shape for calendar focus indicators (#33524)
fix - 092b55aa67 sort: double focus indicators when strong focus is enabled (#33520)
fix - e93bc9e5d6 stepper: add border radius to header hover state in m2 (#33529)

cdk

Commit Description
fix - 1059f80cef overlay: guard against null document.body before popover support check (#33403)
fix - adbf93559e private: guard createPolicy against DOM clobbering (#33410)

aria

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

multiple

Commit Description
fix - b2620abaa2 pass form field to error state tracker (#33509)

22.0.4

material

Commit Description
fix - c86b024e3 core: rework error state matcher to handle signal forms (#33500)

aria

Commit Description
fix - 918090a07 listbox: allow navigation to specific index (#33485)

22.0.3

material

... (truncated)

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)

22.0.5 "plastic bottle" (2026-07-15)

aria

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

cdk

... (truncated)

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

22.0.7

common

Commit Description
fix - 91e33aa1de avoid prototype lookups in date format caches

compiler

Commit Description
fix - 5b516e3a58 parsing of an empty template literal interpolation

compiler-cli

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

core

Commit Description
fix - 94d9591b51 allow static attributes for explicit input transforms
fix - c89f71a74c ignore processing instruction syntax in templates
fix - 70500e4067 preserve explicit input transform write type

forms

Commit Description
fix - 1b9964675f allow multiple async validators
fix - 64d6d47a0c preserve intermediate number values in signal forms
fix - 6cf7446afa prevent stale CVA writeback during debounce

http

| Commit | Description |

... (truncated)

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
  • 91e33aa fix(common): avoid prototype lookups in date format caches
  • 20b7dc3 fix(http): prevent interceptor signal reads from leaking into calling reactiv...
  • 748faa4 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • 8e6d7f7 fix(router): use safe hasOwnProperty when parsing query params
  • 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
  • See full diff in compare view

Updates @angular/compiler from 22.0.2 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

22.0.7

common

Commit Description
fix - 91e33aa1de avoid prototype lookups in date format caches

compiler

Commit Description
fix - 5b516e3a58 parsing of an empty template literal interpolation

compiler-cli

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

core

Commit Description
fix - 94d9591b51 allow static attributes for explicit input transforms
fix - c89f71a74c ignore processing instruction syntax in templates
fix - 70500e4067 preserve explicit input transform write type

forms

Commit Description
fix - 1b9964675f allow multiple async validators
fix - 64d6d47a0c preserve intermediate number values in signal forms
fix - 6cf7446afa prevent stale CVA writeback during debounce

http

| Commit | Description |

... (truncated)

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
  • c89f71a fix(core): ignore processing instruction syntax in templates
  • 5b516e3 fix(compiler): parsing of an empty template literal interpolation
  • fd4ddca fix(compiler): use regular optional chaining expression for safe function cal...
  • 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
  • See full diff in compare view

Updates @angular/core from 22.0.2 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

22.0.7

common

Commit Description
fix - 91e33aa1de avoid prototype lookups in date format caches

compiler

Commit Description
fix - 5b516e3a58 parsing of an empty template literal interpolation

compiler-cli

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

core

Commit Description
fix - 94d9591b51 allow static attributes for explicit input transforms
fix - c89f71a74c ignore processing instruction syntax in templates
fix - 70500e4067 preserve explicit input transform write type

forms

Commit Description
fix - 1b9964675f allow multiple async validators
fix - 64d6d47a0c preserve intermediate number values in signal forms
fix - 6cf7446afa prevent stale CVA writeback during debounce

http

| Commit | Description |

... (truncated)

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
  • 829d98e build: update cross-repo angular dependencies to v22.0.7
  • 70500e4 fix(core): preserve explicit input transform write type
  • e881b96 refactor(core): move signal debug graph interfaces to primitives/devtools
  • 1046fd9 refactor(core): remove deprecated unregisterTool from ModelContext
  • 5936ffb refactor(core): update WebMCP tool registration to be asynchronous
  • c82ae67 Revert "fix(core): allow static attributes for explicit input transforms"
  • ec9b479 build: update cross-repo angular dependencies
  • Additional commits viewable in compare view

Updates @angular/material from 22.0.2 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 sto...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2026
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 30016c8
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/6a6365cfc2a23b000832bd9d
😎 Deploy Preview https://deploy-preview-1802--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from 9ce8d11 to bdaca90 Compare July 13, 2026 22:25
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from bdaca90 to f1b1636 Compare July 20, 2026 22:25
@sam0r040

Copy link
Copy Markdown
Collaborator

@dependabot recreate

…ith 12 updates

Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `22.0.2` | `22.0.8` |
| [@angular/cdk](https://github.com/angular/components) | `22.0.2` | `22.0.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.0.8` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.0.8` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.0.8` |
| [@angular/material](https://github.com/angular/components) | `22.0.2` | `22.0.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.0.8` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `22.0.2` | `22.0.8` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.0.8` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.4` | `22.0.8` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.4` | `22.0.8` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.0.8` |



Updates `@angular/animations` from 22.0.2 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/animations)

Updates `@angular/cdk` from 22.0.2 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.2...v22.0.6)

Updates `@angular/common` from 22.0.2 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.2 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.2 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/material` from 22.0.2 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.2...v22.0.6)

Updates `@angular/platform-browser` from 22.0.2 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/platform-browser-dynamic` from 22.0.2 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-dynamic)

Updates `@angular/router` from 22.0.2 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.4 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.4...v22.0.8)

Updates `@angular/cli` from 22.0.4 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.4...v22.0.8)

Updates `@angular/compiler-cli` from 22.0.2 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from f1b1636 to 30016c8 Compare July 24, 2026 13:17
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