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/services/guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@repo/typescript-config": "workspace:^",
"@types/node": "^25.3.0",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"
},
"dependencies": {
"ox": "^0.9.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/services/identity-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@repo/typescript-config": "workspace:^",
"@types/node": "^25.3.0",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"
},
"dependencies": {
"json-canonicalize": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@repo/typescript-config": "workspace:^",
"@types/node": "^25.3.0",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"
},
"dependencies": {
"@0xsequence/wallet-primitives": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dotenv": "^17.3.1",
"fake-indexeddb": "^6.2.5",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"

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 Upgrade the coverage provider alongside Vitest

Running test:coverage in wallet-core, wallet-primitives, or wallet-wdk now combines Vitest 4.1.11 with the locked @vitest/coverage-v8 4.0.18. That provider declares an exact vitest: 4.0.18 peer in pnpm-lock.yaml, and Vitest rejects mismatched core/provider versions when coverage starts, so these coverage commands fail before running tests. Update the coverage packages and lockfile to 4.1.11 in the same change.

Useful? React with 👍 / 👎.

},
"dependencies": {
"@0xsequence/guard": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/dapp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"fake-indexeddb": "^6.2.5",
"happy-dom": "^20.8.9",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"
},
"dependencies": {
"@0xsequence/guard": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@repo/typescript-config": "workspace:^",
"@vitest/coverage-v8": "^4.0.18",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"
},
"dependencies": {
"ox": "^0.9.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/wdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"fake-indexeddb": "^6.2.5",
"happy-dom": "^20.8.9",
"typescript": "^6.0.3",
"vitest": "^4.0.18"
"vitest": "^4.1.11"
},
"dependencies": {
"@0xsequence/guard": "workspace:^",
Expand Down
Loading
Loading