create-rari-app@0.5.20
See CHANGELOG.md for details.
Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.5.19...create-rari-app@0.5.20
rari@0.15.8
- 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 (includingexport * 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.jsonmanifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.
- None.
Full Changelog: https://github.com/rari-build/rari/compare/rari@0.15.7...rari@0.15.8
@shadcn/react@0.3.0
- #11414
3e54530e31020e2277df03490a30a08e3bc1792bThanks @shadcn! - Add the Questionnaire primitive for multi-step questions, freeform answers, validation, and keyboard navigation.
formatjs_cli: 1.2.0
- docs: add internationalization best practices by @longlho in https://github.com/formatjs/formatjs/pull/6972
- docs: add i18n best practices skill by @longlho in https://github.com/formatjs/formatjs/pull/6973
- feat(formatjs_icu_messageformat): add Rust message formatter by @longlho in https://github.com/formatjs/formatjs/pull/6974
- feat(formatjs_intl): add Rust intl runtime by @longlho in https://github.com/formatjs/formatjs/pull/6975
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.22...formatjs_cli_v1.2.0
- 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
# 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
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
@rari/use-cache@0.15.8
- 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 (includingexport * 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.jsonmanifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.
- None.
Full Changelog: https://github.com/rari-build/rari/compare/@rari/use-cache@0.15.7...@rari/use-cache@0.15.8
v0.15.8
- 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 (includingexport * 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.jsonmanifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.
- None.
Full Changelog: https://github.com/rari-build/rari/compare/v0.15.7...v0.15.8
use-cache-binaries@0.15.8
- 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 (includingexport * 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.jsonmanifest; CI runs the React ESM bundling step so patch and version agreement stay enforced.
- None.
Full Changelog: https://github.com/rari-build/rari/compare/use-cache-binaries@0.15.7...use-cache-binaries@0.15.8
Release 2026-08-05 18:25
Release 2026-08-05 18:25
- update seroval to 1.6.2 (#7962) (b2908c642a) by @Sheraff
- @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
@tanstack/vue-start@1.168.35
- 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
@tanstack/vue-start-client@1.167.21
- Updated dependencies [
b2908c6]:- @tanstack/router-core@1.171.17
- @tanstack/start-client-core@1.170.16
- @tanstack/vue-router@1.170.19