bc-nuxt-vue-starter
bc-nuxt-vue-starter copied to clipboard
Bump nuxt from 2.15.3 to 3.4.3
Bumps nuxt from 2.15.3 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 --forceThis 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
timeEndunless 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.reqin cookie utility (#20474)- deps: Relax upper node version constraint (#20472)
- nuxi,schema: Support
devServer.https: true(#20498)- nuxt: Throw 404 when accessing
/__nuxt_errordirectly (#20497)- nuxt: Use
callAsyncfor executing hooks with context (#20510)- nuxt: Improved typing support for app config (#20526)
- nuxt: Call
app:errorin 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
#componentsimports into direct component imports (#20547)- nuxt: Return
RenderResponsefor redirects (#20496)📖 Documentation
- Fix typos on docs homepage (#20456)
- Update links to
vue-routerdocs (#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
1464294v3.4.3d8176f1chore(deps): update all non-major dependencies (main) (#20514)f73bb1dfix(nuxt): returnRenderResponsefor redirects (#20496)98b20c4fix(nuxt): transform#componentsimports into direct component imports (#20...ecf4153fix(nuxt): throw errors when running legacyasyncData(#20535)65a8f4efix(nuxt): restrict access to single renderer outside of test/rootDir (#20543)48c034cci: run nuxt2 nightly release on node 14 again59680dddocs: adjust wrong link after repo migration (#20536)197de3efix(nuxt): callapp:errorin SSR before rendering error page (#20511)dd0d13dfix(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.