vinayakkulkarni / nuxt-ava-e2e-unit-testing

๐Ÿงช Nuxt + Ava for E2E & Unit Testing
MIT License
46 stars 11 forks source link

fix(deps): bump nuxt from 2.15.8 to 3.3.2 #655

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nuxt from 2.15.8 to 3.3.2.

Release notes

Sourced from nuxt's releases.

v3.3.2

3.3.2 is a patch release with plenty of 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: Experimentally disable vue server renderer nitro endpoint (#19825)

๐Ÿฉน Fixes

  • kit: Provide name to performance.mark() (#19687)
  • nuxt: Unpause DOM updates on suspense resolve (#19740)
  • kit: Handle node 14 performance behaviour (#19733)
  • webpack: Transpile app directory (#19773)
  • nuxt: Unset context after app is created (#19753)
  • cli: Watch dist and register restart hook after nuxt is ready (#19736)
  • nuxt: Ignore falsy modules (#19684)
  • nuxt: Use h3 utilities to set response status/code (#19713)
  • nuxt: Add temporary augmentation for webstorm (and docs) (#19400)
  • nuxt: Handle external navigation to api routes (#19829)
  • nuxt: Observe slot element in custom nuxt-link (#19802)
  • nuxt: Directly render server components (#19605)
  • vite: Support multiple rollup entries (#19842)
  • nuxt: Ignore schema types that eval to any (#19835)
  • nuxt: Use prerender cache for islands (#19822)
  • nuxt: Add missing import in islands template (#19870)
  • kit: Check if nuxt is restarting before updating templates (#19830)
  • test-utils: Allow overriding nitro options (#19872)
  • kit: Add legacy entrypoints for pre v3.3 usage (#19874)

๐Ÿ“– Documentation

  • Fix auto-imports example (#19520, #19690)
  • Update seo and meta page (#19697)
  • introduction: First batch of improvements (98b9afa6d)
  • Update module author guide (#18551)

... (truncated)

Commits
  • dd6f9c0 v3.3.2 (#19875)
  • a0c2fb3 fix(kit): add legacy entrypoints for pre v3.3 usage (#19874)
  • 8e90f49 chore(deps): update all non-major dependencies (main) (#19894)
  • dcc9644 chore(deps): update all non-major dependencies (main) (#19880)
  • 340725b docs: improve components page
  • d3d09d5 docs: add layers video by LearnVue
  • 0b5ba6c chore: remove unused TS directive
  • 562cef2 perf(nuxt): experimentally disable vue server renderer nitro endpoint (#19825)
  • fc9c380 chore(deps): update all non-major dependencies (main) (#19862)
  • 2841999 docs: replace @nuxt/kit example with node built-ins (#19873)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.


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