Skip to content

Commit

Permalink
chore: update Volar
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed May 15, 2024
1 parent 113ec21 commit c8af6db
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 106 deletions.
8 changes: 8 additions & 0 deletions .changeset/large-maps-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@astrojs/language-server": minor
"@astrojs/ts-plugin": minor
"astro-vscode": minor
"@astrojs/check": minor
---

Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.
24 changes: 12 additions & 12 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"dependencies": {
"@astrojs/compiler": "^2.7.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~2.2.1",
"@volar/language-core": "~2.2.1",
"@volar/language-server": "~2.2.1",
"@volar/language-service": "~2.2.1",
"@volar/typescript": "~2.2.1",
"@volar/kit": "~2.2.3",
"@volar/language-core": "~2.2.3",
"@volar/language-server": "~2.2.3",
"@volar/language-service": "~2.2.3",
"@volar/typescript": "~2.2.3",
"fast-glob": "^3.2.12",
"volar-service-css": "0.0.43",
"volar-service-emmet": "0.0.43",
"volar-service-html": "0.0.43",
"volar-service-prettier": "0.0.43",
"volar-service-typescript": "0.0.43",
"volar-service-typescript-twoslash-queries": "0.0.43",
"volar-service-css": "0.0.45",
"volar-service-emmet": "0.0.45",
"volar-service-html": "0.0.45",
"volar-service-prettier": "0.0.45",
"volar-service-typescript": "0.0.45",
"volar-service-typescript-twoslash-queries": "0.0.45",
"vscode-html-languageservice": "^5.2.0",
"vscode-uri": "^3.0.8"
},
Expand All @@ -45,7 +45,7 @@
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
"@volar/test-utils": "~2.2.1",
"@volar/test-utils": "~2.2.3",
"astro": "^4.3.5",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "withastro",
"license": "MIT",
"dependencies": {
"@volar/language-core": "~2.2.1",
"@volar/typescript": "~2.2.1",
"@volar/language-core": "~2.2.3",
"@volar/typescript": "~2.2.3",
"@astrojs/compiler": "^2.7.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"semver": "^7.3.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
"@types/vscode": "^1.82.0",
"@volar/language-server": "~2.2.1",
"@volar/vscode": "~2.2.1",
"@volar/language-server": "~2.2.3",
"@volar/vscode": "~2.2.3",
"@vscode/test-electron": "^2.3.2",
"@vscode/vsce": "latest",
"esbuild": "^0.17.19",
Expand Down

0 comments on commit c8af6db

Please sign in to comment.