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 #2370

Merged
merged 15 commits into from
Apr 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Bumps the nuxt group with 10 updates:

Package From To
@vee-validate/zod 4.12.5 4.12.6
vee-validate 4.12.5 4.12.6
@bg-dev/nuxt-naiveui 1.10.3 1.12.2
@nuxt/content 2.12.0 2.12.1
@nuxt/test-utils 3.11.0 3.12.0
@nuxtjs/seo 2.0.0-rc.8 2.0.0-rc.10
@vee-validate/nuxt 4.12.5 4.12.6
nuxt 3.10.3 3.11.1
nuxt-icon 0.6.8 0.6.10
ufo 1.4.0 1.5.3

Updates @vee-validate/zod from 4.12.5 to 4.12.6

Release notes

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

v4.12.6

🐛 Bug Fixes

  • Apply error messages again to prevent hoisted paths from being overridden 07d01fdd9bd41d44bcb163021d15ff4b3d4bde45

👕 TypeScript

  • Expose Field component interface #4657
  • Updated valibot dependency #4658
Changelog

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

4.12.6

Patch Changes

  • Updated dependencies [07d01fd]
    • vee-validate@4.12.6
Commits

Updates vee-validate from 4.12.5 to 4.12.6

Release notes

Sourced from vee-validate's releases.

v4.12.6

🐛 Bug Fixes

  • Apply error messages again to prevent hoisted paths from being overridden 07d01fdd9bd41d44bcb163021d15ff4b3d4bde45

👕 TypeScript

  • Expose Field component interface #4657
  • Updated valibot dependency #4658
Changelog

Sourced from vee-validate's changelog.

4.12.6

Patch Changes

  • 07d01fd: fix: re-apply errors to avoid race conditions
Commits

Updates @bg-dev/nuxt-naiveui from 1.10.3 to 1.12.2

Release notes

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

v1.12.2

compare changes

🩹 Fixes

  • theme-generator: Fix incorrect main color order (fb37698)

❤️ Contributors

v1.12.1

compare changes

💅 Refactors

  • theme-generator: Ensure same contrast as the default theme (#65)

📖 Documentation

❤️ Contributors

v1.12.0

compare changes

🚀 Enhancements

  • NaiveColorModeSwitch: Support custom icons (#60)
  • DrawerLink: Allow toggle button to be placed on the left (#61)
  • Add color theme generator (#62)

🏡 Chore

  • NaiveConfig: Theme config inputs deprecation (#63)

❤️ Contributors

v1.11.0

compare changes

🚀 Enhancements

  • Add updateResetValue function to update the default model value (#55)

... (truncated)

Changelog

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

v1.12.2

compare changes

🩹 Fixes

  • theme-generator: Fix incorrect main color order (fb37698)

❤️ Contributors

v1.12.1

compare changes

💅 Refactors

  • theme-generator: Ensure same contrast as the default theme (#65)

📖 Documentation

❤️ Contributors

v1.12.0

compare changes

🚀 Enhancements

  • NaiveColorModeSwitch: Support custom icons (#60)
  • DrawerLink: Allow toggle button to be placed on the left (#61)
  • Add color theme generator (#62)

💅 Refactors

  • Create NaiveDrawerToggle component (ec92441)
  • Navbar: Use internal components (#64)
  • generateColorThemes: Minor changes (642d1ba)

📖 Documentation

  • Update 6.naive-layout-navbar.md (0a3cd16)
  • Update 7.naive-layout-sidebar.md (a6537c2)

... (truncated)

Commits
  • fb37698 fix(theme-generator): fix incorrect main color order
  • 7596845 chore(release): v1.12.1
  • 937845c refactor(theme-generator): ensure same contrast as the default theme (#65)
  • 90bda5f docs: update icon size type
  • 1a7554a chore(release): v1.12.0
  • 642d1ba refactor(generateColorThemes): minor changes
  • 2f35ef0 chore(playground): replace NavbarRoute with MenuLinkRoute
  • 7cb8562 refactor(Navbar): use internal components (#64)
  • ab1e47d chore(NaiveConfig): theme config inputs deprecation (#63)
  • ec92441 refactor: create NaiveDrawerToggle component
  • Additional commits viewable in compare view

Updates @nuxt/content from 2.12.0 to 2.12.1

Changelog

Sourced from @​nuxt/content's changelog.

v2.12.1

compare changes

🩹 Fixes

  • Missing import (#2560)
  • types: Use const type parameter for QueryBuilder only (#2546)
  • Split getContent to chunks in getIndexedContentsList (#2354, #2549)
  • types: Add const type parameter for QueryBuilder.only() and .without() (#2573)

📖 Documentation

  • Typo in showURL prop (#2537)
  • Add descriptions of all match operators (#2552)
  • Update highlight.langs defaults (#2559)

🏡 Chore

  • Fix Nuxt extends in renovate.json (#2567)
  • Upgrade @nuxtjs/mdc (8a176f93)

❤️ Contributors

Commits
  • b205a17 chore(release): release v2.12.1
  • 2c68c3e chore(deps): update all non-major dependencies (#2578)
  • 8a176f9 chore: upgrade @nuxtjs/mdc
  • 2890b25 chore(deps): update dependency @​nuxt/ui-pro to v1 (#2571)
  • 9e82008 chore(deps): update all non-major dependencies (#2543)
  • f3bfb05 chore: fix Nuxt extends in renovate.json (#2567)
  • 8f560c6 fix(types): add const type parameter for QueryBuilder.only() and .without() (...
  • a0ab377 fix: split getContent to chunks in getIndexedContentsList (#2354) (#2549)
  • 7966323 fix(types): use const type parameter for QueryBuilder only (#2546)
  • 233771b chore(deps): update pnpm/action-setup action to v3 (#2550)
  • Additional commits viewable in compare view

Updates @nuxt/test-utils from 3.11.0 to 3.12.0

Release notes

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

v3.12.0

compare changes

🚀 Enhancements

  • e2e: Add 'route'/'hydration' options for page.goto() (#739)
  • e2e: Add playwright runner (#776)

🩹 Fixes

  • config: Remove nuxt's custom vite logger (eca52f5c)

🏡 Chore

  • Force correct typing for e2e subpath (9fd93a8c)
  • Don't run publish step separately (0078d0bc)

🤖 CI

❤️ Contributors

Changelog

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

v3.12.0

compare changes

🚀 Enhancements

  • e2e: Add 'route'/'hydration' options for page.goto() (#739)
  • e2e: Add playwright runner (#776)

🩹 Fixes

  • config: Remove nuxt's custom vite logger (eca52f5c)

🏡 Chore

  • Force correct typing for e2e subpath (9fd93a8c)
  • Don't run publish step separately (0078d0bc)

🤖 CI

❤️ Contributors

Commits

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

Release notes

Sourced from @​nuxtjs/seo's releases.

v2.0.0-rc.10

No significant changes

    View changes on GitHub

v2.0.0-rc.9

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vee-validate/nuxt from 4.12.5 to 4.12.6

Release notes

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

v4.12.6

🐛 Bug Fixes

  • Apply error messages again to prevent hoisted paths from being overridden 07d01fdd9bd41d44bcb163021d15ff4b3d4bde45

👕 TypeScript

  • Expose Field component interface #4657
  • Updated valibot dependency #4658
Changelog

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

4.12.6

Patch Changes

  • Updated dependencies [07d01fd]
    • vee-validate@4.12.6
Commits

Updates nuxt from 3.10.3 to 3.11.1

Release notes

Sourced from nuxt's releases.

v3.11.1

3.11.1 is a patch release addressing regressions in v3.11.0.

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Ignore console.logs called outside event context (b3ced3d69)
  • schema: Include ofetch in typescript.hoist defaults (#26316)
  • nuxt: Conditionally use tsx parser (#26314)
  • nuxt: Correct finish types and add to docs (0d9c63b82)
  • nuxt: Ignore failures to access asyncContext in environments without it (523db1a19)
  • nuxt: Handle failure creating BroadcastChannel (#26340)
  • nuxt: Don't warn when injecting client-only components (#26341)
  • nuxt: Prevent losing pages routes on prerender (#26354)
  • nuxt: Pass undefined name when resolving trailing slash (#26358)
  • vite: Use ssr result if it exists (#26356)

📖 Documentation

  • Fix code block formatting for usePreviewMode (#26303)
  • Fix confusing wording (#26301)
  • Add note that useId must be used with single root element (401370b3a)
  • Mention <DevOnly> component in api section (#26029)
  • Note that @nuxt/schema should be used by module authors (#26190)
  • Add routeNameSplitter example in migration docs (#25838)

🏡 Chore

  • nuxt: Remove unused code (#26319)
  • Revert update github/codeql-action action (c72951b06)

🤖 CI

  • Configure npm registry in release workflow (68f7d4df8)

❤️ Contributors

... (truncated)

Commits
  • a80d1a0 v3.11.1
  • c49d206 fix(nuxt): pass undefined name when resolving trailing slash (#26358)
  • 7284e70 fix(nuxt): prevent losing pages routes on prerender (#26354)
  • 0bc49eb chore(deps): update dependency nuxi to v3.11.0 (main) (#26353)
  • 90591e3 fix(nuxt): don't warn when injecting client-only components (#26341)
  • 2c0fc3a fix(nuxt): handle failure creating BroadcastChannel (#26340)
  • 9b9558b chore(deps): update dependency ufo to v1.5.2 (main) (#26339)
  • 03f7b09 chore(nuxt): remove unused code (#26319)
  • 523db1a fix(nuxt): ignore failures to access asyncContext in environments without it
  • 0d9c63b fix(nuxt): correct finish types and add to docs
  • Additional commits viewable in compare view

Updates nuxt-icon from 0.6.8 to 0.6.10

Release notes

Sourced from nuxt-icon's releases.

v0.6.10

What's Changed

New Contributors

Full Changelog: nuxt-modules/icon@v0.6.9...v0.6.10

v0.6.9

  • chore: update deps (31dfd4d)
  • chore(deps): update actions/cache action to v4 (#137) (93eda5d)
  • fix: add non-null assertion to iconName (#133) (6b5898b)
Commits
  • d756247 chore(release): release v0.6.10
  • 1dad0e3 chore: update deps
  • d579df5 fix(icon): use optional chaining to fix 'undefined' error in Histoire (#147)
  • 953763f chore(release): release v0.6.9
  • 31dfd4d chore: update deps
  • 93eda5d chore(deps): update actions/cache action to v4 (#137)
  • 6b5898b fix: add non-null assertion to iconName (#133)
  • See full diff in compare view

Updates ufo from 1.4.0 to 1.5.3

Release notes

Sourced from ufo's releases.

v1.5.3

compare changes

🩹 Fixes

  • joinRelativeURL: Avoid lookbehind regex for browser compatibility (#228)

❤️ Contributors

v1.5.2

compare changes

🩹 Fixes

  • Use lookbehind regex only inside joinRelativeURL (#226)

❤️ Contributors

v1.5.1

compare changes

🩹 Fixes

  • joinRelativeURL: Handle base with protocol (#222)

v1.5.0

compare changes

🚀 Enhancements

🩹 Fixes

  • withoutTrailingSlash: Consider query param (#219)

📖 Documentation

❤️ Contributors

... (truncated)

Changelog

Sourced from ufo's changelog.

v1.5.3

compare changes

🩹 Fixes

  • joinRelativeURL: Avoid lookbehind regex for browser compatibility (#228)

❤️ Contributors

v1.5.2

compare changes

🩹 Fixes

  • Use lookbehind regex only inside joinRelativeURL (#226)

❤️ Contributors

v1.5.1

compare changes

🩹 Fixes

  • joinRelativeURL: Handle base with protocol (#222)

🏡 Chore

❤️ Contributors

v1.5.0

compare changes

🚀 Enhancements

  • Add withoutHost utility (#212)
  • joinURL: Handle segments with ../ (#217)
  • joinRelativeURL (#220)

... (truncated)

Commits
  • 9713f2f fix(joinRelativeURL): avoid lookbehind regex for browser compatibility (#228)
  • 8ba494b chore(deps): update devdependency @​types/node to ^20.11.30 (#227)
  • c84812a chore(release): v1.5.2
  • 5621692 chore(deps): update all non-major dependencies (#223)
  • 9d481ff fix: use lookbehind regex only inside joinRelativeURL (#226)
  • 2dd616e chore(release): v1.5.1
  • 3910926 fix(joinRelativeURL): handle base with protocol (#222)
  • fffbcd4 chore: add automd to autofix ci
  • ffc9d3e chore: update readme
  • bd65b41 chore(release): v1.5.0
  • 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 dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-31ef467088 branch 5 times, most recently from 2571bc8 to 749d82b Compare April 4, 2024 01:46
Bumps the nuxt group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@vee-validate/zod](https://github.com/logaretm/vee-validate/tree/HEAD/packages/zod) | `4.12.5` | `4.12.6` |
| [vee-validate](https://github.com/logaretm/vee-validate/tree/HEAD/packages/vee-validate) | `4.12.5` | `4.12.6` |
| [@bg-dev/nuxt-naiveui](https://github.com/becem-gharbi/nuxt-naiveui) | `1.10.3` | `1.12.2` |
| [@nuxt/content](https://github.com/nuxt/content) | `2.12.0` | `2.12.1` |
| [@nuxt/test-utils](https://github.com/nuxt/test-utils) | `3.11.0` | `3.12.0` |
| [@nuxtjs/seo](https://github.com/harlan-zw/nuxt-seo) | `2.0.0-rc.8` | `2.0.0-rc.10` |
| [@vee-validate/nuxt](https://github.com/logaretm/vee-validate/tree/HEAD/packages/nuxt) | `4.12.5` | `4.12.6` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.10.3` | `3.11.1` |
| [nuxt-icon](https://github.com/nuxt-modules/icon) | `0.6.8` | `0.6.10` |
| [ufo](https://github.com/unjs/ufo) | `1.4.0` | `1.5.3` |


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

Updates `vee-validate` from 4.12.5 to 4.12.6
- [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.12.6/packages/vee-validate)

Updates `@bg-dev/nuxt-naiveui` from 1.10.3 to 1.12.2
- [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.10.3...v1.12.2)

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

Updates `@nuxt/test-utils` from 3.11.0 to 3.12.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.11.0...v3.12.0)

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

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

Updates `nuxt` from 3.10.3 to 3.11.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.11.1/packages/nuxt)

Updates `nuxt-icon` from 0.6.8 to 0.6.10
- [Release notes](https://github.com/nuxt-modules/icon/releases)
- [Commits](nuxt-modules/icon@v0.6.8...v0.6.10)

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

---
updated-dependencies:
- 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-patch
  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: nuxt-icon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-31ef467088 branch from 749d82b to 6a82da3 Compare April 4, 2024 03:56
Copy link

github-actions bot commented Apr 4, 2024

@tobiasdiez
Copy link
Member

Blocked by nuxt/nuxt#26567

@tobiasdiez tobiasdiez merged commit e4ec1d5 into main Apr 6, 2024
4 of 5 checks passed
@tobiasdiez tobiasdiez deleted the dependabot/npm_and_yarn/nuxt-31ef467088 branch April 6, 2024 08:01
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.

None yet

1 participant