Skip to content

Commit baababc

Browse files
chore(deps): update dependency typedoc-plugin-coverage to v3 (#392)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc-plugin-coverage](https://togithub.com/Gerrit0/typedoc-plugin-coverage) | [`^2.2.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/typedoc-plugin-coverage/2.2.0/3.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc-plugin-coverage/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc-plugin-coverage/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typedoc-plugin-coverage/2.2.0/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typedoc-plugin-coverage/2.2.0/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Gerrit0/typedoc-plugin-coverage (typedoc-plugin-coverage)</summary> ### [`v3.1.0`](https://togithub.com/Gerrit0/typedoc-plugin-coverage/blob/HEAD/CHANGELOG.md#v310-2024-02-09) [Compare Source](https://togithub.com/Gerrit0/typedoc-plugin-coverage/compare/v3.0.0...v3.1.0) - Added `coverageOutputPath` option to specify where the coverage file should be written, [#&#8203;6](https://togithub.com/Gerrit0/typedoc-plugin-coverage/issues/6). ### [`v3.0.0`](https://togithub.com/Gerrit0/typedoc-plugin-coverage/blob/HEAD/CHANGELOG.md#v300-2024-02-06) [Compare Source](https://togithub.com/Gerrit0/typedoc-plugin-coverage/compare/v2.2.0...v3.0.0) - Updated coverage calculation algorithm to use the same logic as TypeDoc 0.25.7 to determine what members ought to be documented. - Updated build tooling, migrate to ESM. </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://developer.mend.io/github/JoshuaKGoldberg/ts-api-utils). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73b635c commit baababc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"should-semantic-release": "^0.2.1",
8989
"tsup": "^8.0.1",
9090
"typedoc": "^0.24.8",
91-
"typedoc-plugin-coverage": "^2.2.0",
91+
"typedoc-plugin-coverage": "^3.0.0",
9292
"typedoc-plugin-custom-validation": "^1.1.1",
9393
"typedoc-plugin-konamimojisplosion": "^0.0.2",
9494
"typedoc-plugin-mdn-links": "^3.1.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)