summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/small-islands-pump.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--pnpm-lock.yaml12
3 files changed, 12 insertions, 7 deletions
diff --git a/.changeset/small-islands-pump.md b/.changeset/small-islands-pump.md
new file mode 100644
index 000000000..9df81a51e
--- /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 127a20fbc..67f8bfafa 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 f39e5d503..15073c2e5 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