Skip to content

Commit daabc86

Browse files
Update vitest npm packages to v4
1 parent 067d656 commit daabc86

File tree

12 files changed

+211
-191
lines changed

12 files changed

+211
-191
lines changed

.claude/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@local/eslint": "0.0.0-private",
2121
"@local/tsconfig": "0.0.0-private",
2222
"@types/node": "22.18.13",
23-
"@vitest/coverage-istanbul": "3.2.4",
23+
"@vitest/coverage-istanbul": "4.0.16",
2424
"eslint": "9.38.0",
2525
"tsx": "4.20.6",
2626
"typescript": "5.9.3",
27-
"vitest": "3.2.4"
27+
"vitest": "4.0.16"
2828
}
2929
}

apps/hash-ai-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/node": "22.18.13",
6161
"@types/papaparse": "5.3.16",
6262
"@types/sanitize-html": "2.16.0",
63-
"@vitest/coverage-istanbul": "3.2.4",
63+
"@vitest/coverage-istanbul": "4.0.16",
6464
"eslint": "9.38.0",
6565
"jsdom": "24.1.3",
6666
"mastra": "1.0.0-beta.5",

apps/hash-ai-worker-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@
102102
"@types/node": "22.18.13",
103103
"@types/papaparse": "5.3.16",
104104
"@types/sanitize-html": "2.16.0",
105-
"@vitest/coverage-istanbul": "3.2.4",
105+
"@vitest/coverage-istanbul": "4.0.16",
106106
"eslint": "9.38.0",
107107
"rimraf": "6.1.2",
108108
"typescript": "5.9.3",
109-
"vitest": "3.2.4",
109+
"vitest": "4.0.16",
110110
"wait-on": "9.0.1"
111111
}
112112
}

apps/hash-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
"@types/md5": "2.3.6",
127127
"@types/mime-types": "2.1.4",
128128
"@types/nodemailer": "6.4.17",
129-
"@vitest/coverage-istanbul": "3.2.4",
129+
"@vitest/coverage-istanbul": "4.0.16",
130130
"eslint": "9.38.0",
131131
"rimraf": "6.1.2",
132132
"typescript": "5.9.3",
133-
"vitest": "3.2.4",
133+
"vitest": "4.0.16",
134134
"wait-on": "9.0.1"
135135
}
136136
}

libs/@blockprotocol/type-system/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "22.18.13",
6565
"@types/react": "19.2.7",
6666
"@types/semver": "7.7.1",
67-
"@vitest/coverage-istanbul": "3.2.4",
67+
"@vitest/coverage-istanbul": "4.0.16",
6868
"eslint": "9.38.0",
6969
"react": "19.2.3",
7070
"rimraf": "6.1.2",
@@ -73,6 +73,6 @@
7373
"tsx": "4.20.6",
7474
"typescript": "5.9.3",
7575
"vite-plugin-wasm-pack": "0.1.12",
76-
"vitest": "3.2.4"
76+
"vitest": "4.0.16"
7777
}
7878
}

libs/@local/effect-dns/hickory/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"devDependencies": {
2222
"@local/eslint": "0.0.0-private",
2323
"@local/tsconfig": "0.0.0-private",
24-
"@vitest/coverage-istanbul": "3.2.4",
24+
"@vitest/coverage-istanbul": "4.0.16",
2525
"eslint": "9.38.0",
2626
"rimraf": "6.1.2",
2727
"typescript": "5.9.3",
28-
"vitest": "3.2.4"
28+
"vitest": "4.0.16"
2929
},
3030
"napi": {
3131
"name": "effect-dns-hickory",

libs/@local/graph/sdk/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"devDependencies": {
3838
"@local/eslint": "0.0.0-private",
3939
"@local/tsconfig": "0.0.0-private",
40-
"@vitest/coverage-istanbul": "3.2.4",
40+
"@vitest/coverage-istanbul": "4.0.16",
4141
"eslint": "9.38.0",
4242
"rimraf": "6.1.2",
4343
"typescript": "5.9.3",
44-
"vitest": "3.2.4"
44+
"vitest": "4.0.16"
4545
}
4646
}

libs/@local/harpc/client/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"@local/tsconfig": "0.0.0-private",
5151
"@rust/harpc-wire-protocol": "0.0.0-private",
5252
"@types/node": "22.18.13",
53-
"@vitest/coverage-istanbul": "3.2.4",
53+
"@vitest/coverage-istanbul": "4.0.16",
5454
"eslint": "9.38.0",
5555
"rimraf": "6.1.2",
5656
"typescript": "5.9.3",
57-
"vitest": "3.2.4"
57+
"vitest": "4.0.16"
5858
}
5959
}

libs/@local/hash-backend-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"@types/dotenv-flow": "3.3.3",
6666
"@types/node": "22.18.13",
6767
"@types/wait-on": "5.3.4",
68-
"@vitest/coverage-istanbul": "3.2.4",
68+
"@vitest/coverage-istanbul": "4.0.16",
6969
"eslint": "9.38.0",
7070
"rimraf": "6.1.2",
7171
"typescript": "5.9.3",
72-
"vitest": "3.2.4"
72+
"vitest": "4.0.16"
7373
}
7474
}

libs/@local/hash-isomorphic-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"@types/lodash-es": "4.17.12",
6868
"@types/node": "22.18.13",
6969
"@types/pluralize": "0.0.33",
70-
"@vitest/coverage-istanbul": "3.2.4",
70+
"@vitest/coverage-istanbul": "4.0.16",
7171
"eslint": "9.38.0",
7272
"graphql": "16.11.0",
7373
"next": "15.5.9",
7474
"react": "19.2.3",
7575
"rimraf": "6.1.2",
7676
"typescript": "5.9.3",
77-
"vitest": "3.2.4"
77+
"vitest": "4.0.16"
7878
}
7979
}

0 commit comments

Comments
 (0)