Skip to content

[ci] release#16742

Merged
matthewp merged 1 commit into
mainfrom
changeset-release/main
May 18, 2026
Merged

[ci] release#16742
matthewp merged 1 commit into
mainfrom
changeset-release/main

Conversation

@astrobot-houston
Copy link
Copy Markdown
Contributor

@astrobot-houston astrobot-houston commented May 14, 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.

Releases

astro@6.3.4

Patch Changes

  • #16723 0f10bfe Thanks @matthewp! - Adds fetchFile option to experimental.advancedRouting to customize or disable the entrypoint file

    export default defineConfig({
      experimental: {
        advancedRouting: {
          fetchFile: 'fetch.ts',
        },
      },
    });
  • #16723 0f10bfe Thanks @matthewp! - Fixes Hono cache() middleware to follow the standard wrapper pattern

  • #16723 0f10bfe Thanks @matthewp! - Adds App.Providers interface for typing custom context providers on Astro and ctx

    declare namespace App {
      interface Providers {
        oauth: import('./lib/oauth').OAuthSession;
      }
    }
  • #16723 0f10bfe Thanks @matthewp! - Adds FetchState.response property, set automatically after pages() or middleware() completes

    const response = await middleware(state, (s) => pages(s));
    console.log(state.response === response); // true
  • #16723 0f10bfe Thanks @matthewp! - Adds Fetchable type export for typing the advanced routing entrypoint

    import type { Fetchable } from 'astro';
    
    export default {
      async fetch(request) {
        return new Response('ok');
      },
    } satisfies Fetchable;
  • #16572 4a5a077 Thanks @DORI2001! - Suppresses [WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote" during prerender builds. The package is now bundled alongside astro in the prerender environment, matching how it is handled in the SSR environment.

  • #16756 b6ee23d Thanks @astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to <head> in the dev server when using the Cloudflare adapter with prerenderEnvironment: 'node' and rendering content through a wrapper component.

  • #16747 904d19a Thanks @astrobot-houston! - Fixes Astro action requests failing in astro dev when using the Cloudflare adapter with prerenderEnvironment: 'node' alongside a prerendered catch-all route such as [...page].astro.

    Actions and other SSR POST endpoints now continue to work in dev instead of returning an HTTP 500 error.

  • #16701 3495ce4 Thanks @demaisj! - Fix Map and Set instances saved in a content collection being broken when retrieving entries.

  • #16614 fca1c32 Thanks @Eptagone! - Fixes entry.data type inference when a live collection is configured without a schema.

  • #16661 03b8f7f Thanks @ocavue! - Updates typescript to v6. No changes are needed from users.

  • #16681 c22770a Thanks @dotnetCarpenter! - Fixes an issue where SVG images with width="0" or height="0" incorrectly threw a NoImageMetadata error instead of being treated as valid dimensions.

@astrojs/db@0.21.2

Patch Changes

@astrojs/cloudflare@13.5.2

Patch Changes

  • #16708 bb709ff Thanks @fkatsuhiro! - Fixed a bug where a cascade of reloads would cause the page to crash during the first visit when building or developing with Cloudflare SSR in Astro v6 due to dependency loading issues.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3

@astrojs/netlify@7.0.10

Patch Changes

  • #16661 03b8f7f Thanks @ocavue! - Updates typescript to v6. No changes are needed from users.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.3

@astrojs/language-server@2.16.9

Patch Changes

  • #16661 03b8f7f Thanks @ocavue! - Updates typescript to v6. No changes are needed from users.

  • Updated dependencies [03b8f7f]:

    • @astrojs/yaml2ts@0.2.4

@astrojs/ts-plugin@1.10.9

Patch Changes

  • #16661 03b8f7f Thanks @ocavue! - Updates typescript to v6. No changes are needed from users.

  • Updated dependencies [03b8f7f]:

    • @astrojs/yaml2ts@0.2.4

astro-vscode@2.16.16

Patch Changes

@astrojs/yaml2ts@0.2.4

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 819f407 to e191c73 Compare May 14, 2026 20:01
@github-actions github-actions Bot added pkg: example Related to an example package (scope) pkg: astro Related to the core `astro` package (scope) labels May 14, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 865c484 to fa7ffa8 Compare May 14, 2026 20:24
@dotnetCarpenter
Copy link
Copy Markdown
Contributor

Please mention @OfirHaf and @fkatsuhiro for fixing bug #16681 😄

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from d89cb7c to 1266502 Compare May 15, 2026 05:44
@ematipico
Copy link
Copy Markdown
Member

@dotnetCarpenter you could have added them to the commit as co-authors 😅

@dotnetCarpenter
Copy link
Copy Markdown
Contributor

@dotnetCarpenter you could have added them to the commit as co-authors 😅

They are :) But not sure if they will be mentioned in the release notes?

Co-authored-by: fkatsuhiro nakayoshiryutokatsu@gmail.com
Co-authored-by: OfirHaf ofir135001@gmail.com

@dotnetCarpenter
Copy link
Copy Markdown
Contributor

dotnetCarpenter commented May 15, 2026

3495ce4#diff-fb4fcf26cfb5edcba90f27419c762ad11232a04e666faabbddf3ecdb9203d718-101-119-1

The second test in 3495ce4 for Set is testing Map and not Set.

@ematipico
Copy link
Copy Markdown
Member

ematipico commented May 15, 2026

Ah no they won't, but they are in the history of the commits, that's what counts.

They will also pop up in our next blog post. If you don't see them, let us know, and we will add them (we use an automated script to pull all contributors)

@github-actions github-actions Bot force-pushed the changeset-release/main branch 18 times, most recently from 9f4b485 to cdf1ebe Compare May 18, 2026 12:54
@github-actions github-actions Bot force-pushed the changeset-release/main branch from cdf1ebe to 6549e77 Compare May 18, 2026 14:48
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6549e77 to a421cc1 Compare May 18, 2026 14:50
@matthewp matthewp merged commit 45b7fa9 into main May 18, 2026
@matthewp matthewp deleted the changeset-release/main branch May 18, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants