2 hours ago
next.js

v16.1.1-canary.14

Core Changes

  • [strict-route-types] Typecheck App Router page props: #87386
  • [strict-route-types] Enforce common React Component return types in App Router: #87389
  • [strict-route-types] Switch to satisfies when validating page and route modules: #87398
  • [strict-route-types] Don't reject number in config.api.bodyParser.sizeLimit when validating route: #87633
  • Revert "dx: avoid next-env.d.ts change in dev": #88153
  • [strict-route-types] Typecheck pages router routes in absence of App Router: #87628
  • [strict-route-types] Ensure cache profiles and routes are type-checked even if .next is excluded: #87768

Misc Changes

  • [turbopack] Populate the names field of sourcemaps: #87911
  • Turbopack: fix order of breadth first edges: #88117
  • Turbopack: transpile CHUNK_SUFFIX: #88128
  • chore: add dev boot profiling and benchmark scripts: #87940
  • perf: improve stats action reliability and reduce CI noise: #87945

Credits

Huge thanks to @lukesandberg, @sokra, @eps1lon, @mischnic, and @feedthejim for helping!

3 hours ago
astro

@astrojs/cloudflare@13.0.0-alpha.4

Patch Changes

  • #15079 4463a55 Thanks @ascorbic! - Fixes auto-provisioning of default bindings (SESSION KV, IMAGES, and ASSETS). Default bindings are now correctly applied whether or not you have a wrangler.json file. Previously, these bindings were only added when no wrangler config file existed. Now they are added in both cases, unless you've already defined them yourself.

  • #15075 ee2c260 Thanks @matthewp! - Adds deprecation errors for Astro.locals.runtime properties to help migrate from Astro v5 to v6

    When accessing the removed Astro.locals.runtime properties on Cloudflare, developers now receive clear error messages explaining the migration path:

    • Astro.locals.runtime.env → Use import { env } from "cloudflare:workers"
    • Astro.locals.runtime.cf → Use Astro.request.cf
    • Astro.locals.runtime.caches → Use the global caches object
    • Astro.locals.runtime.ctx → Use Astro.locals.cfContext
  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.0
3 hours ago
astro

astro@6.0.0-alpha.5

Patch Changes

  • #15064 caf5621 Thanks @ascorbic! - Fixes a bug that caused incorrect warnings of duplicate entries to be logged by the glob loader when editing a file

  • #15093 8d5f783 Thanks @matthewp! - Reduces build memory by filtering routes per environment so each only builds the pages it needs

  • #15073 2a39c32 Thanks @ascorbic! - Don't log an error when there is no content config

  • #15112 5751d2b Thanks @HiDeoo! - Fixes a Windows-specific build issue when importing an Astro component with a <script> tag using an import alias.

6 hours ago
virtual

@tanstack/solid-virtual@3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17
6 hours ago
virtual

@tanstack/vue-virtual@3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17
6 hours ago
virtual

@tanstack/angular-virtual@4.0.5

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17
6 hours ago
virtual

@tanstack/react-virtual@3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17
6 hours ago
virtual

@tanstack/svelte-virtual@3.13.17

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17
6 hours ago
virtual

@tanstack/virtual-core@3.13.17

Patch Changes

  • fix(virtual-core): preserve auto alignment for visible items when scrolling (#1110)
6 hours ago
virtual

@tanstack/lit-virtual@3.13.18

Patch Changes

  • Updated dependencies [21d9a46]:
    • @tanstack/virtual-core@3.13.17