Skip to content

Commit 83a0479

Browse files
committed
Merge remote-tracking branch 'origin/main' into renovate/typescript-5.x
2 parents 0867262 + af27034 commit 83a0479

File tree

341 files changed

+210878
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+210878
-535
lines changed

.changeset/blue-ghosts-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: apply correct type information to `$derived` argument expression

.changeset/blue-pets-play.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: Support runes

.changeset/brown-cheetahs-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: apply runes to `*.svelte.js` and `*.svelte.ts`.

.changeset/friendly-hats-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: (experimental) partial support for Svelte v5 parser

.changeset/grumpy-dolphins-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: skip type injection if template uses TypeScript

.changeset/grumpy-pans-guess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: add support for `{#snippet}` and `{@render}`

.changeset/honest-mangos-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": patch
3+
---
4+
5+
fix: incorrect location when there is whitespace at the beginning of block

.changeset/nine-pandas-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
feat: add type of `$effect.active`

.changeset/pre.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"svelte-eslint-parser": "0.33.1"
6+
},
7+
"changesets": [
8+
"blue-ghosts-tell",
9+
"blue-pets-play",
10+
"brown-cheetahs-greet",
11+
"friendly-hats-flow",
12+
"grumpy-dolphins-pay",
13+
"grumpy-pans-guess",
14+
"honest-mangos-wave",
15+
"nine-pandas-fly",
16+
"tasty-ants-ring",
17+
"twenty-cats-shave",
18+
"yellow-cooks-end"
19+
]
20+
}

.changeset/tasty-ants-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": patch
3+
---
4+
5+
fix: incorrect location for `{ #await expr then v }` with spaces

0 commit comments

Comments
 (0)