Upgrade compiler (#5369)

* chore: upgrade compiler

* chore: upgrade compiler

* chore: add changeset

* chore: upgrade compiler

* chore: generate lockfile

* Update tricky-dodos-cheer.md

* chore: upgrade compiler

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2022-11-14 11:01:03 -06:00 committed by GitHub
parent eca8815bc2
commit e385076efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 6 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Upgrade `@astrojs/compiler`, fixes regression with `body` handling when `head` contains a Component node

View file

@ -100,7 +100,7 @@
"test:e2e:match": "playwright test -g"
},
"dependencies": {
"@astrojs/compiler": "^0.29.11",
"@astrojs/compiler": "^0.29.15",
"@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1",

View file

@ -370,7 +370,7 @@ importers:
packages/astro:
specifiers:
'@astrojs/compiler': ^0.29.11
'@astrojs/compiler': ^0.29.15
'@astrojs/language-server': ^0.28.3
'@astrojs/markdown-remark': ^1.1.3
'@astrojs/telemetry': ^1.0.1
@ -469,7 +469,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.17.3
dependencies:
'@astrojs/compiler': 0.29.13
'@astrojs/compiler': 0.29.15
'@astrojs/language-server': 0.28.3
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/telemetry': link:../telemetry
@ -1104,6 +1104,9 @@ importers:
'@astrojs/node': link:../../../../integrations/node
astro: link:../../..
packages/astro/test/benchmark/simple/dist/server:
specifiers: {}
packages/astro/test/fixtures/0-css:
specifiers:
'@astrojs/react': workspace:*
@ -3843,8 +3846,8 @@ packages:
sisteransi: 1.0.5
dev: false
/@astrojs/compiler/0.29.13:
resolution: {integrity: sha512-C9+91vsWiJspj/VkVp6UtSIrJGuj/Aia1KCEDzg2Ge27uSDCOl1QlUQuAAnAbGpFBF71uaYOUZOPCbptQeGbdQ==}
/@astrojs/compiler/0.29.15:
resolution: {integrity: sha512-vicPD8oOPNkcFZvz71Uz/nJcadovurUQ3L0yMZNPb6Nn6T1nHhlSHt5nAKaurB2pYU9DrxOFWZS2/RdV+JsWmQ==}
/@astrojs/language-server/0.28.3:
resolution: {integrity: sha512-fPovAX/X46eE2w03jNRMpQ7W9m2mAvNt4Ay65lD9wl1Z5vIQYxlg7Enp9qP225muTr4jSVB5QiLumFJmZMAaVA==}
@ -15885,7 +15888,7 @@ packages:
resolution: {integrity: sha512-ehCUx7MqHWvkHwUmxxAWLsL35pFaCTM5YXQ8xjG/1W6dY2yBhvEks+2aCfjeI5zmMrZNCXkiMQtpznSlLSLrxw==}
engines: {node: ^14.15.0 || >=16.0.0, npm: '>=6.14.0'}
dependencies:
'@astrojs/compiler': 0.29.13
'@astrojs/compiler': 0.29.15
prettier: 2.7.1
sass-formatter: 0.7.5
synckit: 0.8.4