Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jan 2, 2023
1 parent 1c0b01c commit 0581e48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "18.11.18",
"@typescript-eslint/parser": "5.47.1",
"@vercel/ncc": "0.36.0",
"@vitest/coverage-c8": "0.26.2",
"@vitest/coverage-c8": "0.26.3",
"eslint": "8.30.0",
"eslint-plugin-github": "4.6.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -46,6 +46,6 @@
"prettier": "2.8.1",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"vitest": "0.26.2"
"vitest": "0.26.3"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -999,13 +999,13 @@
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.0.tgz#1f262b86fc4f0770bbc0fc1d331d5aaa1bd47334"
integrity sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==

"@vitest/[email protected].2":
version "0.26.2"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.26.2.tgz#c0efcf394b6c82aa3dd7de9123077d5a673b3651"
integrity sha512-h7RZ7trUUsq+yixiXhBaGboap7pjee+x59HE9rsz/JbY/evJhgk+biLY5lOgjpyUonPN0Ymz3mxlrXW9Da54SQ==
"@vitest/[email protected].3":
version "0.26.3"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.26.3.tgz#3a87150f6faaa9b2c8da4dda55a2de6b23a895d8"
integrity sha512-sjmVYPozajWY2DawzuvhYX6hEe/LD6p2xv9VmPvh1zzDeNNVCAnyLcvXoaSMQD522x9bqciuyPrlrnh2iNkE/w==
dependencies:
c8 "^7.12.0"
vitest "0.26.2"
vitest "0.26.3"

abort-controller@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -4016,10 +4016,10 @@ vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

[email protected].2:
version "0.26.2"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.26.2.tgz#2624236b9d68ea62c753572ee465fe4fa0657572"
integrity sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==
[email protected].3:
version "0.26.3"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-0.26.3.tgz#164fbaf449d5bd382b44b736653ba800397b5ebd"
integrity sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w==
dependencies:
debug "^4.3.4"
mlly "^1.0.0"
Expand All @@ -4040,10 +4040,10 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

[email protected].2:
version "0.26.2"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.26.2.tgz#c1647e41d5619d1d059ff65d9c00672261ccac30"
integrity sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==
[email protected].3:
version "0.26.3"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.26.3.tgz#0e3abb7674e8af7b74519b40c04efe6e43c0b0a7"
integrity sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg==
dependencies:
"@types/chai" "^4.3.4"
"@types/chai-subset" "^1.3.3"
Expand All @@ -4059,7 +4059,7 @@ [email protected]:
tinypool "^0.3.0"
tinyspy "^1.0.2"
vite "^3.0.0 || ^4.0.0"
vite-node "0.26.2"
vite-node "0.26.3"

webidl-conversions@^3.0.0:
version "3.0.1"
Expand Down

0 comments on commit 0581e48

Please sign in to comment.