[PR #616] [MERGED] Bump eslint-plugin-jsdoc from 39.3.14 to 39.3.23 #920

Closed
opened 2026-03-03 02:01:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/616
Author: @dependabot[bot]
Created: 10/24/2022
Status: Merged
Merged: 10/24/2022
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-39.3.23


📝 Commits (1)

  • de24027 Bump eslint-plugin-jsdoc from 39.3.14 to 39.3.23

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 39.3.14 to 39.3.23.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v39.3.23

39.3.23 (2022-10-23)

Bug Fixes

  • require-returns-check: allow implicit-return finally if other try-catch branches returning; fixes #926 (12da503)

v39.3.22

39.3.22 (2022-10-23)

Bug Fixes

  • valid-types: report problems with name parsing (e247d67)

v39.3.21

39.3.21 (2022-10-23)

Bug Fixes

  • require-param: do not cache by comment node; fixes #901 (867edc3)

v39.3.20

39.3.20 (2022-10-23)

Bug Fixes

  • require-returns-check: allow for missing catch or finalizer and missing case contents; fixes #924 (4fabdd6)

v39.3.19

39.3.19 (2022-10-22)

Bug Fixes

  • require-param: be tolerant if this is not included as [@param](https://github.com/param); fixes #919 (c1f21f8)

v39.3.18

39.3.18 (2022-10-22)

Bug Fixes

  • require-returns-check: check child nodes of consequents; fixes #923 (dc1f875)

v39.3.17

39.3.17 (2022-10-22)

... (truncated)

Commits
  • 12da503 fix(require-returns-check): allow implicit-return finally if other try-catc...
  • e247d67 fix(valid-types): report problems with name parsing
  • 87841e8 test(valid-types): example demonstrating array object properties; closes #596
  • 867edc3 fix(require-param): do not cache by comment node; fixes #901
  • 4fabdd6 fix(require-returns-check): allow for missing catch or finalizer and missin...
  • c1f21f8 fix(require-param): be tolerant if this is not included as @param; fixe...
  • dc1f875 fix(require-returns-check): check child nodes of consequents; fixes #923
  • 64b1ead test(require-param): add test limiting function to those with @param
  • 87c1c2a fix(require-returns-check): throw statements to be exempted from final chec...
  • 5d20bdf fix(check-param-names): tolerate documented "this" param; fixes #919
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/616 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-39.3.23` --- ### 📝 Commits (1) - [`de24027`](https://github.com/DavidAnson/markdownlint/commit/de2402757788df9cb84c809c8d70c191024cfa57) Bump eslint-plugin-jsdoc from 39.3.14 to 39.3.23 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.14 to 39.3.23. <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>v39.3.23</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.22...v39.3.23">39.3.23</a> (2022-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-returns-check</code>:</strong> allow implicit-return finally if other try-catch branches returning; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/926">#926</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/12da503cbad8e8caeca64ffb769cb474cb7c6a00">12da503</a>)</li> </ul> <h2>v39.3.22</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.21...v39.3.22">39.3.22</a> (2022-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>valid-types</code>:</strong> report problems with name parsing (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e247d6777fff34e73193db8ccc61beb9de988002">e247d67</a>)</li> </ul> <h2>v39.3.21</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.20...v39.3.21">39.3.21</a> (2022-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-param</code>:</strong> do not cache by comment node; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/901">#901</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/867edc37b2d2d705df3c97cbdb2ff77c250c528c">867edc3</a>)</li> </ul> <h2>v39.3.20</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.19...v39.3.20">39.3.20</a> (2022-10-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-returns-check</code>:</strong> allow for missing catch or finalizer and missing case contents; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/924">#924</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4fabdd60a8b12487c3db295c2f71b426f0ae83f4">4fabdd6</a>)</li> </ul> <h2>v39.3.19</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.18...v39.3.19">39.3.19</a> (2022-10-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-param</code>:</strong> be tolerant if <code>this</code> is not included as <code>[@param](https://github.com/param)</code>; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/919">#919</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c1f21f8234d37316d9abda17f18ab6010e7b7112">c1f21f8</a>)</li> </ul> <h2>v39.3.18</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.17...v39.3.18">39.3.18</a> (2022-10-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-returns-check</code>:</strong> check child nodes of consequents; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/923">#923</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/dc1f875b125224d4a9eda5efd2a3591b1884f980">dc1f875</a>)</li> </ul> <h2>v39.3.17</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.16...v39.3.17">39.3.17</a> (2022-10-22)</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/12da503cbad8e8caeca64ffb769cb474cb7c6a00"><code>12da503</code></a> fix(<code>require-returns-check</code>): allow implicit-return finally if other try-catc...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e247d6777fff34e73193db8ccc61beb9de988002"><code>e247d67</code></a> fix(<code>valid-types</code>): report problems with name parsing</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/87841e8c704d7aa094052465194b84b82b1cb115"><code>87841e8</code></a> test(<code>valid-types</code>): example demonstrating array object properties; closes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/596">#596</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/867edc37b2d2d705df3c97cbdb2ff77c250c528c"><code>867edc3</code></a> fix(<code>require-param</code>): do not cache by comment node; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/901">#901</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4fabdd60a8b12487c3db295c2f71b426f0ae83f4"><code>4fabdd6</code></a> fix(<code>require-returns-check</code>): allow for missing catch or finalizer and missin...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c1f21f8234d37316d9abda17f18ab6010e7b7112"><code>c1f21f8</code></a> fix(<code>require-param</code>): be tolerant if <code>this</code> is not included as <code>@param</code>; fixe...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/dc1f875b125224d4a9eda5efd2a3591b1884f980"><code>dc1f875</code></a> fix(<code>require-returns-check</code>): check child nodes of consequents; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/923">#923</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/64b1eadbfc91c1f4b454cc728c16e1a1e08e9472"><code>64b1ead</code></a> test(<code>require-param</code>): add test limiting function to those with <code>@param</code></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/87c1c2a4414e6badd8b114f3b13f0335163a222f"><code>87c1c2a</code></a> fix(<code>require-returns-check</code>): throw statements to be exempted from final chec...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/5d20bdf090d82a0aab0d9fc0a24a897c287dd6d2"><code>5d20bdf</code></a> fix(<code>check-param-names</code>): tolerate documented &quot;this&quot; param; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/919">#919</a></li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.14...v39.3.23">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=39.3.14&new-version=39.3.23)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:01:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#920
No description provided.