summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-07-14 11:09:44 -0500
committerGravatar GitHub <noreply@github.com> 2022-07-14 11:09:44 -0500
commit6a7a17f735bd8a58cdc08f25a1442277aa7d2fb0 (patch)
treed893b45eb5386a2c1c9b6884d4b965bfe948516d
parentcea2063a94fe985310de5daa4a33f682f41115ba (diff)
downloadastro-6a7a17f735bd8a58cdc08f25a1442277aa7d2fb0.tar.gz
astro-6a7a17f735bd8a58cdc08f25a1442277aa7d2fb0.tar.zst
astro-6a7a17f735bd8a58cdc08f25a1442277aa7d2fb0.zip
chore: update compiler (#3918)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r--.changeset/heavy-papayas-shout.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--pnpm-lock.yaml8
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/heavy-papayas-shout.md b/.changeset/heavy-papayas-shout.md
new file mode 100644
index 000000000..2d622bd61
--- /dev/null
+++ b/.changeset/heavy-papayas-shout.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Update `@astrojs/compiler`, fixing various edge cases around nested expressions, tables, and conditional slots. See the [`@astrojs/compiler@0.19.0 changelog`](https://github.com/withastro/compiler/blob/main/packages/compiler/CHANGELOG.md#0190) for more information.
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 879381a96..70247081c 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -82,7 +82,7 @@
"test:e2e:match": "playwright test -g"
},
"dependencies": {
- "@astrojs/compiler": "^0.18.2",
+ "@astrojs/compiler": "^0.19.0",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.11.6",
"@astrojs/prism": "0.6.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2b92ed5c5..594bfed0d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -465,7 +465,7 @@ importers:
packages/astro:
specifiers:
- '@astrojs/compiler': ^0.18.2
+ '@astrojs/compiler': ^0.19.0
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.11.6
'@astrojs/prism': 0.6.0
@@ -550,7 +550,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.17.3
dependencies:
- '@astrojs/compiler': 0.18.2
+ '@astrojs/compiler': 0.19.0
'@astrojs/language-server': 0.13.4
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
@@ -2640,8 +2640,8 @@ packages:
leven: 3.1.0
dev: true
- /@astrojs/compiler/0.18.2:
- resolution: {integrity: sha512-R2lOpaif3hDju2/sE6OrKvnTMgrcLRJw+jAVih9pLA2ATgy2EnhYMhflRk1vQ6+YwuhyL6Lj/dRJFXgB7r70eg==}
+ /@astrojs/compiler/0.19.0:
+ resolution: {integrity: sha512-8nvyxZTfCXLyRmYfTttpJT6EPhfBRg0/q4J/Jj3/pNPLzp+vs05ZdktsY6QxAREaOMAnNEtSqcrB4S5DsXOfRg==}
dev: false
/@astrojs/language-server/0.13.4: