diff options
-rw-r--r-- | .changeset/three-eyes-listen.md | 9 | ||||
-rw-r--r-- | .changeset/wet-frogs-visit.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 14 |
4 files changed, 22 insertions, 8 deletions
diff --git a/.changeset/three-eyes-listen.md b/.changeset/three-eyes-listen.md new file mode 100644 index 000000000..eb2a5a4b1 --- /dev/null +++ b/.changeset/three-eyes-listen.md @@ -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). diff --git a/.changeset/wet-frogs-visit.md b/.changeset/wet-frogs-visit.md new file mode 100644 index 000000000..64ab380a1 --- /dev/null +++ b/.changeset/wet-frogs-visit.md @@ -0,0 +1,5 @@ +--- +'@astrojs/upgrade': minor +--- + +Adds the ability to identify `bun` as the preferred package manager. diff --git a/packages/astro/package.json b/packages/astro/package.json index c30b76a44..47e5008ef 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ce173975..86152e47b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -461,8 +461,8 @@ importers: packages/astro: dependencies: '@astrojs/compiler': - specifier: ^2.10.3 - version: 2.10.3 + specifier: ^2.10.4 + version: 2.10.4 '@astrojs/internal-helpers': specifier: workspace:* version: link:../internal-helpers @@ -6336,8 +6336,8 @@ packages: resolution: {integrity: sha512-bVzyKzEpIwqjihBU/aUzt1LQckJuHK0agd3/ITdXhPUYculrc6K1/K7H+XG4rwjXtg+ikT3PM05V1MVYWiIvQw==} engines: {node: '>=18.14.1'} - '@astrojs/compiler@2.10.3': - resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} + '@astrojs/compiler@2.10.4': + resolution: {integrity: sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==} '@astrojs/language-server@2.15.0': resolution: {integrity: sha512-wJHSjGApm5X8Rg1GvkevoatZBfvaFizY4kCPvuSYgs3jGCobuY3KstJGKC1yNLsRJlDweHruP+J54iKn9vEKoA==} @@ -12871,11 +12871,11 @@ snapshots: log-update: 5.0.1 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)': dependencies: - '@astrojs/compiler': 2.10.3 + '@astrojs/compiler': 2.10.4 '@astrojs/yaml2ts': 0.2.1 '@jridgewell/sourcemap-codec': 1.5.0 '@volar/kit': 2.4.6(typescript@5.7.3) @@ -18192,7 +18192,7 @@ snapshots: prettier-plugin-astro@0.14.1: dependencies: - '@astrojs/compiler': 2.10.3 + '@astrojs/compiler': 2.10.4 prettier: 3.4.2 sass-formatter: 0.7.9 |