Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2019

This PR contains the following updates:

Package Type Update Change References
nuxt devDependencies minor ^2.6.3 -> ^2.7.1 source

Release Notes

nuxt/nuxt.js

v2.7.1

Compare Source

Fixes

  • builder: use warn only for mismatched dependencies (#​5723)
  • webpack: resolve consola to latest (#​5729)

Dependency Upgrades

Thanks to

v2.7.0

Compare Source

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:

nuxt-logs-ssr

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.

nuxt-store-watch

PS: We also improved the serverMiddleware watch to restart Nuxt.js and clean their cache

Fixes ✔️

  • builder: corretly detect mode of hashed plugins (#​5695)
  • builder: call watch:restart after watch: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 in routerViewKey (#​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 🚀

  • vue-app: rename transition to pageTransition and deprecate it (#​5558)
  • vue-renderer/vue-app: report SSR console logs to the browser with consola (#​5673)
  • webpack: suppress not found typescript warnings (#​5635)
  • webpack: extendable babel.presets and babel envName (#​5637)
  • configurable aliases (#​5655)

Refactors 🧹

  • server: exclude dist files request from browser detection (#​5571)
  • vue-renderer: remove chalk in renderer (#​5609)
  • vue-renderer: split renderer into ssr, spa and modern (#​5559)
  • move modern detection from server to utils (#​5584)

Examples 📚

  • auth-routes: fix typo (#​5651)
  • babel-preset-app: add core-js@3 example in the readme (#​5633)
  • docker: fix Dockerfile casing (#​5705)

Typescript 👷

Only for typescript users, Nuxt.js v2.7 dropped support for node < 8.6 relate to ts-loader v6

Thanks to 🙏


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented May 14, 2019

Codecov Report

Merging #3286 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##             dev   #3286   +/-   ##
=====================================
  Coverage   99.2%   99.2%           
=====================================
  Files        217     217           
  Lines       4154    4154           
  Branches    1196    1196           
=====================================
  Hits        4121    4121           
  Misses        26      26           
  Partials       7       7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55ee593...5400982. Read the comment docs.

@tmorehouse
Copy link
Member

Nuxt bug report: nuxt/nuxt#5724

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ed3bb0 to b6fb9a6 Compare May 14, 2019 13:44
@tmorehouse
Copy link
Member

Waiting on Nuxt 2.7.1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9c08d42 to 0e9e580 Compare May 14, 2019 18:44
@renovate renovate bot changed the title chore(deps): update dependency nuxt to ^2.7.0 chore(deps): update dependency nuxt to ^2.7.1 May 14, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e9e580 to 5400982 Compare May 14, 2019 18:59
@tmorehouse tmorehouse merged commit 8393bd8 into dev May 14, 2019
@tmorehouse tmorehouse deleted the renovate/all-minor-patch branch May 14, 2019 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants