-
Notifications
You must be signed in to change notification settings - Fork 55
Commit 1d4247b
authored
Bump the minor-and-patch group with 4 updates (#225)
Bumps the minor-and-patch group with 4 updates:
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node),
[@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 `@types/node` from 22.5.5 to 22.7.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.7.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>v8.7.0</h2>
<h2>8.7.0 (2024-09-23)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unsafe-call] check calls of
Function (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10010">#10010</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-exports] check
<code>export *</code> exports to see if all exported members are types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10006">#10006</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> properly coerce all types to string
in <code>getStaticMemberAccessValue</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10004">#10004</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on imported
deprecated variables (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9987">#9987</a>)</li>
<li><strong>eslint-plugin:</strong> [no-confusing-non-null-assertion]
check !in and !instanceof (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9994">#9994</a>)</li>
<li><strong>types:</strong> add <code>NewExpression</code> as a parent
of <code>SpreadElement</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10024">#10024</a>)</li>
<li><strong>utils:</strong> add missing entries to the RuleListener
selectors list (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9992">#9992</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@auvred</code></a></li>
<li>Brian Donovan <a
href="https://github.com/eventualbuddha"><code>@eventualbuddha</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</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>8.7.0 (2024-09-23)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [no-unsafe-call] check calls of
Function</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [consistent-type-exports] check
<code>export *</code> exports to see if all exported members are
types</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> properly coerce all types to string
in <code>getStaticMemberAccessValue</code></p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-deprecated] report on imported
deprecated variables</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-confusing-non-null-assertion]
check !in and !instanceof</p>
</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Brian Donovan</li>
<li>Kirk Waiblinger</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/b88ea33f34e0b5f6fc5bd3463a5b32a5c9df8b7e"><code>b88ea33</code></a>
chore(release): publish 8.7.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/cdd93f66d445d79bc061a6e03d312622f1dae29e"><code>cdd93f6</code></a>
docs(eslint-plugin): [no-inferrable-types] do not use
no-inferrable-types wit...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d0e35d9897221896a80e33f5a0f96ec138a8911c"><code>d0e35d9</code></a>
feat(eslint-plugin): [consistent-type-exports] check <code>export
*</code> exports to se...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/dc1c6d34445377ff34d2b1c6184eaa13085e2307"><code>dc1c6d3</code></a>
docs: [no-unnecessary-type-parameters] add FAQ section (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9975">#9975</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e8555a078bf7bc8f63a0715ce520e9ce9b618cbb"><code>e8555a0</code></a>
feat(eslint-plugin): [no-unsafe-call] check calls of Function (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10010">#10010</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/8293546583e1aaf47ee70637849b5d7a990fff56"><code>8293546</code></a>
fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and
!instance...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b75d42be049b6d221cb20e1d91f441eef79f1787"><code>b75d42b</code></a>
fix(eslint-plugin): [no-deprecated] report on imported deprecated
variables (...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c5dc75566289dbcf8edede63ba624db00404e5ac"><code>c5dc755</code></a>
docs: [no-floating-promises] clarify that void does not resolve promises
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9949">#9949</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1c183ab1f2cfbf1167301b33b460f2a4b2dafb36"><code>1c183ab</code></a>
fix(eslint-plugin): properly coerce all types to string in
`getStaticMemberAc...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7b149b9a56aea0cb32e810987637bfd163614e0c"><code>7b149b9</code></a>
docs: [strict-boolean-expressions] fix adominition (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10033">#10033</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/parser` from 8.6.0 to 8.7.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>v8.7.0</h2>
<h2>8.7.0 (2024-09-23)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unsafe-call] check calls of
Function (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10010">#10010</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-exports] check
<code>export *</code> exports to see if all exported members are types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10006">#10006</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> properly coerce all types to string
in <code>getStaticMemberAccessValue</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10004">#10004</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on imported
deprecated variables (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9987">#9987</a>)</li>
<li><strong>eslint-plugin:</strong> [no-confusing-non-null-assertion]
check !in and !instanceof (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9994">#9994</a>)</li>
<li><strong>types:</strong> add <code>NewExpression</code> as a parent
of <code>SpreadElement</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10024">#10024</a>)</li>
<li><strong>utils:</strong> add missing entries to the RuleListener
selectors list (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9992">#9992</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@auvred</code></a></li>
<li>Brian Donovan <a
href="https://github.com/eventualbuddha"><code>@eventualbuddha</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</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>8.7.0 (2024-09-23)</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/b88ea33f34e0b5f6fc5bd3463a5b32a5c9df8b7e"><code>b88ea33</code></a>
chore(release): publish 8.7.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-plugin-jsdoc` from 50.2.3 to 50.2.4
<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.4</h2>
<h2><a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.3...v50.2.4">50.2.4</a>
(2024-09-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><code>require-returns-check</code>:</strong> allow infinite
for loops to have only one branch to return; fixes <a
href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1315">#1315</a>
(<a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e7ab475c26eb4ac874f28eeb7cedafaf21b0b001">e7ab475</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gajus/eslint-plugin-jsdoc/commit/e7ab475c26eb4ac874f28eeb7cedafaf21b0b001"><code>e7ab475</code></a>
fix(<code>require-returns-check</code>): allow infinite for loops to
have only one branc...</li>
<li>See full diff in <a
href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.3...v50.2.4">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>1 parent 4228813 commit 1d4247bCopy full SHA for 1d4247b
File tree
Expand file treeCollapse file tree
2 files changed
+62
-62
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+62
-62
lines changedOpen diff view settings
Collapse file
+58-58Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments