[PR #785] [MERGED] Bump eslint-plugin-jsdoc from 41.1.2 to 43.0.7 #2865

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/785
Author: @dependabot[bot]
Created: 4/21/2023
Status: Merged
Merged: 4/22/2023
Merged by: @DavidAnson

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


📝 Commits (2)

  • a826fff Bump eslint-plugin-jsdoc from 41.1.2 to 43.0.7
  • b7568b8 Add and configure new JSDoc rules.

📊 Changes

2 files changed (+11 additions, -3 deletions)

View changed files

📝 .eslintrc.json (+10 -2)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-jsdoc from 41.1.2 to 43.0.7.

Commits
  • ef02d5b fix: description retrieval logic was problematic for single line tags; fixes ...
  • 131454f fix: bump jsdoccomment
  • cf1d885 fix: avoid range; #1027
  • eab4fb4 fix: bump engines; fixes #1027
  • ffef254 fix: update semver and devDeps.
  • a9cd1db fix(tag-lines): avoid new startLines option expecting whitespace when no ...
  • 9bb4bfd fix(tag-lines): startLines is intended to apply after tags only; fixes #1022
  • 9b8c653 feat: allow specification of tag groups and lines between (and before and aft...
  • 9e96b75 feat: for tag-lines, add endLines in place of dropEndLines and `applyTo...
  • 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 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/785 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/21/2023 **Status:** ✅ Merged **Merged:** 4/22/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-jsdoc-43.0.7` --- ### 📝 Commits (2) - [`a826fff`](https://github.com/DavidAnson/markdownlint/commit/a826fff89c54863a15e34bb117a6917faa68c516) Bump eslint-plugin-jsdoc from 41.1.2 to 43.0.7 - [`b7568b8`](https://github.com/DavidAnson/markdownlint/commit/b7568b855dd5f51a23219f7bc721be1cb83d094f) Add and configure new JSDoc rules. ### 📊 Changes **2 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.json` (+10 -2) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 41.1.2 to 43.0.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ef02d5b5a7c385d83792f1d3c6ba6f472c7abc76"><code>ef02d5b</code></a> fix: description retrieval logic was problematic for single line tags; fixes ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/131454f6998e1326563a3b25f34c6f7012b4104c"><code>131454f</code></a> fix: bump jsdoccomment</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/cf1d88502f0a6e4673dce8dfbf44b9edf43aa030"><code>cf1d885</code></a> fix: avoid range; <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1027">#1027</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/eab4fb4574027e2edac8d70dc9501a2f8d60bbf5"><code>eab4fb4</code></a> fix: bump engines; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1027">#1027</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ffef25416306871436fa832f1157c5c1b6d65bf5"><code>ffef254</code></a> fix: update semver and devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/a9cd1db8db305fb7b100a315d77417d99f2a989a"><code>a9cd1db</code></a> fix(<code>tag-lines</code>): avoid new <code>startLines</code> option expecting whitespace when no ...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9bb4bfd3bd973f085439e3d792db1e0820a5d72e"><code>9bb4bfd</code></a> fix(<code>tag-lines</code>): <code>startLines</code> is intended to apply after tags only; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1022">#1022</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9b8c6534362fe66d561d5f0c40f13831675c8697"><code>9b8c653</code></a> feat: allow specification of tag groups and lines between (and before and aft...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/9e96b75aad72428bdbb2ce2bc27ca42a08c30df8"><code>9e96b75</code></a> feat: for <code>tag-lines</code>, add <code>endLines</code> in place of <code>dropEndLines</code> and `applyTo...</li> <li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v41.1.2...v43.0.7">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=41.1.2&new-version=43.0.7)](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#2865
No description provided.