chore: release svelte-eslint-parser #500
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
[email protected]
Minor Changes
#430
af1bae5
Thanks @ota-meshi! - feat: apply correct type information to$derived
argument expression#425
ff242c4
Thanks @baseballyama! - feat: Support runes#426
9793cb0
Thanks @ota-meshi! - feat: apply runes to*.svelte.js
and*.svelte.ts
.#464
d531e4e
Thanks @baseballyama! - breaking: drop @typescript-eslint v4 support#421
59fc0e9
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 parser#498
3b2c62b
Thanks @ota-meshi! - feat: add support for$bindable
rune#440
726f21f
Thanks @baseballyama! - feat: skip type injection if template uses TypeScript#431
ab13a46
Thanks @ota-meshi! - feat: add support for{#snippet}
and{@render}
#437
a27697a
Thanks @ota-meshi! - feat: change it to use modern AST, if svelte v5 is installed#441
34232c5
Thanks @baseballyama! - feat: add type of$effect.active
#479
850ad74
Thanks @ota-meshi! - feat: add support for$derived.by
type#477
5f2b111
Thanks @ota-meshi! - feat: add experimental support for generics directive#446
168f920
Thanks @ota-meshi! - feat: add support for$inspect
and$effect.root
#435
7508680
Thanks @ota-meshi! - feat: improve props type#476
92aeee3
Thanks @ota-meshi! - feat: change AST of{@render}
and{#snippet}
to match the latest version of svelte v5.Patch Changes
#483
f722d7c
Thanks @ota-meshi! - fix: for svelte v5.0.0-next.68 & support optional{@render}
#434
0ef067b
Thanks @ota-meshi! - fix: incorrect location when there is whitespace at the beginning of block#486
79a4fb7
Thanks @ota-meshi! - fix: wrong scope in top level snippets#467
e27a3de
Thanks @baseballyama! - feat: update$inspect
types#468
133cd24
Thanks @baseballyama! - chore: update Svelte 5 version#466
d5b3322
Thanks @baseballyama! - feat: add$state.frozen
support#438
c21b54c
Thanks @ota-meshi! - fix: incorrect location for{ #await expr then v }
with spaces