[PR #793] [MERGED] Bump eslint-plugin-jsdoc from 43.0.7 to 43.1.1 #2863

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/793
Author: @dependabot[bot]
Created: 4/25/2023
Status: Merged
Merged: 5/3/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • a8e3294 Bump eslint-plugin-jsdoc from 43.0.7 to 43.1.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 43.0.7 to 43.1.1.

Commits
  • 4f3c48e fix: tag removal for 0-line tags (if other tags present, only blank out the t...
  • 152e8c2 feat(no-blank-blocks): add new rule; fixes #1042
  • ee2bae3 fix(check-tag-names, empty-tags, sort-tags, valid-types): support new...
  • 95f126d docs(check-tag-names): add docs on rejecting tags
  • f3faa25 fix(informative-docs): trim description text
  • 597e255 Merge pull request #1034 from remcohaszing/update-node-engine
  • 57acf66 Merge branch 'main' into update-node-engine
  • 217264f Use lockfile-version 3
  • d7e0fbd Update .ncurc.js
  • f7eae9c Use Node.js 20 in CI
  • 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/793 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-43.1.1` --- ### 📝 Commits (1) - [`a8e3294`](https://github.com/DavidAnson/markdownlint/commit/a8e3294330156220c06d5438cc44e7cc4b64e731) Bump eslint-plugin-jsdoc from 43.0.7 to 43.1.1 ### 📊 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 43.0.7 to 43.1.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/4f3c48eed95456513c53eacfe61ab5451da1c698"><code>4f3c48e</code></a> fix: tag removal for 0-line tags (if other tags present, only blank out the t...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/152e8c2debad7943c8854c3b19dd4bd938910928"><code>152e8c2</code></a> feat(<code>no-blank-blocks</code>): add new rule; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1042">#1042</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ee2bae38c7f712f45f9d9e28b4da43514083e276"><code>ee2bae3</code></a> fix(<code>check-tag-names</code>, <code>empty-tags</code>, <code>sort-tags</code>, <code>valid-types</code>): support new...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/95f126d988f6638bbdbf35fa70fce6e9e6abc4c2"><code>95f126d</code></a> docs(<code>check-tag-names</code>): add docs on rejecting tags</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f3faa251ee3e015bc5162e6b8da4d91212684e85"><code>f3faa25</code></a> fix(informative-docs): trim description text</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/597e255694f7c82f90a213ea855eef799e4c95da"><code>597e255</code></a> Merge pull request <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1034">#1034</a> from remcohaszing/update-node-engine</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/57acf6603ef4eff23472a0f6aee258b17f9ae3a8"><code>57acf66</code></a> Merge branch 'main' into update-node-engine</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/217264f3eb0fad0a5735ff04ac48c2e5e3e8a4fc"><code>217264f</code></a> Use lockfile-version 3</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d7e0fbd684b6504bbd3ff3d36cc3e5770389d443"><code>d7e0fbd</code></a> Update .ncurc.js</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f7eae9c76e6b496fa1667ef0bc64ce8c0bb4513c"><code>f7eae9c</code></a> Use Node.js 20 in CI</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v43.0.7...v43.1.1">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=43.0.7&new-version=43.1.1)](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-07 20:10:57 +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#2863
No description provided.