Skip to content

Commit 7edff8c

Browse files
Bump eslint-plugin-jsdoc from 61.1.5 to 61.1.12 (#516)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.1.5 to 61.1.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's releases</a>.</em></p> <blockquote> <h2>v61.1.12</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.11...v61.1.12">61.1.12</a> (2025-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>no-undefined-types</code>:</strong> treat param names as defined; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1591">#1591</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b47779cc6914b8a3188ec108a35e50a70fab718e">b47779c</a>)</li> </ul> <h2>v61.1.11</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.10...v61.1.11">61.1.11</a> (2025-10-29)</h2> <h3>Bug Fixes</h3> <ul> <li>fixing of missing parent should go between child and grandparent (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4f2ec35a391c6daf2570f927d24bb893ab83baa7">4f2ec35</a>)</li> </ul> <h2>v61.1.10</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.9...v61.1.10">61.1.10</a> (2025-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>imports-as-dependencies</code>:</strong> check for object-based <code>types</code> (or <code>typings</code>) (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c9a22b6287d7da56043e52b3d49ad36b6e7421db">c9a22b6</a>)</li> </ul> <h2>v61.1.9</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.8...v61.1.9">61.1.9</a> (2025-10-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>CJS:</strong> provide CJS version of to-valid-identiifer; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1583">#1583</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ca57a1ffdeb8c48af0fb8be245a7ef2466af9d94">ca57a1f</a>)</li> </ul> <h2>v61.1.8</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.7...v61.1.8">61.1.8</a> (2025-10-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>no-undefined-types</code>:</strong> consider module scope variables as defined; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1581">#1581</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f938fdcc134edb6531a8b77b3b1238702d9d42d1">f938fdc</a>)</li> </ul> <h2>v61.1.7</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.6...v61.1.7">61.1.7</a> (2025-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>imports-as-dependencies</code>:</strong> handle resolve.exports errors (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0c4e5b6ef2a2eeaa2fd5028f1b4642d534e7dbe2">0c4e5b6</a>)</li> </ul> <h2>v61.1.6</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.5...v61.1.6">61.1.6</a> (2025-10-23)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2653fe16f054c40264947858d85b10a6d13a962f"><code>2653fe1</code></a> chore: update devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b47779cc6914b8a3188ec108a35e50a70fab718e"><code>b47779c</code></a> fix(<code>no-undefined-types</code>): treat param names as defined; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1591">#1591</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c72f8b00c8e2d5c8a466b9d72cf92a02dc2044b5"><code>c72f8b0</code></a> chore: update eslint</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9b2d5408c997603ae786422258e4079ca491b37b"><code>9b2d540</code></a> chore: update eslint/core</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/49df660b0d436c0afe2e41887b978632d4ab45e6"><code>49df660</code></a> chore: update devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/343816e57918337ebf27ac501a3c2070f1fd6f09"><code>343816e</code></a> test(<code>require-param</code>): add line numbers</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4f2ec35a391c6daf2570f927d24bb893ab83baa7"><code>4f2ec35</code></a> fix: fixing of missing parent should go between child and grandparent</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c9a22b6287d7da56043e52b3d49ad36b6e7421db"><code>c9a22b6</code></a> fix(<code>imports-as-dependencies</code>): check for object-based <code>types</code> (or <code>typings</code>)</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ca57a1ffdeb8c48af0fb8be245a7ef2466af9d94"><code>ca57a1f</code></a> fix(CJS): provide CJS version of to-valid-identiifer; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1583">#1583</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f938fdcc134edb6531a8b77b3b1238702d9d42d1"><code>f938fdc</code></a> fix(<code>no-undefined-types</code>): consider module scope variables as defined; fixes ...</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.5...v61.1.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jsdoc&package-manager=npm_and_yarn&previous-version=61.1.5&new-version=61.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6734ad7 commit 7edff8c

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

package-lock.json

Lines changed: 24 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-import": "^2.32.0",
5757
"eslint-plugin-jest": "^29.0.1",
5858
"eslint-plugin-jest-dom": "^5.5.0",
59-
"eslint-plugin-jsdoc": "^61.1.5",
59+
"eslint-plugin-jsdoc": "^61.1.12",
6060
"eslint-plugin-n": "^16.6.2",
6161
"eslint-plugin-promise": "^6.6.0",
6262
"jest": "^30.2.0",

0 commit comments

Comments
 (0)