Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps @tanstack/react-form from 0.34.4 to 1.19.1.

Release notes

Sourced from @​tanstack/react-form's releases.

v1.19.1

Version 1.19.1 - 8/10/25, 8:35 PM

Changes

Fix

  • form-core: infer formOptions parameter"s type correctly (#1679) (628c5ef) by Adam Nicholson

Packages

  • @​tanstack/form-core@​1.19.1
  • @​tanstack/angular-form@​1.19.1
  • @​tanstack/lit-form@​1.19.1
  • @​tanstack/react-form@​1.19.1
  • @​tanstack/solid-form@​1.19.1
  • @​tanstack/svelte-form@​1.19.1
  • @​tanstack/vue-form@​1.19.1

v1.19.0

Version 1.19.0 - 8/7/25, 3:26 PM (Manual Release)

Changes

Feat

  • core: form identifiers (#1659) (2c9bab0) by Harry Whorlow

Chore

  • devinxi start example (#1584) (15187c5) by Leonardo Montini

Ci

  • apply automated fixes and generate docs (b9480c7) by autofix-ci[bot]
  • apply automated fixes and generate docs (c82fe54) by autofix-ci[bot]

Docs

  • react-form: Fix field group name (#1675) (124dd5b) by Bennett Dams

Packages

  • @​tanstack/angular-form@​1.19.0
  • @​tanstack/form-core@​1.19.0
  • @​tanstack/lit-form@​1.19.0
  • @​tanstack/react-form@​1.19.0
  • @​tanstack/solid-form@​1.19.0
  • @​tanstack/svelte-form@​1.19.0
  • @​tanstack/vue-form@​1.19.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

SomeRandmGuyy and others added 30 commits May 30, 2025 23:39
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>
SomeRandmGuyy and others added 22 commits July 23, 2025 09:47
…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>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2025

Labels

The following labels could not be found: automated, dependencies, framework: remix. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from SomeRandmGuyy as a code owner August 12, 2025 00:26
@coderabbitai
Copy link

coderabbitai bot commented Aug 12, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 17, 2025

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/remix/tanstack/react-form-1.19.1 branch August 17, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants