Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group with 2 updat…
Browse files Browse the repository at this point in the history
…es (#386)

Bumps the development-dependencies group with 2 updates:
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
and
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).

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://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://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://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://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://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://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://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://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://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://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://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://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://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://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 />


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 <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 Sep 24, 2024
1 parent 4614267 commit c0b9a9d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 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 @@ -52,8 +52,8 @@
"@types/readable-stream": "4.0.15",
"@types/urijs": "^1.19.25",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"eslint-plugin-jsdoc": "50.2.4",
"jest": "29.7.0",
"nock": "13.5.5",
Expand Down

0 comments on commit c0b9a9d

Please sign in to comment.