Skip to content

build(deps-dev): Bump vitest from 0.28.5 to 0.29.1 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"version-bump-prompt": "6.1.0",
"vite": "4.1.4",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.28.5",
"vitest": "0.29.1",
"yaml-eslint-parser": "1.1.0"
},
"resolutions": {
Expand Down
113 changes: 112 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ __metadata:
version-bump-prompt: "npm:6.1.0"
vite: "npm:4.1.4"
vite-tsconfig-paths: "npm:4.0.5"
vitest: "npm:0.28.5"
vitest: "npm:0.29.1"
yaml-eslint-parser: "npm:1.1.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2351,6 +2351,17 @@ __metadata:
languageName: node
linkType: hard

"@vitest/expect@npm:0.29.1":
version: 0.29.1
resolution: "@vitest/expect@npm:0.29.1"
dependencies:
"@vitest/spy": "npm:0.29.1"
"@vitest/utils": "npm:0.29.1"
chai: "npm:^4.3.7"
checksum: 39c505c74ccd72f0b8a70fc531ff69cf2ba0d62b9392df5f33c72fa9f11a7fad0fe1e52a948058bddaddb68482488c5c30bb124e9785e97ecbf0f270bdf01ea8
languageName: node
linkType: hard

"@vitest/runner@npm:0.28.5":
version: 0.28.5
resolution: "@vitest/runner@npm:0.28.5"
Expand All @@ -2362,6 +2373,17 @@ __metadata:
languageName: node
linkType: hard

"@vitest/runner@npm:0.29.1":
version: 0.29.1
resolution: "@vitest/runner@npm:0.29.1"
dependencies:
"@vitest/utils": "npm:0.29.1"
p-limit: "npm:^4.0.0"
pathe: "npm:^1.1.0"
checksum: 1bb98b76a8f738db18200a327dc21b7866d0474c73e09eeb2325aff14dd612246f9a7ff871b5c646e4196aef809862a055116887c0831df138751078e6217d9c
languageName: node
linkType: hard

"@vitest/spy@npm:0.28.5":
version: 0.28.5
resolution: "@vitest/spy@npm:0.28.5"
Expand All @@ -2371,6 +2393,15 @@ __metadata:
languageName: node
linkType: hard

"@vitest/spy@npm:0.29.1":
version: 0.29.1
resolution: "@vitest/spy@npm:0.29.1"
dependencies:
tinyspy: "npm:^1.0.2"
checksum: 5c967a96a6a2efa05a65f8b60680c4bd2dc1d441b95ff9dcc93703c7d622136ae9ac1de26891b168b2b1776909ca6c109e3855758a699d649200d4161bcf4c7a
languageName: node
linkType: hard

"@vitest/ui@npm:0.29.1":
version: 0.29.1
resolution: "@vitest/ui@npm:0.29.1"
Expand All @@ -2397,6 +2428,19 @@ __metadata:
languageName: node
linkType: hard

"@vitest/utils@npm:0.29.1":
version: 0.29.1
resolution: "@vitest/utils@npm:0.29.1"
dependencies:
cli-truncate: "npm:^3.1.0"
diff: "npm:^5.1.0"
loupe: "npm:^2.3.6"
picocolors: "npm:^1.0.0"
pretty-format: "npm:^27.5.1"
checksum: 3d1e8ab0669acfe9867f8e0c0c21794acfe774554132a3416163ebd2e015bd602baaf793418beed63f0d11cc2a4ff7e7847eb215403c07dcf6ef3fc2ea4cc546
languageName: node
linkType: hard

"@whatwg-node/events@npm:^0.0.2":
version: 0.0.2
resolution: "@whatwg-node/events@npm:0.0.2"
Expand Down Expand Up @@ -8842,6 +8886,22 @@ __metadata:
languageName: node
linkType: hard

"vite-node@npm:0.29.1":
version: 0.29.1
resolution: "vite-node@npm:0.29.1"
dependencies:
cac: "npm:^6.7.14"
debug: "npm:^4.3.4"
mlly: "npm:^1.1.0"
pathe: "npm:^1.1.0"
picocolors: "npm:^1.0.0"
vite: "npm:^3.0.0 || ^4.0.0"
bin:
vite-node: vite-node.mjs
checksum: 1e83f811015cd28b11fdf51816aeaa6e8f59badbd27c0ed164eb41920af8b8f0c7dddcb042a1afd989365efc62a1e337af0d88dc996dca919db761e9934152c6
languageName: node
linkType: hard

"vite-tsconfig-paths@npm:4.0.5":
version: 4.0.5
resolution: "vite-tsconfig-paths@npm:4.0.5"
Expand Down Expand Up @@ -8942,6 +9002,57 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:0.29.1":
version: 0.29.1
resolution: "vitest@npm:0.29.1"
dependencies:
"@types/chai": "npm:^4.3.4"
"@types/chai-subset": "npm:^1.3.3"
"@types/node": "npm:*"
"@vitest/expect": "npm:0.29.1"
"@vitest/runner": "npm:0.29.1"
"@vitest/spy": "npm:0.29.1"
"@vitest/utils": "npm:0.29.1"
acorn: "npm:^8.8.1"
acorn-walk: "npm:^8.2.0"
cac: "npm:^6.7.14"
chai: "npm:^4.3.7"
debug: "npm:^4.3.4"
local-pkg: "npm:^0.4.2"
pathe: "npm:^1.1.0"
picocolors: "npm:^1.0.0"
source-map: "npm:^0.6.1"
std-env: "npm:^3.3.1"
strip-literal: "npm:^1.0.0"
tinybench: "npm:^2.3.1"
tinypool: "npm:^0.3.1"
tinyspy: "npm:^1.0.2"
vite: "npm:^3.0.0 || ^4.0.0"
vite-node: "npm:0.29.1"
why-is-node-running: "npm:^2.2.2"
peerDependencies:
"@edge-runtime/vm": "*"
"@vitest/browser": "*"
"@vitest/ui": "*"
happy-dom: "*"
jsdom: "*"
peerDependenciesMeta:
"@edge-runtime/vm":
optional: true
"@vitest/browser":
optional: true
"@vitest/ui":
optional: true
happy-dom:
optional: true
jsdom:
optional: true
bin:
vitest: vitest.mjs
checksum: 1beaf07d90fde28b4f55daa120e9084dcecda09e7827b62d3d37e5df06400394c2fcd76a5622382afba61179229515da89a34705a9eee08258476ce24200cf5c
languageName: node
linkType: hard

"vscode-languageserver-textdocument@npm:^1.0.8":
version: 1.0.9
resolution: "vscode-languageserver-textdocument@npm:1.0.9"
Expand Down