-
Notifications
You must be signed in to change notification settings - Fork 56
fix(deps): update dependency @tanstack/react-form to ^0.48.0 #250
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/tanstack-form-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
758742b
to
aca0d74
Compare
a4fd865
to
2028131
Compare
2028131
to
fed328c
Compare
e509ab1
to
02cba61
Compare
02cba61
to
ce92bfa
Compare
ce92bfa
to
07e1591
Compare
07e1591
to
632294a
Compare
632294a
to
d932ab2
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
2f879f7
to
6d2b592
Compare
6d2b592
to
2380bb0
Compare
e845166
to
94ff86b
Compare
aad6509
to
1ac2b71
Compare
1ac2b71
to
d6fbf1e
Compare
d6fbf1e
to
4c9b492
Compare
4c9b492
to
73ed66a
Compare
ca6203e
to
9a44d3e
Compare
9a44d3e
to
6f27d8d
Compare
6f27d8d
to
4054ebf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.32.0
->^0.48.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TanStack/form (@tanstack/react-form)
v0.48.2
Compare Source
Version 0.48.2 - 3/2/25, 1:47 AM
Changes
Fix
72a09c3
) by Corbin CrutchleyDocs
230c2a0
) by Corbin CrutchleyPackages
v0.48.1
Compare Source
Version 0.48.1 - 3/1/25, 11:23 AM
Changes
Fix
c8cfbe0
) by Corbin CrutchleyPackages
v0.48.0
Compare Source
Version 0.48.0 - 3/1/25, 10:39 AM
Changes
Feat
da5026e
) by @s-coimbra21Chore
91b909f
) by Corbin CrutchleyDocs
197a2a8
) by Harry Whorlow78be5bd
) by Tobiloba Adedejid5e06c7
) by Corbin Crutchley0e7b1e7
) by Corbin CrutchleyPackages
v0.47.3
Compare Source
Version 0.47.3 - 3/1/25, 7:59 AM
Changes
Fix
faea151
) by Corbin CrutchleyDocs
5a29a1b
) by Corbin CrutchleyPackages
v0.47.2
Compare Source
Version 0.47.2 - 3/1/25, 7:19 AM
Changes
Fix
30b90a6
) by Juan VillaPackages
v0.47.1
Compare Source
Version 0.47.1 - 3/1/25, 6:50 AM
Changes
Fix
0734926
) by Corbin CrutchleyDocs
541b37a
) by Corbin CrutchleyPackages
v0.47.0
Compare Source
Version 0.47.0 - 3/1/25, 6:08 AM
Changes
Feat
createFormHook
andcreateFormHookContexts
APIs for form composition in ReactFixes
Breaking changes
Packages
v0.46.0
Compare Source
Version 0.46.0 - 2/28/25, 8:51 PM
Changes
Feat
bea5803
) by Manuel SchillerPackages
v0.45.1
Compare Source
Version 0.45.1 - 2/25/25, 7:14 AM
Changes
Fix
b2db36a
) by Juan VillaPackages
v0.45.0
Compare Source
Version 0.45.0 - 2/25/25, 7:02 AM
Changes
Feat
25b7543
) by Harry WhorlowPackages
v0.44.1
Compare Source
Version 0.44.1 - 2/25/25, 6:46 AM
Changes
Fix
2fd4271
) by Corbin CrutchleyPackages
v0.44.0
Compare Source
Version 0.44.0 - 2/24/25, 7:30 PM
Changes
Feat
a39c1ea
) by Harry WhorlowChore
b0dc32c
) by Lachlan CollinsPackages
v0.43.2
Compare Source
Version 0.43.2 - 2/21/25, 3:11 PM
Changes
Fix
f8add78
) by Corbin CrutchleyDocs
c36e218
) by Corbin CrutchleyPackages
v0.43.1
Compare Source
Version 0.43.1 - 2/21/25, 11:50 AM
Changes
Fix
4bac1f7
) by Corbin Crutchleyfc7f8a6
) by Corbin CrutchleyPackages
v0.43.0
Compare Source
Version 0.43.0 - 2/21/25, 11:14 AM
PRs
d8ed149
) by Corbin CrutchleyThe Main Showcase
This PR allows you to return non-string values from validators:
In addition, it also enforces type safety on the returned value on both
errorMap
and theerrors
array:Breaking Changes
validatorAdapter
s (packages, code, and props alike)Yup
is no longer supported until this community PR is mergedform.errors
is nowRecord<string, StandardSchemaV1Issue[]>
field.errors
is nowStandardSchemaV1Issue[]
(flattened, unless you passdisableErrorFlat
inform.Field
)Migration Guide
validatorAdapter
properties@tanstack/yup-form-adapter
,@tanstack/valibot-form-adapter
, and@tanstack/zod-form-adapter
.map(str => <p>{str}</p>)
and towards.map(issue => <p>{issue.messaeg}</p>)
.map(str => <p>{str}</p>)
and towards.map(issueObj => <p>{issueObj.issues[0].message}</p>)
Other Changes
Packages
v0.42.1
Compare Source
Version 0.42.1 - 2/20/25, 5:25 PM
Changes
Fix
455522c
) by Moe HajePackages
v0.42.0
Compare Source
Version 0.42.0 - 2/13/25, 6:44 PM
Changes
Feat
990a916
) by Leonardo MontiniPackages
v0.41.4
Compare Source
Version 0.41.4 - 2/11/25, 10:48 PM
Changes
Fix
5f1bc0b
) by Leonardo MontiniCi
136a584
) by Leonardo MontiniDocs
2bd0696
) by Harry WhorlowPackages
v0.41.3
Compare Source
Version 0.41.3 - 1/21/25, 6:32 PM
Changes
Fix
a56d353
) by Corbin CrutchleyDocs
280060a
) by Sagar DwivediPackages
v0.41.2
Compare Source
Version 0.41.2 - 1/15/25, 2:00 AM
Changes
Fix
08d610f
) by Corbin CrutchleyChore
b60264c
) by Lachlan Collins58628f7
) by Lachlan Collins551dded
(#1110) (3e0ef50
) by renovate[bot]Packages
v0.41.1
Compare Source
Version 0.41.1 - 1/11/25, 12:34 PM
Changes
Fix
b5133f2
) by fukoPackages
v0.41.0
Compare Source
Version 0.41.0 - 12/29/24, 4:14 PM
Changes
Feat
be7f9bf
) by Corbin CrutchleyPackages
v0.40.4
Compare Source
Version 0.40.4 - 12/17/24, 9:16 AM
Changes
Fix
1f043e9
) by Pascal KüsgenPackages
v0.40.3
Compare Source
Version 0.40.3 - 12/16/24, 10:43 PM
Changes
Fix
ab9dd76
) by Leonardo MontiniChore
91eb9ab
) by Misha KaletskyPackages
v0.40.2
Compare Source
Version 0.40.2 - 12/14/24, 10:35 AM
Changes
Fix
4503caf
) by Leonardo MontiniChore
af3f6b3
) by Leonardo MontiniDocs
8042428
) by Leonardo Montini939f0cc
) by Pascal KüsgenPackages
v0.40.1
Compare Source
Version 0.40.1 - 12/11/24, 8:32 PM
Changes
Fix
8e7ca78
) by Leonardo MontiniPackages
v0.40.0
Compare Source
Version 0.40.0 - 12/10/24, 9:55 PM
Changes
Feat
6a82b7f
) by Leonardo MontiniPackages
v0.39.2
Compare Source
Version 0.39.2 - 12/10/24, 4:58 PM
Changes
Fix
52b9572
) by Corbin CrutchleyOther
504f30d
) by turkerdevPackages
v0.39.1
Compare Source
Version 0.39.1 - 12/10/24, 4:51 PM
Changes
Fix
3971cf3
) by Corbin CrutchleyChore
12e391e
) by Lachlan CollinsCi
14347a4
) by Leonardo MontiniDocs
5c875c3
) by Leonardo MontiniPackages
v0.39.0
Compare Source
Version 0.39.0 - 11/29/24, 9:06 AM (Manual Release)
Changes
Breaking Changes
This release introduces two breaking changes for our React adapter:
form.useStore
in favor of@tanstack/react-store
'suseStore(form.store)
APIform.useField
in favor of other APIsNo other adapters have any changes in any other way.
We did not want to make either of these changes, but were forced to by the React Compiler not allowing for dynamic hooks. We're deeply sorry about these breaking changes and will do our best to mitigate future breaking changes prior to 1.0.
Migration Guides
To fix
form.useStore(selectorFn)
you should be able to easily replace it with@tanstack/react-store
'suseStore(form.store, selectorFn)
. These will behave identically from one another.form.useField
, on the other hand, is more tricky. We generally discouraged you from using this hook from the very beginning and see its usage as an anti-pattern.Packages
v0.38.0
Compare Source
Version 0.38.0 - 11/29/24, 8:07 AM (Manual Release)
Changes
Breaking Changes
I'd (Corbin) like to personally apologize for introducing these breaking changes during our RC phase. While working on fixing various bugs we realized we couldn't easily support these versions without majorly impacting users on these older versions of TypeScript and Angular.
Chore
ea4b760
) by Corbin Crutchleyb8d20bd
) by Corbin CrutchleyCi
987510b
) by autofix-ci[bot]6cee9ec
) by autofix-ci[bot]Docs
477e844
) by Damian StasikOther
98ef482
) by Corbin Crutchley2467d3c
) by Corbin CrutchleyPackages
v0.37.1
Compare Source
Version 0.37.1 - 11/25/24, 9:12 PM
Changes
Fix
a4e76c8
) by Leonardo MontiniPackages
v0.37.0
Compare Source
Version 0.37.0 - 11/25/24, 9:03 PM
Changes
Feat
6968cfd
) by Harry WhorlowChore
1db18b2
) by renovate[bot]Packages
v0.36.3
Compare Source
Version 0.36.3 - 11/23/24, 12:57 PM
Changes
Fix
a85cab8
) by Leonardo MontiniPackages
v0.36.2
Compare Source
Version 0.36.2 - 11/19/24, 7:58 PM
Changes
Fix
362ce10
) by Leonardo MontiniPackages
v0.36.1
Compare Source
Version 0.36.1 - 11/19/24, 6:27 PM
Changes
Fix
72516f1
) by Leonardo MontiniChore
72579d1
) by renovate[bot]af8a0be
) by renovate[bot]Docs
4516554
) by Leonardo MontiniPackages
v0.36.0
Compare Source
Version 0.36.0 - 11/16/24, 6:06 PM
Changes
Feat
56d065a
) by Adam NicholsonPackages
v0.35.0
[Compare Source](https://redirect.gith
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.