mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
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
This commit is contained in:
parent
0be26d8b10
commit
e31bea0704
3 changed files with 12 additions and 7 deletions
5
.changeset/small-islands-pump.md
Normal file
5
.changeset/small-islands-pump.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"astro": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes bug with head content being pushed into body
|
|
@ -114,7 +114,7 @@
|
||||||
"test:node": "astro-scripts test \"test/**/*.test.js\""
|
"test:node": "astro-scripts test \"test/**/*.test.js\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^2.7.0",
|
"@astrojs/compiler": "^2.7.1",
|
||||||
"@astrojs/internal-helpers": "workspace:*",
|
"@astrojs/internal-helpers": "workspace:*",
|
||||||
"@astrojs/markdown-remark": "workspace:*",
|
"@astrojs/markdown-remark": "workspace:*",
|
||||||
"@astrojs/telemetry": "workspace:*",
|
"@astrojs/telemetry": "workspace:*",
|
||||||
|
|
|
@ -504,8 +504,8 @@ importers:
|
||||||
packages/astro:
|
packages/astro:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler':
|
'@astrojs/compiler':
|
||||||
specifier: ^2.7.0
|
specifier: ^2.7.1
|
||||||
version: 2.7.0
|
version: 2.7.1
|
||||||
'@astrojs/internal-helpers':
|
'@astrojs/internal-helpers':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../internal-helpers
|
version: link:../internal-helpers
|
||||||
|
@ -5607,8 +5607,8 @@ packages:
|
||||||
/@astrojs/compiler@1.8.2:
|
/@astrojs/compiler@1.8.2:
|
||||||
resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}
|
resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}
|
||||||
|
|
||||||
/@astrojs/compiler@2.7.0:
|
/@astrojs/compiler@2.7.1:
|
||||||
resolution: {integrity: sha512-XpC8MAaWjD1ff6/IfkRq/5k1EFj6zhCNqXRd5J43SVJEBj/Bsmizkm8N0xOYscGcDFQkRgEw6/eKnI5x/1l6aA==}
|
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):
|
/@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==}
|
resolution: {integrity: sha512-tO47Lcue7OPXfIDbKVDcshwpC13yaWaTVLyiSOnQ2Yng2Z2SgcJf06Cj4xMpJqGp6s7/o/gcQWYUTl2bpkWKig==}
|
||||||
|
@ -5622,7 +5622,7 @@ packages:
|
||||||
prettier-plugin-astro:
|
prettier-plugin-astro:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.7.0
|
'@astrojs/compiler': 2.7.1
|
||||||
'@jridgewell/sourcemap-codec': 1.4.15
|
'@jridgewell/sourcemap-codec': 1.4.15
|
||||||
'@volar/kit': 2.1.2(typescript@5.2.2)
|
'@volar/kit': 2.1.2(typescript@5.2.2)
|
||||||
'@volar/language-core': 2.1.2
|
'@volar/language-core': 2.1.2
|
||||||
|
@ -5656,7 +5656,7 @@ packages:
|
||||||
prettier-plugin-astro:
|
prettier-plugin-astro:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.7.0
|
'@astrojs/compiler': 2.7.1
|
||||||
'@jridgewell/sourcemap-codec': 1.4.15
|
'@jridgewell/sourcemap-codec': 1.4.15
|
||||||
'@volar/kit': 2.1.2(typescript@5.4.2)
|
'@volar/kit': 2.1.2(typescript@5.4.2)
|
||||||
'@volar/language-core': 2.1.2
|
'@volar/language-core': 2.1.2
|
||||||
|
|
Loading…
Reference in a new issue