Skip to content

chore(deps): bump the angular group across 1 directory with 12 updates - #62

Merged
LBU4SH merged 2 commits into
mainfrom
dependabot/npm_and_yarn/angular-964ce6959a
Aug 20, 2026
Merged

chore(deps): bump the angular group across 1 directory with 12 updates#62
LBU4SH merged 2 commits into
mainfrom
dependabot/npm_and_yarn/angular-964ce6959a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the angular group with 11 updates in the / directory:

Package From To
@angular/cdk 22.1.1 22.1.2
@angular/common 22.1.1 22.1.2
@angular/compiler 22.1.1 22.1.2
@angular/core 22.1.1 22.1.2
@angular/forms 22.1.1 22.1.2
@angular/platform-browser 22.1.1 22.1.2
@angular/router 22.1.1 22.1.2
@angular-devkit/core 22.1.3 22.1.4
@angular-devkit/schematics 22.1.3 22.1.4
@angular/cli 22.1.3 22.1.4
@angular/compiler-cli 22.1.1 22.1.2

Updates @angular/cdk from 22.1.1 to 22.1.2

Release notes

Sourced from @​angular/cdk's releases.

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.2 "aluminum-can" (2026-08-12)

aria

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

cdk

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

material

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

multiple

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

22.2.0-next.0 "zinc-zoo" (2026-08-05)

multiple

Commit Type Description
8d3da9ea3 feat export aria injection tokens to support custom subclasses (#33607)

Commits
  • aa598a0 release: cut the v22.1.2 release
  • b9b11cb build: update pnpm to v11.21.0 (#33663)
  • cf5f045 build: lock file maintenance (#33659)
  • 025ec7d build: switch tests away from protractor (#33664)
  • 8f922c8 build: switch docs tests away from fakeAsync (#33651)
  • a36f0f4 test(cdk/observers): switch tests away from fakeAsync (#33652)
  • ef99839 fix(multiple): tokens specified in wrong category (#33660)
  • 0074c83 fix(cdk/a11y): move focus to root if there are no focusable elements in focus...
  • 1f57236 build: update cross-repo angular dependencies (#33650)
  • 020f144 fix(aria/combobox): empty aria-controls when the popup widget has no id (#33635)
  • Additional commits viewable in compare view

Updates @angular/common from 22.1.1 to 22.1.2

Release notes

Sourced from @​angular/common's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization
Changelog

Sourced from @​angular/common's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

Commits

Updates @angular/compiler from 22.1.1 to 22.1.2

Release notes

Sourced from @​angular/compiler's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization
Changelog

Sourced from @​angular/compiler's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

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

Release notes

Sourced from @​angular/core's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization
Changelog

Sourced from @​angular/core's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

Commits
  • d22eb38 refactor(core): distinguish animations that share a name
  • bb7f051 refactor(compiler): remove explicit strict: true
  • 0df9d5e fix(core): ensure i18n_util hasOwnProperty checks are safe for property renaming
  • 4d985a1 fix(core): incorrect loop in defer blocks
  • 7b40456 fix(core): reject prefixed SVG script hosts
  • 31bbf31 build: update cross-repo angular dependencies
  • See full diff in compare view

Updates @angular/forms from 22.1.1 to 22.1.2

Release notes

Sourced from @​angular/forms's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization
Changelog

Sourced from @​angular/forms's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

Commits
  • 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/platform-browser from 22.1.1 to 22.1.2

Release notes

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

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization
Changelog

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

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

Commits
  • f51080b refactor(platform-browser): modernize DOM renderer tests
  • See full diff in compare view

Updates @angular/router from 22.1.1 to 22.1.2

Release notes

Sourced from @​angular/router's releases.

22.1.2

compiler

Commit Description
fix - 76dff307b4 Generate correct expression for optional chaning.
fix - 6f9a64e6f5 remove namespaced MathML script elements

compiler-cli

Commit Description
fix - e9660b1801 correctly resolve symbol for SafePropertyRead in chained optional navigation
fix - ec6deea513 record class extends clause references in DeferredSymbolTracker

core

Commit Description
fix - 0df9d5eb65 ensure i18n_util hasOwnProperty checks are safe for property renaming
fix - 4d985a179e incorrect loop in defer blocks
fix - 7b40456792 reject prefixed SVG script hosts

forms

Commit Description
fix - 3b5c798072 keep radio inputs in sync when values change

http

Commit Description
fix - 4f7e9987fa always decode JSON responses as UTF-8

router

Commit Description
fix - 2f82601662 limit protocol-relative URL handling to serialization
Changelog

Sourced from @​angular/router's changelog.

22.1.2 (2026-08-13)

compiler

Commit Type Description
76dff307b4 fix Generate correct expression for optional chaning.
6f9a64e6f5 fix remove namespaced MathML script elements

compiler-cli

Commit Type Description
e9660b1801 fix correctly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513 fix record class extends clause references in DeferredSymbolTracker

core

Commit Type Description
0df9d5eb65 fix ensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179e fix incorrect loop in defer blocks
7b40456792 fix reject prefixed SVG script hosts

forms

Commit Type Description
3b5c798072 fix keep radio inputs in sync when values change

http

Commit Type Description
4f7e9987fa fix always decode JSON responses as UTF-8

router

Commit Type Description
2f82601662 fix limit protocol-relative URL handling to serialization

Commits
  • dc8c071 refactor(router): Create transactional router resource
  • 2f82601 fix(router): limit protocol-relative URL handling to serialization
  • See full diff in compare view

Updates @angular-devkit/core from 22.1.3 to 22.1.4

Release notes

Sourced from @​angular-devkit/core's releases.

22.1.4

@​schematics/angular

Commit Description
fix - d4a48e3ab generate CLAUDE.md for Claude Code instead of AGENTS.md
fix - d451f15b2 import UrlSegment instead of subPath in guard generator

@​angular/cli

Commit Description
fix - 67a29899b disable searching current directory for bare executable names on Windows
fix - 1b0ba5c17 serialize configuration as a single argv token in run_target strategies (#33657)
perf - 9440432d2 avoid eager module loading during global bootstrap

@​angular/build

Commit Description
fix - 46fcb29d6 count statically imported chunks in the initial total
fix - 796b57684 normalize setupFiles paths to POSIX for vitest runner
fix - c805e5cfb prevent syntax corruption for Crockford-style enum IIFE
fix - cc6c17716 prevent syntax corruption in oxc transform
fix - a142f6f83 return direct file contents for non-Angular TypeScript files
fix - 956c6578d return only lowest version per target engine
fix - 689b5b116 set target for Rolldown dependency prebundling in Vite dev server
perf - 70461f6ed avoid encoding the inline source map before remapping
perf - 22cce7563 batch last_accessed updates in sqlite cache store
perf - ab2ed18d5 hash the i18n inline cache key options once per locale
perf - 34516ff73 optimize template string size calculation in server manifest
perf - 712971c37 share i18n translations with the inliner workers by reference
perf - 78f8c5fef use Map for chunk asset size lookups in budget calculator

@​angular/ssr

Commit Description
fix - 2331c1047 destroy platform when response stream is cancelled
Changelog

Sourced from @​angular-devkit/core's changelog.

22.1.4 (2026-08-13)

@​angular/cli

Commit Type Description
67a29899b fix disable searching current directory for bare executable names on Windows
1b0ba5c17 fix serialize configuration as a single argv token in run_target strategies (#33657)
9440432d2 perf avoid eager module loading during global bootstrap

@​schematics/angular

Commit Type Description
d4a48e3ab fix generate CLAUDE.md for Claude Code instead of AGENTS.md
d451f15b2 fix import UrlSegment instead of subPath in guard generator

@​angular/build

Commit Type Description
46fcb29d6 fix count statically imported chunks in the initial total
796b57684 fix normalize setupFiles paths to POSIX for vitest runner
c805e5cfb fix prevent syntax corruption for Crockford-style enum IIFE
cc6c17716 fix prevent syntax corruption in oxc transform
a142f6f83 fix return direct file contents for non-Angular TypeScript files
956c6578d fix return only lowest version per target engine
689b5b116 fix set target for Rolldown dependency prebundling in Vite dev server
70461f6ed perf avoid encoding the inline source map before remapping
22cce7563 perf batch last_accessed updates in sqlite cache store
ab2ed18d5 perf hash the i18n inline cache key options once per locale
34516ff73 perf optimize template string size calculation in server manifest
712971c37 perf share i18n translations with the inliner workers by reference
78f8c5fef perf use Map for chunk asset size lookups in budget calculator

@​angular/ssr

Commit Type Description
2331c1047 fix destroy platform when response stream is cancelled

21.2.21 (2026-08-12)

@​angular/cli

| Commit | Type | Description |

... (truncated)

Commits
  • 46dc10b release: cut the v22.1.4 release
  • 7ff0d44 build: update pnpm to v11.21.0
  • 9020ddd build: update dependency yargs to v18.1.0
  • 039f086 build: lock file maintenance
  • 898ce69 ci: limit schema...

    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 20, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the angular group with 12 updates chore(deps): bump the angular group across 1 directory with 12 updates Aug 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/angular-964ce6959a branch from e4a6e7f to 0d1886b Compare August 20, 2026 07:27
dependabot Bot and others added 2 commits August 20, 2026 09:33
Bumps the angular group with 11 updates in the / directory:

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



Updates `@angular/cdk` from 22.1.1 to 22.1.2
- [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.2)

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

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

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

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

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

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

Updates `@angular-devkit/core` from 22.1.3 to 22.1.4
- [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.4)

Updates `@angular-devkit/schematics` from 22.1.3 to 22.1.4
- [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.4)

Updates `@angular/build` from 22.1.3 to 22.1.4
- [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.4)

Updates `@angular/cli` from 22.1.3 to 22.1.4
- [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.4)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
…ith the group bump

The angular group bump moved @angular/cdk, common, compiler, core, forms,
platform-browser and router to 22.1.2, but left @angular/animations and
@angular/platform-browser-dynamic at 22.1.1 — animations then requires
@angular/core@22.1.1 exactly as a peer, conflicting with the 22.1.2 the
rest of the group moved to. ERESOLVE on npm ci, failing both CI jobs.

Bumps both to 22.1.2 to match, regenerates package-lock.json. Verified:
npm ci, lint, unit tests (127/127), and build-storybook all green.
@LBU4SH
LBU4SH force-pushed the dependabot/npm_and_yarn/angular-964ce6959a branch from 9729234 to bcee6f9 Compare August 20, 2026 07:33
@LBU4SH
LBU4SH merged commit 82fd5fd into main Aug 20, 2026
2 of 3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/angular-964ce6959a branch August 20, 2026 07: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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant