Bump eslint-plugin-jsdoc from 39.9.1 to 43.1.1 #29

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/eslint-plugin-jsdoc-43.1.1 into main
dependabot[bot] commented 2023-04-25 01:08:03 +00:00 (Migrated from github.com)

Bumps eslint-plugin-jsdoc from 39.9.1 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
  • ef02d5b fix: description retrieval logic was problematic for single line tags; fixes ...
  • 217264f Use lockfile-version 3
  • d7e0fbd Update .ncurc.js
  • 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)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.9.1 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/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/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>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.9.1...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=39.9.1&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>
dependabot[bot] commented 2023-05-08 01:22:05 +00:00 (Migrated from github.com)

Superseded by #36.

Superseded by #36.

Pull request closed

Sign in to join this conversation.