Skip to content

Commit

Permalink
chore: update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Nov 2, 2023
1 parent bd3d933 commit 19217c4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .changeset/large-dogs-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@astrojs/language-server': patch
'@astrojs/ts-plugin': patch
'astro-vscode': patch
'@astrojs/check': patch
---

Automatically flatten inferred unions from `getStaticPaths` into each other so that divergent props don't need to be manually discriminated before destructuring.
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": "^2.2.1",
"@astrojs/compiler": "^2.2.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~1.10.9",
"@volar/language-core": "~1.10.9",
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.9",
"@volar/typescript": "~1.10.9",
"@astrojs/compiler": "^2.2.1",
"@astrojs/compiler": "^2.2.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"semver": "^7.3.8",
"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 @@ -237,7 +237,7 @@
"vscode-tmgrammar-test": "^0.1.2"
},
"dependencies": {
"@astrojs/compiler": "^2.2.1",
"@astrojs/compiler": "^2.2.2",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.12.0"
}
Expand Down
18 changes: 9 additions & 9 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 19217c4

Please sign in to comment.