Skip to content

build(deps-dev): bump the testing group across 1 directory with 4 updates - #38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-ad32666776
Open

build(deps-dev): bump the testing group across 1 directory with 4 updates#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-ad32666776

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the testing group with 4 updates in the / directory: @analogjs/vite-plugin-angular, @analogjs/vitest-angular, @vitest/coverage-v8 and vitest.

Updates @analogjs/vite-plugin-angular from 2.6.4 to 2.7.0

Release notes

Sourced from @​analogjs/vite-plugin-angular's releases.

v2.7.0

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

v2.7.0-beta.19

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

v2.7.0-beta.18

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

v2.7.0-beta.17

2.7.0-beta.17 (2026-08-11)

... (truncated)

Changelog

Sourced from @​analogjs/vite-plugin-angular's changelog.

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

2.7.0-beta.17 (2026-08-11)

Features

  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.16 (2026-08-11)

Bug Fixes

  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479

... (truncated)

Commits
  • 59d3e4e chore: release 2.7.0 [skip ci]
  • 2dd9d4a Merge pull request #2485 from analogjs/beta
  • 4784ab0 chore: release 2.7.0-beta.19 [skip ci]
  • a8cdc2e fix(vitest-angular): skip zone patching when setup re-executes in a reused wo...
  • 6de23d8 chore: release 2.7.0-beta.18 [skip ci]
  • 0e31e9d fix(vite-plugin-angular): preserve vendor sourcemaps when build.sourcemap is ...
  • 634ce40 chore: release 2.7.0-beta.17 [skip ci]
  • d22c1b7 feat(vitest-angular): add errorOnUnknownElements/errorOnUnknownProperties to ...
  • 6a55127 ci: run external PRs tokenless against Nx Cloud (#2482)
  • 24d911f ci: apply PR scope metadata on fork PRs via pull_request_target (#2483)
  • Additional commits viewable in compare view

Updates @analogjs/vitest-angular from 2.6.4 to 2.7.0

Release notes

Sourced from @​analogjs/vitest-angular's releases.

v2.7.0

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

v2.7.0-beta.19

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

v2.7.0-beta.18

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

v2.7.0-beta.17

2.7.0-beta.17 (2026-08-11)

... (truncated)

Changelog

Sourced from @​analogjs/vitest-angular's changelog.

2.7.0 (2026-08-12)

Bug Fixes

  • astro-angular: keep Angular server deps out of the optimizer per environment (#2439) (cde7fc9)
  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479
  • vite-plugin-angular: await initial compilation in transform (#2474) (30e0293)
  • vite-plugin-angular: clear mapRoot/sourceRoot in Compilation API path (TS5069) (#2451) (bd0007b), closes #2449
  • vite-plugin-angular: fall back to workspaceRoot when resolving tsconfig (#2471) (7d073e3)
  • vite-plugin-angular: give explicit build mode precedence over NODE_ENV (#2475) (4daf0ce)
  • vite-plugin-angular: hash JIT inline style virtual module ids (#2470) (dc2216e), closes #2459
  • vite-plugin-angular: link Angular packages for Astro + Cloudflare (workerd) builds (#2443) (89f4400), closes #2438
  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)
  • vite-plugin-angular: replace ts-morph with oxc-parser in component resolvers (#2456) (f93c4cc), closes #2455
  • vite-plugin-angular: serve AOT output for oxc-lowered components on rolldown (#2452) (884ce60), closes #2450
  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

Features

  • docs: add Open Graph image and social card metadata (452739f)
  • nx-plugin: emit AGENTS.md and CLAUDE.md from the app generator (#2465) (28ca452)
  • platform: ship an Agent Plugins v1.0.0 conformant plugin (#2466) (ba7dd54)
  • router: add support for Server Functions (#2433) (d567090), closes #2422
  • router: add support for Streaming SSR (#2419) (572becd)
  • ship agent context for create-analog and the Nx preset (#2448) (b2a0b81)
  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.19 (2026-08-11)

Bug Fixes

  • vitest-angular: skip zone patching when setup re-executes in a reused worker (#2484) (a8cdc2e)

2.7.0-beta.18 (2026-08-11)

Bug Fixes

  • vite-plugin-angular: preserve vendor sourcemaps when build.sourcemap is enabled (#2477) (0e31e9d)

2.7.0-beta.17 (2026-08-11)

Features

  • vitest-angular: add errorOnUnknownElements/errorOnUnknownProperties to setupTestBed (#2481) (d22c1b7)

2.7.0-beta.16 (2026-08-11)

Bug Fixes

  • router: forward query params to server load requests during SSR (#2480) (ec4e872), closes #2479

... (truncated)

Commits
  • 59d3e4e chore: release 2.7.0 [skip ci]
  • 2dd9d4a Merge pull request #2485 from analogjs/beta
  • 4784ab0 chore: release 2.7.0-beta.19 [skip ci]
  • a8cdc2e fix(vitest-angular): skip zone patching when setup re-executes in a reused wo...
  • 6de23d8 chore: release 2.7.0-beta.18 [skip ci]
  • 0e31e9d fix(vite-plugin-angular): preserve vendor sourcemaps when build.sourcemap is ...
  • 634ce40 chore: release 2.7.0-beta.17 [skip ci]
  • d22c1b7 feat(vitest-angular): add errorOnUnknownElements/errorOnUnknownProperties to ...
  • 6a55127 ci: run external PRs tokenless against Nx Cloud (#2482)
  • 24d911f ci: apply PR scope metadata on fork PRs via pull_request_target (#2483)
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the testing group with 4 updates in the / directory: [@analogjs/vite-plugin-angular](https://github.com/analogjs/analog), [@analogjs/vitest-angular](https://github.com/analogjs/analog), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


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

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

Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@analogjs/vite-plugin-angular"
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: "@analogjs/vitest-angular"
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
...

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

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor 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