Skip to content

Commit 1f20216

Browse files
Bump @typescript-eslint/parser from 6.7.5 to 6.21.0 (#79)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.5 to 6.21.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>v6.21.0</h2> <h2>6.21.0 (2024-02-05)</h2> <h3>🚀 Features</h3> <ul> <li>export plugin metadata (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8331">#8331</a>)</li> <li>allow <code>parserOptions.project: false</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8339">#8339</a>)</li> <li><strong>eslint-plugin:</strong> add rule prefer-find (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8216">#8216</a>)</li> <li><strong>typescript-estree:</strong> forbid duplicated accessibility modifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8257">#8257</a>)</li> <li><strong>utils:</strong> improve eslint types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8344">#8344</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> add <code>JSXElement</code> type to the <code>JSXAttribute['value']</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8285">#8285</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-vars] don't report on types referenced in export assignment expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8265">#8265</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8250">#8250</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-imports] dont report on types used in export assignment expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8332">#8332</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8249">#8249</a>)</li> <li><strong>eslint-plugin:</strong> [class-literal-property-style] allow getter when same key setter exists (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8277">#8277</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before <code>as</code> keyword (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8326">#8326</a>)</li> <li><strong>rule-tester:</strong> fix a phantom dependency on the &quot;semver&quot; package (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8260">#8260</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>Pete Gonzalez <a href="https://github.com/octogonz"><code>@​octogonz</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>v6.20.0</h2> <h2>6.20.0 (2024-01-29)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] allow easy reuse of the default ordering (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8248">#8248</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] incorrect bigint autofix result (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8283">#8283</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] treat any/unknown as non-nullable (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8262">#8262</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] report Infinity &amp; NaN (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8295">#8295</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly] disable checking accessors (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8300">#8300</a>)</li> </ul> <h3>❤️ Thank You</h3> <!-- 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>6.21.0 (2024-02-05)</h2> <h3>🚀 Features</h3> <ul> <li>allow <code>parserOptions.project: false</code></li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred</li> <li>Brad Zacher</li> <li>Kirk Waiblinger</li> <li>Pete Gonzalez</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>6.20.0 (2024-01-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> <h2>6.19.1 (2024-01-22)</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> <h2>6.19.0 (2024-01-15)</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> <h2>6.18.1 (2024-01-08)</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> <h2>6.18.0 (2024-01-06)</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><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.16.0...v6.17.0">6.17.0</a> (2024-01-01)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/289ee8885ce26714296d8258abb12a2fa2c38d61"><code>289ee88</code></a> chore(release): publish 6.21.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/aa5edf7f675c3bad627cfd9355a9a04469414c5e"><code>aa5edf7</code></a> chore(deps): update dependency prettier to v3.2.4 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8357">#8357</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/45c0cb2634960b6822d44db8eeeebe6529a58118"><code>45c0cb2</code></a> chore: cleanup test-utils naming/locations (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8341">#8341</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a01a6e6b6fb157f8cf278179c098c4ab0beb22c6"><code>a01a6e6</code></a> chore(release): publish 6.20.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a91121425d8c40e90c6dfc282a13e5cbf78a6562"><code>a911214</code></a> chore(release): publish 6.19.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7c673a146d26d4360a25638f901a3c329bcca8c4"><code>7c673a1</code></a> chore(release): publish 6.19.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/aa7ab0ec27907657aa6ff5ec287528adecb12c96"><code>aa7ab0e</code></a> chore(release): publish 6.18.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1ee30876c9572ecffab9dcc7387d4e1eb02cbc4b"><code>1ee3087</code></a> chore: enable eslint-plugin-jsdoc internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8145">#8145</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/21460ef74bac70a40750e98884b51abeb280e2e7"><code>21460ef</code></a> chore(release): publish 6.18.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d0977abb4cf822f415e1f8a09c8e2b4c2b329555"><code>d0977ab</code></a> chore: use nx release (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8194">#8194</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/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=6.7.5&new-version=6.21.0)](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> Author: dependabot[bot] Reviewers: Required Reviewers: Approved By: Checks: ✅ CodeQL, ✅ TypeScript Tests, ✅ Analyze (TypeScript), ✅ GitHub Actions Test, ✅ Check dist/, ✅ Lint Code Base, ✅ Lint Code Base Pull Request URL: #79
1 parent 471f8dc commit 1f20216

File tree

2 files changed

+39
-31
lines changed

2 files changed

+39
-31
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/jest": "^29.5.6",
7575
"@types/node": "^18.17.1",
7676
"@typescript-eslint/eslint-plugin": "^6.8.0",
77-
"@typescript-eslint/parser": "^6.7.5",
77+
"@typescript-eslint/parser": "^6.21.0",
7878
"@vercel/ncc": "^0.38.1",
7979
"eslint": "^8.56.0",
8080
"eslint-plugin-github": "^4.10.1",

yarn.lock

+38-30
Original file line numberDiff line numberDiff line change
@@ -1170,15 +1170,15 @@
11701170
"@typescript-eslint/typescript-estree" "5.62.0"
11711171
debug "^4.3.4"
11721172

1173-
"@typescript-eslint/parser@^6.0.0", "@typescript-eslint/parser@^6.7.5":
1174-
version "6.7.5"
1175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
1176-
integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
1177-
dependencies:
1178-
"@typescript-eslint/scope-manager" "6.7.5"
1179-
"@typescript-eslint/types" "6.7.5"
1180-
"@typescript-eslint/typescript-estree" "6.7.5"
1181-
"@typescript-eslint/visitor-keys" "6.7.5"
1173+
"@typescript-eslint/parser@^6.0.0", "@typescript-eslint/parser@^6.21.0":
1174+
version "6.21.0"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1176+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1177+
dependencies:
1178+
"@typescript-eslint/scope-manager" "6.21.0"
1179+
"@typescript-eslint/types" "6.21.0"
1180+
"@typescript-eslint/typescript-estree" "6.21.0"
1181+
"@typescript-eslint/visitor-keys" "6.21.0"
11821182
debug "^4.3.4"
11831183

11841184
"@typescript-eslint/[email protected]":
@@ -1189,13 +1189,13 @@
11891189
"@typescript-eslint/types" "5.62.0"
11901190
"@typescript-eslint/visitor-keys" "5.62.0"
11911191

1192-
"@typescript-eslint/scope-manager@6.7.5":
1193-
version "6.7.5"
1194-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
1195-
integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
1192+
"@typescript-eslint/scope-manager@6.21.0":
1193+
version "6.21.0"
1194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1195+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
11961196
dependencies:
1197-
"@typescript-eslint/types" "6.7.5"
1198-
"@typescript-eslint/visitor-keys" "6.7.5"
1197+
"@typescript-eslint/types" "6.21.0"
1198+
"@typescript-eslint/visitor-keys" "6.21.0"
11991199

12001200
"@typescript-eslint/[email protected]":
12011201
version "6.8.0"
@@ -1228,10 +1228,10 @@
12281228
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
12291229
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
12301230

1231-
"@typescript-eslint/types@6.7.5":
1232-
version "6.7.5"
1233-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
1234-
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
1231+
"@typescript-eslint/types@6.21.0":
1232+
version "6.21.0"
1233+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1234+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
12351235

12361236
"@typescript-eslint/[email protected]":
12371237
version "6.8.0"
@@ -1256,16 +1256,17 @@
12561256
semver "^7.3.7"
12571257
tsutils "^3.21.0"
12581258

1259-
"@typescript-eslint/typescript-estree@6.7.5":
1260-
version "6.7.5"
1261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
1262-
integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
1259+
"@typescript-eslint/typescript-estree@6.21.0":
1260+
version "6.21.0"
1261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1262+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
12631263
dependencies:
1264-
"@typescript-eslint/types" "6.7.5"
1265-
"@typescript-eslint/visitor-keys" "6.7.5"
1264+
"@typescript-eslint/types" "6.21.0"
1265+
"@typescript-eslint/visitor-keys" "6.21.0"
12661266
debug "^4.3.4"
12671267
globby "^11.1.0"
12681268
is-glob "^4.0.3"
1269+
minimatch "9.0.3"
12691270
semver "^7.5.4"
12701271
ts-api-utils "^1.0.1"
12711272

@@ -1327,12 +1328,12 @@
13271328
"@typescript-eslint/types" "5.62.0"
13281329
eslint-visitor-keys "^3.3.0"
13291330

1330-
"@typescript-eslint/visitor-keys@6.7.5":
1331-
version "6.7.5"
1332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
1333-
integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
1331+
"@typescript-eslint/visitor-keys@6.21.0":
1332+
version "6.21.0"
1333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1334+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
13341335
dependencies:
1335-
"@typescript-eslint/types" "6.7.5"
1336+
"@typescript-eslint/types" "6.21.0"
13361337
eslint-visitor-keys "^3.4.1"
13371338

13381339
"@typescript-eslint/[email protected]":
@@ -3861,6 +3862,13 @@ min-indent@^1.0.0:
38613862
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
38623863
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
38633864

3865+
3866+
version "9.0.3"
3867+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3868+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3869+
dependencies:
3870+
brace-expansion "^2.0.1"
3871+
38643872
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
38653873
version "3.1.2"
38663874
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)