From 2bb2c2f7d153863319652dbc93396bedd1a16756 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Fri, 11 Mar 2022 16:20:20 -0600 Subject: [PATCH] Update compiler (#2767) * chore: update compiler * chore: add changeset --- .changeset/empty-students-occur.md | 5 +++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 9 ++++----- 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .changeset/empty-students-occur.md diff --git a/.changeset/empty-students-occur.md b/.changeset/empty-students-occur.md new file mode 100644 index 000000000..d903a8c5f --- /dev/null +++ b/.changeset/empty-students-occur.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update `@astrojs/compiler` to `0.12.0` diff --git a/packages/astro/package.json b/packages/astro/package.json index 2a43da389..e35cd3c89 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -58,7 +58,7 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/compiler": "^0.12.0-next.9", + "@astrojs/compiler": "^0.12.0", "@astrojs/language-server": "^0.8.6", "@astrojs/markdown-remark": "^0.6.4", "@astrojs/prism": "0.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ac7a833e..628231b58 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -340,7 +340,7 @@ importers: packages/astro: specifiers: - '@astrojs/compiler': ^0.12.0-next.9 + '@astrojs/compiler': ^0.12.0 '@astrojs/language-server': ^0.8.6 '@astrojs/markdown-remark': ^0.6.4 '@astrojs/parser': ^0.22.1 @@ -414,7 +414,7 @@ importers: yargs-parser: ^21.0.0 zod: ^3.8.1 dependencies: - '@astrojs/compiler': 0.12.0-next.9 + '@astrojs/compiler': 0.12.0 '@astrojs/language-server': 0.8.10 '@astrojs/markdown-remark': link:../markdown/remark '@astrojs/prism': link:../astro-prism @@ -1334,11 +1334,10 @@ packages: leven: 3.1.0 dev: true - /@astrojs/compiler/0.12.0-next.9: - resolution: {integrity: sha512-XHvGrPBhr/LBYZT4TuXf8mK2+CYCClQoPln9FlF6gIx4yTsWpUwAi3mhhFOGJi4NB1Y1ZbcXS60IjMy/2adpLg==} + /@astrojs/compiler/0.12.0: + resolution: {integrity: sha512-P1OibxzBRkWz18FL9IClI4WIOL6fFHqrmYq+/Ygw3ya0GHeDZ8pLFVpLXTPKMdHoys43dwffPA/6pWaFygBlEw==} dependencies: tsm: 2.2.1 - typescript: 4.6.2 uvu: 0.5.3 dev: false