Skip to content

fix(deps): bump the vue group across 1 directory with 8 updates #248

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the vue group with 8 updates in the /apps/frontend directory:

Package From To
@vee-validate/yup 4.13.2 4.15.0
@vueuse/core 11.1.0 12.4.0
pinia 2.2.4 2.3.0
pinia-plugin-persistedstate 4.1.1 4.2.0
vee-validate 4.13.2 4.15.0
vue 3.5.12 3.5.13
vue-router 4.4.5 4.5.0
yup 1.4.0 1.6.1

Updates @vee-validate/yup from 4.13.2 to 4.15.0

Release notes

Sourced from @​vee-validate/yup's releases.

v4.15.0

🐛 Bug Fixes

  • fix(perf): Skip loading devtools if in SSR #4963 (ec121b1855228e2146010f9ccd4be0246331cb0d)
  • chore: Bump schema provider versions to their latest move them to peer deps #4951 #4940 (db26a748d8e1d5310dfab74588a0d34ad4878204)
  • fix(yup): Tuple required state resolution #4931 (5cba0aaff870399f6f07a7886f37dfbfe91076ee)
  • fix(bundle): Load devtools lazily to avoid including it in production builds #4943 (#4946)

👕 Types

  • fix: Mark the <Form> submission handler with Generic object to reduce need for casting (#4954) thanks to NaokiHaba

🆕 Features

  • feat: added useIsValidating and useFormContext to Nuxt module auto import list (#4952) thanks to danielwaltz

v4.14.7

🛠️ Devtools

  • Fixed uncontrolled fields (non-form associated) not showing their state in the devtools #4914 (be994b4c59e0ead536573dc26b6947131b4b6eda)
  • Added name prop to <Form /> and useForm to distinguish them in devtools #4930 (#4933) thanks to @​genu

v4.14.6

🛠️ Misc

  • Exclude vee-validate from Vite's dep optmization when used in Nuxt. #4906 #4909 (41d82fd1f0ceb62f3b9d6b2ca2270dfdc69520fc)

v4.14.5

🛠️ Misc

Changes here are related to @vee-validate/nuxt, nothing else changed.

  • Switch @vee-validate/nuxt package type to module. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)
  • Upgrade nuxt module dependencies. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)
  • Force loading the mjs module when using nuxt to reduce chances of double import. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)

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)

... (truncated)

Changelog

Sourced from @​vee-validate/yup's changelog.

4.15.0

Minor Changes

  • db26a74: chore: bump schema dependencies and move them to peer deps closes #4951

Patch Changes

  • 5cba0aa: fix: support tuples required meta state closes #4931
  • Updated dependencies [30281f5]
  • Updated dependencies [ec121b1]

4.14.7

Patch Changes

4.14.6

Patch Changes

4.14.5

Patch Changes

  • e9f8c88: fix: force loading the mjs module when using nuxt
  • Updated dependencies [e9f8c88]

4.14.4

Patch Changes

  • 4f88d85: fix: specify module type on package.json
  • Updated dependencies [f33974c]
  • Updated dependencies [0991c01]
  • Updated dependencies [ecb540a]
  • Updated dependencies [4f88d85]

4.14.3

Patch Changes

  • Updated dependencies [07c27d5]

... (truncated)

Commits
  • 215e27a chore(release): publish
  • db26a74 chore: bump schema dependencies and move them to peer deps closes #4951
  • 5cba0aa fix: support tuples required meta state closes #4931
  • cd35626 chore(release): publish
  • 4f88cb2 chore: add lint rule for no-console
  • f2972fc chore(release): publish
  • c02c549 chore(release): publish
  • e9f8c88 fix: force loading the mjs module when using nuxt
  • ab86480 chore(release): publish
  • 4f88d85 fix: properly name exported files to avoid dual pkg hazard closes #4905
  • Additional commits viewable in compare view

Updates @vueuse/core from 11.1.0 to 12.4.0

Release notes

Sourced from @​vueuse/core's releases.

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • a4e3339 chore: release v12.4.0
  • fcc6e71 fix(useBluetooth): isConnected state not changed when disconnected (#4460)
  • eb6797a feat(useStorage): make storage key reactive (#4464)
  • dd316da feat: use passive event handlers everywhere is possible (#4477)
  • a64354e docs(useMediaControls): use useTemplateRef instead of ref (#4467)
  • cf23dd2 types: ensure isSupported is of the correct type (#4474)
  • 6018c0e feat(useCloned): return isModified (#4470)
  • 26c842b test: use vue-tsc instead of tsc to also check *.vue files (#4458)
  • e5301f4 chore: release v12.3.0
  • e6a17d7 fix(useStorageAsync): correct initialization when initialValue is getter (#...
  • Additional commits viewable in compare view

Updates pinia from 2.2.4 to 2.3.0

Release notes

Sourced from pinia's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Commits

Updates pinia-plugin-persistedstate from 4.1.1 to 4.2.0

Release notes

Sourced from pinia-plugin-persistedstate's releases.

v4.2.0

compare changes

🚀 Enhancements

  • nuxt: Infer global cookieOptions to specified cookie storage without options (3c55848)
  • nuxt: Explicit Nuxt plugin name (pinia-plugin-persistedstate) (a0a4c51)

🩹 Fixes

  • nuxt: Check @pinia/nuxt module installation by pinia key (#359)

🏡 Chore

  • Bump dependencies (incl. pinia^2.3.0 & @​pinia/nuxt^0.9.0) (c71d618)

❤️ Contributors

v4.1.3

compare changes

📖 Documentation

  • Fix the afterHydrate describe (#350)
  • Fix install script groups (2bd0f25)

📦 Build

  • Bundle iife and umd with rollup (fcad302)

🏡 Chore

❤️ Contributors

v4.1.2

compare changes

📖 Documentation

  • Add Chinese translation (#338)
  • Add cookie max size info (#343)

... (truncated)

Changelog

Sourced from pinia-plugin-persistedstate's changelog.

v4.2.0

compare changes

🚀 Enhancements

  • nuxt: Infer global cookieOptions to specified cookie storage without options (3c55848)
  • nuxt: Explicit Nuxt plugin name (pinia-plugin-persistedstate) (a0a4c51)

🩹 Fixes

  • nuxt: Check @pinia/nuxt module installation by pinia key (#359)

🏡 Chore

  • Bump dependencies (incl. pinia^2.3.0 & @​pinia/nuxt^0.9.0) (c71d618)

❤️ Contributors

v4.1.3

compare changes

📖 Documentation

  • Fix the afterHydrate describe (#350)
  • Fix install script groups (2bd0f25)

📦 Build

  • Bundle iife and umd with rollup (fcad302)

🏡 Chore

❤️ Contributors

v4.1.2

compare changes

📖 Documentation

... (truncated)

Commits
  • f128213 chore(release): v4.2.0
  • a0a4c51 feat(nuxt): explicit Nuxt plugin name (pinia-plugin-persistedstate)
  • c71d618 chore: bump dependencies (incl. pinia^2.3.0 & @​pinia/nuxt^0.9.0)
  • 3c55848 feat(nuxt): infer global cookieOptions to specified cookie storage withou...
  • 0b201b2 fix(nuxt): check @pinia/nuxt module installation by pinia key (#359)
  • 93c9a5b chore(release): v4.1.3
  • fcad302 build: bundle iife and umd with rollup
  • 2bd0f25 docs: fix install script groups
  • 76df472 chore: bump dependencies
  • d1cf4a3 docs: fix the afterHydrate describe (#350)
  • Additional commits viewable in compare view

Updates vee-validate from 4.13.2 to 4.15.0

Release notes

Sourced from vee-validate's releases.

v4.15.0

🐛 Bug Fixes

  • fix(perf): Skip loading devtools if in SSR #4963 (ec121b1855228e2146010f9ccd4be0246331cb0d)
  • chore: Bump schema provider versions to their latest move them to peer deps #4951 #4940 (db26a748d8e1d5310dfab74588a0d34ad4878204)
  • fix(yup): Tuple required state resolution #4931 (5cba0aaff870399f6f07a7886f37dfbfe91076ee)
  • fix(bundle): Load devtools lazily to avoid including it in production builds #4943 (#4946)

👕 Types

  • fix: Mark the <Form> submission handler with Generic object to reduce need for casting (#4954) thanks to NaokiHaba

🆕 Features

  • feat: added useIsValidating and useFormContext to Nuxt module auto import list (#4952) thanks to danielwaltz

v4.14.7

🛠️ Devtools

  • Fixed uncontrolled fields (non-form associated) not showing their state in the devtools #4914 (be994b4c59e0ead536573dc26b6947131b4b6eda)
  • Added name prop to <Form /> and useForm to distinguish them in devtools #4930 (#4933) thanks to @​genu

v4.14.6

🛠️ Misc

  • Exclude vee-validate from Vite's dep optmization when used in Nuxt. #4906 #4909 (41d82fd1f0ceb62f3b9d6b2ca2270dfdc69520fc)

v4.14.5

🛠️ Misc

Changes here are related to @vee-validate/nuxt, nothing else changed.

  • Switch @vee-validate/nuxt package type to module. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)
  • Upgrade nuxt module dependencies. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)
  • Force loading the mjs module when using nuxt to reduce chances of double import. (e9f8c882c827d03d4548b74bda3ef3f2e6d90332)

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)

... (truncated)

Changelog

Sourced from vee-validate's changelog.

4.15.0

Patch Changes

  • 30281f5: fix: lazy load the devtools dep to force it out of production bundle
  • ec121b1: fix: skip loading devtools if in SSR

4.14.7

Patch Changes

  • be994b4: fix: show uncontrolled field info in devtools closes #4914

4.14.6

4.14.5

Patch Changes

  • e9f8c88: fix: force loading the mjs module when using nuxt

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

... (truncated)

Commits

Updates vue from 3.5.12 to 3.5.13

Release notes

Sourced from vue's releases.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)
Commits
  • 6eb29d3 release: v3.5.13
  • 4f8d807 fix(ssr): handle initial selected state for select with v-model + v-for optio...
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • 1f75d4e fix(ssr): ensure v-text updates correctly with custom directives in SSR outpu...
  • 4b479db fix(transition): reflow before leave-active class after leave-from (#12288)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 352bc88 fix(custom-element): avoid triggering mutationObserver when relecting props
  • 10ab8c0 chore(playground): reset version when opening local playground from reproduction
  • d637bd6 perf(reactivity): do not track inner key `__v_skip`` (#11690)
  • Additional commits viewable in compare view

Updates vue-router from 4.4.5 to 4.5.0

Release notes

Sourced from vue-router's releases.

v4.5.0

Please refer to CHANGELOG.md for details.

Commits

Updates yup from 1.4.0 to 1.6.1

Changelog

Sourced from yup's changelog.

1.6.1 (2024-12-17)

Bug Fixes

  • lazy validation errors thrown in builders should resolve async like other validations (c7d7f97)

1.6.0 (2024-12-16)

Features

1.5.0 (2024-12-03)

Bug Fixes

  • readme: some typos and update CustomizingErrors doc (#2163) (5c77e0d)

Features

  • Add exact and stripUnknown method to object() (adcdd8d)
Commits
  • d00abc3 Publish v1.6.1
  • c7d7f97 fix: lazy validation errors thrown in builders should resolve async like othe...
  • f27fa44 Publish v1.6.0
  • 0d7c327 build: modernize stuff
  • 2b0f126 feat: expose LazySchema
  • c26f9af Update README.md
  • 8ac18b6 Publish v1.5.0
  • adcdd8d feat: Add exact and stripUnknown method to object()
  • 87be159 Fix ValidationError.formatError() clobbering path param (#2250)
  • 5a22c16 let/const consistency in README: let preference (#2227)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vue group with 8 updates in the /apps/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@vee-validate/yup](https://github.com/logaretm/vee-validate/tree/HEAD/packages/yup) | `4.13.2` | `4.15.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.1.0` | `12.4.0` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.4` | `2.3.0` |
| [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `4.1.1` | `4.2.0` |
| [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) | `4.13.2` | `4.15.0` |
| [vue](https://github.com/vuejs/core) | `3.5.12` | `3.5.13` |
| [vue-router](https://github.com/vuejs/router) | `4.4.5` | `4.5.0` |
| [yup](https://github.com/jquense/yup) | `1.4.0` | `1.6.1` |



Updates `@vee-validate/yup` from 4.13.2 to 4.15.0
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/packages/yup/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.15.0/packages/yup)

Updates `@vueuse/core` from 11.1.0 to 12.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.4.0/packages/core)

Updates `pinia` from 2.2.4 to 2.3.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/[email protected])

Updates `pinia-plugin-persistedstate` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](prazdevs/pinia-plugin-persistedstate@v4.1.1...v4.2.0)

Updates `vee-validate` from 4.13.2 to 4.15.0
- [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.15.0/packages/vee-validate)

Updates `vue` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.12...v3.5.13)

Updates `vue-router` from 4.4.5 to 4.5.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.5...v4.5.0)

Updates `yup` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.4.0...v1.6.1)

---
updated-dependencies:
- dependency-name: "@vee-validate/yup"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vue
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 10, 2025
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
. 59% 50% 0
apps.backend 93% 0% 0
apps.backend.apps.core 68% 7% 0
apps.backend.apps.core.tests 100% 100% 0
apps.backend.apps.watches 91% 25% 0
apps.backend.apps.watches.tests 100% 100% 0
apps.backend.common 52% 0% 0
Summary 79% (299 / 380) 12% (3 / 24) 0

Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
src 84% 60% 0
src.components.forms 100% 88% 0
src.components.shared 67% 47% 0
src.components.ui 100% 100% 0
src.router 50% 100% 0
src.services 100% 100% 0
src.stores 39% 0% 0
src.utils 33% 26% 0
src.views 100% 100% 0
src.views.auth 59% 69% 0
Summary 58% (116 / 200) 52% (51 / 99) 0

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants