diff --git a/.changeset/four-dogs-applaud.md b/.changeset/four-dogs-applaud.md deleted file mode 100644 index 0bd93e52..00000000 --- a/.changeset/four-dogs-applaud.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrojs/language-server": patch -"@astrojs/ts-plugin": patch -"astro-vscode": patch -"@astrojs/check": patch ---- - -Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently diff --git a/.changeset/happy-beers-tie.md b/.changeset/happy-beers-tie.md deleted file mode 100644 index ce39b487..00000000 --- a/.changeset/happy-beers-tie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@astrojs/language-server": patch -"astro-vscode": patch ---- - -Fix notification about Prettier being missing appearing on every format diff --git a/.changeset/rotten-poets-repeat.md b/.changeset/rotten-poets-repeat.md deleted file mode 100644 index 3357dc01..00000000 --- a/.changeset/rotten-poets-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@astrojs/language-server": patch -"astro-vscode": patch ---- - -Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly diff --git a/.changeset/thirty-peas-turn.md b/.changeset/thirty-peas-turn.md deleted file mode 100644 index 11cf70b8..00000000 --- a/.changeset/thirty-peas-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@astrojs/language-server": patch -"astro-vscode": patch ---- - -Fixes completions for Astro-specific attributes not working in certain contexts diff --git a/packages/astro-check/CHANGELOG.md b/packages/astro-check/CHANGELOG.md index 3a60ec68..71a9bc7f 100644 --- a/packages/astro-check/CHANGELOG.md +++ b/packages/astro-check/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/check +## 0.5.10 + +### Patch Changes + +- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently +- Updated dependencies [9ca368b] +- Updated dependencies [d57daad] +- Updated dependencies [b166787] +- Updated dependencies [eb49fb2] + - @astrojs/language-server@2.8.4 + ## 0.5.9 ### Patch Changes diff --git a/packages/astro-check/package.json b/packages/astro-check/package.json index d0bf9c7e..e17c381a 100644 --- a/packages/astro-check/package.json +++ b/packages/astro-check/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/check", - "version": "0.5.9", + "version": "0.5.10", "author": "withastro", "license": "MIT", "repository": { @@ -22,7 +22,7 @@ "test:match": "pnpm run test -g" }, "dependencies": { - "@astrojs/language-server": "^2.8.1", + "@astrojs/language-server": "^2.8.4", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 6074a24a..8f33490b 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/language-server +## 2.8.4 + +### Patch Changes + +- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently +- d57daad: Fix notification about Prettier being missing appearing on every format +- b166787: Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly +- eb49fb2: Fixes completions for Astro-specific attributes not working in certain contexts + ## 2.8.3 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index 7bc5a817..61fc91ca 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.8.3", + "version": "2.8.4", "author": "withastro", "license": "MIT", "repository": { diff --git a/packages/ts-plugin/CHANGELOG.md b/packages/ts-plugin/CHANGELOG.md index 4303730e..47e23025 100644 --- a/packages/ts-plugin/CHANGELOG.md +++ b/packages/ts-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/ts-plugin +## 1.6.1 + +### Patch Changes + +- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently + ## 1.6.0 ### Minor Changes diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index 17a7ff31..cec09481 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/ts-plugin", - "version": "1.6.0", + "version": "1.6.1", "description": "A TypeScript Plugin providing Astro intellisense", "main": "dist/index.js", "type": "commonjs", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 2fe2de17..ff2d38d8 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,14 @@ # astro-vscode +## 2.8.4 + +### Patch Changes + +- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently +- d57daad: Fix notification about Prettier being missing appearing on every format +- b166787: Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly +- eb49fb2: Fixes completions for Astro-specific attributes not working in certain contexts + ## 2.8.3 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index c4df213a..a3d9b9f5 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -20,7 +20,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.8.3", + "version": "2.8.4", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -196,8 +196,8 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.8.3", - "@astrojs/ts-plugin": "^1.6.0", + "@astrojs/language-server": "^2.8.4", + "@astrojs/ts-plugin": "^1.6.1", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "^18.17.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6df0a0ee..0a72ec46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,7 +36,7 @@ importers: packages/astro-check: dependencies: '@astrojs/language-server': - specifier: ^2.8.1 + specifier: ^2.8.4 version: link:../language-server chokidar: specifier: ^3.5.3 @@ -229,10 +229,10 @@ importers: version: 0.13.0 devDependencies: '@astrojs/language-server': - specifier: ^2.8.3 + specifier: ^2.8.4 version: link:../language-server '@astrojs/ts-plugin': - specifier: ^1.6.0 + specifier: ^1.6.1 version: link:../ts-plugin '@types/glob': specifier: ^8.1.0 @@ -257,7 +257,7 @@ importers: version: 2.3.2 '@vscode/vsce': specifier: latest - version: 2.23.0 + version: 2.24.0 esbuild: specifier: ^0.17.19 version: 0.17.19 @@ -2220,8 +2220,8 @@ packages: - supports-color dev: true - /@vscode/vsce@2.23.0: - resolution: {integrity: sha512-Wf9yN8feZf4XmUW/erXyKQvCL577u72AQv4AI4Cwt5o5NyE49C5mpfw3pN78BJYYG3qnSIxwRo7JPvEurkQuNA==} + /@vscode/vsce@2.24.0: + resolution: {integrity: sha512-p6CIXpH5HXDqmUkgFXvIKTjZpZxy/uDx4d/UsfhS9vQUun43KDNUbYeZocyAHgqcJlPEurgArHz9te1PPiqPyA==} engines: {node: '>= 14'} hasBin: true dependencies: @@ -2229,7 +2229,6 @@ packages: chalk: 2.4.2 cheerio: 1.0.0-rc.12 commander: 6.2.1 - find-yarn-workspace-root: 2.0.0 glob: 7.2.3 hosted-git-info: 4.1.0 jsonc-parser: 3.2.0 @@ -3780,12 +3779,6 @@ packages: pkg-dir: 4.2.0 dev: true - /find-yarn-workspace-root@2.0.0: - resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} - dependencies: - micromatch: 4.0.5 - dev: true - /flat-cache@3.0.4: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0}