Skip to content

npm-dressca-frontend: bump vee-validate from 4.13.2 to 4.14.4 in /samples/web-csr/dressca-frontend #1443

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2024

Bumps vee-validate from 4.13.2 to 4.14.4.

Release notes

Sourced from vee-validate's releases.

v4.14.4

🆕 New Features

  • Can set a fallback locale for rules that do not have messages in the active locale with setFallbackLocale. #4872 (193a96fd3584974df50296ebbe9c00770fa1cd22)

🐛 Bug Fixes

  • Devtools crashing when a field name is defined as getter. (0991c01)
  • Handle getter field names properly. #4877 (ecb540a)
  • Properly name exported files to avoid dual package hazard. #4905 (4f88d851a3975a1ed69f9ee53b68394306e20abb)
  • Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @​evpaassen

👕 Types

  • fix(types): expose field and form slot prop types. #4900 (f33974c)

v4.14.3

🐛 Bug Fixes

  • Removed a rogue console.log that escaped 🤦‍♂️ (07c27d5a6adaeb7a039d5fb3d25804e9d56dc43f)

v4.14.2

🐛 Bug Fixes

  • Upgraded @vue/devtools-api to the latest version which fixes #4863 which is related to nuxt/nuxt#27544 (f0d4e24778f1e6f5aba9003f1dc1b20308a2e163)

v4.14.1

🐛 Bug Fixes

Fixed @vee-validate/i18n not being able to be resolved in Nuxt #4899

v4.14.0

🌲 Dependencies

🆕 New Features

  • Exposed useFormContext to help inject parent forms directly in a typed manner #4490 (f7a4929)
  • Yup Typed Schemas now pass the form values as a ref context. #4753 (#4837) thanks to @​catalin-bratu.

👕 TypeScript

Exposed various internal types like FieldSlotProps and FormSlotProps.

🐛 Bug Fixes

  • Define exports field in all packages package.json to help with resolution issues in Nuxt.
  • @vee-validate/rules not having correct types generated properly due to a bad import. (a8524a1203972a97f22c74a6a5c90d29bc768e7e)
Changelog

Sourced from vee-validate's changelog.

4.14.4

Patch Changes

  • f33974c: fix(types): expose field and form slot prop types closes #4900
  • 0991c01: fix: devtools crashing when a field name is defined as getter
  • ecb540a: fix: handle getter field names properly closes #4877
  • 4f88d85: fix: specify module type on package.json

4.14.3

Patch Changes

  • 07c27d5: fix: remove rogue console.log

4.14.2

Patch Changes

  • f0d4e24: fix: upgrade vue devtools dependency version closes #4863

4.14.1

4.14.0

Minor Changes

  • 404cf57: chore: bump release

Patch Changes

  • f7a4929: feat: expose useFormContext closes #4490
  • 97cebd8: chore: add 'exports' field in package.json for all packages
  • 421ae69: "fix(types): export component internal types"
Commits
  • ab86480 chore(release): publish
  • 4f88d85 fix: properly name exported files to avoid dual pkg hazard closes #4905
  • f33974c fix(types): expose field and form slot prop types closes #4900
  • f8a82fc fix: mark form dirty when object keys are deleted (#4710)
  • ecb540a fix: handle getter field names properly closes #4877
  • 0991c01 fix: devtools crashing when a field name is defined as getter
  • 5f1537a chore(release): publish
  • 07c27d5 fix: remove rogue console.log
  • 9b91c3a chore(release): publish
  • f0d4e24 fix: upgrade vue devtools dependency version closes #4863
  • Additional commits viewable in compare view

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)

Bumps [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) from 4.13.2 to 4.14.4.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/vee-validate/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.14.4/packages/vee-validate)

---
updated-dependencies:
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある labels Oct 24, 2024
@KentaHizume KentaHizume added this to the v0.9.1 milestone Oct 25, 2024
@KentaHizume KentaHizume merged commit 933ba00 into main Oct 25, 2024
2 checks passed
@KentaHizume KentaHizume deleted the dependabot/npm_and_yarn/samples/web-csr/dressca-frontend/vee-validate-4.14.4 branch October 25, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant