mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
chore: bump compiler
and upgrade
packages (#13330)
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: TheOtterlord <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: MoustaphaDev <81974850+MoustaphaDev@users.noreply.github.com>
This commit is contained in:
parent
8f632efe99
commit
5e7646efc1
4 changed files with 22 additions and 8 deletions
9
.changeset/three-eyes-listen.md
Normal file
9
.changeset/three-eyes-listen.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes an issue with the conditional rendering of scripts.
|
||||||
|
|
||||||
|
**This change updates a v5.0 breaking change when `experimental.directRenderScript` became the default script handling behavior**.
|
||||||
|
|
||||||
|
If you have already successfully upgraded to Astro v5, you may need to review your script tags again and make sure they still behave as desired after this release. [See the v5 Upgrade Guide for more details](https://docs.astro.build/en/guides/upgrade-to/v5/#script-tags-are-rendered-directly-as-declared).
|
5
.changeset/wet-frogs-visit.md
Normal file
5
.changeset/wet-frogs-visit.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/upgrade': minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Adds the ability to identify `bun` as the preferred package manager.
|
|
@ -118,7 +118,7 @@
|
||||||
"test:integration": "astro-scripts test \"test/*.test.js\""
|
"test:integration": "astro-scripts test \"test/*.test.js\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^2.10.3",
|
"@astrojs/compiler": "^2.10.4",
|
||||||
"@astrojs/internal-helpers": "workspace:*",
|
"@astrojs/internal-helpers": "workspace:*",
|
||||||
"@astrojs/markdown-remark": "workspace:*",
|
"@astrojs/markdown-remark": "workspace:*",
|
||||||
"@astrojs/telemetry": "workspace:*",
|
"@astrojs/telemetry": "workspace:*",
|
||||||
|
|
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
|
@ -461,8 +461,8 @@ importers:
|
||||||
packages/astro:
|
packages/astro:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler':
|
'@astrojs/compiler':
|
||||||
specifier: ^2.10.3
|
specifier: ^2.10.4
|
||||||
version: 2.10.3
|
version: 2.10.4
|
||||||
'@astrojs/internal-helpers':
|
'@astrojs/internal-helpers':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../internal-helpers
|
version: link:../internal-helpers
|
||||||
|
@ -6336,8 +6336,8 @@ packages:
|
||||||
resolution: {integrity: sha512-bVzyKzEpIwqjihBU/aUzt1LQckJuHK0agd3/ITdXhPUYculrc6K1/K7H+XG4rwjXtg+ikT3PM05V1MVYWiIvQw==}
|
resolution: {integrity: sha512-bVzyKzEpIwqjihBU/aUzt1LQckJuHK0agd3/ITdXhPUYculrc6K1/K7H+XG4rwjXtg+ikT3PM05V1MVYWiIvQw==}
|
||||||
engines: {node: '>=18.14.1'}
|
engines: {node: '>=18.14.1'}
|
||||||
|
|
||||||
'@astrojs/compiler@2.10.3':
|
'@astrojs/compiler@2.10.4':
|
||||||
resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==}
|
resolution: {integrity: sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==}
|
||||||
|
|
||||||
'@astrojs/language-server@2.15.0':
|
'@astrojs/language-server@2.15.0':
|
||||||
resolution: {integrity: sha512-wJHSjGApm5X8Rg1GvkevoatZBfvaFizY4kCPvuSYgs3jGCobuY3KstJGKC1yNLsRJlDweHruP+J54iKn9vEKoA==}
|
resolution: {integrity: sha512-wJHSjGApm5X8Rg1GvkevoatZBfvaFizY4kCPvuSYgs3jGCobuY3KstJGKC1yNLsRJlDweHruP+J54iKn9vEKoA==}
|
||||||
|
@ -12871,11 +12871,11 @@ snapshots:
|
||||||
log-update: 5.0.1
|
log-update: 5.0.1
|
||||||
sisteransi: 1.0.5
|
sisteransi: 1.0.5
|
||||||
|
|
||||||
'@astrojs/compiler@2.10.3': {}
|
'@astrojs/compiler@2.10.4': {}
|
||||||
|
|
||||||
'@astrojs/language-server@2.15.0(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.3)':
|
'@astrojs/language-server@2.15.0(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.10.3
|
'@astrojs/compiler': 2.10.4
|
||||||
'@astrojs/yaml2ts': 0.2.1
|
'@astrojs/yaml2ts': 0.2.1
|
||||||
'@jridgewell/sourcemap-codec': 1.5.0
|
'@jridgewell/sourcemap-codec': 1.5.0
|
||||||
'@volar/kit': 2.4.6(typescript@5.7.3)
|
'@volar/kit': 2.4.6(typescript@5.7.3)
|
||||||
|
@ -18192,7 +18192,7 @@ snapshots:
|
||||||
|
|
||||||
prettier-plugin-astro@0.14.1:
|
prettier-plugin-astro@0.14.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 2.10.3
|
'@astrojs/compiler': 2.10.4
|
||||||
prettier: 3.4.2
|
prettier: 3.4.2
|
||||||
sass-formatter: 0.7.9
|
sass-formatter: 0.7.9
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue