Skip to content
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: bump the nuxt group with 10 updates #2336

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

Bumps the nuxt group with 10 updates:

Package From To
@nuxtjs/tailwindcss 6.10.3 6.11.3
@vee-validate/zod 4.12.4 4.12.5
vee-validate 4.12.4 4.12.5
@bg-dev/nuxt-naiveui 1.8.0 1.10.1
@nuxt/content 2.10.0 2.12.0
@nuxt/test-utils 3.9.0 3.11.0
@nuxtjs/seo 2.0.0-rc.2 2.0.0-rc.7
@vee-validate/nuxt 4.12.4 4.12.5
nuxt 3.9.0 3.10.1
ufo 1.3.2 1.4.0

Updates @nuxtjs/tailwindcss from 6.10.3 to 6.11.3

Release notes

Sourced from @​nuxtjs/tailwindcss's releases.

v6.11.3

compare changes

🩹 Fixes

  • Add tw util for compatible versions and use unshift for module paths (3f0d6e1)

📖 Documentation

  • Add export default to default config example (#796)

❤️ Contributors

v6.11.2

compare changes

🩹 Fixes

  • viewer: Handle redirect and callback await, thank you danielroe :) (734ef1c)

📖 Documentation

❤️ Contributors

v6.11.1

compare changes

🩹 Fixes

  • resolvers: Respect configPath over layers (c7fe392)

❤️ Contributors

  • Inesh Bose

v6.11.0

compare changes

🚀 Enhancements

  • editorSupport option (#784)

... (truncated)

Changelog

Sourced from @​nuxtjs/tailwindcss's changelog.

v6.11.3

compare changes

🩹 Fixes

  • Add tw util for compatible versions and use unshift for module paths (3f0d6e1)
  • Command palette (#799)

📖 Documentation

  • Add export default to default config example (#796)

❤️ Contributors

v6.11.2

compare changes

🩹 Fixes

  • viewer: Handle redirect and callback await, thank you danielroe :) (734ef1c)

📖 Documentation

❤️ Contributors

v6.11.1

compare changes

🩹 Fixes

  • resolvers: Respect configPath over layers (c7fe392)

❤️ Contributors

  • Inesh Bose

v6.11.0

compare changes

... (truncated)

Commits
  • 3b47f5d chore(release): v6.11.3
  • 6b1b1a7 fix: command palette (#799)
  • 3f0d6e1 fix: add tw util for compatible versions and use unshift for module paths
  • 8280b27 docs: add export default to default config example (#796)
  • 3f39f66 chore(release): v6.11.2
  • 734ef1c fix(viewer): handle redirect and callback await, thank you danielroe :)
  • 5971b0a docs: fix paths for build
  • f6128ae chore(release): v6.11.1
  • c7fe392 fix(resolvers): respect configPath over layers
  • 59b8c3c chore(release): v6.11.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ineshbose, a new releaser for @​nuxtjs/tailwindcss since your current version.


Updates @vee-validate/zod from 4.12.4 to 4.12.5

Release notes

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

v4.12.5

🐛 Bug Fixes

  • Make sure removePathState removes the correct path state #4643 (#4649) thanks to @​bgoscinski
  • Remove event arg from define field handlers for component compat #4637 (#4647)
Changelog

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

4.12.5

Patch Changes

  • Updated dependencies [d779980]
  • Updated dependencies [9eda544]
    • vee-validate@4.12.5
Commits

Updates vee-validate from 4.12.4 to 4.12.5

Release notes

Sourced from vee-validate's releases.

v4.12.5

🐛 Bug Fixes

  • Make sure removePathState removes the correct path state #4643 (#4649) thanks to @​bgoscinski
  • Remove event arg from define field handlers for component compat #4637 (#4647)
Changelog

Sourced from vee-validate's changelog.

4.12.5

Patch Changes

  • d779980: fix: make sure removePathState removes the correct path state
  • 9eda544: "fix: remove event arg from define field handlers for component compat closes #4637"
Commits

Updates @bg-dev/nuxt-naiveui from 1.8.0 to 1.10.1

Release notes

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

v1.10.1

compare changes

📦 Build

🏡 Chore

  • Add iconify collections server (2f649c8)

❤️ Contributors

v1.10.0

compare changes

About

This minor release requires nuxt v3.10 and is intended to improve performance.

  • Support dynamic import of naive-ui components by adding lazy prefix (docs).
  • Exclude n-drawer n-modal n-scrollbar on SSR thus reducing server bundle size.
  • Support icons offline usage by auto-scan and download on production build (docs).

🚀 Enhancements

  • Set nuxt compatibility to v3.10 (e41a045)
  • Add icons download option (#42)

🔥 Performance

  • NaiveIcon: Reduce bundle size (#41)
  • Exclude n-drawer n-modal n-scrollbar in SSR (7f3eb40)

🩹 Fixes

  • NaiveNotification: Only register a single listener (fd86940)
  • NaiveLoadingBar: Only register a single listener (32a0ea4)

📖 Documentation

  • Remove single addition requirement of naive-loading-bar and naive-notification (5f5abcc)
  • Remove components import page (192d155)
  • Update tailwindcss integration page (e373835)
  • Update icon offline section (a679326)

❤️ Contributors

... (truncated)

Changelog

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

v1.10.1

compare changes

📦 Build

  • Support icons download in China (3289a27)

🏡 Chore

  • Add iconify collections server (2f649c8)
  • Rename iconify-collections to icon-sets (9eac7da)

❤️ Contributors

v1.10.0

compare changes

🚀 Enhancements

  • Set nuxt compatibility to v3.10 (e41a045)
  • Add icons download option (#42)

🔥 Performance

  • NaiveIcon: Reduce bundle size (#41)
  • Exclude n-drawer n-modal n-scrollbar in SSR (7f3eb40)

🩹 Fixes

  • NaiveNotification: Only register a single listener (fd86940)
  • NaiveLoadingBar: Only register a single listener (32a0ea4)

💅 Refactors

  • Remove extra true return on callOnce (d5290ce)

📖 Documentation

  • Remove single addition requirement of naive-loading-bar and naive-notification (5f5abcc)
  • Remove components import page (192d155)
  • Update tailwindcss integration page (e373835)
  • Update icon offline section (a679326)

🏡 Chore

  • playground: Move theme config to app.config (b62d806)

... (truncated)

Commits
  • 9eac7da chore: rename iconify-collections to icon-sets
  • 2f649c8 chore: add iconify collections server
  • 954e01a chore(release): v1.10.0
  • 61bc065 chore: avoid import.meta.env on module setup
  • 9c79ce6 chore: no significant change
  • a679326 docs: update icon offline section
  • ee9b18f feat: add icons download option (#42)
  • e616690 chore(playground): commit icons
  • f7a3ed8 chore: no significant change
  • e41a045 feat: set nuxt compatibility to v3.10
  • Additional commits viewable in compare view

Updates @nuxt/content from 2.10.0 to 2.12.0

Changelog

Sourced from @​nuxt/content's changelog.

v2.12.0

compare changes

🚀 Enhancements

  • Adopt to mdc v0.4 (#2539)

🔥 Performance

  • content-list: Cache contents list during generation and per-request (#2527)

🩹 Fixes

  • module: Handle former props in ContentSlot transformer (#2525)
  • client-db: Fetch dir config on legacy query (4b9b6b7a)
  • navigation: Ignore extensions on navigation sort (#2529)

📖 Documentation

🏡 Chore

  • tw-support: Get cssPath from array (#2501)
  • Missing imports in playground (e7e082c3)
  • Upgrade @nuxtjs/mdc (d3437082)

❤️ Contributors

v2.11.0

compare changes

🩹 Fixes

  • types: Fields in experimental.search can be optional (#2506)
  • ContentSlot: Detect multiline usage (#2508)

📖 Documentation

  • Fix component name (#2482)
  • Search result variable name (#2485)
  • Updates (d41902ad)
  • Mention that searchContent is an experimental feature (#2505)
  • Add carbon ads (77163e4b)

... (truncated)

Commits
  • e92baf3 chore(release): release v2.12.0
  • 61f6cda docs: add highlight.langs
  • 9ee785d chore(deps): lock file maintenance (#2519)
  • 8f0a28a chore(deps): update all non-major dependencies to ^3.10.1 (#2541)
  • 4ad6c67 chore(deps): update all non-major dependencies (#2535)
  • a0e74d1 feat: adopt to mdc v0.4 (#2539)
  • 5a9e7d9 fix(navigation): ignore extensions on navigation sort (#2529)
  • d343708 chore: upgrade @nuxtjs/mdc
  • d922f2e chore(deps): update all non-major dependencies (#2528)
  • e7e082c chore: missing imports in playground
  • Additional commits viewable in compare view

Updates @nuxt/test-utils from 3.9.0 to 3.11.0

Release notes

Sourced from @​nuxt/test-utils's releases.

v3.11.0

compare changes

🚀 Enhancements

  • vitest-environment: Add support for in-source testing (#651)

🩹 Fixes

  • runtime: Reset modules after nuxt setup runs (#726)

✅ Tests

  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)

❤️ Contributors

v3.10.0

compare changes

🚀 Enhancements

  • e2e: Add cucumber test runner (#711)
  • e2e: Support env option for startServer (#640)

🩹 Fixes

  • runtime-utils: Resolve to in RouterLink stub (#687)
  • Mark afterAll and setup hooks as async (#702)
  • module: Always append import when mocking (#701)

🏡 Chore

  • Add required dev deps to app-vitest example (#712)
  • Pin vue/nuxt versions (00674cd0)

✅ Tests

  • Update config key (25060645)
  • Add example test for nuxt-injected value (#663)
  • Update to actually use $t (#675)

🤖 CI

❤️ Contributors

... (truncated)

Changelog

Sourced from @​nuxt/test-utils's changelog.

v3.11.0

compare changes

🚀 Enhancements

  • vitest-environment: Add support for in-source testing (#651)

🩹 Fixes

  • runtime: Reset modules after nuxt setup runs (#726)

✅ Tests

  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)

❤️ Contributors

v3.10.0

compare changes

🚀 Enhancements

  • e2e: Add cucumber test runner (#711)
  • e2e: Support env option for startServer (#640)

🩹 Fixes

  • runtime-utils: Resolve to in RouterLink stub (#687)
  • Mark afterAll and setup hooks as async (#702)
  • module: Always append import when mocking (#701)

🏡 Chore

  • Add required dev deps to app-vitest example (#712)
  • Pin vue/nuxt versions (00674cd0)

✅ Tests

  • Update config key (25060645)
  • Add example test for nuxt-injected value (#663)
  • Update to actually use $t (#675)

🤖 CI

... (truncated)

Commits
  • 967c9e4 v3.11.0
  • fe46519 test: add example of mocking nuxt useRoute
  • e293cea test: add example of mocking vue-router
  • b90c61e feat(vitest-environment): add support for in-source testing (#651)
  • 648f4b6 chore(deps): update all non-major dependencies (#736)
  • f03fd58 chore(deps): update vitest to v1.2.2 (#703)
  • 32c85fe chore(deps): update peerdependency jsdom to v24 (#730)
  • 8d70ed4 chore(deps): update all non-major dependencies (#728)
  • 94d3e1e fix(runtime): reset modules after nuxt setup runs (#726)
  • a560da0 chore(deps): update resolutions vite to v5.0.12 (#727)
  • Additional commits viewable in compare view

Updates @nuxtjs/seo from 2.0.0-rc.2 to 2.0.0-rc.7

Release notes

Sourced from @​nuxtjs/seo's releases.

v2.0.0-rc.7

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.6

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.5

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.4

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.3

    ℹ️ Upgrade from Beta to RC

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • befc29e chore: release v2.0.0-rc.7
  • ca435c7 fix: explicitly import $fetch
  • e63733e chore: release v2.0.0-rc.6
  • 534f5f2 fix: avoid using nuxt/ui types for breadcrumb item
  • fc6c2e9 chore: linting
  • 11460d5 chore: bump deps
  • c34fe82 fix: 2s timeout on update check, allow failure
  • 79d42b6 fix: don't apply default trailing slashes while upstream bug
  • b02088f doc: misc improvements
  • 1e500be doc: fix broken link
  • Additional commits viewable in compare view

Updates @vee-validate/nuxt from 4.12.4 to 4.12.5

Release notes

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

v4.12.5

🐛 Bug Fixes

  • Make sure removePathState removes the correct path state #4643 (#4649) thanks to @​bgoscinski
  • Remove event arg from define field handlers for component compat #4637 (#4647)
Changelog

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

4.12.5

Patch Changes

  • Updated dependencies [d779980]
  • Updated dependencies [9eda544]
    • vee-validate@4.12.5
Commits

Updates nuxt from 3.9.0 to 3.10.1

Release notes

Sourced from nuxt's releases.

v3.10.1

3.10.1 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi 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 vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Clear route meta build cache when pages change (#25514)

🩹 Fixes

  • nuxt: Fix syntax error when serializing route meta (#25515)
  • nuxt: Only request animation frame on client (#25569)
  • schema: Correctly set value for app.viewTransition (#25581)
  • nuxt: Correct return type of refresh functions (#25568)
  • nuxt: Broadcast cookie change in correct format (#25598)
  • nuxt: Generate typed route declarations when building (#25593)
  • nuxt: Remove key from useId type signature (#25614)
  • nuxt: Remove $ from generated id in useId (#25615)
  • nuxt: Don't set default rel for same-site external links (#25600)
  • nuxt: Warn if inheritAttrs: false when using useId (#25616)
  • nuxt: Fetch non-server rendered islands when hydrating (#25613)
  • nuxt: Don't check page/layout usage when redirecting (#25628)

💅 Refactors

  • nuxt: Improve NuxtLink types (#25599)

📖 Documentation

  • Correct typo (#25523)
  • Add and link to a section on Nuxt context (#23546)
  • Explain how to set <NuxtLink> defaults in nuxt config (#25610)

🏡 Chore

  • Use pathe in internal tests (e33cec958)
  • nuxt: Rename nuxt -> nuxtApp internally for consistency (c5d5932f5)

... (truncated)

Commits
  • 460e0cf v3.10.1
  • c5d5932 chore(nuxt): rename nuxt -> nuxtApp internally for consistency
  • 9dfc0c2 fix(nuxt): don't check page/layout usage when redirecting (#25628)
  • e33cec9 chore: use pathe in internal tests
  • 7dd0225 fix(nuxt): fetch non-server rendered islands when hydrating (#25613)
  • 8705aed fix(nuxt): warn if inheritAttrs: false when using useId (#25616)
  • b78e1cb fix(nuxt): don't set default rel for same-site external links (#25600)
  • 82173ad fix(nuxt): remove $ from generated id in useId (#25615)
  • e8d1219 fix(nuxt): remove key from useId type signature (#25614)
  • 3e5560e perf(nuxt): clear route meta build cache when pages change (#25514)
  • Additional commits viewable in compare view

Updates ufo from 1.3.2 to 1.4.0

Release notes

Sourced from ufo's releases.

v1.4.0

compare changes

[!IMPORTANT] This release might cause unintended regressions due to internal refactors for normalizeURL and resolveUrl utils. Please report any issue if you suspect might be related to the upgrade.

🚀 Enhancements

  • Add withFragment utility (#193)
  • Add withoutFragment util (#199)

🔥 Performance

  • withFragment: Early return when no hash changes required (d6ce037)

🩹 Fixes

  • encodeQueryValue: Encode the slash character (#198)
  • Stringify protocol-relative URLs (#207)
  • withFragment: Use encodeHash for encoding (48237ab)

💅 Refactors

  • resolveUrl: Decouple from $URL (#186)
  • Deprecate $URL and createURL (f1af9b3)
  • normalizeURL: Decouple from $URL (9013029)
  • withoutFragment: Decouple from withFragment (712b8d5)

📖 Documentation

  • Remove mentioning $URL (65e6be8)
  • Update normalizeURL example (011777a)
  • Use jsdocs and automd (#209)

❤️ Contributors

Changelog

Sourced from ufo's changelog.

v1.4.0

compare changes

🚀 Enhancements

  • Add withFragment utility (#193)
  • Add withoutFragment util (#199)

🔥 Performance

  • withFragment: Early return when no hash changes required (d6ce037)

🩹 Fixes

  • encodeQueryValue: Encode the slash character (#198)
  • Stringify protocol-relative URLs (#207)
  • withFragment: Use encodeHash for encoding (48237ab)

💅 Refactors

  • resolveUrl: Decouple from $URL (#186)
  • Deprecate $URL and createURL (f1af9b3)
  • normalizeURL: Decouple from $URL (9013029)
  • withoutFragment: Decouple from withFragment (712b8d5)

📖 Documentation

  • Remove mentioning $URL (65e6be8)
  • Update normalizeURL example (011777a)
  • Use jsdocs and automd (#209)

🏡 Chore

  • Update dependencies and lockfile (21e644e)
  • Format readme with prettier (6b00230)
  • Gitignore vitest temp files (89be2d1)
  • Update docs (5ab6d16)

❤️ Contributors

Commits
  • 5ab6d16 chore: update docs
  • 8a78b87 docs: use jsdocs and automd (#209)
  • d6ce037 perf(withFragment): early return when no hash changes required
  • 712b8d5 refactor(withoutFragment): decouple from withFragment
  • 48237ab fix(withFragment): use encodeHash for encoding
  • 9013029 refactor(normalizeURL): decouple from $URL
  • 011777a docs: update normalizeURL example
  • 65e6be8 docs: remove mentioning $URL
  • 89be2d1 chore: gitignore vitest temp files
  • f1af9b3 refactor: deprecate $URL and createURL
  • 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

dependabot bot and others added 2 commits February 7, 2024 07:55
Bumps the nuxt group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@nuxtjs/tailwindcss](https://github.com/nuxt-modules/tailwindcss) | `6.10.3` | `6.11.3` |
| [@vee-validate/zod](https://github.com/logaretm/vee-validate/tree/HEAD/packages/zod) | `4.12.4` | `4.12.5` |
| [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) | `4.12.4` | `4.12.5` |
| [@bg-dev/nuxt-naiveui](https://github.com/becem-gharbi/nuxt-naiveui) | `1.8.0` | `1.10.1` |
| [@nuxt/content](https://github.com/nuxt/content) | `2.10.0` | `2.12.0` |
| [@nuxt/test-utils](https://github.com/nuxt/test-utils) | `3.9.0` | `3.11.0` |
| [@nuxtjs/seo](https://github.com/harlan-zw/nuxt-seo) | `2.0.0-rc.2` | `2.0.0-rc.7` |
| [@vee-validate/nuxt](https://github.com/logaretm/vee-validate/tree/HEAD/packages/nuxt) | `4.12.4` | `4.12.5` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.9.0` | `3.10.1` |
| [ufo](https://github.com/unjs/ufo) | `1.3.2` | `1.4.0` |


Updates `@nuxtjs/tailwindcss` from 6.10.3 to 6.11.3
- [Release notes](https://github.com/nuxt-modules/tailwindcss/releases)
- [Changelog](https://github.com/nuxt-modules/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/tailwindcss@v6.10.3...v6.11.3)

Updates `@vee-validate/zod` from 4.12.4 to 4.12.5
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/v4.12.5/packages/zod/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.12.5/packages/zod)

Updates `vee-validate` from 4.12.4 to 4.12.5
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/v4.12.5/packages/vee-validate/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.12.5/packages/vee-validate)

Updates `@bg-dev/nuxt-naiveui` from 1.8.0 to 1.10.1
- [Release notes](https://github.com/becem-gharbi/nuxt-naiveui/releases)
- [Changelog](https://github.com/becem-gharbi/nuxt-naiveui/blob/main/CHANGELOG.md)
- [Commits](becem-gharbi/nuxt-naiveui@v1.8.0...v1.10.1)

Updates `@nuxt/content` from 2.10.0 to 2.12.0
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md)
- [Commits](nuxt/content@v2.10.0...v2.12.0)

Updates `@nuxt/test-utils` from 3.9.0 to 3.11.0
- [Release notes](https://github.com/nuxt/test-utils/releases)
- [Changelog](https://github.com/nuxt/test-utils/blob/main/CHANGELOG.md)
- [Commits](nuxt/test-utils@v3.9.0...v3.11.0)

Updates `@nuxtjs/seo` from 2.0.0-rc.2 to 2.0.0-rc.7
- [Release notes](https://github.com/harlan-zw/nuxt-seo/releases)
- [Commits](harlan-zw/nuxt-seo@v2.0.0-rc.2...v2.0.0-rc.7)

Updates `@vee-validate/nuxt` from 4.12.4 to 4.12.5
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/v4.12.5/packages/nuxt/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits/v4.12.5/packages/nuxt)

Updates `nuxt` from 3.9.0 to 3.10.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.10.1/packages/nuxt)

Updates `ufo` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/unjs/ufo/releases)
- [Changelog](https://github.com/unjs/ufo/blob/main/CHANGELOG.md)
- [Commits](unjs/ufo@v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: "@nuxtjs/tailwindcss"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: "@vee-validate/zod"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: "@bg-dev/nuxt-naiveui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: "@nuxt/content"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: "@nuxt/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: "@nuxtjs/seo"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: "@vee-validate/nuxt"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: ufo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

github-actions bot commented Feb 7, 2024

@tobiasdiez tobiasdiez merged commit eef3142 into main Feb 8, 2024
3 of 5 checks passed
@tobiasdiez tobiasdiez deleted the dependabot/npm_and_yarn/nuxt-8d31539f0f branch February 8, 2024 15:49
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