chore: release eslint-plugin-svelte #730
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
eslint-plugin-svelte@2.36.0
Minor Changes
#622
470ef6c
Thanks @ota-meshi! - feat: add support for{@snippet}
and{@render}
in indent rule#620
1097107
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5#708
d597a69
Thanks @ota-meshi! - feat: add support for flat config#690
e84397d
Thanks @sdarnell! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule.#679
4e6c681
Thanks @marekdedic! - feat: added the no-goto-without-base rule#624
7df5b6f
Thanks @ota-meshi! - feat: add support for{@snippet}
and{@render}
in mustache-spacing rulePatch Changes
#694
73d6fd8
Thanks @ota-meshi! - fix: style report location#657
b159b46
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.33#719
eaf5e6a
Thanks @ota-meshi! - fix: suppress comment not working in flat config.#704
af2ccf9
Thanks @ota-meshi! - Update svelte-eslint-parser#693
b11ff34
Thanks @ota-meshi! - fix: update dependencies & some fixes#628
85fc8f4
Thanks @ota-meshi! - fix: update parser and fix some tests#696
d4303f5
Thanks @ota-meshi! - fix: update svelte-eslint-parser#635
ec3f1cf
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.16#670
6121a56
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.3.0#711
aaba61f
Thanks @ota-meshi! - fix: flat config would cause an error with non-svelte files#673
b72b97b
Thanks @ota-meshi! - feat: add support for eslint v9#687
2943021
Thanks @ota-meshi! - feat: update parser