Skip to content

build(deps-dev): bump eslint-plugin-jsdoc from 61.1.5 to 61.1.9#4626

Merged
qwerty541 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-61.1.9
Oct 31, 2025
Merged

build(deps-dev): bump eslint-plugin-jsdoc from 61.1.5 to 61.1.9#4626
qwerty541 merged 2 commits into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-jsdoc-61.1.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-jsdoc from 61.1.5 to 61.1.9.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.1.9

61.1.9 (2025-10-26)

Bug Fixes

  • CJS: provide CJS version of to-valid-identiifer; fixes #1583 (ca57a1f)

v61.1.8

61.1.8 (2025-10-24)

Bug Fixes

  • no-undefined-types: consider module scope variables as defined; fixes #1581 (f938fdc)

v61.1.7

61.1.7 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: handle resolve.exports errors (0c4e5b6)

v61.1.6

61.1.6 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: check within exports for types; fixes #1114 (c0e4e7c)
Commits
  • ca57a1f fix(CJS): provide CJS version of to-valid-identiifer; fixes #1583
  • f938fdc fix(no-undefined-types): consider module scope variables as defined; fixes ...
  • 0c4e5b6 fix(imports-as-dependencies): handle resolve.exports errors
  • 6c13a32 chore: check Node 24
  • c0e4e7c fix(imports-as-dependencies): check within exports for types; fixes #1114
  • 8aa719c refactor: use node protocol identifier
  • See full diff 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 61.1.5 to 61.1.9.
- [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@v61.1.5...v61.1.9)

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

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 Oct 27, 2025
@dependabot dependabot Bot requested a review from qwerty541 as a code owner October 27, 2025 19:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2025
@vercel

vercel Bot commented Oct 27, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
github-readme-stats Ready Ready Preview Oct 31, 2025 4:35pm

@qwerty541 qwerty541 merged commit 376b7ac into master Oct 31, 2025
8 checks passed
@qwerty541 qwerty541 deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-61.1.9 branch October 31, 2025 16:36
@qwerty541 qwerty541 requested a review from Copilot October 31, 2025 17:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the eslint-plugin-jsdoc package from version 61.1.5 to 61.1.9, which is a patch version update. The update includes a new transitive dependency @es-joy/resolve.exports at version 1.0.0.

  • Updated eslint-plugin-jsdoc from 61.1.5 to 61.1.9
  • Added new dependency @es-joy/resolve.exports at version 1.0.0

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the eslint-plugin-jsdoc version constraint to ^61.1.9
package-lock.json Updates resolved version of eslint-plugin-jsdoc and adds the new transitive dependency @es-joy/resolve.exports

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

pull Bot pushed a commit to T0biii/github-readme-stats that referenced this pull request Oct 31, 2025
…aghazra#4626)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.1.5 to 61.1.9.
- [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@v61.1.5...v61.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
ghosind pushed a commit to ghosind/github-readme-stats that referenced this pull request Dec 30, 2025
…aghazra#4626)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.1.5 to 61.1.9.
- [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@v61.1.5...v61.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
zimya pushed a commit to zimya/github-readme-stats-cf that referenced this pull request Jan 13, 2026
…aghazra#4626)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.1.5 to 61.1.9.
- [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@v61.1.5...v61.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
piscis pushed a commit to piscis/github-readme-stats that referenced this pull request Feb 7, 2026
…aghazra#4626)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.1.5 to 61.1.9.
- [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@v61.1.5...v61.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
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.

2 participants