-
Notifications
You must be signed in to change notification settings - Fork 27
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): update dependency vee-validate to v4 #127
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vee-validate-4.x
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 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
15e98e4
to
0d929e3
Compare
0d929e3
to
b0e8e0e
Compare
b0e8e0e
to
f6a4872
Compare
f6a4872
to
9ab75bc
Compare
9ab75bc
to
2545b55
Compare
2545b55
to
4319291
Compare
4319291
to
b422917
Compare
b422917
to
f935790
Compare
a3881fc
to
f8384ea
Compare
faa7a93
to
5c160cb
Compare
b55af20
to
0ca5280
Compare
8471c86
to
0f9ca4f
Compare
6373ac9
to
cf430b1
Compare
b58c094
to
fbff739
Compare
83c2250
to
58ceb84
Compare
58ceb84
to
e0644ec
Compare
e0644ec
to
80ab0f9
Compare
be92253
to
c15614b
Compare
c15614b
to
37fa4e2
Compare
37fa4e2
to
796bf28
Compare
796bf28
to
781f6be
Compare
781f6be
to
2f662d3
Compare
2f662d3
to
e1402c1
Compare
d06b664
to
0fc82d5
Compare
73ff79c
to
9f4e9ab
Compare
9f4e9ab
to
2a0ed45
Compare
853e28f
to
81fc4ef
Compare
abfc0e5
to
8994db7
Compare
8994db7
to
bb2cf08
Compare
bb2cf08
to
6bcde27
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:
^3.4.14
->^4.15.0
Release Notes
logaretm/vee-validate (vee-validate)
v4.15.0
Compare Source
Patch Changes
30281f5
: fix: lazy load the devtools dep to force it out of production bundleec121b1
: fix: skip loading devtools if in SSRv4.14.7
Compare Source
Patch Changes
be994b4
: fix: show uncontrolled field info in devtools closes #4914v4.14.6
Compare Source
v4.14.5
Compare Source
Patch Changes
e9f8c88
: fix: force loading the mjs module when using nuxtv4.14.4
Compare Source
Patch Changes
f33974c
: fix(types): expose field and form slot prop types closes #49000991c01
: fix: devtools crashing when a field name is defined as getterecb540a
: fix: handle getter field names properly closes #48774f88d85
: fix: specify module type on package.jsonv4.14.3
Compare Source
Patch Changes
07c27d5
: fix: remove rogue console.logv4.14.2
Compare Source
Patch Changes
f0d4e24
: fix: upgrade vue devtools dependency version closes #4863v4.14.1
Compare Source
v4.14.0
Compare Source
Minor Changes
404cf57
: chore: bump releasePatch Changes
f7a4929
: feat: expose useFormContext closes #449097cebd8
: chore: add 'exports' field in package.json for all packages421ae69
: "fix(types): export component internal types"v4.13.2
Compare Source
Patch Changes
afbd0e5
: feat: support valibot 0.33.0v4.13.1
Compare Source
v4.13.0
Compare Source
Minor Changes
454bc45
: fix: force resetForm should not merge values closes #4680 closes #472927fe5c8
: feat: provide form values as context for yup closes #4753Patch Changes
ae3772a
: feat: expose setValue on Field instance and slot props closes #4755fd008c1
: feat: added ResetFormOpts arg to useResetForm closes #4707v4.12.8
Compare Source
Patch Changes
f8bab9c
: "fix: field-level validation not working with typed scheams closes #4744"v4.12.7
Compare Source
Patch Changes
1376794
: fix: handle meta.required for single field schemas closes #47381376794
: fix: add try-catch for schema description logic across all major schema providersc4415f8
: fix: ensure meta.required is reactive whenever the schema changes closes #4738v4.12.6
Compare Source
Patch Changes
07d01fd
: fix: re-apply errors to avoid race conditionsv4.12.5
Compare Source
🐛 Bug Fixes
v4.12.4
Compare Source
Patch Changes
2a09a58
: "fix: check if both source and target objects are POJOs"v4.12.3
Compare Source
Patch Changes
72e4379
: fix: remove deep data mutation warning closes #4597a18c19f
: feat: allow path meta querying for nested fields closes #4575e2171f8
: feat: expose some state on form instancev4.12.2
Compare Source
Patch Changes
b2203c8
: fix: apply schema casts when submitting closes #4565ec8a4d7
: fix: defineField should respect global validateOnModelUpdate closes #4567v4.12.1
Compare Source
Patch Changes
36f6b9e
: fix: reset form and field behaviors for unspecified values closes #4564c1c6f39
: fix: unref initial values when initializing the form closes #4563v4.12.0
Compare Source
Minor Changes
bbecc97
: feat: deprecate reactive initial values closes #4402Patch Changes
f9a9584
: feat: add label support to defineField closes #4530f688896
: fix: avoid overriding paths and destroy path on remove closes #4476 closes #45572abb896
: fix: clone values before reset closes #4536e370413
: fix: handle hoisted paths overriding one another95b701f
: feat: allow getters for field arraysv4.11.8
Compare Source
Patch Changes
d1b5b85
: fix: avoid triggering extra model value events closes #446178c4668
: feat: allow null as a valid Form prop type closes #4483v4.11.7
Compare Source
Patch Changes
a1414f6
: fix: export ModelessBinds type closes #4478v4.11.6
Compare Source
Patch Changes
f683e90
: fix(types): infer the model value prop name correctlyv4.11.5
Compare Source
Patch Changes
27c9ef2
: feat(types): stronger define component bind types closes #4421804ec6f
: fix: use flags to avoid validating during reset #4404 #4467v4.11.4
Compare Source
Patch Changes
4d8ed7e
: feat: added reset opts to force values closes #4440b53400e
: fix: silent validation should not mark a field as validated8f680bf
: fix: clone the schema object before validating closes #44595231f43
: fix: respect validate on model update configuration closes #4451, closes #4467v4.11.3
Compare Source
v4.11.2
Compare Source
Patch Changes
2ff045c
: fix: do not warn if a form or a field was resolved closes #439973219b4
: feat: expose all internal types4947e88
: feat: expose BaseInputBinds and BaseComponentBinds interfaces #4409ecbb690
: feat: query fields meta statev4.11.1
Compare Source
Patch Changes
5e23dcb
: fix: add support for parsing range inputsv4.11.0
Compare Source
Minor Changes
2d8143f
: feat: added composition setter functionsv4.10.9
Compare Source
Patch Changes
c02337f
: fix: correct the setErrors type to allow for string[]v4.10.8
Compare Source
Patch Changes
a9a473b
: feat(perf): improve performance setFieldError and setFieldValue closes #4382v4.10.7
Compare Source
Patch Changes
9290f5a
: fix: clone values inserted into field arrays closes #437293f8001
: fix: do not warn if the validation is for removed paths closes #4368v4.10.6
Compare Source
Patch Changes
40ce7a9
: feat: expose normalizeRules closes #4348e9b215a
: fix: resetForm should cast typed schema values closes #43474e11ff9
: fix: validate form values on setValues by default closes #4359e354a13
: fix: Normalize error paths to use brackets for indices closes #421168080d2
: feat: use silent validation when field is initialized closes #4312v4.10.5
Compare Source
Patch Changes
6a1dc9b
: fix: component blur event and respect model update config closes #4346v4.10.4
Compare Source
Patch Changes
2f9ca91
: fix(types): remove deep readonly type for nowv4.10.3
Compare Source
Patch Changes
32537e1
: fix: less strict object checks for undefined and missing keys closes #4341c3698f0
: fix: respect model modifiers when emitting the value closes #4333v4.10.2
Compare Source
Patch Changes
1660048
: fix: define binds not respecting config eventsv4.10.1
Compare Source
Patch Changes
fc41691
: fix: handle NaN when parsing number inputs closes #4328435e785
: fix: reset present values after all path mutation273cca7
: fix: reset field should not validate closes #4323v4.10.0
Compare Source
Minor Changes
7a548f4
: chore: require vue 3.3 and refactor types7ce9d67
: feat(breaking): disable v-model support by default closes #4283bfd6b00
: "feat: allow custom models for defineComponentBinds"d4fafc9
: "feat: allow handleBlur to run validations"05d957e
: feat: mark form values as readonly closes #4282Patch Changes
77345c4
: fix: reset form should merge values closes #4320f1dc135
: fix: use event value if no checked value for checkbox/radio closes #43083e4a7c1
: feat(dx): makesyncVModel
accept the model propName2cf0eec
: feat: allow multiple messages in a validator fn closes #4322 #4318ed20891
: fix: trigger validation with setFieldValue by default closes #43146a3f9f1
: fix: parse native number fields closes #4313v4.9.6
Compare Source
Patch Changes
b138282
: fix(types): export SetFieldValueOptions interface closes #42906e074f7
: fix: handleBlur should respect blur validate config closes #4285v4.9.5
Compare Source
Patch Changes
7356c10
: fix: setFieldError should set meta.valid closes #4274v4.9.4
Compare Source
Patch Changes
f4ea2c0
: fix: exclude undefined and null from initial values closes #4139v4.9.3
Compare Source
Patch Changes
09d5596
: fix: run validation on value change closes #42519bfbfaa
: feat: added isValidating to useForm48b45d9
: fix: hoist nested errors path to the deepest direct parent closes #4063v4.9.2
Compare Source
Patch Changes
31090e0
: avoid double unset path with field array remove9046308
: fixed validations running for unmounted fieldsfe322a0
: batch unsets and sort paths unset order for safer unsets closes #4115v4.9.1
Compare Source
Patch Changes
681bbab
: Added type-fest to core package dependenciesv4.9.0
Compare Source
Minor Changes
41b5d39
: Implemented path types into various form API functions9540908
: Added component and input binds helpersPatch Changes
7554d4a
: fix field array triggering validation when an item is removed298577b
: setValues does not delete unspecified fields valuesv4.8.6
Compare Source
Patch Changes
6e0b055
: Introduced official nuxt module packagev4.8.5
Compare Source
Patch Changes
9048a23
: fixed zod union issues not showing up as errors closes #4204All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
v4.8.4
Compare Source
Bug Fixes
Features
v4.8.3
Compare Source
Note: Version bump only for package vee-validate
v4.8.2
Compare Source
Bug Fixes
v4.8.1
Compare Source
Bug Fixes
Features
v4.8.0
Compare Source
Bug Fixes
Features
FieldState
(#4159) (69c0d12)4.7.4 (2023-02-07)
Bug Fixes
Features
4.7.3 (2022-11-13)
Bug Fixes
4.7.2 (2022-11-02)
Bug Fixes
4.7.1 (2022-10-23)
Bug Fixes
v4.7.4
Compare Source
Bug Fixes
Features
v4.7.3
Compare Source
Bug Fixes
v4.7.2
Compare Source
Bug Fixes
v4.7.1
Compare Source
Bug Fixes
v4.7.0
Compare Source
Features
4.6.10 (2022-09-30)
Bug Fixes
4.6.9 (2022-09-19)
Bug Fixes
4.6.8 (2022-09-19)
Bug Fixes
Features
4.6.7 (2022-08-27)
Bug Fixes
4.6.6 (2022-08-16)
Bug Fixes
4.6.5 (2022-08-11)
Bug Fixes
4.6.4 (2022-08-07)
Bug Fixes
4.6.3 (2022-08-07)
Features
4.6.2 (2022-07-17)
Bug Fixes
Features
4.6.1 (2022-07-12)
Bug Fixes
v4.6.10
Compare Source
Bug Fixes
v4.6.9
Compare Source
Bug Fixes
v4.6.8
Compare Source
Bug Fixes
Features
v4.6.7
Compare Source
Bug Fixes
v4.6.6
Compare Source
Bug Fixes
v4.6.5
Compare Source
Bug Fixes
v4.6.4
Compare Source
Bug Fixes
v4.6.3
Compare Source
Features
v4.6.2
Compare Source
Bug Fixes
Features
v4.6.1
Compare Source
Bug Fixes
v4.6.0
Compare Source
Bug Fixes
Features
4.5.11 (2022-04-10)
Bug Fixes
Features
4.5.10 (2022-03-08)
Note: Version bump only for package vee-validate
[4.5.9](https://redirect.g
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.