chore: upgrade compiler (#3171)

This commit is contained in:
Nate Moore 2022-04-21 15:26:14 -05:00 committed by GitHub
parent b6f14c3b14
commit 908fffb5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fix various edge cases in the compiler, upgrading to `@astrojs/compiler@0.14.2`. Read the [full changelog](https://github.com/withastro/compiler/blob/main/packages/compiler/CHANGELOG.md#0142).

View file

@ -75,7 +75,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/compiler": "^0.14.1",
"@astrojs/compiler": "^0.14.2",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.9.2",
"@astrojs/prism": "0.4.1",

View file

@ -447,7 +447,7 @@ importers:
packages/astro:
specifiers:
'@astrojs/compiler': ^0.14.1
'@astrojs/compiler': ^0.14.2
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.9.2
'@astrojs/prism': 0.4.1
@ -533,7 +533,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.14.4
dependencies:
'@astrojs/compiler': 0.14.1
'@astrojs/compiler': 0.14.2
'@astrojs/language-server': 0.13.4
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
@ -1703,8 +1703,8 @@ packages:
leven: 3.1.0
dev: true
/@astrojs/compiler/0.14.1:
resolution: {integrity: sha512-dYgb52JvZE8jyDg84JkdJ/dTxRgHVbC47ou6Ymok/nZDh9kvlU7TJtEDCLlGfpfZTGvnkFTHMrz1kdbqCbFVCw==}
/@astrojs/compiler/0.14.2:
resolution: {integrity: sha512-kLj3iWkzPNk9TXWDY7bqGXRQ0XZbpwJNulQ7WrJCdv2zre7TG0E51x5ab8tCsiiTRZ2xORHuIz+gH2qFotXrKw==}
dependencies:
tsm: 2.2.1
uvu: 0.5.3