Skip to content

Commit 661a29e

Browse files
chore(devdeps): update vitest monorepo to v4.1.3 (#6298)
* chore(devdeps): update vitest monorepo to v4.1.3 * chore: add .changeset/renovate-eb2da5b.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <github@scaleway.com>
1 parent 6ba736b commit 661a29e

5 files changed

Lines changed: 118 additions & 100 deletions

File tree

.changeset/renovate-eb2da5b.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@ultraviolet/utils': patch
3+
---
4+
5+
Updated dependency `@vitest/coverage-istanbul` to `4.1.3`.
6+
Updated dependency `@vitest/coverage-v8` to `4.1.3`.
7+
Updated dependency `@vitest/ui` to `4.1.3`.
8+
Updated dependency `vitest` to `4.1.3`.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"@vanilla-extract/css": "1.18.0",
8282
"@vanilla-extract/vite-plugin": "5.2.1",
8383
"@vitejs/plugin-react": "6.0.1",
84-
"@vitest/coverage-istanbul": "4.1.1",
85-
"@vitest/coverage-v8": "4.1.1",
86-
"@vitest/ui": "4.1.1",
84+
"@vitest/coverage-istanbul": "4.1.3",
85+
"@vitest/coverage-v8": "4.1.3",
86+
"@vitest/ui": "4.1.3",
8787
"babel-loader": "10.1.1",
8888
"babel-plugin-annotate-pure-calls": "0.5.0",
8989
"babel-plugin-named-exports-order": "0.0.2",
@@ -121,7 +121,7 @@
121121
"turbo": "2.9.3",
122122
"typescript": "6.0.2",
123123
"vite": "8.0.5",
124-
"vitest": "4.1.1",
124+
"vitest": "4.1.3",
125125
"vitest-canvas-mock": "1.1.4",
126126
"vitest-localstorage-mock": "0.1.2",
127127
"zxcvbn": "4.4.2"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@utils/test": "workspace:*",
5959
"react": "19.2.4",
6060
"vite": "8.0.5",
61-
"vitest": "4.1.1"
61+
"vitest": "4.1.3"
6262
},
6363
"peerDependencies": {
6464
"react": "18.x || 19.x"

0 commit comments

Comments
 (0)