Skip to content

Commit 4946dba

Browse files
authored
Merge pull request #25 from tylerzey/renovate/vitest-monorepo
chore(deps): update dependency vitest to v0.25.2
2 parents 2008a13 + f8e8e3a commit 4946dba

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tslib": "2.4.1",
3232
"tsup": "6.5.0",
3333
"typescript": "4.9.3",
34-
"vitest": "0.24.4"
34+
"vitest": "0.25.2"
3535
},
3636
"peerDependencies": {
3737
"graphql": "^16.3.0"

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.25.tgz#527051f3c2f77aa52e5dc74e45a3da5fb2301448"
6161
integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==
6262

63+
acorn-walk@^8.2.0:
64+
version "8.2.0"
65+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
66+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
67+
6368
acorn@^8.8.0:
6469
version "8.8.0"
6570
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
@@ -896,6 +901,11 @@ [email protected]:
896901
dependencies:
897902
whatwg-url "^7.0.0"
898903

904+
source-map@^0.6.1:
905+
version "0.6.1"
906+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
907+
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
908+
899909
strip-final-newline@^2.0.0:
900910
version "2.0.0"
901911
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
@@ -1025,17 +1035,20 @@ vite@^3.0.0:
10251035
optionalDependencies:
10261036
fsevents "~2.3.2"
10271037

1028-
vitest@0.24.4:
1029-
version "0.24.4"
1030-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.24.4.tgz#ec6d876a000d9942b0bc0bbc54d54da38a879720"
1031-
integrity sha512-4ratHSyVEJPtBLV00uhL4Wj3Pmandc9rsxUkE0q9peNOfaOgGF4lEepdkaXGRi9AGFKr1GRVtjGOJ6Fp2lCpEg==
1038+
vitest@0.25.2:
1039+
version "0.25.2"
1040+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.25.2.tgz#b8afd2ad4ea3c759f383792b5c3a2998ceb15fcc"
1041+
integrity sha512-qqkzfzglEFbQY7IGkgSJkdOhoqHjwAao/OrphnHboeYHC5JzsVFoLCaB2lnAy8krhj7sbrFTVRApzpkTOeuDWQ==
10321042
dependencies:
10331043
"@types/chai" "^4.3.3"
10341044
"@types/chai-subset" "^1.3.3"
10351045
"@types/node" "*"
1046+
acorn "^8.8.0"
1047+
acorn-walk "^8.2.0"
10361048
chai "^4.3.6"
10371049
debug "^4.3.4"
10381050
local-pkg "^0.4.2"
1051+
source-map "^0.6.1"
10391052
strip-literal "^0.4.2"
10401053
tinybench "^2.3.1"
10411054
tinypool "^0.3.0"

0 commit comments

Comments
 (0)