0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

Upgrade compiler ()

This commit is contained in:
Nate Moore 2023-12-15 14:53:32 -06:00 committed by GitHub
parent 017f981304
commit f963d07f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Upgrades Astro's compiler to a crash when sourcemaps try to map multibyte characters

View file

@ -112,7 +112,7 @@
"test:e2e:match": "playwright test -g"
},
"dependencies": {
"@astrojs/compiler": "^2.3.2",
"@astrojs/compiler": "^2.3.4",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",

10
pnpm-lock.yaml generated
View file

@ -473,8 +473,8 @@ importers:
packages/astro:
dependencies:
'@astrojs/compiler':
specifier: ^2.3.2
version: 2.3.2
specifier: ^2.3.4
version: 2.3.4
'@astrojs/internal-helpers':
specifier: workspace:*
version: link:../internal-helpers
@ -5199,8 +5199,8 @@ packages:
resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}
dev: true
/@astrojs/compiler@2.3.2:
resolution: {integrity: sha512-jkY7bCVxl27KeZsSxIZ+pqACe+g8VQUdTiSJRj/sXYdIaZlW3ZMq4qF2M17P/oDt3LBq0zLNwQr4Cb7fSpRGxQ==}
/@astrojs/compiler@2.3.4:
resolution: {integrity: sha512-33/YtWoBCE0cBUNy1kh78FCDXBoBANX87ShgATlAHECYbG2+buNTAgq4Xgz4t5NgnEHPN21GIBC2Mvvwisoutw==}
/@astrojs/language-server@2.5.2(prettier-plugin-astro@0.12.2)(prettier@3.1.0)(typescript@5.2.2):
resolution: {integrity: sha512-O5SMzoQ65wSxA1KygreI9UJYmHpgt15bSYBxceHwqX7OCDM4Ek8mr6mZn45LGDtwM3dp1uup7kp8exfRPwIFbA==}
@ -5214,7 +5214,7 @@ packages:
prettier-plugin-astro:
optional: true
dependencies:
'@astrojs/compiler': 2.3.2
'@astrojs/compiler': 2.3.4
'@jridgewell/sourcemap-codec': 1.4.15
'@volar/kit': 1.10.10(typescript@5.2.2)
'@volar/language-core': 1.10.10