Skip to content

Commit 317f076

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v57 (#1278)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-jsdoc](https://redirect.github.com/gajus/eslint-plugin-jsdoc) | [`56.1.2` -> `57.0.2`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/56.1.2/57.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/57.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/56.1.2/57.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary> ### [`v57.0.2`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v57.0.2) [Compare Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.1...v57.0.2) ##### Bug Fixes - **`extraRuleDefinitions.forbid` jsdoc function option:** point default link to advanced page ([#&#8203;1502](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1502)) ([91f1c30](https://redirect.github.com/gajus/eslint-plugin-jsdoc/commit/91f1c309298ef8454bc928108e37652c896a0897)) ### [`v57.0.1`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v57.0.1) [Compare Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v57.0.0...v57.0.1) ##### Bug Fixes - **`require-next-type`, `require-throws-type`, `require-yields-type`:** fix URL; fixes [#&#8203;1500](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1500) ([#&#8203;1501](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1501)) ([33a4529](https://redirect.github.com/gajus/eslint-plugin-jsdoc/commit/33a4529ecbb2d7ef23bfaee2e28761cda98f97b3)) ### [`v57.0.0`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v57.0.0) [Compare Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v56.1.2...v57.0.0) ##### Features - `extraRuleDefinitions.forbid` option to jsdoc function ([9f50083](https://redirect.github.com/gajus/eslint-plugin-jsdoc/commit/9f50083560ea987367343f5fc29d90e36b9f1d8b)) - **`require-next-type`, `require-throws-type`, `require-yields-type`:** adds new rules and adds to recommended and required configs; fixes [#&#8203;1461](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1461) ([0645428](https://redirect.github.com/gajus/eslint-plugin-jsdoc/commit/06454288b7b1037923f6665afd0cb8af512ea6ef)) ##### BREAKING CHANGES - **`require-next-type`, `require-throws-type`, `require-yields-type`:** It is unlikely to affect users but when using the jsdoc constructor with a recommended config , this commit removes `throws` and `yields` from the `structuredTags` settings recently added to the config output to require types for these tags in favor of the herein added equivalent recommended rules. (`next` is still part of `structuredTags` output, however, because this setting ensures the non-standard next tag is treated as allowable without need for separate configuration.) Also: - chore: remove unused linting directives </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a83b5c commit 317f076

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
@@ -70,7 +70,7 @@
7070
"eslint": "9.35.0",
7171
"eslint-doc-generator": "2.2.0",
7272
"eslint-plugin-eslint-plugin": "7.0.0",
73-
"eslint-plugin-jsdoc": "56.1.2",
73+
"eslint-plugin-jsdoc": "57.0.2",
7474
"eslint-plugin-jsonc": "2.20.0",
7575
"eslint-plugin-n": "17.21.0",
7676
"eslint-plugin-perfectionist": "4.15.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)