Skip to content

Commit

Permalink
chore: bump compiler and upgrade packages (#13330)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
4 people authored Feb 28, 2025
1 parent 8f632ef commit 5e7646e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .changeset/three-eyes-listen.md
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .changeset/wet-frogs-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/upgrade': minor
---

Adds the ability to identify `bun` as the preferred package manager.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"test:integration": "astro-scripts test \"test/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/compiler": "^2.10.4",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e7646e

Please sign in to comment.