Skip to content

Commit

Permalink
Bump the npm-development group with 2 updates (#51)
Browse files Browse the repository at this point in the history
Bumps the npm-development group with 2 updates:
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
and
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin).

Updates `@types/node` from 20.11.24 to 20.12.4
<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 7.0.0 to 7.5.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.5.0</h2>
<h2>7.5.0 (2024-04-01)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-floating-promises] handle
TaggedTemplateExpression (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8758">#8758</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
handle exactOptionalPropertyTypes compiler option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8770">#8770</a>)</li>
<li><strong>parser:</strong> disallow
<code>errorOnTypeScriptSyntacticAndSemanticIssues</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8784">#8784</a>)</li>
<li><strong>typescript-eslint:</strong> improve support for legacy
configs (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8812">#8812</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>Mark de Dios <a
href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li>
<li>Naru <a
href="https://github.com/naruaway"><code>@​naruaway</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</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>
<h2>v7.4.0</h2>
<h2>7.4.0 (2024-03-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] ignore
files with decorators, experimentalDecorators, and emitDecoratorMetadata
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8335">#8335</a>)
<ul>
<li>Check out our blog post on this change for more information! <a
href="https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators">https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators</a></li>
</ul>
</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments]
handle tagged templates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8708">#8708</a>)</li>
<li><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a
renamed only-throw-error (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8701">#8701</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] address
multipart nullish checks false positive (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8678">#8678</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] properly
disambiguate between <code>boolean</code> and <code>false</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8685">#8685</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
avoid remove const casting on template literals with expressions inside
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8740">#8740</a>)</li>
<li><strong>typescript-eslint:</strong> declare peer dependency on
<code>utils</code> to ensure npm correctly installs dependencies (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8738">#8738</a>)</li>
<li><strong>website:</strong> visual Editor is not scrolled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8709">#8709</a>)</li>
<li><strong>website:</strong> make 404 page good again (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8750">#8750</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Marco Pasqualetti <a
href="https://github.com/marcalexiei"><code>@​marcalexiei</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.5.0 (2024-04-01)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] handle
TaggedTemplateExpression</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
handle exactOptionalPropertyTypes compiler option</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher</li>
<li>Kim Sang Du</li>
<li>Mark de Dios</li>
<li>Naru</li>
<li>YeonJuan</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>
<h2>7.4.0 (2024-03-25)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [consistent-type-imports] ignore
files with decorators, experimentalDecorators, and
emitDecoratorMetadata</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments]
handle tagged templates</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a
renamed only-throw-error</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>eslint-plugin:</strong> [prefer-optional-chain] address
multipart nullish checks false positive</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [prefer-optional-chain] properly
disambiguate between <code>boolean</code> and <code>false</code></p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] avoid
remove const casting on template literals with expressions inside</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Brad Zacher</li>
<li>Josh Goldberg ✨</li>
<li>Kim Sang Du</li>
<li>Kirk Waiblinger</li>
<li>Marco Pasqualetti</li>
<li>YeonJuan</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a14ba9d45891958962163c90615a0ab270e15a38"><code>a14ba9d</code></a>
chore(release): publish 7.5.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ecb6b55425fd48f68074c996f5d5672d4707c64d"><code>ecb6b55</code></a>
docs: add homepage (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8742">#8742</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f0b1c4fb638bfc635ed7e27500dcbc195d54fe11"><code>f0b1c4f</code></a>
fix(eslint-plugin): [no-unnecessary-type-assertion] handle
exactOptionalPrope...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/570726872b270dec9fcc8de8613c7e8686e87a71"><code>5707268</code></a>
fix(eslint-plugin): [no-floating-promises] handle
TaggedTemplateExpression (#...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ca561e2e6fc5a20d86b8aa501a4fbd398d60fb25"><code>ca561e2</code></a>
chore: manually updated local package.jsons to 7.4.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8775">#8775</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/5d2469142262672e381db3b4a4e2bffa80984810"><code>5d24691</code></a>
chore(release): publish 7.4.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/029fc0b97fbfee330c0befe933b1bf268f3eb118"><code>029fc0b</code></a>
feat(eslint-plugin): deprecate no-throw-literal and add a renamed
only-throw-...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2a62a400b7dabee00ddaaa2f039e83b5bf91687a"><code>2a62a40</code></a>
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const
castin...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/990ec22c79e605a689f0e65848718b77b88f65ca"><code>990ec22</code></a>
docs: fix example of binding unbound method (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8754">#8754</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a08554a588e4eae73ca33eba334e7da332ebc9e2"><code>a08554a</code></a>
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged
templates ...</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/eslint-plugin">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>
  • Loading branch information
ncalteen authored Apr 5, 2024
2 parents 24c0b8c + 158d88c commit a93157e
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 429 deletions.
Loading

0 comments on commit a93157e

Please sign in to comment.