[PR #1367] [MERGED] Bump eslint-plugin-jsdoc from 50.2.4 to 50.3.0 #3264

Closed
opened 2026-03-07 20:12:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1367
Author: @dependabot[bot]
Created: 9/27/2024
Status: Merged
Merged: 9/27/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • 2c89fb7 Bump eslint-plugin-jsdoc from 50.2.4 to 50.3.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 50.2.4 to 50.3.0.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.3.0

50.3.0 (2024-09-26)

Features

  • require-param: add ignoreWhenAllParamsMissing option; fixes #1317 (3b18435)

v50.2.5

50.2.5 (2024-09-25)

Bug Fixes

  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)
Commits
  • 3b18435 feat(require-param): add ignoreWhenAllParamsMissing option; fixes #1317
  • 51c68b1 Revert "Enable Publish Attestation"
  • 6970456 fix: force release
  • baaf8c3 fix: update semantic-release
  • 20e0805 fix: force release
  • 8e565e0 fix: update semantic-release/github
  • 909de73 fix(require-jsdoc): allow TSTypeAliasDeclaration to be detected for expor...
  • 239d69a Enable Publish Attestation
  • 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)

🔄 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/1367 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-50.3.0` --- ### 📝 Commits (1) - [`2c89fb7`](https://github.com/DavidAnson/markdownlint/commit/2c89fb71e4dd4d5331051b97bcbf6d68963330c1) Bump eslint-plugin-jsdoc from 50.2.4 to 50.3.0 ### 📊 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 50.2.4 to 50.3.0. <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>v50.3.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.5...v50.3.0">50.3.0</a> (2024-09-26)</h1> <h3>Features</h3> <ul> <li><strong><code>require-param</code>:</strong> add <code>ignoreWhenAllParamsMissing</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1317">#1317</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3b1843582015d999bbf373095fdc492a235bb374">3b18435</a>)</li> </ul> <h2>v50.2.5</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.2.5">50.2.5</a> (2024-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-jsdoc</code>:</strong> allow <code>TSTypeAliasDeclaration</code> to be detected for export; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1319">#1319</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/909de737f115af69a5fd10ec64810a0f42f834e0">909de73</a>)</li> <li>force release (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/69704565d80e12a74e856966fbf9e70e2e324905">6970456</a>)</li> <li>force release (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/20e0805d8b245dd1f675987740dea2cfb04d440b">20e0805</a>)</li> <li>update semantic-release (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/baaf8c399dde08795841bd5df98b62212403f664">baaf8c3</a>)</li> <li>update semantic-release/github (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8e565e08407c275401045676faee62f31e42702a">8e565e0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3b1843582015d999bbf373095fdc492a235bb374"><code>3b18435</code></a> feat(<code>require-param</code>): add <code>ignoreWhenAllParamsMissing</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1317">#1317</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/51c68b16b114ae630bfea28a5f428d6fce1b3aaf"><code>51c68b1</code></a> Revert &quot;Enable Publish Attestation&quot;</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/69704565d80e12a74e856966fbf9e70e2e324905"><code>6970456</code></a> fix: force release</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/baaf8c399dde08795841bd5df98b62212403f664"><code>baaf8c3</code></a> fix: update semantic-release</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/20e0805d8b245dd1f675987740dea2cfb04d440b"><code>20e0805</code></a> fix: force release</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8e565e08407c275401045676faee62f31e42702a"><code>8e565e0</code></a> fix: update semantic-release/github</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/909de737f115af69a5fd10ec64810a0f42f834e0"><code>909de73</code></a> fix(<code>require-jsdoc</code>): allow <code>TSTypeAliasDeclaration</code> to be detected for expor...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/239d69aafff5462852a4c73c2ea4ab0a2e84a35c"><code>239d69a</code></a> Enable Publish Attestation</li> <li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.4...v50.3.0">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=50.2.4&new-version=50.3.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:12:53 +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#3264
No description provided.