Skip to content

Commit

Permalink
build(deps): update devdependency c8 to ~10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 1ec58d5 commit 8b4e8aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "~6.21.0",
"ava": "~6.1.0",
"c8": "~9.1.0",
"c8": "~10.1.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-import": "~2.31.0",
Expand Down
35 changes: 20 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ~6.21.0
"@typescript-eslint/parser": ~6.21.0
ava: ~6.1.0
c8: ~9.1.0
c8: ~10.1.0
commander: ~12.1.0
csv-parse: ~5.5.0
eslint: ~8.57.0
Expand Down Expand Up @@ -1753,9 +1753,9 @@ __metadata:
languageName: node
linkType: hard

"c8@npm:~9.1.0":
version: 9.1.0
resolution: "c8@npm:9.1.0"
"c8@npm:~10.1.0":
version: 10.1.2
resolution: "c8@npm:10.1.2"
dependencies:
"@bcoe/v8-coverage": ^0.2.3
"@istanbuljs/schema": ^0.1.3
Expand All @@ -1764,13 +1764,18 @@ __metadata:
istanbul-lib-coverage: ^3.2.0
istanbul-lib-report: ^3.0.1
istanbul-reports: ^3.1.6
test-exclude: ^6.0.0
test-exclude: ^7.0.1
v8-to-istanbul: ^9.0.0
yargs: ^17.7.2
yargs-parser: ^21.1.1
peerDependencies:
monocart-coverage-reports: ^2
peerDependenciesMeta:
monocart-coverage-reports:
optional: true
bin:
c8: bin/c8.js
checksum: c5249bf9c390784a33b05f5e930f5301793c15105c874a0130839dbf3309ce8832376f77be5e325a40cc2955f455f1d7aea754858befd07eee535dd42b287bbe
checksum: 8a07191df0ff7fa267ba7701967876cfb7e4f8f7fac7de6dfdf7b329b2d95e2ed1aeeacad5c8646d0c3aba44333e3b57414dbc4494263b06ffba46002450629f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3488,7 +3493,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.5":
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.1, glob@npm:^10.4.5":
version: 10.4.5
resolution: "glob@npm:10.4.5"
dependencies:
Expand All @@ -3504,7 +3509,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^7.1.3, glob@npm:^7.1.4":
"glob@npm:^7.1.3":
version: 7.2.3
resolution: "glob@npm:7.2.3"
dependencies:
Expand Down Expand Up @@ -4904,7 +4909,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
"minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
Expand Down Expand Up @@ -6929,14 +6934,14 @@ __metadata:
languageName: node
linkType: hard

"test-exclude@npm:^6.0.0":
version: 6.0.0
resolution: "test-exclude@npm:6.0.0"
"test-exclude@npm:^7.0.1":
version: 7.0.1
resolution: "test-exclude@npm:7.0.1"
dependencies:
"@istanbuljs/schema": ^0.1.2
glob: ^7.1.4
minimatch: ^3.0.4
checksum: 3b34a3d77165a2cb82b34014b3aba93b1c4637a5011807557dc2f3da826c59975a5ccad765721c4648b39817e3472789f9b0fa98fc854c5c1c7a1e632aacdc28
glob: ^10.4.1
minimatch: ^9.0.4
checksum: e5a49a054bf2da74467dd8149b202166e36275c0dc2c9585f7d34de99c6d055d2287ac8d2a8e4c27c59b893acbc671af3fa869e8069a58ad117250e9c01c726b
languageName: node
linkType: hard

Expand Down

0 comments on commit 8b4e8aa

Please sign in to comment.