Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.1 to 2.1.8 #307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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/webidl-dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.12.12",
"@types/webidl2": "^24.4.3",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-v8": "^2.1.8",
"prettier": "^3.3.3",
"vitest": "^2.1.1"
},
Expand Down
52 changes: 40 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -781,29 +781,29 @@ __metadata:
languageName: node
linkType: hard

"@vitest/coverage-v8@npm:^2.1.1":
version: 2.1.1
resolution: "@vitest/coverage-v8@npm:2.1.1"
"@vitest/coverage-v8@npm:^2.1.8":
version: 2.1.8
resolution: "@vitest/coverage-v8@npm:2.1.8"
dependencies:
"@ampproject/remapping": "npm:^2.3.0"
"@bcoe/v8-coverage": "npm:^0.2.3"
debug: "npm:^4.3.6"
debug: "npm:^4.3.7"
istanbul-lib-coverage: "npm:^3.2.2"
istanbul-lib-report: "npm:^3.0.1"
istanbul-lib-source-maps: "npm:^5.0.6"
istanbul-reports: "npm:^3.1.7"
magic-string: "npm:^0.30.11"
magicast: "npm:^0.3.4"
std-env: "npm:^3.7.0"
magic-string: "npm:^0.30.12"
magicast: "npm:^0.3.5"
std-env: "npm:^3.8.0"
test-exclude: "npm:^7.0.1"
tinyrainbow: "npm:^1.2.0"
peerDependencies:
"@vitest/browser": 2.1.1
vitest: 2.1.1
"@vitest/browser": 2.1.8
vitest: 2.1.8
peerDependenciesMeta:
"@vitest/browser":
optional: true
checksum: 3deba40edfae79ac4545cadb0786ecf6c8deb72cdfd1ba0f205d84804d241740a7e78892782a3002f87bb5c0a2705ab613fe5f54374f2fe9866cd0a574d65156
checksum: b228a23bbaf0eae07ac939399f968b0def2df786091948a12d614919db3f5b6e46db7a1ab4f9d05d5d7f696afd53133a67abc25915f85480cd032442664ac725
languageName: node
linkType: hard

Expand Down Expand Up @@ -1180,6 +1180,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4.3.7":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
ms: "npm:^2.1.3"
peerDependenciesMeta:
supports-color:
optional: true
checksum: db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de
languageName: node
linkType: hard

"decimal.js@npm:^10.4.3":
version: 10.4.3
resolution: "decimal.js@npm:10.4.3"
Expand Down Expand Up @@ -1938,7 +1950,16 @@ __metadata:
languageName: node
linkType: hard

"magicast@npm:^0.3.4":
"magic-string@npm:^0.30.12":
version: 0.30.14
resolution: "magic-string@npm:0.30.14"
dependencies:
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
checksum: c52c2a6e699dfa8a840e13154da35464a40cd8b07049b695a8b282883b0426c0811af1e36ac26860b4267289340b42772c156a5608e87be97b63d510e617e87a
languageName: node
linkType: hard

"magicast@npm:^0.3.5":
version: 0.3.5
resolution: "magicast@npm:0.3.5"
dependencies:
Expand Down Expand Up @@ -2723,6 +2744,13 @@ __metadata:
languageName: node
linkType: hard

"std-env@npm:^3.8.0":
version: 3.8.0
resolution: "std-env@npm:3.8.0"
checksum: f560a2902fd0fa3d648d7d0acecbd19d664006f7372c1fba197ed4c216b4c9e48db6e2769b5fe1616d42a9333c9f066c5011935035e85c59f45dc4f796272040
languageName: node
linkType: hard

"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
version: 4.2.3
resolution: "string-width@npm:4.2.3"
Expand Down Expand Up @@ -3097,7 +3125,7 @@ __metadata:
"@types/node": "npm:^20.12.12"
"@types/webidl2": "npm:^24.4.3"
"@types/yargs": "npm:^17.0.33"
"@vitest/coverage-v8": "npm:^2.1.1"
"@vitest/coverage-v8": "npm:^2.1.8"
jsdom: "npm:^25.0.0"
prettier: "npm:^3.3.3"
typescript: "npm:^5.6.2"
Expand Down