Skip to content

Commit 2bba277

Browse files
authored
fix: update the compiler to the latest (#17353)
1 parent 64b0d66 commit 2bba277

3 files changed

Lines changed: 51 additions & 46 deletions

File tree

.changeset/spicy-wombats-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Updates the Astro compiler to the latest version, which fixes many regressions. Refer to the [changelog](https://github.com/withastro/compiler-rs/releases/tag/%40astrojs/compiler-rs%400.3.1) for more details.

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"test:integration": "astro-scripts test \"test/*.test.ts\" --parallel --strip-types"
118118
},
119119
"dependencies": {
120-
"@astrojs/compiler-rs": "^0.3.0",
120+
"@astrojs/compiler-rs": "^0.3.1",
121121
"@astrojs/internal-helpers": "workspace:*",
122122
"@astrojs/markdown-satteri": "workspace:*",
123123
"@astrojs/telemetry": "workspace:*",

pnpm-lock.yaml

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)