From e77ab79f5ae466a901904a4c35de1616e1c1bc36 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Nov 2025 13:17:12 +0000
Subject: [PATCH] chore(deps-dev): Bump the vitest group with 2 updates (#1526)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the vitest group with 2 updates:
[@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 `@vitest/coverage-v8` from 4.0.9 to 4.0.10
Release notes
Sourced from @vitest/coverage-v8's
releases.
v4.0.10
🐞 Bug Fixes
Commits
Updates `vitest` from 4.0.9 to 4.0.10
Release notes
Sourced from vitest's
releases.
v4.0.10
🐞 Bug Fixes
Commits
259a3d1
chore: release v4.0.10
bc3a692
fix(reporters): report correct test run duration at the end (#8969)
f3ec6fc
fix(bun): parsing of stack trace for bun runtime (#9032)
042c60c
fix(pool): prevent writing to closed worker (#9023)
80f2bb6
chore(deps): update all non-major dependencies (#9037)
eb98dd8
fix(core): prevent starting new run when cancelling (#8991)
f509d2a
chore(deps): update dependency @types/node to v24 (#9038)
44dca5f
chore: print a better error when browser orchestrator fails to run a
test (#8...
f56dc0c
fix(ui): use execution time from ws reporter (onFinished)
(#8975)
7c9edff
refactor(forks): simplify IPC channel serialization (#8999)
- Additional commits viewable 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 100 +++++++++++++++++++++++-----------------------
package.json | 4 +-
2 files changed, 52 insertions(+), 52 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d994b170..985c0443 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -92,7 +92,7 @@
"@types/string-hash": "^1.1.3",
"@types/wicg-file-system-access": "^2023.10.7",
"@vitejs/plugin-react": "^5.1.1",
- "@vitest/coverage-v8": "^4.0.9",
+ "@vitest/coverage-v8": "^4.0.10",
"cors": "^2.8.5",
"cypress": "^15.6.0",
"cypress-plugin-tab": "^1.0.5",
@@ -114,7 +114,7 @@
"uuid": "^13.0.0",
"vite": "^7.2.2",
"vite-plugin-istanbul": "^7.2.1",
- "vitest": "^4.0.9"
+ "vitest": "^4.0.10"
}
},
"node_modules/@angular/common": {
@@ -3869,14 +3869,14 @@
}
},
"node_modules/@vitest/coverage-v8": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.0.9.tgz",
- "integrity": "sha512-70oyhP+Q0HlWBIeGSP74YBw5KSjYhNgSCQjvmuQFciMqnyF36WL2cIkcT7XD85G4JPmBQitEMUsx+XMFv2AzQA==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-4.0.10.tgz",
+ "integrity": "sha512-g+brmtoKa/sAeIohNJnnWhnHtU6GuqqVOSQ4SxDIPcgZWZyhJs5RmF5LpqXs8Kq64lANP+vnbn5JLzhLj/G56g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@bcoe/v8-coverage": "^1.0.2",
- "@vitest/utils": "4.0.9",
+ "@vitest/utils": "4.0.10",
"ast-v8-to-istanbul": "^0.3.8",
"debug": "^4.4.3",
"istanbul-lib-coverage": "^3.2.2",
@@ -3891,8 +3891,8 @@
"url": "https://opencollective.com/vitest"
},
"peerDependencies": {
- "@vitest/browser": "4.0.9",
- "vitest": "4.0.9"
+ "@vitest/browser": "4.0.10",
+ "vitest": "4.0.10"
},
"peerDependenciesMeta": {
"@vitest/browser": {
@@ -3919,17 +3919,17 @@
}
},
"node_modules/@vitest/expect": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.9.tgz",
- "integrity": "sha512-C2vyXf5/Jfj1vl4DQYxjib3jzyuswMi/KHHVN2z+H4v16hdJ7jMZ0OGe3uOVIt6LyJsAofDdaJNIFEpQcrSTFw==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.10.tgz",
+ "integrity": "sha512-3QkTX/lK39FBNwARCQRSQr0TP9+ywSdxSX+LgbJ2M1WmveXP72anTbnp2yl5fH+dU6SUmBzNMrDHs80G8G2DZg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"@types/chai": "^5.2.2",
- "@vitest/spy": "4.0.9",
- "@vitest/utils": "4.0.9",
- "chai": "^6.2.0",
+ "@vitest/spy": "4.0.10",
+ "@vitest/utils": "4.0.10",
+ "chai": "^6.2.1",
"tinyrainbow": "^3.0.3"
},
"funding": {
@@ -3937,13 +3937,13 @@
}
},
"node_modules/@vitest/mocker": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.9.tgz",
- "integrity": "sha512-PUyaowQFHW+9FKb4dsvvBM4o025rWMlEDXdWRxIOilGaHREYTi5Q2Rt9VCgXgPy/hHZu1LeuXtrA/GdzOatP2g==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.10.tgz",
+ "integrity": "sha512-e2OfdexYkjkg8Hh3L9NVEfbwGXq5IZbDovkf30qW2tOh7Rh9sVtmSr2ztEXOFbymNxS4qjzLXUQIvATvN4B+lg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@vitest/spy": "4.0.9",
+ "@vitest/spy": "4.0.10",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.21"
},
@@ -3974,9 +3974,9 @@
}
},
"node_modules/@vitest/pretty-format": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.9.tgz",
- "integrity": "sha512-Hor0IBTwEi/uZqB7pvGepyElaM8J75pYjrrqbC8ZYMB9/4n5QA63KC15xhT+sqHpdGWfdnPo96E8lQUxs2YzSQ==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.10.tgz",
+ "integrity": "sha512-99EQbpa/zuDnvVjthwz5bH9o8iPefoQZ63WV8+bsRJZNw3qQSvSltfut8yu1Jc9mqOYi7pEbsKxYTi/rjaq6PA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3987,13 +3987,13 @@
}
},
"node_modules/@vitest/runner": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.9.tgz",
- "integrity": "sha512-aF77tsXdEvIJRkj9uJZnHtovsVIx22Ambft9HudC+XuG/on1NY/bf5dlDti1N35eJT+QZLb4RF/5dTIG18s98w==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.10.tgz",
+ "integrity": "sha512-EXU2iSkKvNwtlL8L8doCpkyclw0mc/t4t9SeOnfOFPyqLmQwuceMPA4zJBa6jw0MKsZYbw7kAn+gl7HxrlB8UQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@vitest/utils": "4.0.9",
+ "@vitest/utils": "4.0.10",
"pathe": "^2.0.3"
},
"funding": {
@@ -4001,13 +4001,13 @@
}
},
"node_modules/@vitest/snapshot": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.9.tgz",
- "integrity": "sha512-r1qR4oYstPbnOjg0Vgd3E8ADJbi4ditCzqr+Z9foUrRhIy778BleNyZMeAJ2EjV+r4ASAaDsdciC9ryMy8xMMg==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.10.tgz",
+ "integrity": "sha512-2N4X2ZZl7kZw0qeGdQ41H0KND96L3qX1RgwuCfy6oUsF2ISGD/HpSbmms+CkIOsQmg2kulwfhJ4CI0asnZlvkg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@vitest/pretty-format": "4.0.9",
+ "@vitest/pretty-format": "4.0.10",
"magic-string": "^0.30.21",
"pathe": "^2.0.3"
},
@@ -4016,9 +4016,9 @@
}
},
"node_modules/@vitest/spy": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.9.tgz",
- "integrity": "sha512-J9Ttsq0hDXmxmT8CUOWUr1cqqAj2FJRGTdyEjSR+NjoOGKEqkEWj+09yC0HhI8t1W6t4Ctqawl1onHgipJve1A==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.10.tgz",
+ "integrity": "sha512-AsY6sVS8OLb96GV5RoG8B6I35GAbNrC49AO+jNRF9YVGb/g9t+hzNm1H6kD0NDp8tt7VJLs6hb7YMkDXqu03iw==",
"dev": true,
"license": "MIT",
"funding": {
@@ -4026,13 +4026,13 @@
}
},
"node_modules/@vitest/utils": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.9.tgz",
- "integrity": "sha512-cEol6ygTzY4rUPvNZM19sDf7zGa35IYTm9wfzkHoT/f5jX10IOY7QleWSOh5T0e3I3WVozwK5Asom79qW8DiuQ==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.10.tgz",
+ "integrity": "sha512-kOuqWnEwZNtQxMKg3WmPK1vmhZu9WcoX69iwWjVz+jvKTsF1emzsv3eoPcDr6ykA3qP2bsCQE7CwqfNtAVzsmg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@vitest/pretty-format": "4.0.9",
+ "@vitest/pretty-format": "4.0.10",
"tinyrainbow": "^3.0.3"
},
"funding": {
@@ -15409,19 +15409,19 @@
}
},
"node_modules/vitest": {
- "version": "4.0.9",
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.9.tgz",
- "integrity": "sha512-E0Ja2AX4th+CG33yAFRC+d1wFx2pzU5r6HtG6LiPSE04flaE0qB6YyjSw9ZcpJAtVPfsvZGtJlKWZpuW7EHRxg==",
+ "version": "4.0.10",
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.10.tgz",
+ "integrity": "sha512-2Fqty3MM9CDwOVet/jaQalYlbcjATZwPYGcqpiYQqgQ/dLC7GuHdISKgTYIVF/kaishKxLzleKWWfbSDklyIKg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@vitest/expect": "4.0.9",
- "@vitest/mocker": "4.0.9",
- "@vitest/pretty-format": "4.0.9",
- "@vitest/runner": "4.0.9",
- "@vitest/snapshot": "4.0.9",
- "@vitest/spy": "4.0.9",
- "@vitest/utils": "4.0.9",
+ "@vitest/expect": "4.0.10",
+ "@vitest/mocker": "4.0.10",
+ "@vitest/pretty-format": "4.0.10",
+ "@vitest/runner": "4.0.10",
+ "@vitest/snapshot": "4.0.10",
+ "@vitest/spy": "4.0.10",
+ "@vitest/utils": "4.0.10",
"debug": "^4.4.3",
"es-module-lexer": "^1.7.0",
"expect-type": "^1.2.2",
@@ -15449,10 +15449,10 @@
"@edge-runtime/vm": "*",
"@types/debug": "^4.1.12",
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
- "@vitest/browser-playwright": "4.0.9",
- "@vitest/browser-preview": "4.0.9",
- "@vitest/browser-webdriverio": "4.0.9",
- "@vitest/ui": "4.0.9",
+ "@vitest/browser-playwright": "4.0.10",
+ "@vitest/browser-preview": "4.0.10",
+ "@vitest/browser-webdriverio": "4.0.10",
+ "@vitest/ui": "4.0.10",
"happy-dom": "*",
"jsdom": "*"
},
diff --git a/package.json b/package.json
index 53ce7293..d6f61c5b 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"@types/string-hash": "^1.1.3",
"@types/wicg-file-system-access": "^2023.10.7",
"@vitejs/plugin-react": "^5.1.1",
- "@vitest/coverage-v8": "^4.0.9",
+ "@vitest/coverage-v8": "^4.0.10",
"cors": "^2.8.5",
"cypress": "^15.6.0",
"cypress-plugin-tab": "^1.0.5",
@@ -148,6 +148,6 @@
"uuid": "^13.0.0",
"vite": "^7.2.2",
"vite-plugin-istanbul": "^7.2.1",
- "vitest": "^4.0.9"
+ "vitest": "^4.0.10"
}
}