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
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@vitest/coverage-v8": "^3.1.3",
"dotenv": "^8.2.0",
"size-limit": "^11.2.0",
"vitest": "^3.1.3"
"vitest": "^4.0.0"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dotenv": "^8.2.0",
"size-limit": "^11.2.0",
"viem": "^2.33.2",
"vitest": "^3.1.3"
"vitest": "^4.0.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update Vitest coverage provider with Vitest

In the vitest workspaces, CI runs run test --coverage in .github/workflows/ci.yml lines 236-241, so this bump also needs the V8 coverage provider to be on Vitest 4. Yarn already reports the new vitest@4.1.8 peer request as unmet because these packages still install @vitest/coverage-v8@3.1.3 from yarn.lock; when the coverage job appends --coverage, Vitest loads that incompatible 3.x provider. Please bump @vitest/coverage-v8 to the matching 4.x range in core/actions/viem-account-ledger along with this Vitest major upgrade.

Useful? React with 👍 / 👎.

},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"jest": "^29.7.0",
"vitest": "^3.1.3"
"vitest": "^4.0.0"
},
"peerDependenciesMeta": {
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/viem-account-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@vitest/coverage-v8": "^3.1.3",
"dotenv": "^8.2.0",
"viem": "^2.33.2",
"vitest": "^3.1.3"
"vitest": "^4.0.0"
},
"engines": {
"node": ">=20"
Expand Down
Loading
Loading