Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@biomejs/biome": "2.3.2",
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@vitest/ui": "^3.2.4",
"@vitest/ui": "^4.0.8",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This change only bumps the version for @vitest/ui. To avoid potential incompatibilities, the vitest package should also be bumped to the same version (^4.0.8) if it is a dependency in this project. If vitest is not a dependency, consider updating the PR title to reflect that only @vitest/ui is being updated.

"dotenv": "^17.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
Expand Down
54 changes: 40 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,15 @@ __metadata:
languageName: node
linkType: hard

"@vitest/pretty-format@npm:4.0.8":
version: 4.0.8
resolution: "@vitest/pretty-format@npm:4.0.8"
dependencies:
tinyrainbow: "npm:^3.0.3"
checksum: 10c0/04df23f459f30026ea3e99940459d21bd8db3d5fa2cf111a8125ba29af847de9f13094ee1b35f241bb5ac9cb7a683cee584849b6d966996445e1e57c5f81c96c
languageName: node
linkType: hard

"@vitest/runner@npm:3.2.4":
version: 3.2.4
resolution: "@vitest/runner@npm:3.2.4"
Expand Down Expand Up @@ -1938,20 +1947,20 @@ __metadata:
languageName: node
linkType: hard

"@vitest/ui@npm:^3.2.4":
version: 3.2.4
resolution: "@vitest/ui@npm:3.2.4"
"@vitest/ui@npm:^4.0.8":
version: 4.0.8
resolution: "@vitest/ui@npm:4.0.8"
dependencies:
"@vitest/utils": "npm:3.2.4"
"@vitest/utils": "npm:4.0.8"
fflate: "npm:^0.8.2"
flatted: "npm:^3.3.3"
pathe: "npm:^2.0.3"
sirv: "npm:^3.0.1"
tinyglobby: "npm:^0.2.14"
tinyrainbow: "npm:^2.0.0"
sirv: "npm:^3.0.2"
tinyglobby: "npm:^0.2.15"
tinyrainbow: "npm:^3.0.3"
peerDependencies:
vitest: 3.2.4
checksum: 10c0/c3de1b757905d050706c7ab0199185dd8c7e115f2f348b8d5a7468528c6bf90c2c46096e8901602349ac04f5ba83ac23cd98c38827b104d5151cf8ba21739a0c
vitest: 4.0.8
checksum: 10c0/8e2fa4fefb7e70a26dd0c42465185521e15a6f73c1cdf82b737dc24952340db588923679bf42a256d25762eeb1612c6537ccf97bd64f1bb74cf2c9e433a5c30f
languageName: node
linkType: hard

Expand All @@ -1966,6 +1975,16 @@ __metadata:
languageName: node
linkType: hard

"@vitest/utils@npm:4.0.8":
version: 4.0.8
resolution: "@vitest/utils@npm:4.0.8"
dependencies:
"@vitest/pretty-format": "npm:4.0.8"
tinyrainbow: "npm:^3.0.3"
checksum: 10c0/384e5db47a89e63143c335bf644d9be6e0a7f7555ed368837b9497dda20e080fcaa0c5b1c9bd8a9b49478d2b8dcfeb31be2bfb9fe7a5590f1453cbf372906436
languageName: node
linkType: hard

"abbrev@npm:1":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down Expand Up @@ -2747,7 +2766,7 @@ __metadata:
"@swc/core": "npm:^1.13.5"
"@types/lodash": "npm:^4.17.20"
"@types/node": "npm:^24.3.0"
"@vitest/ui": "npm:^3.2.4"
"@vitest/ui": "npm:^4.0.8"
dotenv: "npm:^17.2.3"
husky: "npm:^9.1.7"
lint-staged: "npm:^16.1.6"
Expand Down Expand Up @@ -5248,14 +5267,14 @@ __metadata:
languageName: node
linkType: hard

"sirv@npm:^3.0.1":
version: 3.0.1
resolution: "sirv@npm:3.0.1"
"sirv@npm:^3.0.2":
version: 3.0.2
resolution: "sirv@npm:3.0.2"
dependencies:
"@polka/url": "npm:^1.0.0-next.24"
mrmime: "npm:^2.0.0"
totalist: "npm:^3.0.0"
checksum: 10c0/7cf64b28daa69b15f77b38b0efdd02c007b72bb3ec5f107b208ebf59f01b174ef63a1db3aca16d2df925501831f4c209be6ece3302b98765919ef5088b45bf80
checksum: 10c0/5930e4397afdb14fbae13751c3be983af4bda5c9aadec832607dc2af15a7162f7d518c71b30e83ae3644b9a24cea041543cc969e5fe2b80af6ce8ea3174b2d04
languageName: node
linkType: hard

Expand Down Expand Up @@ -5727,6 +5746,13 @@ __metadata:
languageName: node
linkType: hard

"tinyrainbow@npm:^3.0.3":
version: 3.0.3
resolution: "tinyrainbow@npm:3.0.3"
checksum: 10c0/1e799d35cd23cabe02e22550985a3051dc88814a979be02dc632a159c393a998628eacfc558e4c746b3006606d54b00bcdea0c39301133956d10a27aa27e988c
languageName: node
linkType: hard

"tinyspy@npm:^4.0.3":
version: 4.0.3
resolution: "tinyspy@npm:4.0.3"
Expand Down
Loading