Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps eslint-plugin-jsdoc from 50.6.9 to 55.0.3.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v55.0.3

55.0.3 (2025-09-09)

Bug Fixes

  • typescript: remove properties from return value of config function (#1481) (e433f7d)

v55.0.2

55.0.2 (2025-09-08)

Bug Fixes

  • ensure docs reflect proper usage of new jsdoc export function (#1480) (005c3fd)

v55.0.1

55.0.1 (2025-09-08)

Bug Fixes

v55.0.0

55.0.0 (2025-09-08)

Features

  • export named function for building configs (#1477) (0b0a058)

BREAKING CHANGES

  • Although not technically breaking, this is being released as such to encourage use of the named import function.

import {jsdoc} from 'eslint-plugin-jsdoc'; // A named import now is encouraged export default [ ...jsdoc({config: 'flat/recommended'}); // Now invoke the function to build the config ];

v54.7.0

54.7.0 (2025-09-08)

Features

... (truncated)

Commits
  • e433f7d fix(typescript): remove properties from return value of config function (#1481)
  • 005c3fd fix: ensure docs reflect proper usage of new jsdoc export function (#1480)
  • c8ea39a fix: ensure CJS export is accessible; fixes #1478 (#1479)
  • 0b0a058 feat: export named function for building configs (#1477)
  • 427273e feat: revert "feat: export function for building configs (#1469)"; fixes #147...
  • 9fe05e0 feat: export function for building configs (#1469)
  • b2764fc chore: update jsdoccomment and devDeps.
  • 2693a88 fix(require-template): check TSDeclareFunction (including overloads) for ...
  • b29bc3a feat(require-jsdoc): add exemptOverloadedImplementations option
  • ed11968 feat(require-jsdoc, require-param): update jsdoccomment to disable overlo...
  • 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)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.6.9 to 55.0.3.
- [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@v50.6.9...v55.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2025 12:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2025

Superseded by #1146.

@dependabot dependabot bot closed this Sep 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-55.0.3 branch September 10, 2025 12:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant