Skip to content
Open
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
4 changes: 2 additions & 2 deletions .claude/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node": "22.18.13",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"tsx": "4.20.6",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
2 changes: 1 addition & 1 deletion apps/hash-ai-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "22.18.13",
"@types/papaparse": "5.3.16",
"@types/sanitize-html": "2.16.0",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version mismatch between vitest and @vitest/coverage-istanbul

This PR updates @vitest/coverage-istanbul to 4.0.16 in hash-ai-agent, but the package's vitest dependency (line 47) remains at 4.0.15. The @vitest/coverage-istanbul@4.0.16 has an exact peer dependency on vitest: 4.0.16. This creates a version mismatch that will produce npm/yarn peer dependency warnings and could cause subtle incompatibilities between the coverage tool and the test runner.

Fix in Cursor Fix in Web

"baseline-browser-mapping": "2.9.11",
"eslint": "9.38.0",
"jsdom": "24.1.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@
"@types/node": "22.18.13",
"@types/papaparse": "5.3.16",
"@types/sanitize-html": "2.16.0",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4",
"vitest": "4.0.16",
"wait-on": "9.0.1"
}
}
4 changes: 2 additions & 2 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@
"@types/md5": "2.3.6",
"@types/mime-types": "2.1.4",
"@types/nodemailer": "6.4.17",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4",
"vitest": "4.0.16",
"wait-on": "9.0.1"
}
}
4 changes: 2 additions & 2 deletions libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/node": "22.18.13",
"@types/react": "19.2.7",
"@types/semver": "7.7.1",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"react": "19.2.3",
"rimraf": "6.1.2",
Expand All @@ -73,6 +73,6 @@
"tsx": "4.20.6",
"typescript": "5.9.3",
"vite-plugin-wasm-pack": "0.1.12",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
4 changes: 2 additions & 2 deletions libs/@local/effect-dns/hickory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
},
"napi": {
"name": "effect-dns-hickory",
Expand Down
4 changes: 2 additions & 2 deletions libs/@local/graph/sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
4 changes: 2 additions & 2 deletions libs/@local/harpc/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@local/tsconfig": "0.0.0-private",
"@rust/harpc-wire-protocol": "0.0.0-private",
"@types/node": "22.18.13",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
4 changes: 2 additions & 2 deletions libs/@local/hash-backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"@types/dotenv-flow": "3.3.3",
"@types/node": "22.18.13",
"@types/wait-on": "5.3.4",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
4 changes: 2 additions & 2 deletions libs/@local/hash-isomorphic-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"@types/lodash-es": "4.17.12",
"@types/node": "22.18.13",
"@types/pluralize": "0.0.33",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"graphql": "16.11.0",
"next": "15.5.9",
"react": "19.2.3",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
4 changes: 2 additions & 2 deletions tests/hash-backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node-fetch": "2.6.13",
"@vitest/coverage-istanbul": "3.2.4",
"@vitest/coverage-istanbul": "4.0.16",
"eslint": "9.38.0",
"rimraf": "6.1.2",
"typescript": "5.9.3",
"vitest": "3.2.4"
"vitest": "4.0.16"
}
}
Loading
Loading