Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

chore(deps): update dependency nuxt to ^2.10.0 #20

Merged
merged 1 commit into from
Oct 6, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 2, 2019

This PR contains the following updates:

Package Type Update Change
nuxt devDependencies minor ^2.9.2 -> ^2.10.0

Release Notes

nuxt/nuxt.js

v2.10.0

Compare Source

🌟Highlights
  • Support for improved typescript runtime
  • Experimental support for feature toggling for SUPER slim builds!
  • Mitigate problems with nuxt server stocking during development
  • Fix issues with internet-explorer in development mode
  • Upgrade to terser webpack plugin v2
  • Improved stability of loading-screen. No more endless loops (nuxt/loading-screen#​44) and show fatal errors (nuxt/loading-screen#​45) for the initial build
🐛 Bug Fixes
  • core
    • #​6490 Clear resolver cache for project files dev mode
  • vue-app
    • #​6479 Error page layout not correctly applied in client-side rendering
    • #​6473 Pass vm as arg to support data() with arrow function
    • #​6433 Fix asyncData hydration when features.transition is false
    • #​6430 Clear idle callback
    • #​6217 Prevent looping on error during render of error page
  • webpack
    • #​6298 Fix consola IE compatibility
    • Revert pause/resume
    • #​6460 Correct sass options for sass-loader@8
    • #​6448 Don't push to compilersWatching in callback
  • cli
    • #​6441 Server should not be initialized in nuxt build
  • babel-preset-app
    • #​6435 Use loose mode for babel class plugin
  • vue-renderer
  • config
    • #​6371 Enable total timing by default when server.timing is enabled
  • config, vue-app
    • #​6379 Add module declaration for config and vue-app
🚀 Features
  • cli, config
  • config
    • #​6414 serverMiddleware as a simple key/value object
  • builder
    • #​6368 followSymlinks option to allow for symlinks
    • #​6285 extendPlugins option and builder:extendPlugins hook
    • #​6329 Add builder:prepared hook
    • #​6342 Support adding custom middleware
  • cli
    • #​6475 Catch build errors with cli:buildError hook
  • webpack
    • #​6477 Use vue-meta browser build for client bundle
    • #​6398 Upgrade terser-webpack-plugin to v2
    • #​6350 Add webpack:config hook
  • server
    • #​6438 Add config option to define etag hash function
  • vue-app
  • general
    • #​6432 Support setting (non-essential) vue-meta options by user
  • utils
  • builder, router
    • #​6331 Enforce uniform trailing slash handling
💅 Refactors
  • cli
    • #​6353 Call setup hook in run command with more args
  • builder
    • #​6352 Await build.createRoutes to allow async functions inside it
  • babel-preset-app
📝 Examples
  • with-sockets
    • #​6396 Create server inside the export function
🏡 Chore
  • general
    • Fix example in babel-preset-app readme
    • #​6390 Lint vue-app templates
    • #​6363 Rename setup hook to run:before
💖 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.

@renovate renovate bot added the renovate label Oct 2, 2019
@TiagoDanin TiagoDanin merged commit 7c082b9 into master Oct 6, 2019
@renovate renovate bot deleted the renovate/nuxtjs-monorepo branch October 6, 2019 14:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants