Skip to content

chore(deps): bump the angular group across 1 directory with 10 updates#645

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/webapp/frontend/develop/angular-20c2a28957
Open

chore(deps): bump the angular group across 1 directory with 10 updates#645
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/webapp/frontend/develop/angular-20c2a28957

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the angular group with 10 updates in the /webapp/frontend directory:

Package From To
@angular/animations 21.2.12 22.0.7
@angular/cdk 21.2.10 22.0.5
@angular/common 21.2.12 22.0.7
@angular/compiler 21.2.17 22.0.7
@angular/core 21.2.12 22.0.7
@angular/forms 21.2.12 22.0.7
@angular/material 21.2.10 22.0.5
@angular/platform-browser 21.2.12 22.0.7
@angular/platform-browser-dynamic 21.2.12 22.0.7
@angular/router 21.2.12 22.0.7

Updates @angular/animations from 21.2.12 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
  • a97d5ec build: update minimum supported Node.js versions
  • ad717df refactor(core): use the @Service decorator where possible.
  • b8d3f36 feat(compiler-cli): add support for Node.js 26.0.0
  • 6672192 test: remove duplicate tests (#67518)
  • d550bf7 build: update minimum supported Node.js versions
  • See full diff in compare view

Updates @angular/cdk from 21.2.10 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)

... (truncated)

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 21.2.12 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
  • 6867f77 fix(http): distinguish repeated transfer cache params
  • 6c1f3e9 fix(common): skip transfer cache for uncacheable HTTP traffic (#69316)
  • 7ef1399 fix(http): skip transfer cache for fetch credentialed requests (#69316)
  • Additional commits viewable in compare view

Updates @angular/compiler from 21.2.17 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
  • 74f2b91 refactor(compiler): correct TcbInvalidReferenceOp initializer
  • b32ee7c fix(core): treat iframe credentialless as security-sensitive
  • Additional commits viewable in compare view

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

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file frontend Frontend/Angular related labels Jul 6, 2026
@dependabot
dependabot Bot requested a review from Starosdev as a code owner July 6, 2026 02:35
@dependabot dependabot Bot added frontend Frontend/Angular related dependencies Pull requests that update a dependency file labels Jul 6, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the angular group in /webapp/frontend with 10 updates chore(deps): bump the angular group across 1 directory with 10 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/webapp/frontend/develop/angular-20c2a28957 branch from 4c9ee0a to 3cc4742 Compare July 13, 2026 02:36
Bumps the angular group with 10 updates in the /webapp/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.2.12` | `22.0.7` |
| [@angular/cdk](https://github.com/angular/components) | `21.2.10` | `22.0.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.12` | `22.0.7` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.17` | `22.0.7` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.12` | `22.0.7` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.12` | `22.0.7` |
| [@angular/material](https://github.com/angular/components) | `21.2.10` | `22.0.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.12` | `22.0.7` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.2.12` | `22.0.7` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.12` | `22.0.7` |



Updates `@angular/animations` from 21.2.12 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 21.2.10 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@v21.2.10...v22.0.5)

Updates `@angular/common` from 21.2.12 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 21.2.17 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 21.2.12 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/forms` from 21.2.12 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/forms)

Updates `@angular/material` from 21.2.10 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@v21.2.10...v22.0.5)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/webapp/frontend/develop/angular-20c2a28957 branch from 3cc4742 to 177b026 Compare July 20, 2026 02:36
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 frontend Frontend/Angular related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants