Skip to content

Chore(deps): Bump the angular group across 1 directory with 14 updates - #126

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-6fc923b97a
Open

Chore(deps): Bump the angular group across 1 directory with 14 updates#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-6fc923b97a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@angular/cdk 22.1.2 22.1.5
@angular/common 22.1.2 22.1.5
@angular/compiler 22.1.2 22.1.5
@angular/core 22.1.2 22.1.5
@angular/forms 22.1.2 22.1.5
@angular/platform-browser 22.1.2 22.1.5
@angular/router 22.1.2 22.1.5
@angular-devkit/build-angular 22.1.3 22.1.7
@angular-devkit/core 22.1.4 22.1.7
@angular-devkit/schematics 22.1.4 22.1.7
@angular/build 22.1.4 22.1.7
@angular/cli 22.1.4 22.1.7
@angular/compiler-cli 22.1.2 22.1.5
angular-eslint 22.1.0 22.3.0

Updates @angular/cdk from 22.1.2 to 22.1.5

Release notes

Sourced from @​angular/cdk's releases.

22.1.5

aria

Commit Description
fix - 9a63c20b0 combobox: popup not closing when focus leaves it (#33697)
fix - 9ff8a7c42 menu: focus not moved into menu if items are delayed (#33743)

multiple

Commit Description
fix - bef29a201 add forms to cdk peer dependencies (#33666)

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)
Changelog

Sourced from @​angular/cdk's changelog.

22.1.5 "platinum-parachute" (2026-09-02)

aria

Commit Type Description
9a63c20b0 fix combobox: popup not closing when focus leaves it (#33697)
9ff8a7c42 fix menu: focus not moved into menu if items are delayed (#33743)

multiple

Commit Type Description
bef29a201 fix add forms to cdk peer dependencies (#33666)

22.2.0-next.3 "nickel-nanobot" (2026-08-26)

cdk

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

material

Commit Type Description
cacab5551 feat menu: add disabledInteractive input to MatMenuItem (#33693)
e0fd08c05 fix sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

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)

... (truncated)

Commits
  • 2044fee release: cut the v22.1.5 release
  • 96b87fe test(multiple): remove most remaining fakeAsync usages (#33748)
  • 9ff8a7c fix(aria/menu): focus not moved into menu if items are delayed (#33743)
  • bef29a2 fix(multiple): add forms to cdk peer dependencies (#33666)
  • a78de21 build: update github/codeql-action action to v4.37.9 (#33738)
  • c4e2541 build: update bazel dependencies (#33737)
  • 2467126 build: update cross-repo angular dependencies (#33730)
  • 9a63c20 fix(aria/combobox): popup not closing when focus leaves it (#33697)
  • 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...
  • Additional commits viewable in compare view

Updates @angular/common from 22.1.2 to 22.1.5

Release notes

Sourced from @​angular/common's releases.

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

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

... (truncated)

Commits
  • 4340a63 fix(router): avoid view transitions when the user agent provides one
  • 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
  • See full diff in compare view

Updates @angular/compiler from 22.1.2 to 22.1.5

Release notes

Sourced from @​angular/compiler's releases.

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

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

... (truncated)

Commits
  • c65d378 fix(core): validate SVG animation attributes outside the SVG namespace
  • 60f8a78 refactor(core): defer foreign component rendering to post-update pass
  • 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
  • See full diff in compare view

Updates @angular/core from 22.1.2 to 22.1.5

Release notes

Sourced from @​angular/core's releases.

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

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

... (truncated)

Commits
  • ed2e401 fix(core): don't fail NgModule checks for a pipe that extends a base class
  • c65d378 fix(core): validate SVG animation attributes outside the SVG namespace
  • 4340a63 fix(router): avoid view transitions when the user agent provides one
  • d1ccf02 build: update cross-repo angular dependencies
  • 17b7c1f docs: add NG0991 error page and document rxResource's completion contract
  • d85288d fix(migrations): skip tsconfig files of non-Angular projects
  • 2ceeb27 fix(core): cancel stale debounce timers to prevent timer leaks
  • 43aaeae fix(forms): avoid writing to name input on ControlValueAccessor
  • 8d23b95 build: remove explicit strict options
  • 9340d69 docs(core): repoint or drop dead jsperf links in the render3 notes
  • Additional commits viewable in compare view

Updates @angular/forms from 22.1.2 to 22.1.5

Release notes

Sourced from @​angular/forms's releases.

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

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

... (truncated)

Commits
  • f302736 refactor(core): use native Promise.withResolvers() in tests
  • 43aaeae fix(forms): avoid writing to name input on ControlValueAccessor
  • 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...
  • See full diff in compare view

Updates @angular/platform-browser from 22.1.2 to 22.1.5

Release notes

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

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

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

... (truncated)

Commits
  • 7546b7a fix(core): throw coded RuntimeErrors instead of crashing when hydration/rende...
  • 3ddcb1a fix(platform-browser): disallow event handler attributes in Meta
  • 1e53aa0 refactor: correct typos in comments, docs, and error messages
  • 640460d fix(platform-browser): throw a descriptive error when insertBefore reference ...
  • See full diff in compare view

Updates @angular/router from 22.1.2 to 22.1.5

Release notes

Sourced from @​angular/router's releases.

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

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

... (truncated)

Commits
  • 4340a63 fix(router): avoid view transitions when the user agent provides one
  • c84079e refactor(router): add component input binding support for router resources
  • 5dfe753 refactor(router): replace internal any types
  • d2e3bac refactor(router): add support for blocking router resources
  • 84a210e refactor(router): add support for non-blocking router resources (#70211)
  • 95d1311 refactor(router): rename activated route injector feature to resource feature...
  • abe019d fix(router): pass correct component to canDeactivate for named outlets in com...
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 223f25f Revert "fix(router): limit protocol-relative URL handling to serialization"
  • See full diff in compare view

Updates @angular-devkit/build-angular from 22.1.3 to 22.1.7

Release notes

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

22.1.7

@​angular/cli

Commit Description
fix - e9db85c0f isolate temporary package installations from parent Yarn workspace

@​angular/build

Commit Description
fix - 1c9b1af61 add splitting option to unit-test builder
fix - 4b861f458 enable code splitting for vitest browser tests
fix - f1fd82381 fail build and exclude routes when prerendering fails
fix - a84906fe3 keep dev-server Vite cache worktree-local
fix - fcf883ef1 preserve binary values in the SQLite cache store

@​angular/ssr

Commit Description
fix - baf1ca189 decode pathname when constructing server asset path
fix - 70748ca8e ensure public directory containment in CommonEngine

22.1.6

@​angular/build

Commit Description
fix - 3f132eaa97 ignore side-effect annotations in unit test builds
perf - 5b1028936f batch prerender routes and share in-memory server bundles

@​angular/ssr

Commit Description
fix - 76818cb811 abort web request signal when node request is aborted

22.1.5

@​schematics/angular

Commit Description
fix - ba2b0e4c2 transform fail() to expect.fail() in refactor-jasmine-vitest

@​angular/cli

Commit Description
fix - e672271f8 enforce MCP roots in get_best_practices tool
fix - a14916cc4 handle errors from isAllowedWorkspacePath in best-practices tool
fix - d6e1cddff throw on out-of-roots workspace in best-practices tool

@​angular/build

Commit Description
fix - cba72902d correct misleading error message for top-level await
fix - b4679998c disable code splitting for unit test builds
fix - ff1d3565e preserve integrity and crossorigin in autoCsp loader
perf - 1fc1fb05c traverse AST with iterative post-order walker in i18n inliner

22.1.4

... (truncated)

Changelog

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

22.1.7 (2026-09-02)

@​angular/cli

Commit Type Description
e9db85c0f fix isolate temporary package installations from parent Yarn workspace

@​angular/build

Commit Type Description
1c9b1af61 fix add splitting option to unit-test builder
4b861f458Description has been truncated

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

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



Updates `@angular/cdk` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v22.1.2...v22.1.5)

Updates `@angular/common` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/common)

Updates `@angular/compiler` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/compiler)

Updates `@angular/core` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/core)

Updates `@angular/forms` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/forms)

Updates `@angular/platform-browser` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/platform-browser)

Updates `@angular/router` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/router)

Updates `@angular-devkit/build-angular` from 22.1.3 to 22.1.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.1.3...v22.1.7)

Updates `@angular-devkit/core` from 22.1.4 to 22.1.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.1.4...v22.1.7)

Updates `@angular-devkit/schematics` from 22.1.4 to 22.1.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.1.4...v22.1.7)

Updates `@angular/build` from 22.1.4 to 22.1.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.1.4...v22.1.7)

Updates `@angular/cli` from 22.1.4 to 22.1.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.1.4...v22.1.7)

Updates `@angular/compiler-cli` from 22.1.2 to 22.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.5/packages/compiler-cli)

Updates `angular-eslint` from 22.1.0 to 22.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.3.0/packages/angular-eslint)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 10, 2026
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