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.7
@angular/cdk 22.0.2 22.0.5
@angular/common 22.0.2 22.0.7
@angular/compiler 22.0.2 22.0.7
@angular/core 22.0.2 22.0.7
@angular/material 22.0.2 22.0.5
@angular/platform-browser 22.0.2 22.0.7
@angular/platform-browser-dynamic 22.0.2 22.0.7
@angular/router 22.0.2 22.0.7
@angular/build 22.0.4 22.0.7
@angular/cli 22.0.4 22.0.7
@angular/compiler-cli 22.0.2 22.0.7

Updates @angular/animations from 22.0.2 to 22.0.7

Release notes

Sourced from @​angular/animations's releases.

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
fix - 20b7dc3023 prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Description
fix - 22d5a091d1 build runtime translations map with a null prototype
fix - 8ce1fcf7fa use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Description
fix - b34bf0dce8 prevent ReDoS in SOURCEMAP_URL_REGEXP

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

22.0.7 (2026-07-15)

common

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

compiler

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

compiler-cli

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

core

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

forms

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

http

Commit Type Description
20b7dc3023 fix prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Type Description
22d5a091d1 fix build runtime translations map with a null prototype
8ce1fcf7fa fix use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Type Description
b34bf0dce8 fix prevent ReDoS in SOURCEMAP_URL_REGEXP

20.3.26 (2026-07-08)

compiler-cli

Commit Type Description
406aaa31e6 fix update babel dependencies to latest v7

core

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 22.0.2 to 22.0.5

Release notes

Sourced from @​angular/cdk's releases.

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

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

cdk

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

aria

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

Sourced from @​angular/cdk's changelog.

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

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

material

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

multiple

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

22.1.0-next.3 "flerovium-fountain" (2026-07-08)

aria

Commit Type Description
ee20441fa fix listbox: allow navigation to specific index (#33485)

material

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

22.0.4 "flerovium-foundation" (2026-07-08)

aria

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

material

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

... (truncated)

Commits
  • eac6975 release: cut the v22.0.5 release
  • 2dd67df build: update cross-repo angular dependencies to v22.0.7 (#33531)
  • c28aba4 docs(aria/menu): disable overlay close-on-escape in menubar examples (#33344)
  • e93bc9e fix(material/stepper): add border radius to header hover state in m2 (#33529)
  • d26e892 fix(material/button): match focus indicator shape to FAB (#33527)
  • 1741b22 build: lock file maintenance (#33526)
  • 8417404 build: update pnpm to v10.34.5 (#33523)
  • 07b0d6a build: update cross-repo angular dependencies to v22.0.6 (#33515)
  • 139b190 build: lock file maintenance (#33511)
  • ea89b9c fix(material/datepicker): use rounded shape for calendar focus indicators (#3...
  • Additional commits viewable in compare view

Updates @angular/common from 22.0.2 to 22.0.7

Release notes

Sourced from @​angular/common's releases.

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
fix - 20b7dc3023 prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Description
fix - 22d5a091d1 build runtime translations map with a null prototype
fix - 8ce1fcf7fa use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Description
fix - b34bf0dce8 prevent ReDoS in SOURCEMAP_URL_REGEXP

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.0.7 (2026-07-15)

common

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

compiler

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

compiler-cli

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

core

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

forms

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

http

Commit Type Description
20b7dc3023 fix prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Type Description
22d5a091d1 fix build runtime translations map with a null prototype
8ce1fcf7fa fix use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Type Description
b34bf0dce8 fix prevent ReDoS in SOURCEMAP_URL_REGEXP

20.3.26 (2026-07-08)

compiler-cli

Commit Type Description
406aaa31e6 fix update babel dependencies to latest v7

core

Commit Type Description

... (truncated)

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

Release notes

Sourced from @​angular/compiler's releases.

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
fix - 20b7dc3023 prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Description
fix - 22d5a091d1 build runtime translations map with a null prototype
fix - 8ce1fcf7fa use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Description
fix - b34bf0dce8 prevent ReDoS in SOURCEMAP_URL_REGEXP

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.0.7 (2026-07-15)

common

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

compiler

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

compiler-cli

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

core

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

forms

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

http

Commit Type Description
20b7dc3023 fix prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Type Description
22d5a091d1 fix build runtime translations map with a null prototype
8ce1fcf7fa fix use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Type Description
b34bf0dce8 fix prevent ReDoS in SOURCEMAP_URL_REGEXP

20.3.26 (2026-07-08)

compiler-cli

Commit Type Description
406aaa31e6 fix update babel dependencies to latest v7

core

Commit Type Description

... (truncated)

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

Release notes

Sourced from @​angular/core's releases.

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
fix - 20b7dc3023 prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Description
fix - 22d5a091d1 build runtime translations map with a null prototype
fix - 8ce1fcf7fa use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Description
fix - b34bf0dce8 prevent ReDoS in SOURCEMAP_URL_REGEXP

22.0.6

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.0.7 (2026-07-15)

common

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

compiler

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

compiler-cli

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

core

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

forms

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

http

Commit Type Description
20b7dc3023 fix prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Type Description
22d5a091d1 fix build runtime translations map with a null prototype
8ce1fcf7fa fix use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Type Description
b34bf0dce8 fix prevent ReDoS in SOURCEMAP_URL_REGEXP

20.3.26 (2026-07-08)

compiler-cli

Commit Type Description
406aaa31e6 fix update babel dependencies to latest v7

core

Commit Type Description

... (truncated)

Commits
  • 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
  • 94d9591 fix(core): allow static attributes for explicit input transforms
  • 1b99646 fix(forms): allow multiple async validators
  • 748faa4 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • Additional commits viewable in compare view

Updates @angular/material from 22.0.2 to 22.0.5

Release notes

Sourced from @​angular/material's releases.

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

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 f1b1636
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/6a5ea06404718e0008dda420
😎 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
…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.7` |
| [@angular/cdk](https://github.com/angular/components) | `22.0.2` | `22.0.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.0.7` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.0.7` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.0.7` |
| [@angular/material](https://github.com/angular/components) | `22.0.2` | `22.0.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.0.7` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `22.0.2` | `22.0.7` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.0.7` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.4` | `22.0.7` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.4` | `22.0.7` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.0.7` |



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

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

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

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

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

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

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

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

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

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

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

Updates `@angular/compiler-cli` from 22.0.2 to 22.0.7
- [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.7/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 bdaca90 to f1b1636 Compare July 20, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants