From 446824faeccf3a03842df5b8c90b5cbb721b4e67 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Fri, 29 Mar 2024 09:58:37 -0400 Subject: [PATCH] Upgrade compiler to fix head rendering bug --- .changeset/few-spoons-behave.md | 5 +++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 8 ++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .changeset/few-spoons-behave.md diff --git a/.changeset/few-spoons-behave.md b/.changeset/few-spoons-behave.md new file mode 100644 index 000000000000..c33f7fae64c6 --- /dev/null +++ b/.changeset/few-spoons-behave.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Upgrade compiler to fix head ordering bug diff --git a/packages/astro/package.json b/packages/astro/package.json index 127a20fbc294..02ca7c7160c9 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -114,7 +114,7 @@ "test:node": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@astrojs/compiler": "^2.7.0", + "@astrojs/compiler": "0.0.0-literal-20240329135330", "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f39e5d503e51..e548012c8713 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -504,8 +504,8 @@ importers: packages/astro: dependencies: '@astrojs/compiler': - specifier: ^2.7.0 - version: 2.7.0 + specifier: 0.0.0-literal-20240329135330 + version: 0.0.0-literal-20240329135330 '@astrojs/internal-helpers': specifier: workspace:* version: link:../internal-helpers @@ -5604,6 +5604,10 @@ packages: sisteransi: 1.0.5 dev: false + /@astrojs/compiler@0.0.0-literal-20240329135330: + resolution: {integrity: sha512-T5p5I1f9IFstaO5h+Aq1Ehj+UEiz6MTKCqRCJ8Kd/sojIAt0MV9uEkj5GpafHkhFdszMCKdd9EB4z3R4mAkJaA==} + dev: false + /@astrojs/compiler@1.8.2: resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}