-
Notifications
You must be signed in to change notification settings - Fork 55
Commit 72d1d7b
authored
Bump eslint-plugin-jsdoc from 48.10.2 to 50.2.2 (#212)
Bumps
[eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from
48.10.2 to 50.2.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>v50.2.2</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.1...v50.2.2">50.2.2</a>
(2024-08-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>check-param-names</code>:</strong> check against
whitelist of acceptable function nodes so that non-function global
contexts do not err; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1303">#1303</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/288f0ae5d45183321493131ecf8c377fd6a5a5f3">288f0ae</a>)</li>
</ul>
<h2>v50.2.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.0...v50.2.1">50.2.1</a>
(2024-08-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>properly include options in ruleset factories (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/964712b9f9a6fc0c0ef7bff5e275e1782e77a6bd">964712b</a>)</li>
</ul>
<h2>v50.2.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.1.0...v50.2.0">50.2.0</a>
(2024-08-13)</h1>
<h3>Features</h3>
<ul>
<li>added granular flat TypeScript configs (<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1298">#1298</a>)
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/aed319438250b516756922aa6d5562e819af2977">aed3194</a>)</li>
</ul>
<h2>v50.1.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.1...v50.1.0">50.1.0</a>
(2024-08-13)</h1>
<h3>Features</h3>
<ul>
<li>update jsdoccomment, debug, devDeps.; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1304">#1304</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/75528b7d174db102de855a904492cb0e2062e17b">75528b7</a>)</li>
</ul>
<h2>v50.0.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.0...v50.0.1">50.0.1</a>
(2024-08-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>no-bad-blocks</code>:</strong> exclude ESLint
directives (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/df551374044d38b10fcc52ec9895481239d9711a">df55137</a>)</li>
</ul>
<h2>v50.0.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v49.0.0...v50.0.0">50.0.0</a>
(2024-08-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>lines-before-block</code>:</strong> remove rule from
recommended (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/1cae2cb42938ce291c46e9526a27b4980e9e83dd">1cae2cb</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/288f0ae5d45183321493131ecf8c377fd6a5a5f3"><code>288f0ae</code></a>
fix(<code>check-param-names</code>): check against whitelist of
acceptable function node...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b039833bfc27b28bfc2663e3a0d9349332a63e45"><code>b039833</code></a>
docs(text-escaping): indicate defaults for <code>escapeHTML</code></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/964712b9f9a6fc0c0ef7bff5e275e1782e77a6bd"><code>964712b</code></a>
fix: properly include options in ruleset factories</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/aed319438250b516756922aa6d5562e819af2977"><code>aed3194</code></a>
feat: added granular flat TypeScript configs (<a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1298">#1298</a>)</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/6e82aeb66a8402f2820143cb396f7c55b1621783"><code>6e82aeb</code></a>
docs: mark <code>lines-before-block</code> as not currently
recommended</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/75528b7d174db102de855a904492cb0e2062e17b"><code>75528b7</code></a>
feat: update jsdoccomment, debug, devDeps.; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1304">#1304</a></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/df551374044d38b10fcc52ec9895481239d9711a"><code>df55137</code></a>
fix(<code>no-bad-blocks</code>): exclude ESLint directives</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/1cae2cb42938ce291c46e9526a27b4980e9e83dd"><code>1cae2cb</code></a>
fix(<code>lines-before-block</code>): remove rule from recommended</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0265923c8748b55cd2d7ed3e1f9f73cc024e2005"><code>0265923</code></a>
feat(<code>lines-before-block</code>): add new rule; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1209">#1209</a></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/ce230a86a2ed1b8bd8bdd249beb3e75890b5cc28"><code>ce230a8</code></a>
docs: fix URL; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1293">#1293</a></li>
<li>Additional commits viewable in <a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.10.2...v50.2.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 639b6ed commit 72d1d7bCopy full SHA for 72d1d7b
File tree
Expand file treeCollapse file tree
2 files changed
+17
-17
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+17
-17
lines changedOpen diff view settings
Collapse file
+16-16Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments