Skip to content

Bump the angular-packages group across 1 directory with 11 updates - #82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/angular-packages-7afadd2cd7
Open

Bump the angular-packages group across 1 directory with 11 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/angular-packages-7afadd2cd7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the angular-packages group with 11 updates in the /frontend directory:

Package From To
@angular/cdk 22.1.1 22.1.4
@angular/common 22.1.1 22.1.4
@angular/compiler 22.1.1 22.1.4
@angular/core 22.1.1 22.1.4
@angular/forms 22.1.1 22.1.4
@angular/material 22.1.1 22.1.4
@angular/platform-browser 22.1.1 22.1.4
@angular/router 22.1.1 22.1.4
@angular/build 22.1.3 22.1.6
@angular/cli 22.1.3 22.1.6
@angular/compiler-cli 22.1.1 22.1.4

Updates @angular/cdk from 22.1.1 to 22.1.4

Release notes

Sourced from @​angular/cdk's releases.

22.1.4

material

Commit Description
fix - 2ea6f0e72 sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

cdk

Commit Description
fix - 86971d660 table: show a real error message instead of a crash when a table column is missing (#33698)

22.1.3

multiple

Commit Description
fix - 72a496882 account for shadow dom in aria directives (#33691)

22.1.2

material

Commit Description
fix - 8d67957e9c datepicker: actions overflowing at some screen sizes with touch UI (#33645)
fix - b42eea5c73 form-field: update view when the control is swapped out (#33636)

cdk

Commit Description
fix - 0074c836f2 a11y: move focus to root if there are no focusable elements in focus trap (#33654)

aria

Commit Description
fix - 020f144928 combobox: empty aria-controls when the popup widget has no id (#33635)

multiple

Commit Description
fix - ef99839fd2 tokens specified in wrong category (#33660)
Changelog

Sourced from @​angular/cdk's changelog.

22.1.4 "nickel-nose" (2026-08-26)

cdk

Commit Type Description
86971d660 fix table: show a real error message instead of a crash when a table column is missing (#33698)

material

Commit Type Description
2ea6f0e72 fix sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

22.2.0-next.2 "hydrogen-horse" (2026-08-19)

multiple

Commit Type Description
7dccecc78 fix account for shadow dom in aria directives (#33691)

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

multiple

Commit Type Description
72a496882 fix account for shadow dom in aria directives (#33691)

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

aria

Commit Type Description
c87e3a57e7 fix combobox: empty aria-controls when the popup widget has no id (#33635)

cdk

Commit Type Description
f3e6276c96 fix a11y: move focus to root if there are no focusable elements in focus trap (#33654)

material

Commit Type Description
c71383fe37 fix datepicker: actions overflowing at some screen sizes with touch UI (#33645)
e9760b396b fix form-field: update view when the control is swapped out (#33636)

multiple

Commit Type Description
9582c5f301 fix tokens specified in wrong category (#33660)

... (truncated)

Commits
  • 16c5e69 release: cut the v22.1.4 release
  • 86971d6 fix(cdk/table): show a real error message instead of a crash when a table col...
  • cd46be5 build: update pnpm to v11.24.0 (#33728)
  • fdd7beb build: lock file maintenance (#33725)
  • 2ea6f0e fix(material/sidenav): prevent drawer from getting stuck when toggled rapidly...
  • 7c71cdf test(multiple): address remaining fakeAsync usages in CDK (#33721)
  • 6be9b4c test(material/sort): switch tests away from fakeAsync (#33716)
  • 98842bf build: lock file maintenance (#33695)
  • 3cfc1bb build: update pnpm to v11.22.0 (#33689)
  • 149bfd7 build: update cross-repo angular dependencies (#33704)
  • Additional commits viewable in compare view

Updates @angular/common from 22.1.1 to 22.1.4

Release notes

Sourced from @​angular/common's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • e8378df fix(common): use locale NaN symbol in number formatting
  • 60a874c fix(common): avoid prototype member collisions
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • b3c78a5 fix(common): preserve literal key union in KeyValuePipe.transform()
  • 0cd635e fix(http): cancel oversized fetch response bodies
  • 4f7e998 fix(http): always decode JSON responses as UTF-8
  • See full diff in compare view

Updates @angular/compiler from 22.1.1 to 22.1.4

Release notes

Sourced from @​angular/compiler's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • 079a846 fix(compiler-cli): Produce correct tcb expression for optional chaining
  • 05c7c72 fix(compiler): scope animations declared in minified nested rules
  • df00ed2 refactor(compiler-cli): add compiler option for enabling source locations
  • 83450d2 fix(forms): report forbidden 2way bindings on when FormField is applied
  • eb0d62e Revert "fix(compiler): preserve &ngsp; between sibling control flow blocks"
  • 94f0b9a fix(compiler): preserve &ngsp; between sibling control flow blocks
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 6f9a64e fix(compiler): remove namespaced MathML script elements
  • 76dff30 fix(compiler): Generate correct expression for optional chaning.
  • See full diff in compare view

Updates @angular/core from 22.1.1 to 22.1.4

Release notes

Sourced from @​angular/core's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • 9bf7113 build: update cross-repo angular dependencies
  • 151a8f2 refactor(core): Decouple ɵɵFactoryDeclaration and ɵɵInjectableDeclaration fro...
  • b199bdf fix(core): explicitly reject foreign components in JIT mode
  • 7546b7a fix(core): throw coded RuntimeErrors instead of crashing when hydration/rende...
  • 7c752d4 fix(core): prevent TransferState prototype pollution
  • f58f5fd refactor(core): loosen return type of ɵɵFactoryDeclaration to any
  • 85c8829 fix(migrations): preserve registerLocaleData calls in standalone bootstrap mi...
  • 9a8e482 fix(core): preserve namespace for dynamic component hosts
  • 3da35cb fix(core): avoid prototype member collisions
  • 7709f2c refactor(core): widen ɵɵclassProp value parameter type to any
  • Additional commits viewable in compare view

Updates @angular/forms from 22.1.1 to 22.1.4

Release notes

Sourced from @​angular/forms's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • c8eb7f0 fix(forms): use dot-access for readonly rule configuration
  • 787a8e9 refactor(forms): type async validator subscription
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 3a82a16 docs: use transformedValue in `Forms | Custom Controls | Value transformati...
  • 1e53aa0 refactor: correct typos in comments, docs, and error messages
  • 5cb4ea7 fix(forms): warn in dev mode when ngModel cannot reach parent NgForm across c...
  • 72e7664 refactor(forms): modernize Signal Forms tests
  • 3b5c798 fix(forms): keep radio inputs in sync when values change
  • See full diff in compare view

Updates @angular/material from 22.1.1 to 22.1.4

Release notes

Sourced from @​angular/material's releases.

22.1.4

material

Commit Description
fix - 2ea6f0e72 sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

cdk

Commit Description
fix - 86971d660 table: show a real error message instead of a crash when a table column is missing (#33698)

22.1.3

multiple

Commit Description
fix - 72a496882 account for shadow dom in aria directives (#33691)

22.1.2

material

Commit Description
fix - 8d67957e9c datepicker: actions overflowing at some screen sizes with touch UI (#33645)
fix - b42eea5c73 form-field: update view when the control is swapped out (...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@dependabot dependabot Bot changed the title Bump the angular-packages group in /frontend with 11 updates Bump the angular-packages group across 1 directory with 11 updates Aug 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/angular-packages-7afadd2cd7 branch 6 times, most recently from 2835811 to 27d224e Compare August 25, 2026 13:32
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/angular-packages-7afadd2cd7 branch 5 times, most recently from 3d790ae to cda9d39 Compare September 1, 2026 17:02
Bumps the angular-packages group with 11 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `22.1.1` | `22.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.1.1` | `22.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.1.1` | `22.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.1.1` | `22.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.1.1` | `22.1.4` |
| [@angular/material](https://github.com/angular/components) | `22.1.1` | `22.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.1.1` | `22.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.1.1` | `22.1.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.1.3` | `22.1.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.1.3` | `22.1.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.1.1` | `22.1.4` |



Updates `@angular/cdk` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.1.1...v22.1.4)

Updates `@angular/common` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/common)

Updates `@angular/compiler` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/compiler)

Updates `@angular/core` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/core)

Updates `@angular/forms` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/forms)

Updates `@angular/material` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.1.1...v22.1.4)

Updates `@angular/platform-browser` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/platform-browser)

Updates `@angular/router` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/router)

Updates `@angular/build` from 22.1.3 to 22.1.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.1.3...v22.1.6)

Updates `@angular/cli` from 22.1.3 to 22.1.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.1.3...v22.1.6)

Updates `@angular/compiler-cli` from 22.1.1 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/build"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/cdk"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/cli"
  dependency-version: 22.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/common"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/compiler"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/core"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/forms"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/material"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
- dependency-name: "@angular/router"
  dependency-version: 22.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/angular-packages-7afadd2cd7 branch from cda9d39 to 20c32e0 Compare September 3, 2026 17:03
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