From e385076efe297f457343275e2e7002f71b35792b Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 14 Nov 2022 11:01:03 -0600 Subject: [PATCH] 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 --- .changeset/tricky-dodos-cheer.md | 5 +++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 13 ++++++++----- 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 .changeset/tricky-dodos-cheer.md diff --git a/.changeset/tricky-dodos-cheer.md b/.changeset/tricky-dodos-cheer.md new file mode 100644 index 000000000..4f8b07be1 --- /dev/null +++ b/.changeset/tricky-dodos-cheer.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Upgrade `@astrojs/compiler`, fixes regression with `body` handling when `head` contains a Component node diff --git a/packages/astro/package.json b/packages/astro/package.json index 729bf019f..aced04239 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed0b9f885..1acbaf916 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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