vue-api-query
vue-api-query copied to clipboard
chore: bump nuxt from 2.14.7 to 3.4.3 in /docs
Bumps nuxt from 2.14.7 to 3.4.3.
Release notes
Sourced from nuxt's releases.
v3.4.3
3.4.3 is a patch release with the latest bug fixes. 🐞 It is expected that the next release will be v3.5, in approximately two weeks' time.
✅ 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
🩹 Fixes
- nuxt: Don't call
timeEnd
unless we're debugging (#20424)- nuxt: Use key to force server component re-rendering (#19911)
- nuxt: Add basic typings for
<ClientOnly>
(f1ded44e8)- nuxt: Use
event.node.req
in cookie utility (#20474)- deps: Relax upper node version constraint (#20472)
- nuxi,schema: Support
devServer.https: true
(#20498)- nuxt: Throw 404 when accessing
/__nuxt_error
directly (#20497)- nuxt: Use
callAsync
for executing hooks with context (#20510)- nuxt: Improved typing support for app config (#20526)
- nuxt: Call
app:error
in SSR before rendering error page (#20511)- nuxt: Restrict access to single renderer outside of test/rootDir (#20543)
- nuxt: Throw errors when running legacy
asyncData
(#20535)- nuxt: Transform
#components
imports into direct component imports (#20547)- nuxt: Return
RenderResponse
for redirects (#20496)📖 Documentation
- Fix typos on docs homepage (#20456)
- Update links to
vue-router
docs (#20454)- Remove RC reference and add link to vue migration build (#20485)
- Add cdn proxy section (#20408)
- Add a next steps link to first page of migration docs (#20512)
- Add custom fetch composable example (#20115)
- Adjust wrong link after repo migration (#20536)
✅ Tests
... (truncated)
Commits
1464294
v3.4.3d8176f1
chore(deps): update all non-major dependencies (main) (#20514)f73bb1d
fix(nuxt): returnRenderResponse
for redirects (#20496)98b20c4
fix(nuxt): transform#components
imports into direct component imports (#20...ecf4153
fix(nuxt): throw errors when running legacyasyncData
(#20535)65a8f4e
fix(nuxt): restrict access to single renderer outside of test/rootDir (#20543)48c034c
ci: run nuxt2 nightly release on node 14 again59680dd
docs: adjust wrong link after repo migration (#20536)197de3e
fix(nuxt): callapp:error
in SSR before rendering error page (#20511)dd0d13d
fix(nuxt): improved typing support for app config (#20526)- 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.