From e31bea0704890ff92ce4f9b0ce536c1c90715f2c Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Mon, 1 Apr 2024 10:30:03 -0400 Subject: [PATCH] Fixes issue with head content being pushed into body (#10608) * Fixes issue with head content being pushed into body * Update snapshot version * Upgrade compiler version --- .changeset/small-islands-pump.md | 5 +++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .changeset/small-islands-pump.md diff --git a/.changeset/small-islands-pump.md b/.changeset/small-islands-pump.md new file mode 100644 index 0000000000..9df81a51e8 --- /dev/null +++ b/.changeset/small-islands-pump.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Fixes bug with head content being pushed into body diff --git a/packages/astro/package.json b/packages/astro/package.json index 127a20fbc2..67f8bfafa9 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": "^2.7.1", "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f39e5d503e..15073c2e5d 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: ^2.7.1 + version: 2.7.1 '@astrojs/internal-helpers': specifier: workspace:* version: link:../internal-helpers @@ -5607,8 +5607,8 @@ packages: /@astrojs/compiler@1.8.2: resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==} - /@astrojs/compiler@2.7.0: - resolution: {integrity: sha512-XpC8MAaWjD1ff6/IfkRq/5k1EFj6zhCNqXRd5J43SVJEBj/Bsmizkm8N0xOYscGcDFQkRgEw6/eKnI5x/1l6aA==} + /@astrojs/compiler@2.7.1: + resolution: {integrity: sha512-/POejAYuj8WEw7ZI0J8JBvevjfp9jQ9Wmu/Bg52RiNwGXkMV7JnYpsenVfHvvf1G7R5sXHGKlTcxlQWhoUTiGQ==} /@astrojs/language-server@2.8.3(prettier-plugin-astro@0.12.3)(prettier@3.2.5)(typescript@5.2.2): resolution: {integrity: sha512-tO47Lcue7OPXfIDbKVDcshwpC13yaWaTVLyiSOnQ2Yng2Z2SgcJf06Cj4xMpJqGp6s7/o/gcQWYUTl2bpkWKig==} @@ -5622,7 +5622,7 @@ packages: prettier-plugin-astro: optional: true dependencies: - '@astrojs/compiler': 2.7.0 + '@astrojs/compiler': 2.7.1 '@jridgewell/sourcemap-codec': 1.4.15 '@volar/kit': 2.1.2(typescript@5.2.2) '@volar/language-core': 2.1.2 @@ -5656,7 +5656,7 @@ packages: prettier-plugin-astro: optional: true dependencies: - '@astrojs/compiler': 2.7.0 + '@astrojs/compiler': 2.7.1 '@jridgewell/sourcemap-codec': 1.4.15 '@volar/kit': 2.1.2(typescript@5.4.2) '@volar/language-core': 2.1.2