Skip to content

fix(deps): update dependency vee-validate to v4#65

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vee-validate-4.x
Closed

fix(deps): update dependency vee-validate to v4#65
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vee-validate-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vee-validate (source) 3.4.14 -> 4.7.4 age adoption passing confidence

Release Notes

logaretm/vee-validate

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
  • use ssr safe file check (56663aa)

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
  • allow generics for generic function type (91e97aa)
  • handle validation races for async validations (#​3908) (8c82079)

4.6.6 (2022-08-16)

Bug Fixes

4.6.5 (2022-08-11)

Bug Fixes

4.6.4 (2022-08-07)

Bug Fixes
  • make sure to deep watch created models by useFieldModel (fbe273c)

4.6.3 (2022-08-07)

Features
  • Expose InvalidSubmissionHandler and GenericValidateFunction types (#​3853) (3ccf27d)

4.6.2 (2022-07-17)

Bug Fixes
Features

4.6.1 (2022-07-12)

Bug Fixes

v4.6.10

Compare Source

Bug Fixes
  • use ssr safe file check (56663aa)

v4.6.9

Compare Source

Bug Fixes

v4.6.8

Compare Source

Bug Fixes
Features

v4.6.7

Compare Source

Bug Fixes
  • allow generics for generic function type (91e97aa)
  • handle validation races for async validations (#​3908) (8c82079)

v4.6.6

Compare Source

Bug Fixes

v4.6.5

Compare Source

Bug Fixes

v4.6.4

Compare Source

Bug Fixes
  • make sure to deep watch created models by useFieldModel (fbe273c)

v4.6.3

Compare Source

Features
  • Expose InvalidSubmissionHandler and GenericValidateFunction types (#​3853) (3ccf27d)

v4.6.2

Compare Source

Bug Fixes
Features

v4.6.1

Compare Source

Bug Fixes
  • use ssr safe file check (56663aa)

v4.6.0

Compare Source

Bug Fixes
  • added existing undefined path fallback closes #​3801 (fd0500c)
  • avoid inserting value binding for file type inputs closes #​3760 (3c76bb2)
  • avoid validating when field instance exists (3759df2)
  • compare form meta.dirty based on original values than staged initials closes #​3782 (f3ffd3c)
  • expose ValidationOptions type closes #​3825 (9854865)
  • exposed component APIs to their TS defs with refs closes #​3292 (ae59d0f)
  • fast equal before deciding value was changed closes #​3808 (3d582ec)
  • use multiple batch queues for both validation modes closes #​3783 (6156603)
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 (2022-02-22)

Bug Fixes
  • mark fields validated via form validate as validated (ad9fa9d)

4.5.8 (2022-01-23)

Bug Fixes
  • clear old error path error when changing field name closes #​3664 (f736e62)
  • field array swap not working when falsy values are present at paths (40afbd9)

4.5.7 (2021-12-07)

Bug Fixes

4.5.6 (2021-11-17)

Bug Fixes

4.5.5 (2021-11-01)

Bug Fixes

4.5.4 (2021-10-20)

Note: Version bump only for package vee-validate

4.5.3 (2021-10-17)

Features

4.5.2 (2021-09-30)

Bug Fixes

4.5.1 (2021-09-29)

Note: Version bump only for package vee-validate

v4.5.11

Compare Source

Bug Fixes
Features

v4.5.10

Compare Source

Note: Version bump only for package vee-validate

v4.5.9

Compare Source

Bug Fixes
  • mark fields validated via form validate as validated (ad9fa9d)

v4.5.8

Compare Source

Bug Fixes
  • clear old error path error when changing field name closes #​3664 (f736e62)
  • field array swap not working when falsy values are present at paths (40afbd9)

v4.5.7

Compare Source

Bug Fixes

v4.5.6

Compare Source

Bug Fixes

v4.5.5

Compare Source

Bug Fixes

v4.5.4

Compare Source

Note: Version bump only for package vee-validate

v4.5.3

Compare Source

Features

v4.5.2

Compare Source

Bug Fixes

v4.5.1

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Note: Version bump only for package vee-validate

4.4.11 (2021-09-11)

Bug Fixes

4.4.10 (2021-08-31)

Bug Fixes

4.4.9 (2021-08-05)

Bug Fixes
  • ensure to clone user passed values in setters closes #​3428 (a720c24)
  • prioritize the current value if another field of same name is mounted closes #​3429 (cf036ec)

4.4.8 (2021-07-31)

Note: Version bump only for package vee-validate

4.4.7 (2021-07-20)

Bug Fixes
  • avoid watching values at the end of reset calls closes #​3407 (86f594f)
Features

4.4.6 (2021-07-08)

Bug Fixes
  • clean error message for singular fields after unmount (#​3385) (4e81cce)
  • quit unsetting path if its already unset (cfe45ba)
  • expose setters in composition API (d79747d)

4.4.5 (2021-06-13)

4.4.4 (2021-06-05)

Bug Fixes
  • field with pre-register schema errors should be validated on register closes #​3342 (61c7359)
  • make sure to create the container path if it exists while null or undefined (79d3779)
  • make sure to create the container path if it exists while null or undefined (79d3779)
Features
  • expose setters in composition API (61f942f)

4.4.3 (2021-06-02)

Bug Fixes

4.4.2 (2021-05-28)

Bug Fixes
  • clean up the old values path when fields exchange names fixes #​3325 (fe51c12)

4.4.1 (2021-05-24)

Bug Fixes
  • forgot adding errors in useValidationForm (d032d3b)
  • re-introduce the errors prop back on the form validation result closes #​3317 (b439a73)

v4.4.11

Compare Source

Bug Fixes

v4.4.10

Compare Source

Bug Fixes

v4.4.9

Compare Source

Bug Fixes
  • ensure to clone user passed values in setters closes #​3428 (a720c24)
  • prioritize the current value if another field of same name is mounted closes #​3429 (cf036ec)

v4.4.8

Compare Source

Note: Version bump only for package vee-validate

v4.4.7

Compare Source

Bug Fixes
  • avoid watching values at the end of reset calls closes #​3407 (86f594f)
Features

v4.4.6

Compare Source

Bug Fixes
  • clean error message for singular fields after unmount (#​3385) (4e81cce)
  • quit unsetting path if its already unset (cfe45ba)
  • expose setters in composition API (d79747d)

v4.4.5

Compare Source

v4.4.4

Compare Source

Bug Fixes
  • field with pre-register schema errors should be validated on register closes #​3342 (61c7359)
  • make sure to create the container path if it exists while null or undefined (79d3779)
  • make sure to create the container path if it exists while null or undefined (79d3779)
Features
  • expose setters in composition API (61f942f)

v4.4.3

Compare Source

Bug Fixes

v4.4.2

Compare Source

Bug Fixes
  • clean up the old values path when fields exchange names fixes #​3325 (fe51c12)

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes

v4.3.6

Compare Source

Bug Fixes
  • added a symbol to detect non passed props with Vue 3.1.x (#​3295) (0663539)

v4.3.5

Compare Source

Bug Fixes
  • priotrize self injections over parent injections closes #​3270 (07c1234)

v4.3.4

Compare Source

Bug Fixes

v4.3.3

Compare Source

Features

v4.3.2

Compare Source

Bug Fixes

v4.3.1

Compare Source

Bug Fixes
  • give error message component a name (b7dcebf)
  • minor perf enhancement by lazy evaulation of slot props (a306b1b)

v4.3.0

Compare Source

Features

4.2.4 (2021-03-26)

Bug Fixes
  • validation triggered on value change (10549b7)

4.2.3 (2021-03-22)

Bug Fixes
  • prevent yup schema from setting non-interacted fields errors closes #​3228 (534f8b2)

4.2.2 (2021-03-03)

Bug Fixes
  • ensure having a truthy fallback for fields missing in schema (7cd6941)
  • handle pending validation runs during field unmounting (ef5a7cc)

4.2.1 (2021-02-26)

Bug Fixes
  • added initial check against the field errors (4288fb6)

v4.2.4

Compare Source

Bug Fixes
  • validation triggered on value change (10549b7)

v4.2.3

Compare Source

Bug Fixes
  • prevent yup schema from setting non-interacted fields errors closes #​3228 (534f8b2)

v4.2.2

Compare Source

Bug Fixes
  • ensure having a truthy fallback for fields missing in schema (7cd6941)
  • handle pending validation runs during field unmounting (ef5a7cc)

v4.2.1

Compare Source

Bug Fixes
  • added initial check against the field errors (4288fb6)

v4.2.0

Compare Source

Note: Version bump only for package vee-validate

4.1.20 (2021-02-24)

Bug Fixes

4.1.19 (2021-02-16)

Bug Fixes
  • use relative imports for shared type (6790545)
Features
  • improve typing for field yup schema (c59f1f0)

4.1.18 (2021-02-10)

Bug Fixes
  • avoid unsetting field value if switched with another closes #​3166 (f5a79fe)

4.1.17 (2021-02-08)

Bug Fixes
Features

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 15, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @3squared/forge-ui@1.3.5
npm ERR! Found: vue@2.7.14
npm ERR! node_modules/vue
npm ERR!   vue@"~2.7.0" from @3squared/forge-ui@1.3.5
npm ERR!   packages/ui
npm ERR!     @3squared/forge-ui@1.3.5
npm ERR!     node_modules/@3squared/forge-ui
npm ERR!       workspace packages/ui from the root project
npm ERR!       2 more (@3squared/forge-playground, forge-ui-styleguide)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.0.0" from vee-validate@4.7.4
npm ERR! node_modules/vee-validate
npm ERR!   vee-validate@"4.7.4" from @3squared/forge-ui@1.3.5
npm ERR!   packages/ui
npm ERR!     @3squared/forge-ui@1.3.5
npm ERR!     node_modules/@3squared/forge-ui
npm ERR!       workspace packages/ui from the root project
npm ERR!       2 more (@3squared/forge-playground, forge-ui-styleguide)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-02-15T09_34_08_493Z-debug-0.log

@changeset-bot
Copy link

changeset-bot bot commented Feb 15, 2023

⚠️ No Changeset found

Latest commit: 5bb42ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Polymeta Polymeta closed this Feb 15, 2023
@Polymeta Polymeta deleted the renovate/vee-validate-4.x branch February 15, 2023 09:36
@renovate
Copy link
Contributor Author

renovate bot commented Feb 15, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant