Skip to content

Commit

Permalink
fix(deps): Bump eslint-plugin-jsdoc from 46.5.0 to 46.8.2 (#161)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.5.0 to 46.8.2.
<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>v46.8.2</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.8.1...v46.8.2">46.8.2</a> (2023-09-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fall back to deprecated <code>getSourceCode()</code>; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1159">#1159</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/83743492cb0038a6b27621b5faaa4c8ebae88134">8374349</a>)</li>
</ul>
<h2>v46.8.1</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.8.0...v46.8.1">46.8.1</a> (2023-09-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>require-description-complete-sentence</code>:</strong> allow all inline tags at beginning of sentence; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1150">#1150</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e8b14756c573bc7f6eb824f2e87b67bbd6a50fab">e8b1475</a>)</li>
</ul>
<h2>v46.8.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.7.0...v46.8.0">46.8.0</a> (2023-09-14)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>require-returns</code>:</strong> add <code>publicOnly</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1137">#1137</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8dbcb6f31d8e75b6a12dc0cfa19ace736ed0e9c6">8dbcb6f</a>)</li>
</ul>
<h2>v46.7.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.6.0...v46.7.0">46.7.0</a> (2023-09-13)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>require-returns</code>:</strong> add optional fixer (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/dfd2a8a0b5fbff4e5840c8d65b82c61ab54d7f87">dfd2a8a</a>)</li>
</ul>
<h2>v46.6.0</h2>
<h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.5.1...v46.6.0">46.6.0</a> (2023-09-10)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>informative-docs</code>:</strong> add <code>excludedTags</code>; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1153">#1153</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6f1b50b57106df18ece93a68bb9bc15b1364aaa2">6f1b50b</a>)</li>
</ul>
<h2>v46.5.1</h2>
<h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.5.0...v46.5.1">46.5.1</a> (2023-08-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>revert use of too-high language feature; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1148">#1148</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/85a21bfb696feace06da1a4e76977bcf34a9c45c">85a21bf</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/83743492cb0038a6b27621b5faaa4c8ebae88134"><code>8374349</code></a> fix: fall back to deprecated <code>getSourceCode()</code>; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1159">#1159</a></li>
<li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e8b14756c573bc7f6eb824f2e87b67bbd6a50fab"><code>e8b1475</code></a> fix(<code>require-description-complete-sentence</code>): allow all inline tags at beginn...</li>
<li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/8dbcb6f31d8e75b6a12dc0cfa19ace736ed0e9c6"><code>8dbcb6f</code></a> feat(<code>require-returns</code>): add <code>publicOnly</code> option; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1137">#1137</a></li>
<li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/dfd2a8a0b5fbff4e5840c8d65b82c61ab54d7f87"><code>dfd2a8a</code></a> feat(<code>require-returns</code>): add optional fixer</li>
<li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6f1b50b57106df18ece93a68bb9bc15b1364aaa2"><code>6f1b50b</code></a> feat(<code>informative-docs</code>): add <code>excludedTags</code>; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1153">#1153</a></li>
<li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/85a21bfb696feace06da1a4e76977bcf34a9c45c"><code>85a21bf</code></a> fix: revert use of too-high language feature; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1148">#1148</a></li>
<li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.5.0...v46.8.2">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=46.5.0&new-version=46.8.2)](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>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 2b37e7b commit ccee259
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsdoc": ">= 46.5.0",
"eslint-plugin-jsdoc": ">= 46.8.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
Expand Down Expand Up @@ -73,7 +73,7 @@
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsdoc": ">= 46.5.0",
"eslint-plugin-jsdoc": ">= 46.8.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
Expand Down

0 comments on commit ccee259

Please sign in to comment.