Skip to content

Commit

Permalink
chore: upgrade from vitest 2.1.8 to vitest 3.0.3 (#5144)
Browse files Browse the repository at this point in the history
* chore: upgrade to vitest 3

* chore: update vite subdependency

* chore: update vitest to 3.0.3
  • Loading branch information
cardoso authored Jan 21, 2025
1 parent 47d26b3 commit a081d0d
Show file tree
Hide file tree
Showing 7 changed files with 1,938 additions and 1,931 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/eslint-plugin": "^1.1.25",
"@vitest/ui": "^2.1.8",
"@vitest/ui": "^3.0.3",
"bytes": "^3.1.2",
"es-module-lexer": "^1.6.0",
"eslint": "9.18.0",
Expand All @@ -71,7 +71,7 @@
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "8.20.0",
"vitest": "^2.1.8"
"vitest": "^3.0.3"
},
"lint-staged": {
"*.{js,mjs,ts}": "eslint --cache",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<!-- yolo -->
</span>
</template>
</x-comments-text>
</x-comments-text>
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<!-- yolo -->
</span>
</template>
</x-comments-text>
</x-comments-text>
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
</div>
</x-child>
</template>
</x-parent>
</x-parent>
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ function stylesheet() {
/*LWC compiler vX.X.X*/
}
stylesheet.$nativeOnly$ = true;
export default [stylesheet];
export default [stylesheet];
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ function stylesheet() {
/*LWC compiler vX.X.X*/
}
stylesheet.$nativeOnly$ = true;
export default [stylesheet];
export default [stylesheet];
3,853 changes: 1,930 additions & 1,923 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a081d0d

Please sign in to comment.