From 9d0b3165f2db830d7b72e14e527e0b355658b469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:48:27 +0000 Subject: [PATCH] build(deps): bump vitest from 4.0.3 to 4.1.0 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.3 to 4.1.0. - [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.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-workspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d343730..5a5a4367 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "shell-quote": "1.8.4", "taze": "19.11.0", "type-coverage": "2.29.7", - "vitest": "4.0.3" + "vitest": "4.1.0" }, "typeCoverage": { "atLeast": 99, diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6c069f60..0c29669d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -86,7 +86,7 @@ catalog: # vite 8.0.14 swaps esbuild → rolldown natively (bundles rolldown # 1.0.2), so the override below removes esbuild from the install tree. 'vite': 8.0.14 - 'vitest': 4.1.6 + 'vitest': 4.1.0 # Wait 7 days (10080 minutes) before installing newly published packages. minimumReleaseAge: 10080