Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump eslint-plugin-jsdoc from 48.2.9 to 50.0.1 (#286)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.9 to 50.0.1. <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.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> <ul> <li><strong><code>lines-before-block</code>:</strong> Have to selectively enable the <code>lines-before-block</code> rule to have it apply now.</li> </ul> <h2>v49.0.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.11.0...v49.0.0">49.0.0</a> (2024-08-06)</h1> <h3>Features</h3> <ul> <li><strong><code>lines-before-block</code>:</strong> add new rule; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1209">#1209</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0265923c8748b55cd2d7ed3e1f9f73cc024e2005">0265923</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong><code>lines-before-block</code>:</strong> Adds new rule to recommended</li> </ul> <h2>v48.11.0</h2> <h1><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.10.2...v48.11.0">48.11.0</a> (2024-08-02)</h1> <h3>Features</h3> <ul> <li><strong><code>check-template-names</code>:</strong> check callback/function tag blocks (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/058018b3ad990bd998bc02e31a5466422aa82fb1">058018b</a>)</li> <li><strong><code>require-template</code>:</strong> check callback/function tag block content (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/116b3e8c906884f799927cf42ab29cab1cfb4e31">116b3e8</a>)</li> </ul> <h2>v48.10.2</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.10.1...v48.10.2">48.10.2</a> (2024-07-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>check-template-names</code>:</strong> check for param and returns tags; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1286">#1286</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/12fca71fdc7761d4affb52bf5fe4be25eddabc5b">12fca71</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/b3c6c026dab65d67b1a536e7a942d628f704fd2d"><code>b3c6c02</code></a> docs: update generated docs</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/0973cafaeaf785d13fbd9a3fc421f1eaccecd3d6"><code>0973caf</code></a> docs: use <code>ts</code> for TypeScript code blocks</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/116b3e8c906884f799927cf42ab29cab1cfb4e31"><code>116b3e8</code></a> feat(<code>require-template</code>): check callback/function tag block content</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/058018b3ad990bd998bc02e31a5466422aa82fb1"><code>058018b</code></a> feat(<code>check-template-names</code>): check callback/function tag blocks</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/12fca71fdc7761d4affb52bf5fe4be25eddabc5b"><code>12fca71</code></a> fix(<code>check-template-names</code>): check for param and returns tags; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1286">#1286</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/31e0a35382c5d4c847781df6c4b5d8fb371d8d3c"><code>31e0a35</code></a> fix: add espree as dependency; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1284">#1284</a></li> <li>Additional commits viewable in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.2.9...v50.0.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=48.2.9&new-version=50.0.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 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