Bump eslint-plugin-jsdoc from 48.0.2 to 48.0.6 #452

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.6 into main
dependabot[bot] commented 2024-02-07 01:01:57 +00:00 (Migrated from github.com)

Bumps eslint-plugin-jsdoc from 48.0.2 to 48.0.6.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.0.6

48.0.6 (2024-02-06)

Bug Fixes

  • informative-docs: check default named declaration (e9a9b74)
  • informative-docs: check named export declarations: fixes #1198 (5a79d3f)

v48.0.5

48.0.5 (2024-02-05)

Bug Fixes

  • informative-docs: Improve wording in rule description (f2aef87)

v48.0.4

48.0.4 (2024-01-26)

Bug Fixes

  • require-description-complete-sentence: capture multiple newlines as "paragraphs"; fixes #1193 (c5f203a)

v48.0.3

48.0.3 (2024-01-24)

Bug Fixes

  • require-jsdoc: ensure children of TS type reference and parameter instantiation can be exports; fixes #1186 (7461e01)
  • require-param: skip this parameter in checks (when followed by destructured content); fixes #1190 (0cd761b)
  • update devDeps. (6b163c8)
Commits
  • e9a9b74 fix(informative-docs): check default named declaration
  • 6fcb47f chore: update semver and devDeps.
  • 5a79d3f fix(informative-docs): check named export declarations: fixes #1198
  • 207bc74 chore: update jsdoccomment and devDeps.
  • f2aef87 fix(informative-docs): Improve wording in rule description
  • c5f203a fix(require-description-complete-sentence): capture multiple newlines as "p...
  • 6b163c8 fix: update devDeps.
  • 0cd761b fix(require-param): skip this parameter in checks (when followed by destr...
  • 7461e01 fix(require-jsdoc): ensure children of TS type reference and parameter inst...
  • 3697321 refactor: TS
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 48.0.2 to 48.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's releases</a>.</em></p> <blockquote> <h2>v48.0.6</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.0.5...v48.0.6">48.0.6</a> (2024-02-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>informative-docs:</strong> check default named declaration (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e9a9b74ae49d198b2c5afcf304c5928f16867e7a">e9a9b74</a>)</li> <li><strong>informative-docs:</strong> check named export declarations: fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1198">#1198</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/5a79d3fc1d4368612d98a567739f19053f0eca3a">5a79d3f</a>)</li> </ul> <h2>v48.0.5</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.0.4...v48.0.5">48.0.5</a> (2024-02-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>informative-docs:</strong> Improve wording in rule description (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f2aef87e42db465fdc11dc346c88dbac12c8f466">f2aef87</a>)</li> </ul> <h2>v48.0.4</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.0.3...v48.0.4">48.0.4</a> (2024-01-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-description-complete-sentence</code>:</strong> capture multiple newlines as &quot;paragraphs&quot;; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1193">#1193</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c5f203ade7b76a7d8d69735b524dfeda130d508c">c5f203a</a>)</li> </ul> <h2>v48.0.3</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.0.2...v48.0.3">48.0.3</a> (2024-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>require-jsdoc</code>:</strong> ensure children of TS type reference and parameter instantiation can be exports; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1186">#1186</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7461e0182827af0c6355dfeec50315953c6fb3de">7461e01</a>)</li> <li><strong><code>require-param</code>:</strong> skip <code>this</code> parameter in checks (when followed by destructured content); fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1190">#1190</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0cd761b504b3f07acd6c5045e2fa9b5a0cb27e2c">0cd761b</a>)</li> <li>update devDeps. (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6b163c82b33e68febabfb88ba346c942176cd593">6b163c8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e9a9b74ae49d198b2c5afcf304c5928f16867e7a"><code>e9a9b74</code></a> fix(informative-docs): check default named declaration</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6fcb47fa75278f761ac183d305e98c0221ff647c"><code>6fcb47f</code></a> chore: update semver and devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/5a79d3fc1d4368612d98a567739f19053f0eca3a"><code>5a79d3f</code></a> fix(informative-docs): check named export declarations: fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1198">#1198</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/207bc7473d16129a83e3f4489782b6ecdf0357dc"><code>207bc74</code></a> chore: update jsdoccomment and devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f2aef87e42db465fdc11dc346c88dbac12c8f466"><code>f2aef87</code></a> fix(informative-docs): Improve wording in rule description</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/c5f203ade7b76a7d8d69735b524dfeda130d508c"><code>c5f203a</code></a> fix(<code>require-description-complete-sentence</code>): capture multiple newlines as &quot;p...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6b163c82b33e68febabfb88ba346c942176cd593"><code>6b163c8</code></a> fix: update devDeps.</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0cd761b504b3f07acd6c5045e2fa9b5a0cb27e2c"><code>0cd761b</code></a> fix(<code>require-param</code>): skip <code>this</code> parameter in checks (when followed by destr...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7461e0182827af0c6355dfeec50315953c6fb3de"><code>7461e01</code></a> fix(<code>require-jsdoc</code>): ensure children of TS type reference and parameter inst...</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3697321ff01b304d6ed825fcc3f8a22624e00840"><code>3697321</code></a> refactor: TS</li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.0.2...v48.0.6">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=48.0.2&new-version=48.0.6)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 2024-02-15 00:19:06 +00:00 (Migrated from github.com)

Superseded by #457.

Superseded by #457.

Pull request closed

Sign in to join this conversation.