Skip to content

Conversation

renovate-sh-app[bot]
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Sep 25, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-jsdoc 55.4.0 -> 60.2.0 age confidence

Release Notes

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v60.2.0

Compare Source

Features

v60.1.1

Compare Source

Bug Fixes
  • reject-any-type, reject-function-type: prevent object replacement as with check-types; fixes #​1538 (#​1539) (0c4c654)

v60.1.0

Compare Source

Features

v60.0.0

Compare Source

Bug Fixes
  • require-tags: change rule name to be consistent with other rules (#​1535) (70c1b2e)
BREAKING CHANGES
  • require-tags: Changes required-tags to require-tags.

v59.1.0

Compare Source

Features

v59.0.2

Compare Source

Bug Fixes

v59.0.1

Compare Source

Bug Fixes
  • require-yields-description, require-next-description: handle multiline descriptions; fixes #​1528 (2544b12)
  • typescript: deprecate check-examples (9a2763b)

v59.0.0

Compare Source

Bug Fixes
  • require-yields-check: remove exemptedBy option (7209fe0)
  • correct fixable false positives (2ff5f14), closes #​1266
Features
  • require-next-description, require-throws-decription, require-yields-description: add rules; fixes #​1526 (214a5f2)
BREAKING CHANGES
  • require-yields-check: Removes exemptedBy from require-yields-check. Should not be needed.

Also:

  • docs: create options dynamically from schemas

v58.1.1

Compare Source

Bug Fixes

v58.1.0

Compare Source

Features

v58.0.0

Compare Source

Bug Fixes
  • typescript: descriptions need tag Markdown escaping (52c0c16)
Features
  • add reject-any-type and reject-function-type rules and extraRuleDefinitions.preferTypes option (ae4e95d)
BREAKING CHANGES
  • The new rules are added to recommended configs

v57.2.1

Compare Source

Bug Fixes
  • typescript: ensure rules without a schema are represented as well (#​1518) (c21a3f3)

v57.2.0

Compare Source

Features
  • check-types: deprecate unifyParentAndChildTypeChecks option in favor of new unifyParentAndChildTypeChecks preferredTypes[preferredType] setting (#​1517) (224bbe6)

v57.1.1

Compare Source

Bug Fixes

v57.1.0

Compare Source

Features
  • type-formatting: new objectFieldSeparatorOptionalLinebreak option (#​1514) (6b20133)

v57.0.10

Compare Source

Bug Fixes
  • type-formatting: allow for $, _, and ZWNJ's without quoting (#​1513) (dd0950b)

v57.0.9

Compare Source

Bug Fixes
  • type-formatting: do not strip quotes for objectFieldQuote when not an ID; always allow unescaped digits (d53884a)

v57.0.8

Compare Source

Bug Fixes

v57.0.7

Compare Source

Bug Fixes

v57.0.6

Compare Source

Bug Fixes
  • examples configs: disable @typescript-eslint/no-unsed-vars (#​1507) (34e5910)

v57.0.5

Compare Source

Bug Fixes

v57.0.4

Compare Source

Bug Fixes

v57.0.3

Compare Source

Bug Fixes
  • valid-types: avoid reporting for next (handled by own rule) (#​1503) (76b8406)

v57.0.2

Compare Source

Bug Fixes
  • extraRuleDefinitions.forbid jsdoc function option: point default link to advanced page (#​1502) (91f1c30)

v57.0.1

Compare Source

Bug Fixes

v57.0.0

Compare Source

Features
  • extraRuleDefinitions.forbid option to jsdoc function (9f50083)
  • require-next-type, require-throws-type, require-yields-type: adds new rules and adds to recommended and required configs; fixes #​1461 (0645428)
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

v56.1.2

Compare Source

Bug Fixes

v56.1.1

Compare Source

Bug Fixes

v56.1.0

Compare Source

Features
  • type-formatting: add property, this, throws, and yields tags (#​1496) (8886628)

v56.0.2

Compare Source

Bug Fixes
  • getJsdocComment, iterateJsdoc: fix CJS type declarations (#​1493) (5f00672)

v56.0.1

Compare Source

Bug Fixes

v56.0.0

Compare Source

Features
BREAKING CHANGES
  • Changes exports paths. Should work without changes required.

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 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner September 25, 2025 09:06
@renovate-sh-app renovate-sh-app bot requested a review from Ukochka September 25, 2025 09:06
@tolzhabayev tolzhabayev moved this from 📬 Triage to 🔬 In review in Plugins Platform / Grafana Community Sep 25, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-dev-tools branch 4 times, most recently from 40f3bbe to 491c5b7 Compare September 27, 2025 12:06
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v56 chore(deps): update dependency eslint-plugin-jsdoc to v57 Sep 27, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-dev-tools branch 10 times, most recently from a872f82 to b5b4fd5 Compare September 30, 2025 09:06
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v57 chore(deps): update dependency eslint-plugin-jsdoc to v58 Sep 30, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-dev-tools branch 3 times, most recently from 5f8dbfc to 731c001 Compare October 2, 2025 12:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v58 chore(deps): update dependency eslint-plugin-jsdoc to v59 Oct 2, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-dev-tools branch 5 times, most recently from 4e4ba77 to c623366 Compare October 4, 2025 12:06
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v59 chore(deps): update dependency eslint-plugin-jsdoc to v60 Oct 4, 2025
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-dev-tools branch 4 times, most recently from 2d7b6b7 to 2c71995 Compare October 7, 2025 09:06
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/major-dev-tools branch from 2c71995 to 825300f Compare October 7, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔬 In review
Development

Successfully merging this pull request may close these issues.

0 participants