chore(deps): update dependency c8 to v9 (#1889)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [c8](https://togithub.com/bcoe/c8) | [`^8.0.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/c8/8.0.1/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/c8/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/c8/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/c8/8.0.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/c8/8.0.1/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>bcoe/c8 (c8)</summary>

### [`v9.0.0`](https://togithub.com/bcoe/c8/blob/HEAD/CHANGELOG.md#900-2024-01-03)

[Compare Source](https://togithub.com/bcoe/c8/compare/v8.0.1...v9.0.0)

##### ⚠ BREAKING CHANGES

-   **build:** minimum Node.js version is now 14.14.0

##### Features

-   **build:** minimum Node.js version is now 14.14.0 ([2cdc86b](2cdc86bd0a))
-   **deps:** update foreground-child to promise API ([#&#8203;512](https://togithub.com/bcoe/c8/issues/512)) ([b46b640](b46b640127))
-   **deps:** use Node.js built in rm ([2cdc86b](2cdc86bd0a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/napi-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
This commit is contained in:
renovate[bot] 2024-01-04 11:49:50 +08:00 committed by GitHub
parent 1392954c32
commit 19df3c1ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 19 deletions

View file

@ -77,7 +77,7 @@
"@typescript-eslint/parser": "^6.13.2", "@typescript-eslint/parser": "^6.13.2",
"ava": "^6.0.0", "ava": "^6.0.0",
"bun-types": "^1.0.15", "bun-types": "^1.0.15",
"c8": "^8.0.1", "c8": "^9.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"electron": "^28.0.0", "electron": "^28.0.0",
"esbuild": "^0.19.8", "esbuild": "^0.19.8",

View file

@ -2889,25 +2889,24 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"c8@npm:^8.0.1": "c8@npm:^9.0.0":
version: 8.0.1 version: 9.0.0
resolution: "c8@npm:8.0.1" resolution: "c8@npm:9.0.0"
dependencies: dependencies:
"@bcoe/v8-coverage": "npm:^0.2.3" "@bcoe/v8-coverage": "npm:^0.2.3"
"@istanbuljs/schema": "npm:^0.1.3" "@istanbuljs/schema": "npm:^0.1.3"
find-up: "npm:^5.0.0" find-up: "npm:^5.0.0"
foreground-child: "npm:^2.0.0" foreground-child: "npm:^3.1.1"
istanbul-lib-coverage: "npm:^3.2.0" istanbul-lib-coverage: "npm:^3.2.0"
istanbul-lib-report: "npm:^3.0.1" istanbul-lib-report: "npm:^3.0.1"
istanbul-reports: "npm:^3.1.6" istanbul-reports: "npm:^3.1.6"
rimraf: "npm:^3.0.2"
test-exclude: "npm:^6.0.0" test-exclude: "npm:^6.0.0"
v8-to-istanbul: "npm:^9.0.0" v8-to-istanbul: "npm:^9.0.0"
yargs: "npm:^17.7.2" yargs: "npm:^17.7.2"
yargs-parser: "npm:^21.1.1" yargs-parser: "npm:^21.1.1"
bin: bin:
c8: bin/c8.js c8: bin/c8.js
checksum: 20338de2cff36beaf22d9114c9e8fca94d674dc643d81851300b46bc0cf9ed95c40bee755c8126f5b6b1a35672ffb69ae49285666bfb128ff418666395609904 checksum: d1be07d8a720807270adc7818492711aa7d3c201a6a3b6b69c85c8ebcf6eb5ccdcca81326b277dce6f19e00197b45a224c6915e707ee41ee0a2805dd538a855f
languageName: node languageName: node
linkType: hard linkType: hard
@ -4687,17 +4686,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"foreground-child@npm:^2.0.0": "foreground-child@npm:^3.1.0, foreground-child@npm:^3.1.1":
version: 2.0.0
resolution: "foreground-child@npm:2.0.0"
dependencies:
cross-spawn: "npm:^7.0.0"
signal-exit: "npm:^3.0.2"
checksum: 6719982783a448162f9a01500757fb2053bc5dcd4d67c7cd30739b38ccc01b39f84e408c30989d1d8774519c021c0498e2450ab127690fb09d7f2568fd94ffcc
languageName: node
linkType: hard
"foreground-child@npm:^3.1.0":
version: 3.1.1 version: 3.1.1
resolution: "foreground-child@npm:3.1.1" resolution: "foreground-child@npm:3.1.1"
dependencies: dependencies:
@ -7156,7 +7145,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^6.13.2" "@typescript-eslint/parser": "npm:^6.13.2"
ava: "npm:^6.0.0" ava: "npm:^6.0.0"
bun-types: "npm:^1.0.15" bun-types: "npm:^1.0.15"
c8: "npm:^8.0.1" c8: "npm:^9.0.0"
cross-env: "npm:^7.0.3" cross-env: "npm:^7.0.3"
electron: "npm:^28.0.0" electron: "npm:^28.0.0"
esbuild: "npm:^0.19.8" esbuild: "npm:^0.19.8"