Skip to content

Commit

Permalink
Bump the minor-and-patch group with 3 updates (#203)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 3 updates:
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin),
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).

Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 7.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.18.0</h2>
<h2>7.18.0 (2024-07-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>types:</strong> update ECMA versions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
prevent runtime error when asserting a variable declared in default TS
lib (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li>
<li><strong>eslint-plugin:</strong> [unbound-method] report on
destructuring in function parameters (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li>
<li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents]
shouldn't report on error types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support
branded booleans (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Oliver Salzburg</li>
<li>Vinccool96</li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.18.0 (2024-07-29)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
prevent runtime error when asserting a variable declared in default TS
lib</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [unbound-method] report on
destructuring in function parameters</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-duplicate-type-constituents]
shouldn't report on error types</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [strict-boolean-expressions] support
branded booleans</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred</li>
<li>Oliver Salzburg</li>
<li>Vinccool96</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a>
chore(release): publish 7.18.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/46a5709e434a0a252a4ffd5bfe32bf883adbb418"><code>46a5709</code></a>
docs: link no-duplicate-type-constituents and
no-redundant-type-constituents ...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9eec7903698a98f61ddb933b7209d126e3400bb1"><code>9eec790</code></a>
fix(eslint-plugin): [strict-boolean-expressions] support branded
booleans (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9927a29eb83ce43bb6ecedbd0943207543eadc80"><code>9927a29</code></a>
docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9293">#9293</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/fb0ca4cbe79cd4b27300a42b31d6a7f5ea13e8e8"><code>fb0ca4c</code></a>
docs: remove unnecessary v8 links (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9611">#9611</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3591b78dc70592684a263755430477e74c7a5133"><code>3591b78</code></a>
fix(eslint-plugin): [no-duplicate-type-constituents] shouldn't report on
erro...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/64b4e43112eb52de79c6ad6454d0b243cfc1fc21"><code>64b4e43</code></a>
fix(eslint-plugin): [unbound-method] report on destructuring in function
para...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/bf4abdf3ce9454c8a291e78f32994c721fb5fe82"><code>bf4abdf</code></a>
fix(eslint-plugin): [no-unnecessary-type-assertion] prevent runtime
error whe...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6b92aa5ce61d86869493b764f77d882bb4d14ce7"><code>6b92aa5</code></a>
chore: reorg repo level utils, lint and typecheck repo files (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9618">#9618</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1e32db13dbf3c73423254f425662ed874f0b62b6"><code>1e32db1</code></a>
chore: enable radix (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9563">#9563</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />

Updates `@typescript-eslint/parser` from 7.17.0 to 7.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.18.0</h2>
<h2>7.18.0 (2024-07-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>types:</strong> update ECMA versions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
prevent runtime error when asserting a variable declared in default TS
lib (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li>
<li><strong>eslint-plugin:</strong> [unbound-method] report on
destructuring in function parameters (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li>
<li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents]
shouldn't report on error types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support
branded booleans (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Oliver Salzburg</li>
<li>Vinccool96</li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.18.0 (2024-07-29)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/35cf3d2b2b9611c3812b120c461d863c7881ac04"><code>35cf3d2</code></a>
chore(release): publish 7.18.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-jsdoc` from 48.8.3 to 48.10.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>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>
<h2>v48.10.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.10.0...v48.10.1">48.10.1</a>
(2024-07-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add espree as dependency; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1284">#1284</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/31e0a35382c5d4c847781df6c4b5d8fb371d8d3c">31e0a35</a>)</li>
</ul>
<h2>v48.10.0</h2>
<h1><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.9.3...v48.10.0">48.10.0</a>
(2024-07-30)</h1>
<h3>Features</h3>
<ul>
<li><strong><code>require-template</code>,
<code>check-template-names</code>:</strong> add support
<code>ClassDeclaration</code> (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/31d32555988dca786726420246efcd1589c07316">31d3255</a>)</li>
<li><strong><code>require-template</code>,
<code>check-template-names</code>:</strong> add support
<code>FunctionDeclaration</code> (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/28bc1cb8664b0373ad87f6cb0cd7c781139cc3b8">28bc1cb</a>)</li>
<li><strong><code>require-template</code>,
<code>check-template-names</code>:</strong> add support
<code>TSInterfaceDeclaration</code> (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/320a1ebb5c72d48a5a0cc725a7f8a1ea0170d2f6">320a1eb</a>)</li>
</ul>
<h2>v48.9.3</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.9.2...v48.9.3">48.9.3</a>
(2024-07-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>getJsdocProcessorPlugin</code>:</strong> ensure
package.json file is consistently located (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/87a12703b229efa73334e61d7ed4448cb28167a9">87a1270</a>)</li>
</ul>
<h2>v48.9.2</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.9.1...v48.9.2">48.9.2</a>
(2024-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>examples processor:</strong> ensure config can be loaded
with plugins (<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2fbd47c3d2b23a41d87b979daa56a648270d3675">2fbd47c</a>)</li>
</ul>
<h2>v48.9.1</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.9.0...v48.9.1">48.9.1</a>
(2024-07-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>move processor to own file; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1277">#1277</a>;
fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1278">#1278</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3ba475e589bc1dc83a7f57950378b2da0228e7fc">3ba475e</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/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><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/31d32555988dca786726420246efcd1589c07316"><code>31d3255</code></a>
feat(<code>require-template</code>, <code>check-template-names</code>):
add support <code>ClassDeclaration</code></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/28bc1cb8664b0373ad87f6cb0cd7c781139cc3b8"><code>28bc1cb</code></a>
feat(<code>require-template</code>, <code>check-template-names</code>):
add support `FunctionDeclar...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/320a1ebb5c72d48a5a0cc725a7f8a1ea0170d2f6"><code>320a1eb</code></a>
feat(<code>require-template</code>, <code>check-template-names</code>):
add support `TSInterfaceDec...</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/87a12703b229efa73334e61d7ed4448cb28167a9"><code>87a1270</code></a>
fix(<code>getJsdocProcessorPlugin</code>): ensure package.json file is
consistently located</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/2fbd47c3d2b23a41d87b979daa56a648270d3675"><code>2fbd47c</code></a>
fix(examples processor): ensure config can be loaded with plugins</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/df43df9f4533dcbf7458e41d7f90bc89043331dd"><code>df43df9</code></a>
docs: mention in rule message current alternative to
<code>check-examples</code> rule</li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/f0f5e1848e4a0d920d743433de12f91ded46d4e1"><code>f0f5e18</code></a>
docs: fix docs for <code>getJsdocProcessorPlugin</code></li>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/3ba475e589bc1dc83a7f57950378b2da0228e7fc"><code>3ba475e</code></a>
fix: move processor to own file; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1277">#1277</a>;
fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1278">#1278</a></li>
<li>Additional commits viewable in <a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.8.3...v48.10.2">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent e0a7e75 commit bafbd59
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 57 deletions.
138 changes: 84 additions & 54 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
Expand Down

0 comments on commit bafbd59

Please sign in to comment.