Skip to content

Commit

Permalink
Update compiler (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Oct 24, 2023
1 parent b5db019 commit f4402eb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .changeset/flat-spoons-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@astrojs/language-server': patch
'@astrojs/ts-plugin': patch
'astro-vscode': patch
---

Add intellisense for Astro.self, add auto inferring of props for `getStaticPaths`
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/compiler": "1.5.7",
"@astrojs/compiler": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~1.10.3",
"@volar/language-core": "~1.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@volar/language-core": "~1.10.3",
"@volar/typescript": "~1.10.3",
"@astrojs/compiler": "1.5.7",
"@astrojs/compiler": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"vscode-languageserver-textdocument": "^1.0.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"vscode-tmgrammar-test": "^0.1.2"
},
"dependencies": {
"@astrojs/compiler": "1.5.7",
"@astrojs/compiler": "^2.2.1",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.12.0"
}
Expand Down
19 changes: 9 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4402eb

Please sign in to comment.