Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint-plugin-jsdoc from 54.5.0 to 61.1.1.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.1.1

61.1.1 (2025-10-12)

Bug Fixes

  • valid-types: reallow const type (75c8127)

v61.1.0

61.1.0 (2025-10-09)

Features

  • ts-method-signature-style: add new rule (92bf39e)
  • ts-no-empty-object-type: new rule to prevent empty objects (a19af97)
  • ts-no-unnecessary-template-expression: create new rule to catch extra markup within template types (64082aa)
  • ts-prefer-function-type: add new rule (cbda8aa)

v61.0.1

61.0.1 (2025-10-08)

Bug Fixes

  • require-yields-*, require-throws-*: ensure alias of throws (exception) and of yields (yield) are checked; fixes #1559 (#1560) (38770c4)

v61.0.0

61.0.0 (2025-10-08)

Features

  • type-formatting: keyValuePostColonSpacing, keyValuePostKeySpacing, keyValuePostOptionalSpacing, keyValuePostVariadicSpacing for key-value pairs (and object fields) (ecf3a4a)
  • type-formatting: add genericAndTupleElementSpacing option for tuples and generics (2735b6d)
  • type-formatting: add parameterDefaultValueSpacing for type parameter spacing (b8eeca8)
  • type-formatting: add spacing for functions/classes and method quotes (a361dc9)
  • type-formatting: change stringQuotes default to double; fixes #1556 (0837647)

BREAKING CHANGES

  • type-formatting: Set stringQuotes option to single to restore old behavior

v60.8.3

60.8.3 (2025-10-06)

Bug Fixes

... (truncated)

Commits
  • 75c8127 fix(valid-types): reallow const type
  • 64082aa feat(ts-no-unnecessary-template-expression): create new rule to catch extra...
  • a19af97 feat(ts-no-empty-object-type): new rule to prevent empty objects
  • ad97ccd docs: update
  • 7b0740d Update src/rules/tsPreferFunctionType.js
  • cbda8aa feat(ts-prefer-function-type): add new rule
  • 92bf39e feat(ts-method-signature-style): add new rule
  • 38770c4 fix(require-yields-*, require-throws-*): ensure alias of throws (exceptio...
  • 0837647 feat(type-formatting): change stringQuotes default to double; fixes #1556
  • a361dc9 feat(type-formatting): add spacing for functions/classes and method quotes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-61.1.1 branch from 9ca2795 to be2eaf0 Compare October 13, 2025 03:05
@fb55 fb55 enabled auto-merge (squash) October 13, 2025 07:18
@fb55
Copy link
Member

fb55 commented Oct 13, 2025

@dependabot rebase

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 54.5.0 to 61.1.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v54.5.0...v61.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-61.1.1 branch from be2eaf0 to 8c4b332 Compare October 13, 2025 07:29
@fb55 fb55 merged commit 8566dc7 into main Oct 13, 2025
9 checks passed
@fb55 fb55 deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-61.1.1 branch October 13, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

1 participant