Skip to content

[ci] release#17287

Merged
ematipico merged 1 commit into
mainfrom
changeset-release/main
Jul 8, 2026
Merged

[ci] release#17287
ematipico merged 1 commit into
mainfrom
changeset-release/main

Conversation

@astrobot-houston

@astrobot-houston astrobot-houston commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

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.

Releases

astro@7.0.7

Patch Changes

  • #17317 437401e Thanks @ematipico! - Fixes a dev server memory leak which caused Node.js to emit warnings in the console.

  • #17299 1170b6d Thanks @astrobot-houston! - Fixes a dev server crash when a .html or /index.html suffixed request (such as those netlify dev probes as pretty-URL fallbacks) matched a dynamic endpoint route, causing a TypeError: Missing parameter error

  • #17316 ed92e31 Thanks @matthewp! - Fixes a build regression that could leave unresolved preload markers in inlined scripts with external dynamic imports

  • Updated dependencies [a77af9d, 4aa78d8]:

    • @astrojs/telemetry@3.3.3

@astrojs/cloudflare@14.1.2

Patch Changes

  • #17285 6929e40 Thanks @adamchal! - Fixes build-time image optimization ignoring a custom image service registered by an integration

    Previously, when using imageService: 'compile' or imageService: 'custom', a custom image service was only respected if it was set directly in the image.service option of astro.config. If an integration registered the service instead, images were silently optimized with the default Sharp service at build time. A custom image service now transforms your images at build time no matter how it was configured.

  • #17303 464c46e Thanks @jkomyno! - Prebundles astro/components and the <ClientRouter /> transition runtime modules in the dev server environment so pages using them no longer trigger a mid-session dep optimizer reload, which caused React "Invalid hook call" errors in islands on the first request after a cold cache

  • #17275 6a99600 Thanks @matthewp! - Fixes an issue where vars weren't available at build time. Now the adapter loads vars from the Wrangler config so astro:env public variables resolve at build time

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3

@astrojs/telemetry@3.3.3

Patch Changes

@github-actions github-actions Bot added the pkg: integration Related to any renderer integration (scope) label Jul 2, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from d65cfd1 to fdd598c Compare July 7, 2026 15:48
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fdd598c to 571260d Compare July 7, 2026 20:50
@ematipico ematipico merged commit 74be96f into main Jul 8, 2026
22 checks passed
@ematipico ematipico deleted the changeset-release/main branch July 8, 2026 10:44
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