3 hours ago
astro

@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
3 hours ago
astro

@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
3 hours ago
astro

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.

3 hours ago
query

@tanstack/react-query-persist-client@5.90.23

Patch Changes

  • Updated dependencies [978fc52]:
    • @tanstack/query-persist-client-core@5.92.0
    • @tanstack/react-query@5.90.21
3 hours ago
query

@tanstack/query-sync-storage-persister@5.90.23

Patch Changes

  • Updated dependencies [978fc52]:
    • @tanstack/query-persist-client-core@5.92.0
3 hours ago
query

@tanstack/solid-query-persist-client@5.90.24

Patch Changes

  • Updated dependencies [978fc52]:
    • @tanstack/query-persist-client-core@5.92.0
3 hours ago
query

@tanstack/svelte-query-persist-client@6.0.21

Patch Changes

  • Updated dependencies [978fc52]:
    • @tanstack/query-persist-client-core@5.92.0
3 hours ago
query

@tanstack/preact-query@5.91.1

Patch Changes

  • refactor(preact-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10188)
3 hours ago
query

@tanstack/query-async-storage-persister@5.90.23

Patch Changes

  • Updated dependencies [978fc52]:
    • @tanstack/query-persist-client-core@5.92.0
3 hours ago
query

@tanstack/query-persist-client-core@5.92.0

Minor Changes

  • Add removeQueries to experimental_createQueryPersister (#10186)