Skip to content

Bump vitest, @analogjs/vitest-angular, @nx/vite, @vitest/coverage-v8 and @vitest/ui#44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3b9c04cca5
Open

Bump vitest, @analogjs/vitest-angular, @nx/vite, @vitest/coverage-v8 and @vitest/ui#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3b9c04cca5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps vitest, @analogjs/vitest-angular, @nx/vite, @vitest/coverage-v8 and @vitest/ui. These dependencies needed to be updated together.
Updates vitest from 3.1.3 to 4.1.8

Release notes

Sourced from vitest's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • e61f2dd chore: release v4.1.8
  • e4067b3 fix(browser): disable client cdp API when allowWrite/allowExec: false [ba...
  • a09d472 chore: release v4.1.7
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • e399846 chore: release v4.1.5
  • 7dc6d54 Revert "fix: respect diff config options in soft assertions (#8696)"
  • 9787ded fix: respect diff config options in soft assertions (#8696)
  • 325463a fix(ast-collect): recognize _vi_import prefix in static test discovery (#10...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.


Updates @analogjs/vitest-angular from 1.14.1 to 1.22.5

Changelog

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

2.5.3 (2026-06-01)

Bug Fixes

  • vite-plugin-angular: aggregate and locate template diagnostics on the default compilation path (#2354) (c7947ef)
  • vite-plugin-angular: drop transform from aot input metadata (c5ab296)
  • vite-plugin-angular: drop transform from input() jit metadata (3fcc05c)
  • vite-plugin-angular: emit isSignal on jit signal-query decorators (0af2189), closes analogjs/analog#2344
  • vite-plugin-angular: preserve model() alias, required, and field (88a6c75)
  • vite-plugin-angular: propagate required through aot model metadata (f163239)
  • vite-plugin-angular: read outputFromObservable options from args[1] (f530f08)
  • vite-plugin-angular: read outputFromObservable options from args[1] in aot (6f7ccb9)
  • vite-plugin-angular: respect explicit declaration:false in lib-mode builds (#2352) (dfa4c95)
  • vite-plugin-angular: skip aot signal synthesis when a matching decorator is on the field (b823830)
  • vite-plugin-angular: skip signal downleveling when a matching decorator is on the field (0221f10)
  • vite-plugin-angular: support build.lib + dedupe diagnostics on the Angular Compilation API path (#2353) (61e8a56)

2.5.3-beta.5 (2026-05-30)

Bug Fixes

  • vite-plugin-angular: aggregate and locate template diagnostics on the default compilation path (#2354) (c7947ef)

2.5.3-beta.4 (2026-05-30)

Bug Fixes

  • vite-plugin-angular: support build.lib + dedupe diagnostics on the Angular Compilation API path (#2353) (61e8a56)

2.5.3-beta.3 (2026-05-30)

Bug Fixes

  • vite-plugin-angular: respect explicit declaration:false in lib-mode builds (#2352) (dfa4c95)

2.5.3-beta.2 (2026-05-26)

Bug Fixes

  • vite-plugin-angular: drop transform from aot input metadata (c5ab296)
  • vite-plugin-angular: propagate required through aot model metadata (f163239)
  • vite-plugin-angular: read outputFromObservable options from args[1] in aot (6f7ccb9)
  • vite-plugin-angular: skip aot signal synthesis when a matching decorator is on the field (b823830)

2.5.3-beta.1 (2026-05-26)

Bug Fixes

  • vite-plugin-angular: drop transform from input() jit metadata (3fcc05c)
  • vite-plugin-angular: emit isSignal on jit signal-query decorators (0af2189), closes analogjs/analog#2344

... (truncated)

Commits
  • 90138f8 chore: release 1.22.5 [skip ci]
  • e164c64 Merge pull request #1926 from analogjs/fix-deps-optimizations
  • 484553c fix(vite-plugin-angular): expand optimization for Angular packages
  • b29a8c1 chore: release 1.22.4 [skip ci]
  • 70402a7 Merge pull request #1915 from analogjs/fix-storybook-angular-deps
  • 386c98d fix(storybook-angular): adjust package ranges for 1.x
  • e3cb764 chore: release 1.22.3 [skip ci]
  • bbd2ca0 Merge pull request #1914 from analogjs/nx-22
  • 10d48e4 fix: add support for Nx 22.x
  • 155dd55 chore: release 1.22.2 [skip ci]
  • Additional commits viewable in compare view

Updates @nx/vite from 21.0.3 to 22.7.5

Release notes

Sourced from @​nx/vite's releases.

22.7.5 (2026-05-27)

🩹 Fixes

❤️ Thank You

22.7.4 (2026-05-25)

🩹 Fixes

  • core: update brace-expansion and yaml (#35790)

❤️ Thank You

22.7.3 (2026-05-22)

🚀 Features

  • js: support pnpm 11.2.2 (#35772)

🩹 Fixes

  • angular: only add @​oxc-project/runtime on the vitest-analog path (#35734)
  • angular-rspack: exclude eslint config from tailwind v4 source scan (#35663)
  • core: warn before installing unknown npm packages as preset (#35644)
  • core: preserve input order in createNodes plugin results (#35595)
  • core: resolve local plugin subpath imports from source (#35631)
  • core: treat undefined task parallelism as parallel when scheduling (#35736)
  • core: handle object form of bin field in getPrettierPath (#35680)
  • core: detect vscode copilot ai agent (#35757)
  • core: allow local plugin subpath imports without custom conditions (#35751, #35631)
  • dotnet: include Directory.. files in inputs (#35738)
  • gradle: add transitive:true to all tasks (#35677)
  • gradle: pin generated e2e project toolchain to installed JDK (#35703)
  • js: fall back to npm publish when bun publish fails with auth error (#35756)
  • linter: improve convert-to-flat-config output fidelity (#35330)
  • linter: only rewrite workspace-package peer deps to workspace:* (#35423, #35318, #33417)
  • misc: stop inferring projects: 'self' in dependsOn entries (#35686)
  • misc: skip $ escaping in file paths on windows (#35692)
  • repo: run dotnet restore before publish (#35771)
  • repo: run dotnet restore before macos e2e job (#35774)
  • rsbuild: infer build outputs from distPath.root directly (#35707)
  • rsbuild: lazy-require @​rsbuild/core in plugin so spec mocks work after jest.resetModules (#35707)
  • testing: correct yargs-parser import in getJestProjectsAsync (#35672, #35654)

... (truncated)

Commits
  • d84f424 fix(devkit): expand @​nx/devkit/internal re-exports for cherry-picked v23 deep...
  • ac81879 fix(repo): revert deep-import rewrites that targeted v23-only @​nx/devkit/inte...
  • 7e4bce9 feat(testing): add migration for Jest 30 snapshot guide link (#35629)
  • cdca177 chore(repo): declare lazy-loaded packages as implicit deps (#35392)
  • b02e138 fix(misc): resolve pnpm catalog: refs in version lookups (#35459)
  • 6c6d399 feat(vite): add compiler option to vite plugin for tsgo support (#35429)
  • 4bbd4b1 chore(repo): migrate nx repo to eslint v9 flat config (#35359)
  • 1507788 chore(repo): short-circuit isUsingTsSolutionSetup in unit tests (#35371)
  • 878ec01 fix(vitest): infer ancestor tsconfig files as test task inputs (#35241)
  • 931f86c fix(vitest): add dependent task output files as inputs for vitest test target...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nx/vite since your current version.


Updates @vitest/coverage-v8 from 3.1.3 to 4.1.8

Release notes

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

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vitest/coverage-v8 since your current version.


Updates @vitest/ui from 3.1.3 to 4.1.8

Release notes

Sourced from @​vitest/ui's releases.

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub

v4.1.7

   🐞 Bug Fixes

    View changes on GitHub

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vitest/ui since your current version.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…and @vitest/ui

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest), [@analogjs/vitest-angular](https://github.com/analogjs/analog), [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui). These dependencies needed to be updated together.

Updates `vitest` from 3.1.3 to 4.1.8
- [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.8/packages/vitest)

Updates `@analogjs/vitest-angular` from 1.14.1 to 1.22.5
- [Release notes](https://github.com/analogjs/analog/releases)
- [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
- [Commits](analogjs/analog@v1.14.1...v1.22.5)

Updates `@nx/vite` from 21.0.3 to 22.7.5
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.7.5/packages/vite)

Updates `@vitest/coverage-v8` from 3.1.3 to 4.1.8
- [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.8/packages/coverage-v8)

Updates `@vitest/ui` from 3.1.3 to 4.1.8
- [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.8/packages/ui)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.8
  dependency-type: direct:development
- dependency-name: "@analogjs/vitest-angular"
  dependency-version: 1.22.5
  dependency-type: direct:development
- dependency-name: "@nx/vite"
  dependency-version: 22.7.5
  dependency-type: direct:development
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.8
  dependency-type: direct:development
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.8
  dependency-type: direct:development
...

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 Jun 1, 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