Skip to content

Commit e60ebd0

Browse files
committed
chore: bump vite & vitest
1 parent 0587c70 commit e60ebd0

31 files changed

+88
-432
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/hash-sum": "^1.0.0",
6868
"@types/node": "^16.4.7",
6969
"@typescript-eslint/parser": "^5.23.0",
70-
"@vitest/coverage-istanbul": "^0.28.2",
70+
"@vitest/coverage-istanbul": "^0.29.7",
7171
"@vue/consolidate": "0.17.3",
7272
"brotli": "^1.3.2",
7373
"chalk": "^4.1.0",
@@ -102,7 +102,7 @@
102102
"todomvc-app-css": "^2.3.0",
103103
"tslib": "^2.4.0",
104104
"typescript": "^4.9.0",
105-
"vite": "^4.0.4",
106-
"vitest": "^0.28.5"
105+
"vite": "^4.2.0",
106+
"vitest": "^0.29.7"
107107
}
108108
}

packages/compiler-core/__tests__/__snapshots__/codegen.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: codegen > ArrayExpression 1`] = `
44
"

packages/compiler-core/__tests__/__snapshots__/compile.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: integration tests > function mode 1`] = `
44
"const _Vue = Vue

packages/compiler-core/__tests__/__snapshots__/parse.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: parse > Errors > ABRUPT_CLOSING_OF_EMPTY_COMMENT > <template><!--></template> 1`] = `
44
{

packages/compiler-core/__tests__/__snapshots__/scopeId.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`scopeId compiler support > should push scopeId for hoisted nodes 1`] = `
44
"import { createElementVNode as _createElementVNode, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from \\"vue\\"

packages/compiler-core/__tests__/transforms/__snapshots__/hoistStatic.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: hoistStatic transform > hoist element with static key 1`] = `
44
"const _Vue = Vue

packages/compiler-core/__tests__/transforms/__snapshots__/transformExpressions.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: expression transform > bindingMetadata > inline mode 1`] = `
44
"(_ctx, _cache) => {

packages/compiler-core/__tests__/transforms/__snapshots__/transformText.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: transform text > <template v-for> 1`] = `
44
"const _Vue = Vue

packages/compiler-core/__tests__/transforms/__snapshots__/vFor.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: v-for > codegen > basic v-for 1`] = `
44
"const _Vue = Vue

packages/compiler-core/__tests__/transforms/__snapshots__/vIf.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`compiler: v-if > codegen > basic v-if 1`] = `
44
"const _Vue = Vue

0 commit comments

Comments
 (0)