Bump @typescript-eslint/parser from 6.20.0 to 6.21.0 #35

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/typescript-eslint/parser-6.21.0 into main 2024-02-12 12:22:08 +00:00
dependabot[bot] commented 2024-02-12 11:31:12 +00:00 (Migrated from github.com)

Bumps @typescript-eslint/parser from 6.20.0 to 6.21.0.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.21.0

6.21.0 (2024-02-05)

🚀 Features

  • export plugin metadata (#8331)
  • allow parserOptions.project: false (#8339)
  • eslint-plugin: add rule prefer-find (#8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#8257)
  • utils: improve eslint types (#8344)

🩹 Fixes

  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#8260)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.21.0 (2024-02-05)

🚀 Features

  • allow parserOptions.project: false

❤️ Thank You

  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 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> </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>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> </blockquote> </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>See full diff 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.20.0&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>
vercel[bot] commented 2024-02-12 11:31:15 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-ghostcms-demo Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 0:21am
astro-ghostcms-xyz Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 0:21am
catppuccin-dark-demo Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 0:21am
[vc]: #Kw0D8vf5pHO3Tqx07tsgBYCVtCq3BDqJCc4tHKvstfE=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy14eXoiLCJyb290RGlyZWN0b3J5Ijoid3d3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2FkYW1tYXR0aGllc2Vucy1wcm9qZWN0cy9hc3Ryby1naG9zdGNtcy14eXovd0hxajhaTmZNN2k4UFNib0d6ckh2YUZ2Snd5WiIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTIyNDY3MC1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTIyNDY3MC1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJjYXRwcHVjY2luLWRhcmstZGVtbyIsInJvb3REaXJlY3RvcnkiOiJjYXRwcHVjY2luLWRhcmstZGVtbyIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMvY2F0cHB1Y2Npbi1kYXJrLWRlbW8vNmhlNkNld1hHOFJ0VllpejJQSmJUN1luY29HeSIsInByZXZpZXdVcmwiOiJjYXRwcHVjY2luLWRhcmstZGVtby1naXQtZGVwZW5kLTY4ZjVkNy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJjYXRwcHVjY2luLWRhcmstZGVtby1naXQtZGVwZW5kLTY4ZjVkNy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy1kZW1vIiwicm9vdERpcmVjdG9yeSI6ImRlbW8iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vYWRhbW1hdHRoaWVzZW5zLXByb2plY3RzL2FzdHJvLWdob3N0Y21zLWRlbW8va0NScTZlN3RSd3Q5dlVRNUxpSGtiZU52ZnFWVCIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLTY1MzkwNy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLTY1MzkwNy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **astro-ghostcms-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-demo/kCRq6e7tRwt9vUQ5LiHkbeNvfqVT)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-653907-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-653907-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 12, 2024 0:21am | | **astro-ghostcms-xyz** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-xyz/wHqj8ZNfM7i8PSboGzrHvaFvJwyZ)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-224670-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-224670-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 12, 2024 0:21am | | **catppuccin-dark-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/catppuccin-dark-demo/6he6CewXG8RtVYiz2PJbT7YncoGy)) | [Visit Preview](https://vercel.live/open-feedback/catppuccin-dark-demo-git-depend-68f5d7-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/catppuccin-dark-demo-git-depend-68f5d7-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 12, 2024 0:21am |
Adammatthiesen (Migrated from github.com) approved these changes 2024-02-12 12:21:57 +00:00
Sign in to join this conversation.
No description provided.