[PR #1536] [MERGED] Bump eslint-plugin-jsdoc from 50.6.3 to 50.6.6 #3372

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1536
Author: @dependabot[bot]
Created: 3/11/2025
Status: Merged
Merged: 3/11/2025
Merged by: @DavidAnson

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


📝 Commits (1)

  • 4cdadeb Bump eslint-plugin-jsdoc from 50.6.3 to 50.6.6

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 50.6.3 to 50.6.6.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.6.6

50.6.6 (2025-03-10)

Bug Fixes

  • empty-tags: allow for JSDoc-block final asterisks; fixes #670 (23b4bfa)

v50.6.5

50.6.5 (2025-03-10)

Bug Fixes

  • text-escaping: always allow content in example tags; fixes #1360 (6baad05)

v50.6.4

50.6.4 (2025-03-10)

Bug Fixes

Commits
  • 6e0f752 Merge pull request #1362 from brettz9/empty-tags-asterisk-final
  • 23b4bfa fix(empty-tags): allow for JSDoc-block final asterisks; fixes #670
  • 60d4d4b Merge pull request #1361 from brettz9/text-escaping-example
  • 6baad05 fix(text-escaping): always allow content in example tags; fixes #1360
  • 9edf4b1 fix: force release
  • b08733a fix: force release
  • 9c69a9f ci: update github actions
  • e9a98a3 test: add types for test cases
  • 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/1536 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-50.6.6` --- ### 📝 Commits (1) - [`4cdadeb`](https://github.com/DavidAnson/markdownlint/commit/4cdadeb9f27fac01e707d137853ea97548cd0cd5) Bump eslint-plugin-jsdoc from 50.6.3 to 50.6.6 ### 📊 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.6.3 to 50.6.6. <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.6.6</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.5...v50.6.6">50.6.6</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>empty-tags</code>:</strong> allow for JSDoc-block final asterisks; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/670">#670</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/23b4bfa1a8364e56cbd600f90509e753c54f14be">23b4bfa</a>)</li> </ul> <h2>v50.6.5</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.4...v50.6.5">50.6.5</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>text-escaping</code>:</strong> always allow content in example tags; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1360">#1360</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6baad05aabe988bf529b4fe53b0fdeb54e854f31">6baad05</a>)</li> </ul> <h2>v50.6.4</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.3...v50.6.4">50.6.4</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>force release (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9edf4b18f97f36b12f11441828f9b623f6a560b3">9edf4b1</a>)</li> <li>force release (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b08733a127d82b09461a18f5c31bd4533f7c3ee0">b08733a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6e0f752c0976a0d08b7bc82c25bda2cdc4b23965"><code>6e0f752</code></a> Merge pull request <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1362">#1362</a> from brettz9/empty-tags-asterisk-final</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/23b4bfa1a8364e56cbd600f90509e753c54f14be"><code>23b4bfa</code></a> fix(<code>empty-tags</code>): allow for JSDoc-block final asterisks; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/670">#670</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/60d4d4b93af1e3fdbeba74ade14fba11c504497f"><code>60d4d4b</code></a> Merge pull request <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1361">#1361</a> from brettz9/text-escaping-example</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6baad05aabe988bf529b4fe53b0fdeb54e854f31"><code>6baad05</code></a> fix(<code>text-escaping</code>): always allow content in example tags; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1360">#1360</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9edf4b18f97f36b12f11441828f9b623f6a560b3"><code>9edf4b1</code></a> fix: force release</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b08733a127d82b09461a18f5c31bd4533f7c3ee0"><code>b08733a</code></a> fix: force release</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9c69a9f2232f71369625068ad58e575dd9647072"><code>9c69a9f</code></a> ci: update github actions</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e9a98a3c0de9abf6860513b28cf1220891785c5c"><code>e9a98a3</code></a> test: add types for test cases</li> <li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.3...v50.6.6">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.6.3&new-version=50.6.6)](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:13:26 +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#3372
No description provided.