diff --git a/.changeset/strong-pets-judge.md b/.changeset/strong-pets-judge.md deleted file mode 100644 index ee3775c1..00000000 --- a/.changeset/strong-pets-judge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrojs/language-server": minor -"@astrojs/ts-plugin": minor -"astro-vscode": minor -"@astrojs/check": patch ---- - -Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more. diff --git a/packages/astro-check/CHANGELOG.md b/packages/astro-check/CHANGELOG.md index 85a9b3ca..594690dd 100644 --- a/packages/astro-check/CHANGELOG.md +++ b/packages/astro-check/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/check +## 0.5.8 + +### Patch Changes + +- 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more. +- Updated dependencies [85b42dc] + - @astrojs/language-server@2.8.0 + ## 0.5.7 ### Patch Changes diff --git a/packages/astro-check/package.json b/packages/astro-check/package.json index 59af14e1..98b7483a 100644 --- a/packages/astro-check/package.json +++ b/packages/astro-check/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/check", - "version": "0.5.7", + "version": "0.5.8", "author": "withastro", "license": "MIT", "repository": { @@ -22,7 +22,7 @@ "test:match": "pnpm run test -g" }, "dependencies": { - "@astrojs/language-server": "^2.7.7", + "@astrojs/language-server": "^2.8.0", "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 67782920..0ac7d982 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/language-server +## 2.8.0 + +### Minor Changes + +- 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more. + ## 2.7.7 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index f2d71b71..be9be28b 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.7.7", + "version": "2.8.0", "author": "withastro", "license": "MIT", "repository": { diff --git a/packages/ts-plugin/CHANGELOG.md b/packages/ts-plugin/CHANGELOG.md index 5b094487..4303730e 100644 --- a/packages/ts-plugin/CHANGELOG.md +++ b/packages/ts-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/ts-plugin +## 1.6.0 + +### Minor Changes + +- 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more. + ## 1.5.3 ### Patch Changes diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index 610ab310..bb98e4c5 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/ts-plugin", - "version": "1.5.3", + "version": "1.6.0", "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 3233604a..7d594d47 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-vscode +## 2.8.0 + +### Minor Changes + +- 85b42dc: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more. + ## 2.7.7 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 460973dd..53333ca2 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -20,7 +20,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.7.7", + "version": "2.8.0", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -195,8 +195,8 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.7.7", - "@astrojs/ts-plugin": "^1.5.3", + "@astrojs/language-server": "^2.8.0", + "@astrojs/ts-plugin": "^1.6.0", "@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 c71ccb2b..08ebc49d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,7 +36,7 @@ importers: packages/astro-check: dependencies: '@astrojs/language-server': - specifier: ^2.7.7 + specifier: ^2.8.0 version: link:../language-server chokidar: specifier: ^3.5.3 @@ -229,10 +229,10 @@ importers: version: 0.13.0 devDependencies: '@astrojs/language-server': - specifier: ^2.7.7 + specifier: ^2.8.0 version: link:../language-server '@astrojs/ts-plugin': - specifier: ^1.5.3 + specifier: ^1.6.0 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} @@ -5762,13 +5755,6 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-linter-helpers@1.0.0: - resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} - engines: {node: '>=6.0.0'} - dependencies: - fast-diff: 1.2.0 - dev: true - /prettier-plugin-astro@0.13.0: resolution: {integrity: sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==} engines: {node: ^14.15.0 || >=16.0.0}