JabRef / JabRefOnline

https://www.jabref.org
MIT License
32 stars 10 forks source link

chore: bump the nuxt group across 1 directory with 8 updates #2446

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the nuxt group with 8 updates in the / directory:

Package From To
@vee-validate/zod 4.12.8 4.13.1
vee-validate 4.12.8 4.13.1
@bg-dev/nuxt-naiveui 1.13.3 1.14.0
@nuxt/content 2.12.1 2.13.0
@nuxtjs/seo 2.0.0-rc.10 2.0.0-rc.11
@vee-validate/nuxt 4.12.8 4.13.1
nuxt 3.11.2 3.12.2
vite 5.2.12 5.3.2

Updates @vee-validate/zod from 4.12.8 to 4.13.1

Release notes

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

v4.13.1

🆕

Updated @vee-validate/valibot to support valibot v0.31.0 #4756 (#4770) thanks to @​fabian-hiller

v4.13.0

🆕 Features

  • Inject form values to yup schema contexts when using field-level rules #4753 (27fe5c8)
  • Expose setValue on Field instance and slot props #4755 (ae3772a)
  • Added ResetFormOpts arg to useResetForm #4707 (fd008c1)
  • Apply Yup/Zod transformations on field-level rules #4713 (#4754) thanks to @​mehcode
  • Allow custom interpolation options for i18n #4726 (#4727) thanks to @​zleight1

🐛 Bug Fixes

  • The force option not behaving correctly when passing empty objects or empty values, now it respects whatever you pass in as the new values and initial values #4680 #4729 (454bc45)
  • Offer an all export that contains all rules for @vee-validate/rules #4766 (fdb2d47135aef898009acfe23df9026be65887f6)
Changelog

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

4.13.1

Patch Changes

  • vee-validate@4.13.1

4.13.0

Patch Changes

  • Updated dependencies [454bc45]
  • Updated dependencies [ae3772a]
  • Updated dependencies [27fe5c8]
  • Updated dependencies [fd008c1]
    • vee-validate@4.13.0
Commits


Updates vee-validate from 4.12.8 to 4.13.1

Release notes

Sourced from vee-validate's releases.

v4.13.1

🆕

Updated @vee-validate/valibot to support valibot v0.31.0 #4756 (#4770) thanks to @​fabian-hiller

v4.13.0

🆕 Features

  • Inject form values to yup schema contexts when using field-level rules #4753 (27fe5c8)
  • Expose setValue on Field instance and slot props #4755 (ae3772a)
  • Added ResetFormOpts arg to useResetForm #4707 (fd008c1)
  • Apply Yup/Zod transformations on field-level rules #4713 (#4754) thanks to @​mehcode
  • Allow custom interpolation options for i18n #4726 (#4727) thanks to @​zleight1

🐛 Bug Fixes

  • The force option not behaving correctly when passing empty objects or empty values, now it respects whatever you pass in as the new values and initial values #4680 #4729 (454bc45)
  • Offer an all export that contains all rules for @vee-validate/rules #4766 (fdb2d47135aef898009acfe23df9026be65887f6)
Changelog

Sourced from vee-validate's changelog.

4.13.1

4.13.0

Minor Changes

  • 454bc45: fix: force resetForm should not merge values closes #4680 closes #4729
  • 27fe5c8: feat: provide form values as context for yup closes #4753

Patch Changes

  • ae3772a: feat: expose setValue on Field instance and slot props closes #4755
  • fd008c1: feat: added ResetFormOpts arg to useResetForm closes #4707
Commits
  • 926170d chore(release): publish
  • 76f1440 chore(release): publish
  • 17a211d fix: ensure transformed values in field-level schemas are used on submit (#4754)
  • ae3772a feat: expose setValue on Field instance and slot props closes #4755
  • 454bc45 fix: force resetForm should not merge values closes #4680 closes #4729
  • fd008c1 feat: added ResetFormOpts arg to useResetForm closes #4707
  • 27fe5c8 feat: provide form values as context for yup closes #4753
  • See full diff in compare view


Updates @bg-dev/nuxt-naiveui from 1.13.3 to 1.14.0

Release notes

Sourced from @​bg-dev/nuxt-naiveui's releases.

v1.14.0

compare changes

🚀 Enhancements

  • LayoutSidebar: Add sider prop (03664bf)
  • LayoutNavbar: Add header prop (1985cc4)

🩹 Fixes

  • Fix undefined default options on nuxt v3.12 (2ce6be6)

📖 Documentation

  • Migrate to vitepress (#75)

❤️ Contributors

Changelog

Sourced from @​bg-dev/nuxt-naiveui's changelog.

v1.14.0

compare changes

🚀 Enhancements

  • LayoutSidebar: Add sider prop (03664bf)
  • LayoutNavbar: Add header prop (1985cc4)

🩹 Fixes

  • Fix undefined default options on nuxt v3.12 (2ce6be6)

💅 Refactors

  • NaiveConfig: Create setLoadingTemplateTheme (0006d49)

📖 Documentation

  • Migrate to vitepress (#75)

🌊 Types

🏡 Chore

  • lint: Ensure components in kebab-case (3e939e8)
  • playground: Fix tsconfig (00705fe)
  • Fix test scripts (0e10cb9)

✅ Tests

  • Add color mode tests (bd571ca)
  • Enable headed testing (fa2d982)
  • Enable headless testing (8442381)
  • Add spa only testing (b57ac16)
  • Run spa and ssr tests on CI workflow (118fe5f)
  • Add basic test for navigation components (3da4661)
  • Add tests for device check (59a9671)
  • Add tests for feedback components (2e579b2)
  • No change (5be91f8)

❤️ Contributors

Commits
  • 916d250 chore(release): v1.14.0
  • 8cd2150 chore(deps): downgrade @nuxt/module-builder
  • 9608120 types: fix typecheck
  • 0006d49 refactor(NaiveConfig): create setLoadingTemplateTheme
  • 5be91f8 test: no change
  • 645469e chore(deps): upgrade to latest
  • 0e10cb9 chore: fix test scripts
  • 1985cc4 feat(LayoutNavbar): add header prop
  • 03664bf feat(LayoutSidebar): add sider prop
  • 00705fe chore(playground): fix tsconfig
  • Additional commits viewable in compare view


Updates @nuxt/content from 2.12.1 to 2.13.0

Changelog

Sourced from @​nuxt/content's changelog.

v2.13.0

compare changes

🚀 Enhancements

  • Top level content/ directory in Nuxt 4 compatibility version (#2649)

🩹 Fixes

  • Optimise nested dependencies (#2583)
  • Opt in to import.meta.* properties (#2597)
  • Ignore unsupported files from contents list (#2607)
  • module: Convert content-slot to MDCSlot (#2632)
  • Fix typo in logger warning message (#2626)
  • search: Keep page's beginning paragraphs (#2658)
  • Add Nitro hooks types declarations (#2655)
  • Filter draft files in production (#2648)
  • search: Use page title as default title for sections (9d81acc2)
  • Init storage only when used (#2670)
  • Use runtimeconfig only when necessary (6f06f356)
  • Do not update devDependencies (062fb97f)
  • search: Improve sections with root node (#2672)
  • prerender: Ensure / exists inside prerender rotues (#2673)

📖 Documentation

  • Update to @​nuxt/fonts (40b3a070)
  • Update ui-pro ui props (#2585)
  • Use new nuxi module add command in installation (#2603)
  • Add multiple slots example (#2619)
  • Better excerpt description (#2633)
  • Update version (cc894eb2)
  • Resolution for nuxt/ui (b581635e)
  • Fix and update transformers (#2639)
  • Fix social card in README (#2659)

🏡 Chore

❤️ Contributors

... (truncated)

Commits
  • 3a2b5d1 chore(release): release v2.13.0
  • cc4f415 chore: upgrade deps
  • 750e637 chore(deps): update dependency @​nuxthq/studio to v2 (#2665)
  • fa124d3 fix(prerender): ensure / exists inside prerender rotues (#2673)
  • e33de6a fix(search): improve sections with root node (#2672)
  • d6463f3 chore(deps): update dependency nuxt to ^3.12.2 (#2642)
  • 3967136 chore: prepare script
  • 062fb97 fix: do not update devDependencies
  • 6280591 chore: upgrade deps
  • 3162639 feat: top level content/ directory in Nuxt 4 compatibility version (#2649)
  • Additional commits viewable in compare view


Updates @nuxtjs/seo from 2.0.0-rc.10 to 2.0.0-rc.11

Release notes

Sourced from @​nuxtjs/seo's releases.

v2.0.0-rc.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 63600eb chore: release v2.0.0-rc.11
  • c41b6fd chore: bump submodules
  • 4fcbd87 doc: add schema.org how it works guide
  • 65f5a1c chore: rollback typescript version
  • b76b26c fix(doc): broken config key for robot user agents
  • 840cf49 fix: disable splash by default
  • 585312a chore: bump deps
  • 2f195e4 fix: redirect using url config key (#256)
  • 4b74d99 Merge remote-tracking branch 'origin/main'
  • 0dca636 chore: fix broken og image examples
  • Additional commits viewable in compare view


Updates @vee-validate/nuxt from 4.12.8 to 4.13.1

Release notes

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

v4.13.1

🆕

Updated @vee-validate/valibot to support valibot v0.31.0 #4756 (#4770) thanks to @​fabian-hiller

v4.13.0

🆕 Features

  • Inject form values to yup schema contexts when using field-level rules #4753 (27fe5c8)
  • Expose setValue on Field instance and slot props #4755 (ae3772a)
  • Added ResetFormOpts arg to useResetForm #4707 (fd008c1)
  • Apply Yup/Zod transformations on field-level rules #4713 (#4754) thanks to @​mehcode
  • Allow custom interpolation options for i18n #4726 (#4727) thanks to @​zleight1

🐛 Bug Fixes

  • The force option not behaving correctly when passing empty objects or empty values, now it respects whatever you pass in as the new values and initial values #4680 #4729 (454bc45)
  • Offer an all export that contains all rules for @vee-validate/rules #4766 (fdb2d47135aef898009acfe23df9026be65887f6)
Changelog

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

4.13.1

Patch Changes

  • vee-validate@4.13.1

4.13.0

Patch Changes

  • Updated dependencies [454bc45]
  • Updated dependencies [ae3772a]
  • Updated dependencies [27fe5c8]
  • Updated dependencies [fd008c1]
    • vee-validate@4.13.0
Commits


Updates nuxt from 3.11.2 to 3.12.2

Release notes

Sourced from nuxt's releases.

v3.12.2

3.12.2 is the a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • kit: Deduplicate layers before resolving config (#27582)
  • webpack: Decrease assets map iterations (d929cd4ef)
  • kit: Various performance improvements (#27600)
  • vite: Various performance improvements (#27601)
  • nuxt: Don't wait for key deps check (#27638)

🩹 Fixes

  • nuxt: Call onNuxtReady callback without arguments (#27428)
  • schema: Don't narrow head string types to literals (#27540)
  • schema: app/ dir backwards compatibility (#27529)
  • nuxt: Manually assign payload reactivity when ssr: false (#27542)
  • nuxt: Only log warning once per runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather than augmenting (#27567)
  • nuxt: Export useRouteAnnouncer (#27562)
  • nuxt: Remove backticks around runtimeConfig warning log (#27549)
  • nuxt: Close top-level watcher on nuxt 'close' (#27571)
  • nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
  • nuxt: Handle more edge cases with external/custom links (#27487)
  • nuxt: Preserve route metadata assigned outside page (#27587)
  • nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
  • nuxt,schema: Add types for _installedModules (e4bfea642)
  • nuxt: Include build-time pages in prerender routes (#27569)
  • nuxt: Warn when async data doesn't return a value (#27599)
  • nuxt: Replace deprecated app.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import in islands transform (#27622)
  • nuxt: Reset cookie timeoutLength after expiration (#27632)
  • nuxt: Add missing island uid for selective client components (#27633)
  • schema,vite: Respect vite.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is called (#27637)
  • nuxt: Add missing script stubs (#27640)
  • nuxt: Only inject root path in prerender (44cada95a)
  • nuxt: Reduce usage of cjs utilities (#27642)
  • nuxt: Add / even if pages module isn't enabled (dabcb5ecc)

📖 Documentation

... (truncated)

Commits
  • 8578e2b v3.12.2
  • dabcb5e fix(nuxt): add / even if pages module isn't enabled
  • cb77ddc chore: lint
  • 2de885b fix(nuxt): reduce usage of cjs utilities (#27642)
  • 44cada9 fix(nuxt): only inject root path in prerender
  • a05b534 fix(nuxt): add missing script stubs (#27640)
  • fda6cf7 fix(nuxt): unregister hooks the moment close is called (#27637)
  • 44d3dff perf(nuxt): don't wait for key deps check (#27638)
  • 0602dd0 fix(nuxt): add missing island uid for selective client components (#27633)
  • a3d8f00 fix(nuxt): reset cookie timeoutLength after expiration (#27632)
  • Additional commits viewable in compare view


Updates vite from 5.2.12 to 5.3.2

Release notes

Sourced from vite's releases.

create-vite@5.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.3.2 (2024-06-27)

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.