-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): Bump @tanstack/react-form from 0.34.4 to 1.19.1 in /remix #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump @tanstack/react-form from 0.34.4 to 1.19.1 in /remix #56
Conversation
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
…compatibility Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
…plates Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
…nkins, and ArgoCD Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
Co-Authored-By: Ove <oveshen.govender@gmail.com>
…nclude' Co-Authored-By: Ove <oveshen.govender@gmail.com>
…amework feat: Add unified Rust app framework with Tauri 2.0 and WebXR integration
Integrate comprehensive multithreading capabilities from PR #1 with the already-merged WebXR and Tauri integrations from PR #3. This creates a unified framework supporting: - Rust-based multithreading via napi-rs with crossbeam, rayon, and tokio - WebXR integration for VR/AR/Mixed Reality applications - Tauri 2.0 integration for cross-platform desktop applications - Unified app builder supporting web, desktop, mobile, and metaverse platforms Resolved merge conflicts in: - shared/src/config/katalyst.config.ts: Combined multithreading with platform configs - shared/src/factory/integration-factory.ts: Added multithreading to existing integrations - shared/src/integrations/index.ts: Exported all integration modules This enables the full Katalyst-React framework vision of controllable multithreading for React applications across all target platforms.
…ding Merge React 19 multithreading ecosystem features with existing WebXR/Tauri framework: - Add MultithreadingProvider and useMultithreading hook for React integration - Implement use-hydration, use-server-actions hooks for React 19 features - Create MultithreadingDemo component showcasing VR/AR computational workloads - Add multithreading-store for state management across platforms - Integrate MultithreadingConfig types with existing UnifiedAppBuilderConfig - Enable seamless multithreading for web, desktop, mobile, and metaverse platforms Resolved conflicts in shared/src/types/index.ts by combining type definitions from both multithreading and unified app builder features. - Add useMultithreading, useParallelComputation, useAsyncComputation hooks - Add useServerAction, useParallelServerAction for React 19 server actions - Add useHydration, useStreamingHydration, useSuspenseHydration for SSR - Add MultithreadingProvider context for dependency injection - Add Zustand store for global multithreading state management - Add comprehensive MultithreadingDemo component showcasing all features - Export all React components from multithreading integration - Add MultithreadingConfig interface to types This creates a complete toolkit for React-Rust multithreading interaction supporting AR/VR/MR use cases with data-based primitives and hooks.
…e parameter - Fix TypeScript compilation error in native module type definitions - Change parameter name from 'new' to 'newValue' in CrossbeamAtomicCell.compareExchange method
Resolved conflicts between existing comprehensive multithreading documentation from HEAD and duplicate documentation from cherry-pick commit. Kept the existing clean documentation structure while ensuring all multithreading features are properly documented in the unified WebXR/Tauri/Multithreading framework. - Add complete multithreading integration section with React hooks API - Include Mixed Reality and Metaverse examples (VR/AR processing) - Add WebAssembly/Wasmertime integration examples - Document CortexOS and CuAI architecture with browser agents - Include autonomous programming platform examples - Add performance monitoring, error handling, and best practices - Provide getting started guide with installation and configuration - Document advanced use cases for computational workloads
Resolved final merge conflicts in README.md by integrating comprehensive multithreading documentation with existing WebXR and Tauri framework content. This completes the cherry-pick of multithreading commits into the unified cross-platform app framework branch. - Removed duplicate multithreading sections from cherry-pick - Maintained existing comprehensive documentation structure - Fixed import statement conflicts in server action examples - Ensured clean integration of all multithreading features
- Remove Electron integration completely from codebase - Enhance TauriIntegration with comprehensive Tauri 2.0 features: - Desktop app configuration with native menus, system tray, notifications - Mobile app configuration for iOS and Android with device APIs - Unified builder for cross-platform development - WebXR integration for Meta Quest and Apple Vision Pro - Development tools with hot reload and debugging - Update integration factory to remove Electron references - Implement KatalystIntegration interface properly - Add TypeScript definitions for Tauri configuration - Support for rspack bundler and React frontend - Complete multithreading integration merge conflict resolution
- Implement KatalystIntegration interface for WebXR - Add comprehensive WebXRConfig with device-specific configurations - Support Meta Quest 2, 3, Pro and Apple Vision Pro headsets - Add Meta AR glasses and Ray-Ban Stories support for mixed reality projection - Implement Apple Vision Pro specific features: - RealityKit, ARKit, Vision Framework integration - Spatial computing and environment understanding - Eye tracking, hand tracking, and spatial personas - Add Meta AR specific features: - Spark AR and Presence SDK integration - Passthrough API and spatial anchors - Mixed reality capture and scene understanding - Enhance WASM integration with browser agent support - Add performance optimizations for both Apple and Meta platforms - Include TypeScript definitions for WebXR configuration
- Remove vitest.config.ts and replace with native testing solutions - Add rstest and tokio-test dependencies to Cargo.toml for Rust testing - Create deno.test.config.ts for TypeScript testing with Deno - Update nx.json to use 'deno test' and 'cargo test' instead of Vitest - Add separate test-rust and test-deno targets for granular testing - Configure parallel test execution for both frameworks - Set unitTestRunner to 'none' to disable Vitest in generators - Maintain coverage reporting and thresholds for both test frameworks - Support TypeScript compilation options in Deno configuration
- Copy turbo.json from magnitude folder to root level - Enhance turbo.json with comprehensive 8-platform build targets: - Web (Next.js, Remix, Core frameworks) - Desktop (Linux, Mac, Windows via Tauri) - Mobile (iOS, Android via Tauri) - Apple VR (Vision Pro with WebXR) - Metaverse (Meta devices with WebXR/WASM) - Add build:all-platforms target for unified cross-platform builds - Configure platform-specific environment variables and outputs - Add native Rust build integration with cargo compilation - Update nx.json with tasksRunnerOptions for Turborepo integration - Enable parallel execution with 8 concurrent processes - Add cacheable operations for all build, test, and lint targets - Support both Deno and Rust testing frameworks in build pipeline - Configure development targets for web, desktop, and mobile platforms
- Convert vite-plugins.ts to RspackPluginManager with enhanced plugin handling - Convert webpack-plugins.ts to RspackPluginManager with optimization configuration - Create comprehensive rsbuild.config.ts with multi-environment support: - Web, desktop, mobile, and WebXR build targets - Advanced chunk splitting and optimization - Native module support for multithreading integration - Platform-specific configurations for 8-platform builds - Remove vitest.ts integration (replaced with Deno and rstest) - Add TypeScript definitions for RSpack plugin system - Configure RSpack experiments with newTreeshaking and async WebAssembly - Support for .node files and WASM modules in build pipeline - Integrate with existing Turborepo and NX build system
- Update package.json to use @storybook/react-rspack instead of webpack5 - Replace VITE_* environment variables with RSPACK_* in turbo.json - Update Storybook configuration to use RSpack framework and rspackFinal - Fix Storybook features configuration to remove deprecated buildStoriesJson - Complete migration from webpack5 to RSpack for all build tooling
…tion - Add turbo: ^1.10.0 to dependencies for Turborepo integration with NX - Remove Vitest dependencies: @vitest/ui and vitest (replaced with Deno and rstest) - Revert Storybook to webpack5 framework (react-rspack not available yet) - Ensure all Tauri 2.0 and WebXR dependencies are properly configured: - @tauri-apps/api: ^2.0.0 and @tauri-apps/cli: ^2.0.0 - three: ^0.160.0, @react-three/fiber: ^8.15.0, @react-three/drei: ^9.95.0 - Complete package.json cleanup for unified build system
- Add multithreading support to useUnifiedBuilder hook for VR/AR workloads - Configure automatic multithreading initialization for metaverse platforms - Expose multithreading API (runParallelTask, runAsyncTask, createChannel, benchmark, getMetrics) through unified builder state - Use navigator.hardwareConcurrency for optimal thread count on performance-optimized builds - Enable WebXR-specific multithreading capabilities for Meta/Apple VR headsets - Support up to 8 blocking threads for metaverse computational workloads - Complete integration of Rust concurrency features with React WebXR ecosystem
…compilation - Removed non-existent apps/desktop and apps/mobile from workspace members - This fixes cargo test compilation issues and enables proper Rust multithreading module builds - Completes the unified Rust app framework integration with working native compilation
…egration feat: Merge multithreading with Tauri/WebXR and enhance build system
- Add automated documentation generation workflow with Claude Code integration - Create documentation templates for components, hooks, and integrations - Implement GitBook deployment pipeline with quality assurance - Add comprehensive example documentation (Button component, Installation guide) - Set up markdown linting and link validation - Configure automated analysis of component characteristics and connections - Enable perpetual documentation updates on component changes 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Enhanced KatalystProvider with detailed JSDoc comments - Added usage examples for basic and themed configurations - Improved interface documentation with clear descriptions - This change will trigger the automated documentation system 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
…back - Set Deno as the primary recommended package manager with native support - Add Bun as the preferred fallback option for compatibility issues - Mark npm/yarn/pnpm as legacy options for traditional Node.js projects - Add comprehensive Deno and Bun configuration examples - Include Deno Fresh and Bun+Vite setup instructions - Add detailed troubleshooting for Deno/Bun specific issues - Include package manager migration guides - Add performance benefits explanation for each option - Update all code examples to show Deno/Bun/legacy variations 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Bumps [@tanstack/react-form](https://github.com/TanStack/form/tree/HEAD/packages/react-form) from 0.34.4 to 1.19.1. - [Release notes](https://github.com/TanStack/form/releases) - [Commits](https://github.com/TanStack/form/commits/v1.19.1/packages/react-form) --- updated-dependencies: - dependency-name: "@tanstack/react-form" dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @tanstack/react-form from 0.34.4 to 1.19.1.
Release notes
Sourced from
@tanstack/react-form's releases.... (truncated)
Commits
bba7cd2release: v1.19.1fc454d4release: v1.19.02c9bab0feat(core): form identifiers (#1659)15187c5chore: devinxi start example (#1584)a013a73release: v1.17.0cca8de7feat: Add alternative validation methods (#1622)582bd41release: v1.16.0f710cc1release: v1.15.326921bbfix(react-form): export returned types fromcreateFormHook(#1661)d8053b0release: v1.15.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)