Skip to content

Commit fd714cf

Browse files
chore(deps): update vitest to v2.0.5 (#907)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent a52fee3 commit fd714cf

File tree

8 files changed

+105
-124
lines changed

8 files changed

+105
-124
lines changed

examples/app-vitest-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"listhen": "1.7.2",
2525
"nuxt": "3.12.4",
2626
"typescript": "5.5.4",
27-
"vitest": "2.0.4",
27+
"vitest": "2.0.5",
2828
"vue-tsc": "2.0.29"
2929
},
3030
"dependencies": {

examples/app-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"happy-dom": "14.12.3",
2222
"playwright-core": "1.46.0",
2323
"typescript": "5.5.4",
24-
"vitest": "2.0.4"
24+
"vitest": "2.0.5"
2525
}
2626
}

examples/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@nuxt/content": "2.13.2",
1414
"@nuxt/test-utils": "latest",
1515
"nuxt": "3.12.4",
16-
"vitest": "2.0.4"
16+
"vitest": "2.0.5"
1717
}
1818
}

examples/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nuxt/test-utils": "latest",
1616
"@nuxtjs/i18n": "8.3.3",
1717
"nuxt": "3.12.4",
18-
"vitest": "2.0.4",
18+
"vitest": "2.0.5",
1919
"vue": "3.4.37",
2020
"vue-router": "4.4.3"
2121
}

examples/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@nuxt/test-utils": "latest",
3737
"changelogen": "0.5.5",
3838
"nuxt": "3.12.4",
39-
"vitest": "2.0.4"
39+
"vitest": "2.0.5"
4040
}
4141
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/estree": "1.0.5",
7676
"@types/jsdom": "21.1.7",
7777
"@types/semver": "7.5.8",
78-
"@vitest/ui": "2.0.4",
78+
"@vitest/ui": "2.0.5",
7979
"@vue/test-utils": "2.4.6",
8080
"changelogen": "0.5.5",
8181
"compatx": "0.1.8",
@@ -91,7 +91,7 @@
9191
"unbuild": "latest",
9292
"unimport": "3.10.0",
9393
"vite": "5.4.0",
94-
"vitest": "2.0.4",
94+
"vitest": "2.0.5",
9595
"vue-router": "4.4.3",
9696
"vue-tsc": "2.0.29"
9797
},
@@ -152,7 +152,8 @@
152152
"@nuxt/test-utils": "workspace:*",
153153
"rollup": "4.20.0",
154154
"vite": "5.4.0",
155-
"vitest": "2.0.4",
155+
"vite-node": "2.0.5",
156+
"vitest": "2.0.5",
156157
"vue": "^3.4.37"
157158
},
158159
"engines": {

pnpm-lock.yaml

Lines changed: 54 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)