Skip to content

chore(deps): bump the angular group with 16 updates#12

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

chore(deps): bump the angular group with 16 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular-57acf6d0f9

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the angular group with 16 updates:

Package From To
@analogjs/router 2.6.1 2.6.4
@angular/animations 22.0.2 22.0.8
@angular/common 22.0.2 22.0.8
@angular/compiler 22.0.2 22.0.8
@angular/core 22.0.2 22.0.8
@angular/forms 22.0.2 22.0.8
@angular/platform-browser 22.0.2 22.0.8
@angular/platform-server 22.0.2 22.0.8
@angular/router 22.0.2 22.0.8
@analogjs/platform 2.6.1 2.6.4
@analogjs/vite-plugin-angular 2.6.1 2.6.4
@analogjs/vitest-angular 2.6.1 2.6.4
@angular/build 22.0.4 22.0.8
@angular/cli 22.0.4 22.0.8
@angular/compiler-cli 22.0.2 22.0.8
angular-eslint 22.0.0 22.1.0

Updates @analogjs/router from 2.6.1 to 2.6.4

Release notes

Sourced from @​analogjs/router's releases.

v2.6.4

2.6.4 (2026-07-23)

Bug Fixes

  • nx-plugin: ensure @​nx/eslint is installed when applying the preset (#2424) (2a9ab32)
  • vite-plugin-angular: ensure compatibility with NodeNext resolution (#2434) (50126d4)
  • vite-plugin-angular: skip vmThreads pool default in browser mode (#2423) (9cb7dc1), closes #2222
  • vite-plugin-nitro: enforce path boundary in generated API middleware (#2428) (0960098)

v2.6.4-beta.4

2.6.4-beta.4 (2026-07-23)

Bug Fixes

  • vite-plugin-angular: ensure compatibility with NodeNext resolution (#2434) (50126d4)

v2.6.4-beta.3

2.6.4-beta.3 (2026-07-22)

Bug Fixes

  • vite-plugin-nitro: enforce path boundary in generated API middleware (#2428) (0960098)

v2.6.4-beta.2

2.6.4-beta.2 (2026-07-14)

Bug Fixes

  • nx-plugin: ensure @​nx/eslint is installed when applying the preset (#2424) (2a9ab32)

v2.6.4-beta.1

2.6.4-beta.1 (2026-07-11)

Bug Fixes

  • vite-plugin-angular: skip vmThreads pool default in browser mode (#2423) (9cb7dc1), closes #2222

v2.6.3

2.6.3 (2026-07-07)

Bug Fixes

... (truncated)

Changelog

Sourced from @​analogjs/router's changelog.

2.6.4 (2026-07-23)

Bug Fixes

  • nx-plugin: ensure @​nx/eslint is installed when applying the preset (#2424) (2a9ab32)
  • vite-plugin-angular: ensure compatibility with NodeNext resolution (#2434) (50126d4)
  • vite-plugin-angular: skip vmThreads pool default in browser mode (#2423) (9cb7dc1), closes #2222
  • vite-plugin-nitro: enforce path boundary in generated API middleware (#2428) (0960098)

2.6.4-beta.4 (2026-07-23)

Bug Fixes

  • vite-plugin-angular: ensure compatibility with NodeNext resolution (#2434) (50126d4)

2.6.4-beta.3 (2026-07-22)

Bug Fixes

  • vite-plugin-nitro: enforce path boundary in generated API middleware (#2428) (0960098)

2.6.4-beta.2 (2026-07-14)

Bug Fixes

  • nx-plugin: ensure @​nx/eslint is installed when applying the preset (#2424) (2a9ab32)

2.6.4-beta.1 (2026-07-11)

Bug Fixes

  • vite-plugin-angular: skip vmThreads pool default in browser mode (#2423) (9cb7dc1), closes #2222

2.6.3 (2026-07-07)

Bug Fixes

  • support and migrate to Nx 23 (#2393) (b4e9140)
  • vite-plugin-angular: be more selective with potential angular code detection (#2394) (f257d10)
  • vite-plugin-angular: track inlined resources for HMR invalidation in fast compile (#2414) (db3d366)

Performance Improvements

  • platform: scope route invalidation to add/unlink and enable router fesm transform cache (#2410) (120407c)
  • vite-plugin-angular: dedupe emits, filter watcher invalidation, and memoize HMR metadata (#2412) (1d9e6fe)
  • vite-plugin-angular: persist dependency transform output across dep-optimizer runs (#2416) (c7fe67b)
  • vite-plugin-angular: reduce redundant parsing, fs work, and blocking reads in fastCompile (#2411) (f7f1fb2)

2.6.3-beta.5 (2026-07-03)

... (truncated)

Commits
  • e549ddb chore: release 2.6.4 [skip ci]
  • 47ef617 Merge pull request #2435 from analogjs/beta
  • f1ae5ca chore: release 2.6.4-beta.4 [skip ci]
  • 50126d4 fix(vite-plugin-angular): ensure compatibility with NodeNext resolution (#2434)
  • 7f3553a chore: release 2.6.4-beta.3 [skip ci]
  • 0960098 fix(vite-plugin-nitro): enforce path boundary in generated API middleware (#2...
  • 04e32e2 chore: add agent skills for fix-issue and open-pr workflows
  • f6e27a6 chore: release 2.6.4-beta.2 [skip ci]
  • 2a9ab32 fix(nx-plugin): ensure @​nx/eslint is installed when applying the preset (#2424)
  • 124bdcb chore: release 2.6.4-beta.1 [skip ci]
  • Additional commits viewable in compare view

Updates @angular/animations from 22.0.2 to 22.0.8

Release notes

Sourced from @​angular/animations's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration

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 |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

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

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits

Updates @angular/common from 22.0.2 to 22.0.8

Release notes

Sourced from @​angular/common's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration

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 |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

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

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • c0368f2 fix(common): preserve crossorigin on image preloads
  • 9d40f8a fix(http): prevent transfer cache key collisions
  • 91e33aa fix(common): avoid prototype lookups in date format caches
  • 20b7dc3 fix(http): prevent interceptor signal reads from leaking into calling reactiv...
  • 748faa4 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • 8e6d7f7 fix(router): use safe hasOwnProperty when parsing query params
  • eb8fb9f fix(common): use Object.hasOwn in I18nSelectPipe to handle null-prototype and...
  • cd8f472 docs: add documentation for HttpClient response body size limit and related e...
  • 8cdc202 fix(http): prevent caching of responses with Set-Cookie headers
  • See full diff in compare view

Updates @angular/compiler from 22.0.2 to 22.0.8

Release notes

Sourced from @​angular/compiler's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration

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 |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

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

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • 3854174 refactor(compiler): enforce exhaustive defer trigger handling
  • c89f71a fix(core): ignore processing instruction syntax in templates
  • 5b516e3 fix(compiler): parsing of an empty template literal interpolation
  • fd4ddca fix(compiler): use regular optional chaining expression for safe function cal...
  • b5ea340 refactor(compiler): remove visitAttributeComment
  • f4f7f37 fix(compiler): remove unused import breaking CI in 22.0.x
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 489d170 refactor(compiler): desable the legacy template syntax
  • 39001be refactor(compiler): Move the attribute comment to the HTML AST
  • See full diff in compare view

Updates @angular/core from 22.0.2 to 22.0.8

Release notes

Sourced from @​angular/core's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration

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 |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.0.8 (2026-07-22)

common

Commit Type Description
c0368f2278 fix preserve crossorigin on image preloads

core

Commit Type Description
8616ba9db6 fix ensure SVG animation attributeName is checked case-insensitively

forms

Commit Type Description
d302c7ab83 fix ensure pending status propagates to the root form in signal forms

http

Commit Type Description
9d40f8aefe fix prevent transfer cache key collisions

migrations

Commit Type Description
388daea2fc fix correctly migrate ngClass with mixed space-separated keys
bb39cda648 fix preserve NgClass import on partial migration

22.1.0-next.6 (2026-07-15)

common

Commit Type Description
359fb503b8 fix avoid prototype lookups in date format caches

compiler

Commit Type Description
da52137724 fix parsing of an empty template literal interpolation
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

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

core

Commit Type Description
9b9b0e93c9 fix allow static attributes for explicit input transforms
68ac204074 fix ignore processing instruction syntax in templates
0ae6d81ed2 fix preserve explicit input transform write type

forms

Commit Type Description

... (truncated)

Commits
  • 388daea fix(migrations): correctly migrate ngClass with mixed space-separated keys
  • 8616ba9 fix(core): ensure SVG animation attributeName is checked case-insensitively
  • bb39cda fix(migrations): preserve NgClass import on partial migration
  • 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
  • Additional commits viewable in compare view

Updates @angular/forms from 22.0.2 to 22.0.8

Release notes

Sourced from @​angular/forms's releases.

22.0.8

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration

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

Bumps the angular group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@analogjs/router](https://github.com/analogjs/analog) | `2.6.1` | `2.6.4` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `22.0.2` | `22.0.8` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.0.8` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.0.8` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.0.8` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.0.2` | `22.0.8` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.0.8` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `22.0.2` | `22.0.8` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.0.8` |
| [@analogjs/platform](https://github.com/analogjs/analog) | `2.6.1` | `2.6.4` |
| [@analogjs/vite-plugin-angular](https://github.com/analogjs/analog) | `2.6.1` | `2.6.4` |
| [@analogjs/vitest-angular](https://github.com/analogjs/analog) | `2.6.1` | `2.6.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.4` | `22.0.8` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.4` | `22.0.8` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.0.8` |
| [angular-eslint](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) | `22.0.0` | `22.1.0` |


Updates `@analogjs/router` from 2.6.1 to 2.6.4
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.6.1...v2.6.4)

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

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

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

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

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

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

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

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

Updates `@analogjs/platform` from 2.6.1 to 2.6.4
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.6.1...v2.6.4)

Updates `@analogjs/vite-plugin-angular` from 2.6.1 to 2.6.4
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.6.1...v2.6.4)

Updates `@analogjs/vitest-angular` from 2.6.1 to 2.6.4
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v2.6.1...v2.6.4)

Updates `@angular/build` from 22.0.4 to 22.0.8
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.4...v22.0.8)

Updates `@angular/cli` from 22.0.4 to 22.0.8
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v22.0.4...v22.0.8)

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

Updates `angular-eslint` from 22.0.0 to 22.1.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.1.0/packages/angular-eslint)

---
updated-dependencies:
- dependency-name: "@analogjs/router"
  dependency-version: 2.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/animations"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-server"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 22.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@analogjs/platform"
  dependency-version: 2.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@analogjs/vite-plugin-angular"
  dependency-version: 2.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@analogjs/vitest-angular"
  dependency-version: 2.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: angular-eslint
  dependency-version: 22.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants