Skip to content

Commit

Permalink
chore: bump @typescript-eslint/parser from 7.18.0 to 8.0.1 (#71)
Browse files Browse the repository at this point in the history
Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 7.18.0 to 8.0.1.
<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.0.1</h2>
<h2>8.0.1 (2024-08-05)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unused-vars] ignore imports used
only as types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9694">#9694</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Jake Bailey <a
href="https://github.com/jakebailey"><code>@​jakebailey</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>v8.0.0</h2>
<h1>8.0.0 (2024-07-31)</h1>
<h3>🚀 Features</h3>
<ul>
<li>stricter parent types for the AST (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9560">#9560</a>)</li>
<li>speed up non-type-aware linting with project service (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8322">#8322</a>)</li>
<li>v8 integration branch (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9165">#9165</a>)</li>
<li><strong>ast-spec:</strong> remove deprecated type params (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8933">#8933</a>)</li>
<li><strong>eslint-plugin:</strong> remove formatting/layout rules (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8833">#8833</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] change
ignoreConditionalTests default to true (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8872">#8872</a>)</li>
<li><strong>eslint-plugin:</strong> deprecate no-loss-of-precision
extension rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8832">#8832</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] align catch
behavior to ESLint 9 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8971">#8971</a>)</li>
<li><strong>eslint-plugin:</strong> split no-empty-object-type out from
ban-types and no-empty-interfaces (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8977">#8977</a>)</li>
<li><strong>eslint-plugin:</strong> remove deprecated no-throw-literal
rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9092">#9092</a>)</li>
<li><strong>eslint-plugin:</strong> apply initial config changes for v8
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9079">#9079</a>)</li>
<li><strong>eslint-plugin:</strong> remove no-useless-template-literals
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9207">#9207</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
'allowForKnownSafeCalls' option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9234">#9234</a>)</li>
<li><strong>eslint-plugin:</strong> replace ban-types with
no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9102">#9102</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] add
<code>reportUnusedIgnorePattern</code> option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9324">#9324</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] support
<code>ignoreClassWithStaticInitBlock</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9325">#9325</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] handle comma
operator for assignments, treat for-of the same as for-in (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9326">#9326</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] report if var used
only in typeof (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9330">#9330</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] disable
checkThenables by default for v8 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9559">#9559</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] add return-await to
strict-type-checked preset (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9604">#9604</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
promote to strict (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9662">#9662</a>)</li>
<li><strong>parser:</strong> always enable comment, loc, range, tokens
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8617">#8617</a>)</li>
<li><strong>rule-tester:</strong> support multipass fixes (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8883">#8883</a>)</li>
<li><strong>rule-tester:</strong> switched to flat config (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9603">#9603</a>)</li>
<li><strong>type-utils:</strong> remove getTokenAtPosition (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9444">#9444</a>)</li>
<li><strong>type-utils:</strong> support intersection types in
TypeOrValueSpecifier (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9633">#9633</a>)</li>
<li><strong>typescript-estree:</strong> remove slow deprecated and
isolated programs (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8834">#8834</a>)</li>
<li><strong>typescript-estree:</strong> split TSMappedType typeParameter
into constraint and key (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/7065">#7065</a>)</li>
<li><strong>typescript-estree:</strong> rename
automaticSingleRunInference to disallowAutomaticSingleRunInference (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8922">#8922</a>)</li>
<li><strong>typescript-estree:</strong> stabilize
EXPERIMENTAL_useProjectService as projectService (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9084">#9084</a>)</li>
</ul>
<!-- 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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.0.1 (2024-08-05)</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>
<h1>8.0.0 (2024-07-31)</h1>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>parser:</strong> always enable comment, loc, range,
tokens</p>
</li>
<li>
<p><strong>typescript-estree:</strong> stabilize
EXPERIMENTAL_useProjectService as projectService</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Alfred Ringstad</li>
<li>auvred</li>
<li>Brad Zacher</li>
<li>Christopher Aubut</li>
<li>Collin Bachman</li>
<li>James Henry</li>
<li>Josh Goldberg</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>StyleShit</li>
<li>Victor Lin</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/e05c2e5d510219e4d9cfaef8b8d908bbf5be5d3c"><code>e05c2e5</code></a>
chore(release): publish 8.0.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1db993aa9c4ffa19ea06ad5349310101af71680e"><code>1db993a</code></a>
chore(release): publish 8.0.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1b0468e6decfb064b3292aff34a640ea07cb2b0f"><code>1b0468e</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224"><code>f3dfc0a</code></a>
Merge branch 'main' into v8</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ae980e3b5ecf6c40e093b96cb24ca670c38d8d01"><code>ae980e3</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c36566476134800d877353f57caacd7ebd011f0c"><code>c365664</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6bd421159dc1ba6cb0ab41213d7abf7efa0b6f7d"><code>6bd4211</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a846ffe6e7fd365579220b6ddfcb7214a0d01602"><code>a846ffe</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9311c69521810df4986578929d6c8deece58f7a9"><code>9311c69</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ee46c9ce4aca8ab413f0e624493d2e018100f24a"><code>ee46c9c</code></a>
Merge branch 'main'</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/parser">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=7.18.0&new-version=8.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>

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 7, 2024
1 parent 6ffee7f commit 4761562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@npmcli/eslint-config": "^4.0.4",
"@npmcli/template-oss": "4.22.0",
"@types/node": "20.12.10",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/parser": "^8.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"tap": "^18.7.3",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 4761562

Please sign in to comment.