Skip to content

Commit f963d07

Browse files
authoredDec 15, 2023
Upgrade compiler (#9445)
1 parent 017f981 commit f963d07

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed
 

‎.changeset/many-dogs-rest.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Upgrades Astro's compiler to a crash when sourcemaps try to map multibyte characters

‎packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"test:e2e:match": "playwright test -g"
113113
},
114114
"dependencies": {
115-
"@astrojs/compiler": "^2.3.2",
115+
"@astrojs/compiler": "^2.3.4",
116116
"@astrojs/internal-helpers": "workspace:*",
117117
"@astrojs/markdown-remark": "workspace:*",
118118
"@astrojs/telemetry": "workspace:*",

‎pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.