6 hours ago
react-arborist

v3.15.1

Fixes

  • Fixed the drag destination (willReceiveDrop, dragDestinationParent) reporting a parent the cursor forbids. The hover handlers recorded a destination on every hover — even where canDrop() was false — so dragging a folder toward its own subtree left the reported parent pointing at that folder while the cursor said "no drop." The consumer-facing destination and the cursor are now both gated on canDrop() and stay consistent; releasing over an invalid spot is still rejected rather than falling back to a root drop (the parentId half of issue #247). (#382)
6 hours ago
query

Release 2026-07-22 00:54

Release 2026-07-22 00:54

Changes

Fix

  • release: remove unnecessary tag assignment for prerelease branches (4959c8739)

Chore

  • upgrade to solid v2 beta 21 (#11092) (dafe80663) by @brenelz

Packages

  • @tanstack/solid-query@6.0.0-beta.6
  • @tanstack/solid-query-devtools@6.0.0-beta.6
  • @tanstack/solid-query-persist-client@6.0.0-beta.6
6 hours ago
react-query

Release 2026-07-22 00:54

Release 2026-07-22 00:54

Changes

Fix

  • release: remove unnecessary tag assignment for prerelease branches (4959c8739)

Chore

  • upgrade to solid v2 beta 21 (#11092) (dafe80663) by @brenelz

Packages

  • @tanstack/solid-query@6.0.0-beta.6
  • @tanstack/solid-query-devtools@6.0.0-beta.6
  • @tanstack/solid-query-persist-client@6.0.0-beta.6
6 hours ago
query

@tanstack/solid-query-devtools@6.0.0-beta.6

Patch Changes

  • #11092 dafe806 - chore: upgrade to solid v2 beta 21

  • Updated dependencies [dafe806]:

    • @tanstack/solid-query@6.0.0-beta.6
6 hours ago
react-query

@tanstack/solid-query-devtools@6.0.0-beta.6

Patch Changes

  • #11092 dafe806 - chore: upgrade to solid v2 beta 21

  • Updated dependencies [dafe806]:

    • @tanstack/solid-query@6.0.0-beta.6
6 hours ago
query

@tanstack/solid-query@6.0.0-beta.6

Patch Changes

6 hours ago
react-query

@tanstack/solid-query-persist-client@6.0.0-beta.6

Patch Changes

  • #11092 dafe806 - chore: upgrade to solid v2 beta 21

  • Updated dependencies [dafe806]:

    • @tanstack/solid-query@6.0.0-beta.6
6 hours ago
react-query

@tanstack/solid-query@6.0.0-beta.6

Patch Changes

6 hours ago
query

@tanstack/solid-query-persist-client@6.0.0-beta.6

Patch Changes

  • #11092 dafe806 - chore: upgrade to solid v2 beta 21

  • Updated dependencies [dafe806]:

    • @tanstack/solid-query@6.0.0-beta.6
8 hours ago
next.js

v16.3.0-canary.93

Misc Changes

  • docs: attribute App Shell prefetch to Partial Prefetching: #96003
  • Turbopack: Remove chunk group id from value of chunk groups map: #95142
  • [ci] Enforce minimumReleaseAge in e2e tests that install external dependencies: #95628
  • Turbopack: Fix missing canonicalization of paths and always use verbatim paths internally for Windows: #95668
  • Revert "[turbopack] Don't SSR on pages only navigated to through a soft nav (#95539)": #96028
  • Turbopack: Use Arc<PathBuf> for keys in turbo-task-fs's per-path MutexMap: #95951
  • chore(deps): bump sharp@0.35.3: #95507
  • [turbopack] Tree-shake CJS exports that use the Object.defineProperty syntax: #95994
  • Restore canary version 16.3.0-canary.92 after v16.3.0-preview.7 preview release

Credits

Huge thanks to @icyJoseph, @bgw, @sampoder, and @styfle for helping!