sveltejs / eslint-plugin-svelte

ESLint plugin for Svelte using AST
https://sveltejs.github.io/eslint-plugin-svelte/
MIT License
279 stars 30 forks source link

feat: (experimental) partial support for Svelte v5 #620

Closed ota-meshi closed 7 months ago

ota-meshi commented 7 months ago

related to #587

Also, merging this PR will start a pre-release.

changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: 7ba5eb7b853296a119440b5b74d630265ffb4af3

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

This PR includes changesets to release 1 package | Name | Type | | -------------------- | ----- | | eslint-plugin-svelte | 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

ota-meshi commented 7 months ago

It seems that the main branch's CI is broken in the first place. I need to fix that first.

ota-meshi commented 7 months ago

For some tests that cannot avoid failure using Svelte v5, I use *-requirements.json to exclude them from the tests. The causes of these will need to be investigated later.