Skip to content

ci: Version Packages (alpha) - #2340

Merged
LeCarbonator merged 1 commit into
alphafrom
changeset-release/alpha
Aug 21, 2026
Merged

ci: Version Packages (alpha)#2340
LeCarbonator merged 1 commit into
alphafrom
changeset-release/alpha

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to alpha, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

alpha is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on alpha.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@tanstack/form-core@2.0.0-alpha.2

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • #2344 63c9ea3 - Refactor: Use stable listener identity instead of index

@tanstack/preact-form@2.0.0-alpha.2

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/react-form@2.0.0-alpha.2

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/solid-form@2.0.0-alpha.2

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/svelte-form@2.0.0-alpha.2

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/vue-form@2.0.0-alpha.2

Minor Changes

  • #2343 532cba4 - Feature: Specify default options for createFormHook

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/angular-form@2.0.0-alpha.2

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/form-devtools@1.0.0-alpha.2

Patch Changes

@tanstack/lit-form@2.0.0-alpha.2

Patch Changes

  • #2348 4e37c69 - Refactor: Adapter formOptions/appFormOptions no longer shim the core types and runtime.

    BREAKING: formOptions.looseSchema and formOptions.strictSchema now require a schema as
    first parameter. This locks down inference to get the best type safety out of it vs. the options object alone.

    Fix: formOptions.looseSchema now allows defaultValues to omit properties instead of
    requiring them to be explicitly undefined.

  • #2339 c7e102b - Fix: Subscription selectors now infer tuple return values without requiring as const.

  • Updated dependencies [532cba4, 4e37c69, c7e102b, 63c9ea3]:

    • @tanstack/form-core@2.0.0-alpha.2

@tanstack/react-form-devtools@1.0.0-alpha.2

Patch Changes

  • Updated dependencies [63c9ea3]:
    • @tanstack/form-devtools@1.0.0-alpha.2

@tanstack/react-form-nextjs@2.0.0-alpha.2

Patch Changes

@tanstack/react-form-start@2.0.0-alpha.2

Patch Changes

@tanstack/solid-form-devtools@1.0.0-alpha.2

Patch Changes

  • Updated dependencies [63c9ea3]:
    • @tanstack/form-devtools@1.0.0-alpha.2

@github-actions
github-actions Bot force-pushed the changeset-release/alpha branch 3 times, most recently from d8c469d to 4f6e605 Compare August 19, 2026 10:25
@github-actions
github-actions Bot force-pushed the changeset-release/alpha branch from 4f6e605 to a24d5b3 Compare August 20, 2026 13:50
@nx-cloud

nx-cloud Bot commented Aug 21, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit a24d5b3

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 4m 20s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 22s View ↗

☁️ Nx Cloud last updated this comment at 2026-08-21 15:14:28 UTC

@github-actions

Copy link
Copy Markdown
Contributor Author

🚀 Changeset Version Preview

No changeset entries found. Merging this PR will not cause a version bump for any packages.

@pkg-pr-new

pkg-pr-new Bot commented Aug 21, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-form

npm i https://pkg.pr.new/@tanstack/angular-form@2340

@tanstack/form-core

npm i https://pkg.pr.new/@tanstack/form-core@2340

@tanstack/form-devtools

npm i https://pkg.pr.new/@tanstack/form-devtools@2340

@tanstack/lit-form

npm i https://pkg.pr.new/@tanstack/lit-form@2340

@tanstack/preact-form

npm i https://pkg.pr.new/@tanstack/preact-form@2340

@tanstack/react-form

npm i https://pkg.pr.new/@tanstack/react-form@2340

@tanstack/react-form-devtools

npm i https://pkg.pr.new/@tanstack/react-form-devtools@2340

@tanstack/react-form-nextjs

npm i https://pkg.pr.new/@tanstack/react-form-nextjs@2340

@tanstack/react-form-start

npm i https://pkg.pr.new/@tanstack/react-form-start@2340

@tanstack/solid-form

npm i https://pkg.pr.new/@tanstack/solid-form@2340

@tanstack/solid-form-devtools

npm i https://pkg.pr.new/@tanstack/solid-form-devtools@2340

@tanstack/svelte-form

npm i https://pkg.pr.new/@tanstack/svelte-form@2340

@tanstack/vue-form

npm i https://pkg.pr.new/@tanstack/vue-form@2340

commit: a24d5b3

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (alpha@f4f63af). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##             alpha    #2340   +/-   ##
========================================
  Coverage         ?   95.11%           
========================================
  Files            ?      111           
  Lines            ?     4377           
  Branches         ?      985           
========================================
  Hits             ?     4163           
  Misses           ?      203           
  Partials         ?       11           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@LeCarbonator
LeCarbonator merged commit 4ad5a7b into alpha Aug 21, 2026
8 checks passed
@LeCarbonator
LeCarbonator deleted the changeset-release/alpha branch August 21, 2026 15:23
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