YsarocK / nuxt-appwrite

Nuxt 3 module to implement Appwrite
https://nuxt-appwrite.etiennemoureton.fr
MIT License
23 stars 5 forks source link

Bump @nuxt/kit from 3.4.0 to 3.5.1 #33

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nuxt/kit from 3.4.0 to 3.5.1.

Release notes

Sourced from @​nuxt/kit's releases.

v3.5.1

3.5.1 is a patch release, with bug fixes and performance improvements.

✅ 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 granular watcher to avoid crawling ignored dirs (#20836)

🩹 Fixes

  • webpack: Analyze report path (#20878)
  • nuxt: Allow island renders without / route (#20894)
  • nuxt: Infer useFetch method when generic is passed (#20797)
  • nuxt: Prioritise vue app context when available (#20910)
  • nuxt: Don't refresh when hydrating when data is present (#20916)
  • nuxt: Resolve layer assets in relation to layer directory (#20932)
  • nuxt: Don't match partial component names with prefix (#20939)
  • kit: Resolve relative module paths when installing (#20896)
  • nuxt: Exclude plugin declaration from non-existent files (#20974)
  • nuxt: Use default type for initial value for composables (#20968)
  • nuxt: Skip middleware for islands components (#20924)
  • nuxt: Use resolvePath to handle edge cases for modules (#20975)

📖 Documentation

  • Fix defaults in custom fetch example (#20898)
  • Fix typo (#20907)
  • Add pnpm test command to run whole test suite (4907660ff)
  • Remove warning around experimental.renderJsonPayloads (891ba880e)
  • Add example of 'alphabetical' plugin numbering (#20930)
  • rendering: Improve rendering modes section (244c68108)
  • rendering: Lint fix (ef8b5b593)
  • Sync useAsyncData and useFetch types (#20935)
  • Update static to isr (#20964)
  • Add advanced usage example of useState (#20249)

... (truncated)

Commits
  • f13ccfe v3.5.1
  • 674607a docs: add link to layers from pages/ docs (#20976)
  • e847e33 docs: add advanced usage example of useState (#20249)
  • 9807282 fix(nuxt): use resolvePath to handle edge cases for modules (#20975)
  • 2d68045 fix(nuxt): skip middleware for islands components (#20924)
  • b88aab0 fix(nuxt): use default type for initial value for composables (#20968)
  • 957a75a fix(nuxt): exclude plugin declaration from non-existent files (#20974)
  • 26861e6 fix(kit): resolve relative module paths when installing (#20896)
  • 1425a4d chore(deps): update dependency unimport to ^3.0.7 (main) (#20973)
  • 6fa15db chore(deps): update all non-major dependencies (main) (#20947)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #37.