Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chubby-drinks-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-suits-open.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-singers-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-plants-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-radios-lose.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-dolls-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-rivers-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cups-argue.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.17.31

### Patch Changes

- fix: prevent duplicate diagnostics ([#3000](https://github.com/sveltejs/language-tools/pull/3000))

- fix: properly place svelte-ignore comment in quickfix when `<script module>` presents ([#3011](https://github.com/sveltejs/language-tools/pull/3011))

- fix: prevent incorrect $types imports being injected when moving +page.svelte files ([#3010](https://github.com/sveltejs/language-tools/pull/3010))

- fix: prevent extra script indentation when inserting svelte-ignore comments ([#3011](https://github.com/sveltejs/language-tools/pull/3011))

- fix: provide tsconfig.json diagnostics for svelte-check ([#3005](https://github.com/sveltejs/language-tools/pull/3005))

- Updated dependencies [[`8b103ba`](https://github.com/sveltejs/language-tools/commit/8b103bab7a8234397a8d4b88f75c88514354b5c5)]:
- [email protected]

## 0.17.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-language-server",
"version": "0.17.30",
"version": "0.17.31",
"description": "A language server for Svelte",
"main": "dist/src/index.js",
"typings": "dist/src/index",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.4.7

### Patch Changes

- fix: flush stdout/stderr before exit ([#3014](https://github.com/sveltejs/language-tools/pull/3014))

- fix: report diagnostics in tsconfig.json ([#3005](https://github.com/sveltejs/language-tools/pull/3005))

## 4.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-check",
"description": "Svelte Code Checker Terminal Interface",
"version": "4.4.6",
"version": "4.4.7",
"main": "./dist/src/index.js",
"bin": "./bin/svelte-check",
"author": "The Svelte Community",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte2tsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.54

### Patch Changes

- fix: hoist self-referenced props interface ([#2998](https://github.com/sveltejs/language-tools/pull/2998))

## 0.7.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte2tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte2tsx",
"version": "0.7.53",
"version": "0.7.54",
"description": "Convert Svelte components to TSX for type checking",
"author": "The Svelte Community",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.3.52

### Patch Changes

- fix: prevent incorrect $types imports being injected when moving +page.svelte files ([#3010](https://github.com/sveltejs/language-tools/pull/3010))

- Updated dependencies [[`8b103ba`](https://github.com/sveltejs/language-tools/commit/8b103bab7a8234397a8d4b88f75c88514354b5c5)]:
- [email protected]

## 0.3.51

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-svelte-plugin",
"version": "0.3.51",
"version": "0.3.52",
"description": "A TypeScript Plugin providing Svelte intellisense",
"main": "dist/src/index.js",
"scripts": {
Expand Down