From 6a7a17f735bd8a58cdc08f25a1442277aa7d2fb0 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 14 Jul 2022 11:09:44 -0500 Subject: [PATCH] chore: update compiler (#3918) Co-authored-by: Nate Moore --- .changeset/heavy-papayas-shout.md | 5 +++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/heavy-papayas-shout.md 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: