Skip to content

[ci] release (beta)#15649

Merged
matthewp merged 1 commit intomainfrom
changeset-release/main
Feb 26, 2026
Merged

[ci] release (beta)#15649
matthewp merged 1 commit intomainfrom
changeset-release/main

Conversation

@astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Feb 24, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

astro@6.0.0-beta.16

Minor Changes

  • #15646 0dd9d00 Thanks @delucis! - Removes redundant fetchpriority attributes from the output of Astro’s <Image> component

    Previously, Astro would always include fetchpriority="auto" on images not using the priority attribute.
    However, this is the default value, so specifying it is redundant. This change omits the attribute by default.

Patch Changes

  • #15661 7150a2e Thanks @ematipico! - Fixes a build error when generating projects with 100k+ static routes.

  • #15603 5bc2b2c Thanks @0xRozier! - Fixes a deadlock that occurred when using SVG images in content collections

  • #15669 d5a888b Thanks @florian-lefebvre! - Removes the cssesc dependency

    This CommonJS dependency could sometimes cause errors because Astro is ESM-only. It is now replaced with a built-in ESM-friendly implementation.

@astrojs/cloudflare@13.0.0-beta.10

Patch Changes

  • #15669 d5a888b Thanks @florian-lefebvre! - Removes the cssesc dependency

    This CommonJS dependency could sometimes cause errors because Astro is ESM-only. It is now replaced with a built-in ESM-friendly implementation.

  • #15648 802426b Thanks @rururux! - Restore and fix <Code /> component functionality on Cloudflare Workers.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.0

@astrojs/netlify@7.0.0-beta.11

Patch Changes

  • #15665 52a7efd Thanks @matthewp! - Fixes builds that were failing with "Entry module cannot be external" error when using the Netlify adapter

    This error was preventing sites from building after recent internal changes. Your builds should now work as expected without any changes to your code.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.0

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Feb 24, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from f5d2449 to 999f875 Compare February 26, 2026 13:18
@github-actions github-actions bot force-pushed the changeset-release/main branch from 999f875 to a4d63c5 Compare February 26, 2026 13:45
@matthewp matthewp merged commit 2d2f6ae into main Feb 26, 2026
@matthewp matthewp deleted the changeset-release/main branch February 26, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants