@astrojs/netlify@7.0.0-beta.11
-
#15665
52a7efdThanks @matthewp! - Fixes builds that were failing with "Entry module cannot be external" error when using the Netlify adapterThis 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
@astrojs/cloudflare@13.0.0-beta.10
-
#15669
d5a888bThanks @florian-lefebvre! - Removes thecssescdependencyThis CommonJS dependency could sometimes cause errors because Astro is ESM-only. It is now replaced with a built-in ESM-friendly implementation.
-
#15648
802426bThanks @rururux! - Restore and fix<Code />component functionality on Cloudflare Workers. -
Updated dependencies []:
- @astrojs/underscore-redirects@1.0.0
astro@6.0.0-beta.16
-
#15646
0dd9d00Thanks @delucis! - Removes redundantfetchpriorityattributes from the output of Astro’s<Image>componentPreviously, Astro would always include
fetchpriority="auto"on images not using thepriorityattribute. However, this is the default value, so specifying it is redundant. This change omits the attribute by default.
-
#15661
7150a2eThanks @ematipico! - Fixes a build error when generating projects with 100k+ static routes. -
#15603
5bc2b2cThanks @0xRozier! - Fixes a deadlock that occurred when using SVG images in content collections -
#15669
d5a888bThanks @florian-lefebvre! - Removes thecssescdependencyThis CommonJS dependency could sometimes cause errors because Astro is ESM-only. It is now replaced with a built-in ESM-friendly implementation.
@tanstack/react-query-persist-client@5.90.23
- Updated dependencies [
978fc52]:- @tanstack/query-persist-client-core@5.92.0
- @tanstack/react-query@5.90.21
@tanstack/query-sync-storage-persister@5.90.23
- Updated dependencies [
978fc52]:- @tanstack/query-persist-client-core@5.92.0
@tanstack/solid-query-persist-client@5.90.24
- Updated dependencies [
978fc52]:- @tanstack/query-persist-client-core@5.92.0
@tanstack/svelte-query-persist-client@6.0.21
- Updated dependencies [
978fc52]:- @tanstack/query-persist-client-core@5.92.0
@tanstack/preact-query@5.91.1
- refactor(preact-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10188)
@tanstack/query-async-storage-persister@5.90.23
- Updated dependencies [
978fc52]:- @tanstack/query-persist-client-core@5.92.0
@tanstack/query-persist-client-core@5.92.0
- Add removeQueries to experimental_createQueryPersister (#10186)