From 908fffb5ec2de4efb55d03a69381e3aa376e4c42 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 21 Apr 2022 15:26:14 -0500 Subject: [PATCH] chore: upgrade compiler (#3171) --- .changeset/funny-houses-drop.md | 5 +++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/funny-houses-drop.md diff --git a/.changeset/funny-houses-drop.md b/.changeset/funny-houses-drop.md new file mode 100644 index 0000000000..44d4c274be --- /dev/null +++ b/.changeset/funny-houses-drop.md @@ -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). diff --git a/packages/astro/package.json b/packages/astro/package.json index c85251b962..3ebf45376d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d0c675881..b6c8605681 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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