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
style
property 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.log
debugging 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
serverMiddleware
watch to restart Nuxt.js and clean their cacheFixes
✔ ️
- builder: corretly detect mode of hashed plugins (#5695)
- builder: call
watch:restart
afterwatch:fileChanged
hook (#5620)- utils: node v8 not support dotAll in regex (#5608)
- vue-app: properly catch component loading error (#5687) (#5688) (#5690)
- vue-app: consider
watchQuery
option inrouterViewKey
(#5516)- vue-renderer: await on
spa:templateParams
hook (#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
serverMiddleware
paths (#5681)Features ... (truncated)
🚀
Commits
-
0f609df
v2.7.1 -
c741bb4
chore(deps): update dependency postcss-import-resolver to ^1.2.3 (#5732) -
1f5c602
fix(webpack): resolve consola to latest (#5729) -
62a593d
fix(builder): use warn only for mismatched deps (#5723) -
121d481
sort typescript/package.json fields -
5a98230
v2.7.0 -
017d3a4
chore(deps): update all non-major dependencies (#5715) -
b8a7fb7
chore(deps): lock file maintenance (#5711) -
2ad194c
chore(deps): update all non-major dependencies (#5710) -
126c8c1
chore(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 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 ignore this [patch|minor|major] version
will 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 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 use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will 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.