[PR #770] [MERGED] Bump eslint-plugin-jsdoc from 40.1.2 to 40.3.0 #1004

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/770
Author: @dependabot[bot]
Created: 4/11/2023
Status: Merged
Merged: 4/11/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • 64b87a1 Bump eslint-plugin-jsdoc from 40.1.2 to 40.3.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 40.1.2 to 40.3.0.

Commits
  • 33628b4 feat(no-blank-block-descriptions): add rule; fixes #982
  • 47559e6 docs(check-tag-names): minor doc issues
  • cebf94f fix: ensure check-tag-names is added to typescript configs
  • d36b6d5 Account for null node
  • f77cf2a Added enableFixer option
  • 7763b99 Fixed up defaulting and such
  • abf466d Remove default text check
  • ede2494 Remove no-types overlap
  • 249a55b remove preceding whitespace
  • 2d84367 Corrected output for clearing tags
  • 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/770 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/11/2023 **Status:** ✅ Merged **Merged:** 4/11/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-40.3.0` --- ### 📝 Commits (1) - [`64b87a1`](https://github.com/DavidAnson/markdownlint/commit/64b87a1ae89f896dc2a4bfe2ee0c93852ba1595b) Bump eslint-plugin-jsdoc from 40.1.2 to 40.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 40.1.2 to 40.3.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/33628b4d5298b687288b2f3dcef58ed2215fd0af"><code>33628b4</code></a> feat(<code>no-blank-block-descriptions</code>): add rule; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/982">#982</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/47559e64a43476b862bcac491c9079e7de50ce4e"><code>47559e6</code></a> docs(<code>check-tag-names</code>): minor doc issues</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/cebf94ff5f0231530264d57c1db2175b3934fd9f"><code>cebf94f</code></a> fix: ensure <code>check-tag-names</code> is added to typescript configs</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d36b6d52693b45af42a7abd52a4ea125b5967745"><code>d36b6d5</code></a> Account for null node</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f77cf2ac0b831a31c01cbebc498daa8ebe9e1ec2"><code>f77cf2a</code></a> Added enableFixer option</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7763b99e8b273d6a486c2c90c58b44fd298cab2a"><code>7763b99</code></a> Fixed up defaulting and such</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/abf466d10e7e8692219a215951576cf22c1469cb"><code>abf466d</code></a> Remove default text check</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ede24942ece528f6c3268e8fe9129e834f203eed"><code>ede2494</code></a> Remove no-types overlap</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/249a55b26de45f5d1abcb2d12c144a3ce0649225"><code>249a55b</code></a> remove preceding whitespace</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2d84367505e4c9c23350ed9f732937635223c299"><code>2d84367</code></a> Corrected output for clearing tags</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v40.1.2...v40.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=40.1.2&new-version=40.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 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:28 +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#1004
No description provided.