VueTubeApp / VueTube

A simple FOSS video streaming client aimed to recreate ALL features from their respective apps (and more)
GNU General Public License v3.0
3.28k stars 173 forks source link

build(deps): bump nuxt from 2.16.3 to 3.5.2 in /NUXT #642

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nuxt from 2.16.3 to 3.5.2.

Release notes

Sourced from nuxt's releases.

v3.5.2

3.5.2 is a patch release focusing on bug fixes.

✅ 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

🔥 Performance

  • nuxt: Use .test and hoist regexps where possible (#21011)

🩹 Fixes

  • nuxt: Fix useLazyFetch types (#20989)
  • nuxt: Scan component dirs case-sensitively (#20995)
  • schema: Remove duplicate @default jsdoc tag (#21010)
  • nuxt: Add type support for router composables without pages/ integration (397c54c9d)
  • nuxt: Use simple incrementing id on client (#20992)
  • nuxt: Treeshake <DevOnly> with webpack (#21013)
  • nuxt: Await nuxt ready state before refreshNuxtData (#21008)
  • nuxt: Show error page after fatal abortNavigation (#21047)
  • nuxt: Normalize windows paths in granular watcher (#21066)
  • nuxt: Omit Set-Cookie header if value is null (#21072)
  • nuxt: Resolve modules relative to modulesDir (#21082)
  • vite: Narrow vite-node inline pattern (#21224)

📖 Documentation

  • Fix typo in modules directory example (#21014)
  • Fix a typo in code example (#21057)
  • Link to correct webpack css extraction loader (4e6369cef)
  • api: Add render:island hook (#21065)
  • Rewrite data fetching section (#21031)
  • Improve data fetching docs (#21197)

🏡 Chore

... (truncated)

Commits
  • 35faaf0 v3.5.2
  • bb76ba9 chore(deps): update devdependency vue-router to ^4.2.2 (main) (#21235)
  • a6cac7b chore(deps): update dependency vue-loader to ^17.1.2 (main) (#21229)
  • b7547c3 fix(vite): narrow vite-node inline pattern (#21224)
  • 9723add chore: add missing dependencies
  • c983ef9 chore(deps): update all non-major dependencies (main) (#21093)
  • 3bc3aea test: close out some missing browser contexts
  • e864c01 docs: improve data fetching docs (#21197)
  • 6eacad0 fix(nuxt): resolve modules relative to modulesDir (#21082)
  • 92bc999 fix(nuxt): omit Set-Cookie header if value is null (#21072)
  • 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 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)