Skip to content

Commit

Permalink
Bump @typescript-eslint/parser from 6.9.0 to 7.2.0 (#150)
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 6.9.0 to 7.2.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>v7.2.0</h2>
<h2>7.2.0 (2024-03-11)</h2>
<h3>🚀 Features</h3>
<ul>
<li>support TS 5.4 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8630">#8630</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-string-starts-ends-with] add
allowSingleElementEquality option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8374">#8374</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> expose *-type-checked-only configs
for extension (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8600">#8600</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] report
alphabetical sorting for all groups instead of just the first failing
group (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8263">#8263</a>)</li>
<li><strong>eslint-plugin:</strong> [no-var-requires,
no-require-imports] support template literal (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8408">#8408</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-template-literals]
detect TemplateLiteral (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8575">#8575</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] handle
union array and tuple type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8592">#8592</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-find] support ternary
branches in prefer-find (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8421">#8421</a>)</li>
<li><strong>typescript-eslint:</strong> set <code>sourceType:
&quot;module&quot;</code> in base shared config (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8622">#8622</a>)</li>
<li><strong>typescript-eslint:</strong> export
<code>ConfigWithExtends</code> type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8621">#8621</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Arka Pratim Chaudhuri <a
href="https://github.com/arka1002"><code>@​arka1002</code></a></li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Chris Plummer</li>
<li>Fotis Papadogeorgopoulos <a
href="https://github.com/fpapado"><code>@​fpapado</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Wayne Zhang</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.1.1</h2>
<h2>7.1.1 (2024-03-04)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> apply <code>ignores</code> to
all extended configs passed to <code>config</code> helper function (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8567">#8567</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</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.1.0</h2>
<h2>7.1.0 (2024-02-26)</h2>
<!-- 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>7.2.0 (2024-03-11)</h2>
<h3>🚀 Features</h3>
<ul>
<li>support TS 5.4</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Arka Pratim Chaudhuri</li>
<li>auvred</li>
<li>Chris Plummer</li>
<li>Fotis Papadogeorgopoulos</li>
<li>Josh Goldberg ✨</li>
<li>Kirk Waiblinger</li>
<li>Wayne Zhang</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.1.1 (2024-03-04)</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>7.1.0 (2024-02-26)</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>7.0.2 (2024-02-19)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>fix tsconfig-less check errors, fix <code>@types/eslint</code>
incompatibilities, add tests</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Brad Zacher</li>
<li>Gareth Jones</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.0.1 (2024-02-12)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/95cf1391bfd07f5c1929e798a85418b78f75f173"><code>95cf139</code></a>
chore(release): publish 7.2.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/88b7463c89f22559facd5a00460bdc930e6eb1a2"><code>88b7463</code></a>
chore(release): publish 7.1.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc6944f880570273d8486d07bbac63186c8dfe0"><code>4bc6944</code></a>
chore(release): publish 7.1.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/677e7cc97c4f79cb737a4d01722777352b77b9d9"><code>677e7cc</code></a>
chore(release): publish 7.0.2</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/4f3215f9751044ccd327f7e4169b0142c3cdaff7"><code>4f3215f</code></a>
chore(release): publish 7.0.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b27de997c87ffd62785acd86269491dd41883ab9"><code>b27de99</code></a>
chore(release): publish 7.0.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1aa393c8d4f7b8855aea8676468203173520793a"><code>1aa393c</code></a>
chore(deps): update dependency prettier to v3.2.5 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8401">#8401</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/8ef5f4bffcf0904a28ada92a224a378d309407a4"><code>8ef5f4b</code></a>
feat: add support for flat configs (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7935">#7935</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1200b4c4929d28bf6eed58dcfa4c6f40153022eb"><code>1200b4c</code></a>
chore(deps): update nx to v17.3.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8317">#8317</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/584db29ec44ce4e9cb71afac35d48994889168e6"><code>584db29</code></a>
feat: bump ESLint, NodeJS, and TS minimum version requirements (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/8377">#8377</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.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.9.0&new-version=7.2.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>

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 Mar 12, 2024
1 parent f563126 commit f91bd3c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 32 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@foxglove/eslint-plugin": "^0.22.1",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "8.52.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-es": "^4.1.0",
Expand Down
72 changes: 41 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ __metadata:
"@foxglove/eslint-plugin": ^0.22.1
"@types/jest": ^29.5.2
"@typescript-eslint/eslint-plugin": ^5.60.0
"@typescript-eslint/parser": ^6.9.0
"@typescript-eslint/parser": ^7.2.0
eslint: 8.52.0
eslint-config-prettier: ^8.8.0
eslint-plugin-es: ^4.1.0
Expand Down Expand Up @@ -1849,21 +1849,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/parser@npm:6.9.0"
"@typescript-eslint/parser@npm:^7.2.0":
version: 7.2.0
resolution: "@typescript-eslint/parser@npm:7.2.0"
dependencies:
"@typescript-eslint/scope-manager": 6.9.0
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/typescript-estree": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
"@typescript-eslint/scope-manager": 7.2.0
"@typescript-eslint/types": 7.2.0
"@typescript-eslint/typescript-estree": 7.2.0
"@typescript-eslint/visitor-keys": 7.2.0
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: d8ff69d236d6495474ab93c67e2785cc94bf9c098f25c33f1c5958a4b2b5af2b70edf1cdd0c23ee3436df454a769e80eb47d2d34df8382a826fcdb79bac4382d
checksum: 21deb2e7ad1fc730f637af08f5c549f30ef5b50f424639f57f5bc01274e648db47c696bb994bb24e87424b593d4084e306447c9431a0c0e4807952996db306f4
languageName: node
linkType: hard

Expand All @@ -1877,13 +1877,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/scope-manager@npm:6.9.0"
"@typescript-eslint/scope-manager@npm:7.2.0":
version: 7.2.0
resolution: "@typescript-eslint/scope-manager@npm:7.2.0"
dependencies:
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
checksum: b7ddcea11bdb95107659800bdf3b33eae22a4dc5c28dc0f8dc5507aa9affaae0e332b6d8c7d5286a7ec75e7c4abd211eb9fdf9647a9a796689cdcc11f6ab40c6
"@typescript-eslint/types": 7.2.0
"@typescript-eslint/visitor-keys": 7.2.0
checksum: b4ef8e35a56f590fa56cf769e111907828abb4793f482bf57e3fc8c987294ec119acb96359aa4b0150eea7416816e0b2d8635dccd1e4a5c2b02678b0f74def94
languageName: node
linkType: hard

Expand Down Expand Up @@ -1911,10 +1911,10 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/types@npm:6.9.0"
checksum: e0444afa1f2ebca746c72b3d0bf95982eb1e8b4fb91bcba465c1345c35fa13b36c589bfd91c776b864f223bc50817b2613df5892185c2e34332bf4cc57cc865d
"@typescript-eslint/types@npm:7.2.0":
version: 7.2.0
resolution: "@typescript-eslint/types@npm:7.2.0"
checksum: 237acd24aa55b762ee98904e4f422ba86579325200dcd058b3cbfe70775926e7f00ee0295788d81eb728f3a6326fe4401c648aee9eb1480d9030a441c17520e8
languageName: node
linkType: hard

Expand All @@ -1936,21 +1936,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/typescript-estree@npm:6.9.0"
"@typescript-eslint/typescript-estree@npm:7.2.0":
version: 7.2.0
resolution: "@typescript-eslint/typescript-estree@npm:7.2.0"
dependencies:
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/visitor-keys": 6.9.0
"@typescript-eslint/types": 7.2.0
"@typescript-eslint/visitor-keys": 7.2.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
minimatch: 9.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 51088c23cca608a6e5c195b0a2d8a17ad00ca47199ba4df0c1013912a80194bff9f5bd4d035d6ab2596788491e9a3e04bbf6cad6494a3b1bbd59fea442750268
checksum: fe882195cad45bb67e7e127efa9c31977348d0ca923ef26bb9fbd03a2ab64e6772e6e60954ba07a437684fae8e35897d71f0e6a1ef8fbf3f0025cd314960cd9d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1982,13 +1983,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.9.0":
version: 6.9.0
resolution: "@typescript-eslint/visitor-keys@npm:6.9.0"
"@typescript-eslint/visitor-keys@npm:7.2.0":
version: 7.2.0
resolution: "@typescript-eslint/visitor-keys@npm:7.2.0"
dependencies:
"@typescript-eslint/types": 6.9.0
"@typescript-eslint/types": 7.2.0
eslint-visitor-keys: ^3.4.1
checksum: de8e2e363df41e5ae9774a5ebd1c49d29c771ea8b3869917f65a74cd4d14a67417c79916f456ee81ef5b0d947b7b8975385fc6eea3f1812d53a2eaaea832459e
checksum: d9b11b52737450f213cea5c6e07e4672684da48325905c096ee09302b6b261c0bb226e1e350011bdf127c0cbbdd9e6474c905befdfa0a2118fc89ece16770f2b
languageName: node
linkType: hard

Expand Down Expand Up @@ -6205,6 +6206,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:9.0.3":
version: 9.0.3
resolution: "minimatch@npm:9.0.3"
dependencies:
brace-expansion: ^2.0.1
checksum: 253487976bf485b612f16bf57463520a14f512662e592e95c571afdab1442a6a6864b6c88f248ce6fc4ff0b6de04ac7aa6c8bb51e868e99d1d65eb0658a708b5
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand Down

0 comments on commit f91bd3c

Please sign in to comment.