Skip to content

Commit 5e7646e

Browse files
ematipicoascorbicTheOtterlordMoustaphaDev
authored
chore: bump compiler and upgrade packages (#13330)
Co-authored-by: Matt Kane <[email protected]> Co-authored-by: ascorbic <[email protected]> Co-authored-by: TheOtterlord <[email protected]> Co-authored-by: MoustaphaDev <[email protected]>
1 parent 8f632ef commit 5e7646e

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

.changeset/three-eyes-listen.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Fixes an issue with the conditional rendering of scripts.
6+
7+
**This change updates a v5.0 breaking change when `experimental.directRenderScript` became the default script handling behavior**.
8+
9+
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).

.changeset/wet-frogs-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/upgrade': minor
3+
---
4+
5+
Adds the ability to identify `bun` as the preferred package manager.

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"test:integration": "astro-scripts test \"test/*.test.js\""
119119
},
120120
"dependencies": {
121-
"@astrojs/compiler": "^2.10.3",
121+
"@astrojs/compiler": "^2.10.4",
122122
"@astrojs/internal-helpers": "workspace:*",
123123
"@astrojs/markdown-remark": "workspace:*",
124124
"@astrojs/telemetry": "workspace:*",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)