chore(deps): update dependency svelte-eslint-parser to v1 - #233
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency svelte-eslint-parser to v1#233renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
August 2, 2025 01:10
513782d to
ce17e66
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
September 10, 2025 18:45
ce17e66 to
52163ab
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
2 times, most recently
from
September 25, 2025 21:30
811bf8a to
425dabe
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
October 19, 2025 17:13
425dabe to
9ebe9bf
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
2 times, most recently
from
December 4, 2025 02:29
30ece2c to
adfc034
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
February 12, 2026 17:50
adfc034 to
76e28de
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
2 times, most recently
from
February 24, 2026 13:44
61ab8be to
56209fa
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
March 5, 2026 15:41
56209fa to
c7fb107
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
2 times, most recently
from
May 12, 2026 13:00
1342445 to
d892b0f
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
4 times, most recently
from
June 4, 2026 10:48
9d8005b to
9d2c277
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
June 11, 2026 18:47
9d2c277 to
3867934
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
July 12, 2026 10:41
3867934 to
41218be
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
July 30, 2026 17:37
41218be to
1e6728e
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
2 times, most recently
from
August 15, 2026 16:54
b4f1d38 to
23711f0
Compare
renovate
Bot
force-pushed
the
renovate/svelte-eslint-parser-1.x
branch
from
September 3, 2026 10:02
23711f0 to
e59435d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 contains the following updates:
^0.43.0→^1.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.8.1Compare Source
Patch Changes
1e7352eThanks @baseballyama! - fix: make the experimentalts.syshook work when the TS program is created before the first.svelteparsev1.8.0Compare Source
Minor Changes
fe36e97Thanks @baseballyama! - Add an experimentalts.sys.readFilehook that speeds up type-aware lintof
.sveltefiles. Opt in withSVELTE_ESLINT_PARSER_EXPERIMENTAL_TS_SYS_HOOK=1. Seethe Experimental section in the README for details.
v1.7.1Compare Source
Patch Changes
009dd55Thanks @ota-meshi! - Fix parsing TypeScript$derived(...)declaration tags inside top-level snippets.v1.7.0Compare Source
Minor Changes
05dd7f0Thanks @dummdidumm! - feat: support Svelte 5 declaration tagsPatch Changes
aba2993Thanks @ota-meshi! - fix: wrong parent type for some nodesv1.6.1Compare Source
Patch Changes
bf736ebThanks @teemingc! - fix: use the Svelte configcompilerOptions.runesfunction value if setv1.6.0Compare Source
Minor Changes
dca89f3Thanks @ota-meshi! - feat: add support for comments in tagsv1.5.1Compare Source
Patch Changes
df12f13Thanks @DMartens! - fix: move semver dependency from dev to production dependencyv1.5.0Compare Source
Minor Changes
9927649Thanks @ota-meshi! - fix: improve compatibility with ESLint v10v1.4.1Compare Source
Patch Changes
e1b92c0Thanks @baseballyama! - fix: Supportname_locpropertyv1.4.0Compare Source
Minor Changes
cafbfdfThanks @baseballyama! - feat: add$state.eagerv1.3.3Compare Source
Patch Changes
6b9cc59Thanks @baseballyama! - fix: show proper parse error positionv1.3.2Compare Source
Patch Changes
eddc3e3Thanks @ota-meshi! - fix: internal function hasTypeInfo misjudging and providing insufficient type information in complex cases.v1.3.1Compare Source
Patch Changes
1350734Thanks @ota-meshi! - fix:$derivedargument expression to apply correct type information tothisv1.3.0Compare Source
Minor Changes
1710145Thanks @baseballyama! - feat: support asynchronous sveltev1.2.0Compare Source
Minor Changes
855af3bThanks @baseballyama! - feat: support{@attach ...}v1.1.3Compare Source
Patch Changes
0436da6Thanks @mcous! - StripprojectServicefrom TS options when type information not neededv1.1.2Compare Source
Patch Changes
8188302Thanks @ota-meshi! - fix: crash with$derived()in template using tsv1.1.1Compare Source
Patch Changes
1c533d8Thanks @baseballyama! - fix: resolved issue of$propsincorrectly detected as store when using variables named after runes like$propsandpropsv1.1.0Compare Source
Minor Changes
f26ee51Thanks @marekdedic! - style Context parsing error type fixv1.0.1Compare Source
Patch Changes
edb63e2Thanks @baseballyama! - fix: align required Node version with ESLintv1.0.0Compare Source
Major Changes
#579
4ac8236Thanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21)#599
cefd17aThanks @ota-meshi! - feat!: change the parser to an ESM-only package#459
d768a5cThanks @renovate! - fix(deps): update dependency eslint-scope to v8Minor Changes
#645
6ff7516Thanks @ota-meshi! - feat: improve scoping of snippet declarations acting as slot properties#609
47b61deThanks @ota-meshi! - feat: add support for<svelte:boundary>#641
89e053aThanks @ota-meshi! - feat: replacedeclarationproperty of SvelteConstTag withdeclarationsproperty#589
f54c91fThanks @marekdedic! - feat: stabilized generics#647
10ffeecThanks @ota-meshi! - feat: add AST node for function bindings#626
cde2bafThanks @baseballyama! - feat: AddwarningFiltertoSvelteConfig#673
cab2fd2Thanks @baseballyama! - feat: support latest runes ($props.idand$inspect.trace)#619
002e3b0Thanks @marekdedic! - feat: added support for style selector parsing#617
1e0b874Thanks @ota-meshi! - feat: add support{#each}withoutas(svelte v5.4.0)Patch Changes
#633
1178032Thanks @baseballyama! - fix: assign actualrunesvalue toSvelteParseContext#636
78f2923Thanks @baseballyama! - fix: correct detection of runes mode in parsed files#638
df461c3Thanks @baseballyama! - fix: resolve issues in Runes mode detection causing parser malfunctions#650
bc75922Thanks @baseballyama! - fix: addparentnode toSvelteFunctionBindingsExpression#601
e1c6a8aThanks @baseballyama! - chore: remove experimental for svelteFeatures.runes option parserOptions#612
9e84b3eThanks @ota-meshi! - fix: compatibility with eslint-plugin-prettier#604
5ed0609Thanks @baseballyama! - fix: recognize script as module for Typescript type checking#630
8b179ddThanks @baseballyama! - fix: prevent errors when<script>tags are used inside{@html}#600
5586809Thanks @baseballyama! - feat: support postcssConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.