Skip to content

Commit

Permalink
chore(deps): rollback vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Feb 18, 2023
1 parent 0608d4a commit 58a271c
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tslib": "^2.5.0",
"turbo": "^1.8.1",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/maria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/maria/src/lib/QueryHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export class QueryHandler<StoredValue = unknown> {
export namespace QueryHandler {
export interface Options {
connectionConfig: ConnectionConfig | string;

tableName: string;

disableSerialization?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vitest/coverage-c8": "^0.28.5",
"typedoc": "^0.23.25",
"typedoc-json-parser": "^7.1.0",
"vitest": "^0.28.5"
"vitest": "^0.27.3"
},
"repository": {
"type": "git",
Expand Down
92 changes: 82 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ __metadata:
property-helpers: ^2.0.0
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand All @@ -613,7 +613,7 @@ __metadata:
property-helpers: ^2.0.0
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand All @@ -630,7 +630,7 @@ __metadata:
mariadb: ^3.1.0
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand All @@ -648,7 +648,7 @@ __metadata:
property-helpers: ^2.0.0
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand All @@ -667,7 +667,7 @@ __metadata:
property-helpers: ^2.0.0
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -695,7 +695,7 @@ __metadata:
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
uuid: ^9.0.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand All @@ -720,7 +720,7 @@ __metadata:
property-helpers: ^2.0.0
typedoc: ^0.23.25
typedoc-json-parser: ^7.1.0
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1808,6 +1808,7 @@ __metadata:
"@joshdb/provider": 2.0.0-next.7b50e88.0
"@realware/utilities": ^2.1.1
"@sapphire/utilities": ^3.11.0
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4898,6 +4899,13 @@ __metadata:
languageName: node
linkType: hard

"pathe@npm:^0.2.0":
version: 0.2.0
resolution: "pathe@npm:0.2.0"
checksum: 9a8149ce152088f30d15b0b03a7c128ba21f16b4dc1f3f90fe38eee9f6d0f1d6da8e4e47bd2a4f9e14aaac7c30ed01cfc86216479011de2bdc598b65e6f19f41
languageName: node
linkType: hard

"pathe@npm:^1.0.0":
version: 1.0.0
resolution: "pathe@npm:1.0.0"
Expand Down Expand Up @@ -5489,7 +5497,7 @@ __metadata:
tslib: ^2.5.0
turbo: ^1.8.1
typescript: ^4.9.5
vitest: ^0.28.5
vitest: ^0.27.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6053,7 +6061,7 @@ __metadata:
languageName: node
linkType: hard

"tinypool@npm:^0.3.1":
"tinypool@npm:^0.3.0, tinypool@npm:^0.3.1":
version: 0.3.1
resolution: "tinypool@npm:0.3.1"
checksum: 23af5f3889ccab1619a0459748bd419db52b5cbdfd409241f8d42993ace485af5fa4eb3d945e5c37f4b90690b727b7858696967b00b4292149b5d71fb5848185
Expand Down Expand Up @@ -6508,6 +6516,24 @@ __metadata:
languageName: node
linkType: hard

"vite-node@npm:0.27.3":
version: 0.27.3
resolution: "vite-node@npm:0.27.3"
dependencies:
cac: ^6.7.14
debug: ^4.3.4
mlly: ^1.1.0
pathe: ^0.2.0
picocolors: ^1.0.0
source-map: ^0.6.1
source-map-support: ^0.5.21
vite: ^3.0.0 || ^4.0.0
bin:
vite-node: vite-node.mjs
checksum: f7acf7fcd378edad5ccfc36ced495f8981a69bf7ab60826edb36d4c08afcddf815221f46640e29ea81d1f25bf5719edd8b3c958a3a9e66a89c1fd0fba3be35ac
languageName: node
linkType: hard

"vite-node@npm:0.28.5":
version: 0.28.5
resolution: "vite-node@npm:0.28.5"
Expand Down Expand Up @@ -6564,7 +6590,7 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:0.28.5, vitest@npm:^0.28.5":
"vitest@npm:0.28.5":
version: 0.28.5
resolution: "vitest@npm:0.28.5"
dependencies:
Expand Down Expand Up @@ -6615,6 +6641,52 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:^0.27.3":
version: 0.27.3
resolution: "vitest@npm:0.27.3"
dependencies:
"@types/chai": ^4.3.4
"@types/chai-subset": ^1.3.3
"@types/node": "*"
acorn: ^8.8.1
acorn-walk: ^8.2.0
cac: ^6.7.14
chai: ^4.3.7
debug: ^4.3.4
local-pkg: ^0.4.2
picocolors: ^1.0.0
source-map: ^0.6.1
std-env: ^3.3.1
strip-literal: ^1.0.0
tinybench: ^2.3.1
tinypool: ^0.3.0
tinyspy: ^1.0.2
vite: ^3.0.0 || ^4.0.0
vite-node: 0.27.3
why-is-node-running: ^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: 79b787526311385c96a9ae5641094224e1258d663f3e858e874ab51663a9cdfc3dbc347eddcec8843921bb812bcf4fa5508145d9b2f9c7e6bf9a5c60c1cad8d3
languageName: node
linkType: hard

"vscode-oniguruma@npm:^1.6.1, vscode-oniguruma@npm:^1.7.0":
version: 1.7.0
resolution: "vscode-oniguruma@npm:1.7.0"
Expand Down

0 comments on commit 58a271c

Please sign in to comment.