[PR #711] [MERGED] Bump eslint-plugin-jsdoc from 39.6.8 to 39.7.4 #2816

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/711
Author: @dependabot[bot]
Created: 1/30/2023
Status: Merged
Merged: 1/30/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • 83f0031 Bump eslint-plugin-jsdoc from 39.6.8 to 39.7.4

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 39.6.8 to 39.7.4.

Commits
  • 2e5782a fix(require-description-complete-sentence): report bare punctuation; fixes ...
  • 139d9b7 Revert "fix(require-description-complete-sentence): report bare punctuation...
  • b418dbd fix(require-description-complete-sentence): report bare punctuation; fixes ...
  • 952499a Revert "fix(require-description-complete-sentence): report bare punctuation...
  • 7988ed6 fix(require-description-complete-sentence): report bare punctuation; fixes ...
  • 512670c fix(require-returns-check): allow infinite loops to only have one branch re...
  • 42fd03b docs(no-restricted-syntax): example to limit types on @​type; fixes #939
  • d6e2355 docs: recommended-error config
  • a7381c0 feat: add config to report recommended rules as errors; fixes #956
  • ca5fc32 fix: avoid erring with blank lines; fixes #961
  • 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/711 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2023 **Status:** ✅ Merged **Merged:** 1/30/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-39.7.4` --- ### 📝 Commits (1) - [`83f0031`](https://github.com/DavidAnson/markdownlint/commit/83f0031a198d5251b2dfa737ff9378c27bf343e9) Bump eslint-plugin-jsdoc from 39.6.8 to 39.7.4 ### 📊 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.6.8 to 39.7.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2e5782abe8af9c0c1d81e93a54d76ca74b71f066"><code>2e5782a</code></a> fix(<code>require-description-complete-sentence</code>): report bare punctuation; fixes ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/139d9b7f0eb0d3b362b151d275f4ca7b9db071ac"><code>139d9b7</code></a> Revert &quot;fix(<code>require-description-complete-sentence</code>): report bare punctuation...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b418dbd51f11980effe666bbdcbc97bac0da0544"><code>b418dbd</code></a> fix(<code>require-description-complete-sentence</code>): report bare punctuation; fixes ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/952499a386c9d5602bb9142c3434b463ac87c750"><code>952499a</code></a> Revert &quot;fix(<code>require-description-complete-sentence</code>): report bare punctuation...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7988ed60d158520f75954625d150e551d3883de5"><code>7988ed6</code></a> fix(<code>require-description-complete-sentence</code>): report bare punctuation; fixes ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/512670c657cb0e314639f9bd71f0aca741da152d"><code>512670c</code></a> fix(<code>require-returns-check</code>): allow infinite loops to only have one branch re...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/42fd03b364cb83bb8c1d1e1c8420ddea5c37e65a"><code>42fd03b</code></a> docs(<code>no-restricted-syntax</code>): example to limit types on <a href="https://github.com/type"><code>@​type</code></a>; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/939">#939</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/d6e2355bc82557c15cdc1420f822f3a061e388f0"><code>d6e2355</code></a> docs: recommended-error config</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/a7381c01430bbae5326106661ad9cf8c58b59dff"><code>a7381c0</code></a> feat: add config to report recommended rules as errors; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/956">#956</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ca5fc32ed78b3c5d07deea73b27fd7b806374213"><code>ca5fc32</code></a> fix: avoid erring with blank lines; fixes <a href="https://github-redirect.dependabot.com/gajus/eslint-plugin-jsdoc/issues/961">#961</a></li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.8...v39.7.4">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.6.8&new-version=39.7.4)](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:42 +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#2816
No description provided.