Bump nuxt from 2.6.3 to 2.7.1 in /webapp
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps nuxt from 2.6.3 to 2.7.1.
Release notes
Sourced from nuxt's releases.
v2.7.1
Fixes
- builder: use warn only for mismatched dependencies (#5723)
- webpack: correctly resolve consola for the client bundle (#5729)
Dependency Upgrades
- postcss-import-resolver: prefer
styleproperty when resolving (jsless/postcss-import-resolver#2)Thanks to
- Blake Kostner (@btkostner)
v2.7.0
DX Improvements
💅 SSR logs in your browser
🖥 ️We all know the
console.logdebugging method, but when working with universal applications, you have to remember that sometimes, your logs are in your terminal and not in your browser console.This can be really annoying when developing a Nuxt.js application, starting with this version and running
nuxt dev, the ssr logs are now reported to your browser console:Detecting
store/creation👀 Nuxt.js now detects when you created a
store/directory and will reload himself auto-magically so you don't have to restart it anymore.PS: We also improved the
serverMiddlewarewatch to restart Nuxt.js and clean their cacheFixes
✔ ️
- builder: corretly detect mode of hashed plugins (#5695)
- builder: call
watch:restartafterwatch:fileChangedhook (#5620)- utils: node v8 not support dotAll in regex (#5608)
- vue-app: properly catch component loading error (#5687) (#5688) (#5690)
- vue-app: consider
watchQueryoption inrouterViewKey(#5516)- vue-renderer: await on
spa:templateParamshook (#5619)- webpack: set log level to warn for
HardSourcePlugin(#5653)- vue-app: properly catch loading error in component prefetching (#5688) (#5690)
- vue-app: avoid using aliases in templates (#5656)
- builder: watch store dir and
serverMiddlewarepaths (#5681)Features
... (truncated)🚀
Commits
-
0f609dfv2.7.1 -
c741bb4chore(deps): update dependency postcss-import-resolver to ^1.2.3 (#5732) -
1f5c602fix(webpack): resolve consola to latest (#5729) -
62a593dfix(builder): use warn only for mismatched deps (#5723) -
121d481sort typescript/package.json fields -
5a98230v2.7.0 -
017d3a4chore(deps): update all non-major dependencies (#5715) -
b8a7fb7chore(deps): lock file maintenance (#5711) -
2ad194cchore(deps): update all non-major dependencies (#5710) -
126c8c1chore(deps): update dependency babel-loader to ^8.0.6 (#5706) - Additional commits viewable in compare view
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 ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.

