Skip to content

Commit 878b563

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v45 (#488)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jsdoc](https://togithub.com/gajus/eslint-plugin-jsdoc) | [`^44.2.3` -> `^45.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/44.2.7/45.0.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-jsdoc/45.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-jsdoc/45.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-jsdoc/45.0.0/compatibility-slim/44.2.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-jsdoc/45.0.0/confidence-slim/44.2.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gajus/eslint-plugin-jsdoc</summary> ### [`v45.0.0`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v45.0.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v44.2.7...v45.0.0) ##### Features - add recommended-typescript-flavor configs ([6042b77](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/6042b7751ff7cc7915eec1473ee743042155d22a)) - for typescript configs, disable `no-undefined-types`; fixes [#&#8203;888](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/888) ([ec41b90](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/ec41b902581dcfd99fb45f958940f67096e14b23)) ##### BREAKING CHANGES - This should only impact users of typescript configs. TS should itself handle checking for undefined types, so the (imperfect) rule has been disabled for such users. </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a115d30 commit 878b563

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-deprecation": "^1.4.1",
6161
"eslint-plugin-eslint-comments": "^3.2.0",
6262
"eslint-plugin-import": "^2.27.5",
63-
"eslint-plugin-jsdoc": "^44.2.3",
63+
"eslint-plugin-jsdoc": "^45.0.0",
6464
"eslint-plugin-jsonc": "^2.8.0",
6565
"eslint-plugin-markdown": "^3.0.0",
6666
"eslint-plugin-no-only-tests": "^3.1.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)