sveltejs / svelte-eslint-parser

Svelte parser for ESLint
https://sveltejs.github.io/svelte-eslint-parser/
MIT License
85 stars 17 forks source link

chore: drop `@typescript-eslint` v4 support #464

Closed baseballyama closed 5 months ago

baseballyama commented 5 months ago

We can not merge https://github.com/sveltejs/svelte-eslint-parser/pull/399 if we continue to support @typescript-eslint v4.

@typescript-eslint v5 was released on October 12, 2021. (https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0) The number of v4 downloads is 1.9% of v6 downloads, but I believe that many of those are CIs from ecosystems such as ours.

image

image

We can merge https://github.com/sveltejs/svelte-eslint-parser/pull/399 after merge this PR.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 2beb5cd54ce46c3d06ff2a801bb94506e0aa1af6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------------- | ----- | | svelte-eslint-parser | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 7598589705


Totals Coverage Status
Change from base Build 7511062010: 0.0%
Covered Lines: 2490
Relevant Lines: 2633

💛 - Coveralls