Skip to content

Commit 27b4983

Browse files
chore(deps): update dependency c8 to v8 (#554)
[![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) | [`^7.13.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/c8/7.13.0/8.0.0) | [![age](https://badges.renovateapi.com/packages/npm/c8/8.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/c8/8.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/c8/8.0.0/compatibility-slim/7.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/c8/8.0.0/confidence-slim/7.13.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>bcoe/c8</summary> ### [`v8.0.0`](https://togithub.com/bcoe/c8/blob/HEAD/CHANGELOG.md#&#8203;800-httpsgithubcombcoec8comparev7140v800-2023-06-05) [Compare Source](https://togithub.com/bcoe/c8/compare/v7.14.0...v8.0.0) ##### ⚠ BREAKING CHANGES - dropped Node 10 support ([#&#8203;475](https://togithub.com/bcoe/c8/issues/475)) ##### Miscellaneous Chores - dropped Node 10 support ([#&#8203;475](https://togithub.com/bcoe/c8/issues/475)) ([f8ee1ff](https://togithub.com/bcoe/c8/commit/f8ee1ffeba0f7b9b36e328226b23e9999f6481e7)) ### [`v7.14.0`](https://togithub.com/bcoe/c8/blob/HEAD/CHANGELOG.md#&#8203;7140-httpsgithubcombcoec8comparev7130v7140-2023-05-26) [Compare Source](https://togithub.com/bcoe/c8/compare/v7.13.0...v7.14.0) ##### Features - added a new CLI arg `--merge-async` to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion ([#&#8203;469](https://togithub.com/bcoe/c8/issues/469)) ([45f2f84](https://togithub.com/bcoe/c8/commit/45f2f84e0fa3a10fde718111f57c5352de01d9d1)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://app.renovatebot.com/dashboard#github/JoshuaKGoldberg/template-typescript-node-package). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4078393 commit 27b4983

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@typescript-eslint/parser": "^5.59.5",
5757
"@vitest/coverage-istanbul": "^0.32.0",
5858
"all-contributors-cli": "^6.25.1",
59-
"c8": "^7.13.0",
59+
"c8": "^8.0.0",
6060
"console-fail-test": "^0.2.3",
6161
"cspell": "^6.31.1",
6262
"eslint": "^8.40.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)