1 hours ago
rari

rari@0.15.8

Highlights

  • More reliable Vite RSC transforms: client-import rewrites no longer depend on fragile regex. Both the Vite plugin and server component builder use lexer/import spans, so multi-line, aliased, combined, and namespace 'use client' imports are rewritten correctly instead of silently bundling client code into the server graph.
  • Inline 'use server' actions: registration covers export-default and arrow forms, preserves type-only imports, and collects export names accurately (including export * as / multi-export client stubs) so actions register once and stay wired through Flight.
  • Faster HMR for server components: re-registration is scoped to the changed component and its transitive importers instead of rebundling the full graph on every edit. Shared exponential-backoff health checks replace fixed-interval polling.
  • Flight client patch safety: React browser Flight vendor patches fail loudly on anchor drift (no silent no-ops after React bumps). Vendor bundles stamp exact package versions plus a versions.json manifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.15.7...rari@0.15.8

2 hours ago
ui

@shadcn/react@0.3.0

Minor Changes

2 hours ago
formatjs

formatjs_cli: 1.2.0

1.2.0 (2026-08-05)

What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.22...formatjs_cli_v1.2.0

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux ARM64: formatjs_cli-linux-arm64
  • Linux x86_64: formatjs_cli-linux-x64
  • Windows x64: formatjs_cli-win32-x64.exe

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.0/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs

# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.0/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.0/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.0/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.0/checksums.txt
shasum -a 256 -c checksums.txt
2 hours ago
rari

@rari/use-cache@0.15.8

Highlights

  • More reliable Vite RSC transforms: client-import rewrites no longer depend on fragile regex. Both the Vite plugin and server component builder use lexer/import spans, so multi-line, aliased, combined, and namespace 'use client' imports are rewritten correctly instead of silently bundling client code into the server graph.
  • Inline 'use server' actions: registration covers export-default and arrow forms, preserves type-only imports, and collects export names accurately (including export * as / multi-export client stubs) so actions register once and stay wired through Flight.
  • Faster HMR for server components: re-registration is scoped to the changed component and its transitive importers instead of rebundling the full graph on every edit. Shared exponential-backoff health checks replace fixed-interval polling.
  • Flight client patch safety: React browser Flight vendor patches fail loudly on anchor drift (no silent no-ops after React bumps). Vendor bundles stamp exact package versions plus a versions.json manifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/@rari/use-cache@0.15.7...@rari/use-cache@0.15.8

3 hours ago
rari

v0.15.8

Highlights

  • More reliable Vite RSC transforms: client-import rewrites no longer depend on fragile regex. Both the Vite plugin and server component builder use lexer/import spans, so multi-line, aliased, combined, and namespace 'use client' imports are rewritten correctly instead of silently bundling client code into the server graph.
  • Inline 'use server' actions: registration covers export-default and arrow forms, preserves type-only imports, and collects export names accurately (including export * as / multi-export client stubs) so actions register once and stay wired through Flight.
  • Faster HMR for server components: re-registration is scoped to the changed component and its transitive importers instead of rebundling the full graph on every edit. Shared exponential-backoff health checks replace fixed-interval polling.
  • Flight client patch safety: React browser Flight vendor patches fail loudly on anchor drift (no silent no-ops after React bumps). Vendor bundles stamp exact package versions plus a versions.json manifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/v0.15.7...v0.15.8

3 hours ago
rari

use-cache-binaries@0.15.8

Highlights

  • More reliable Vite RSC transforms: client-import rewrites no longer depend on fragile regex. Both the Vite plugin and server component builder use lexer/import spans, so multi-line, aliased, combined, and namespace 'use client' imports are rewritten correctly instead of silently bundling client code into the server graph.
  • Inline 'use server' actions: registration covers export-default and arrow forms, preserves type-only imports, and collects export names accurately (including export * as / multi-export client stubs) so actions register once and stay wired through Flight.
  • Faster HMR for server components: re-registration is scoped to the changed component and its transitive importers instead of rebundling the full graph on every edit. Shared exponential-backoff health checks replace fixed-interval polling.
  • Flight client patch safety: React browser Flight vendor patches fail loudly on anchor drift (no silent no-ops after React bumps). Vendor bundles stamp exact package versions plus a versions.json manifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.

Breaking Changes

  • None.

Full Changelog: https://github.com/rari-build/rari/compare/use-cache-binaries@0.15.7...use-cache-binaries@0.15.8

3 hours ago
router

Release 2026-08-05 18:25

Release 2026-08-05 18:25

Changes

Chore

  • update seroval to 1.6.2 (#7962) (b2908c642a) by @Sheraff

Packages

  • @tanstack/react-router@1.170.20
  • @tanstack/react-start@1.168.37
  • @tanstack/react-start-client@1.168.18
  • @tanstack/react-start-rsc@0.1.36
  • @tanstack/react-start-server@1.167.25
  • @tanstack/router-cli@1.167.23
  • @tanstack/router-core@1.171.17
  • @tanstack/router-generator@1.167.23
  • @tanstack/router-plugin@1.168.25
  • @tanstack/router-vite-plugin@1.167.25
  • @tanstack/solid-router@1.170.20
  • @tanstack/solid-start@1.168.36
  • @tanstack/solid-start-client@1.168.18
  • @tanstack/solid-start-server@1.167.25
  • @tanstack/start-client-core@1.170.16
  • @tanstack/start-plugin-core@1.171.28
  • @tanstack/start-server-core@1.169.20
  • @tanstack/start-static-server-functions@1.167.21
  • @tanstack/start-storage-context@1.167.19
  • @tanstack/vue-router@1.170.19
  • @tanstack/vue-start@1.168.35
  • @tanstack/vue-start-client@1.167.21
  • @tanstack/vue-start-server@1.167.25
3 hours ago
router

@tanstack/vue-start@1.168.35

Patch Changes

  • Updated dependencies [b2908c6]:
    • @tanstack/start-client-core@1.170.16
    • @tanstack/start-plugin-core@1.171.28
    • @tanstack/start-server-core@1.169.20
    • @tanstack/vue-router@1.170.19
    • @tanstack/vue-start-client@1.167.21
    • @tanstack/vue-start-server@1.167.25
3 hours ago
router

@tanstack/vue-start-client@1.167.21

Patch Changes

  • Updated dependencies [b2908c6]:
    • @tanstack/router-core@1.171.17
    • @tanstack/start-client-core@1.170.16
    • @tanstack/vue-router@1.170.19