Releases: sveltejs/svelte-eslint-parser
v1.1.2
v1.1.1
Patch Changes
- #692
1c533d8
Thanks @baseballyama! - fix: resolved issue of$props
incorrectly detected as store when using variables named after runes like$props
andprops
v1.1.0
Minor Changes
- #686
f26ee51
Thanks @marekdedic! - style Context parsing error type fix
v1.0.1
Patch Changes
- #681
edb63e2
Thanks @baseballyama! - fix: align required Node version with ESLint
v1.0.0
Major Changes
-
#579
4ac8236
Thanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21) -
#599
cefd17a
Thanks @ota-meshi! - feat!: change the parser to an ESM-only package -
#459
d768a5c
Thanks @renovate! - fix(deps): update dependency eslint-scope to v8
Minor Changes
-
#645
6ff7516
Thanks @ota-meshi! - feat: improve scoping of snippet declarations acting as slot properties -
#609
47b61de
Thanks @ota-meshi! - feat: add support for<svelte:boundary>
-
#641
89e053a
Thanks @ota-meshi! - feat: replacedeclaration
property of SvelteConstTag withdeclarations
property -
#589
f54c91f
Thanks @marekdedic! - feat: stabilized generics -
#647
10ffeec
Thanks @ota-meshi! - feat: add AST node for function bindings -
#626
cde2baf
Thanks @baseballyama! - feat: AddwarningFilter
toSvelteConfig
-
#673
cab2fd2
Thanks @baseballyama! - feat: support latest runes ($props.id
and$inspect.trace
) -
#619
002e3b0
Thanks @marekdedic! - feat: added support for style selector parsing -
#617
1e0b874
Thanks @ota-meshi! - feat: add support{#each}
withoutas
(svelte v5.4.0)
Patch Changes
-
#633
1178032
Thanks @baseballyama! - fix: assign actualrunes
value toSvelteParseContext
-
#636
78f2923
Thanks @baseballyama! - fix: correct detection of runes mode in parsed files -
#638
df461c3
Thanks @baseballyama! - fix: resolve issues in Runes mode detection causing parser malfunctions -
#650
bc75922
Thanks @baseballyama! - fix: addparent
node toSvelteFunctionBindingsExpression
-
#601
e1c6a8a
Thanks @baseballyama! - chore: remove experimental for svelteFeatures.runes option parserOptions -
#612
9e84b3e
Thanks @ota-meshi! - fix: compatibility with eslint-plugin-prettier -
#604
5ed0609
Thanks @baseballyama! - fix: recognize script as module for Typescript type checking -
#630
8b179dd
Thanks @baseballyama! - fix: prevent errors when<script>
tags are used inside{@html}
-
#600
5586809
Thanks @baseballyama! - feat: support postcss
v1.0.0-next.13
Minor Changes
- #645
6ff7516
Thanks @ota-meshi! - feat: improve scoping of snippet declarations acting as slot properties
Patch Changes
- #650
bc75922
Thanks @baseballyama! - fix: addparent
node toSvelteFunctionBindingsExpression
v1.0.0-next.12
Minor Changes
- #647
10ffeec
Thanks @ota-meshi! - feat: add AST node for function bindings
v1.0.0-next.11
Minor Changes
- #641
89e053a
Thanks @ota-meshi! - feat: replacedeclaration
property of SvelteConstTag withdeclarations
property
v1.0.0-next.9
Patch Changes
- #636
78f2923
Thanks @baseballyama! - fix: correct detection of runes mode in parsed files
v1.0.0-next.10
Patch Changes
- #638
df461c3
Thanks @baseballyama! - fix: resolve issues in Runes mode detection causing parser malfunctions