YsarocK / nuxt-appwrite

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

Bump @nuxt/test-utils from 3.4.0 to 3.6.3 #56

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nuxt/test-utils from 3.4.0 to 3.6.3.

Release notes

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

v3.6.3

3.6.3 is the next patch release, including a number of fixes. It's anticipated this will be the last patch release before 3.7.

✅ 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: Prepopulate island payloads from rendered html (#22049)

🩹 Fixes

  • kit: Module compatibility not working with module names (6cabe69ce)
  • schema: Correct type of unctx options (4e32e70bb)
  • vite: Pass modulesDir to isExternal (#21966)
  • nuxt: Add pages in correct hook when generating (#22088)
  • test-utils: Export from core playwright package (#22122)
  • nuxt: Skip view transitions where there is no route change (#22140)
  • nuxt: Skip scanning components that do not produce a name (#22074)
  • cli: Add aliases to monorepo paths to tsconfig includes (#21997)
  • cli: Allow non-existent experimental option (0643d4315)

💅 Refactors

  • cli,schema: Add bundler module resolution flag (#22142)

📖 Documentation

  • Fix accessing custom props from child pages (#21977)
  • Add leading slash (3bae61507)
  • Add more internal links (#22013)
  • Add space in list (#22032)
  • Add details and components folder to auto imports introduction (#22062)
  • Use sfc syntax in example (#22073)
  • Prefix internal links with / (#22118)
  • Fix typos (#22125)
  • Update link to router options (#22131)

🏡 Chore

... (truncated)

Commits


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 #65.