Skip to content

Bump nuxt from 2.4.5 to 2.5.1 in /webapp

Hannes Heine requested to merge pr230head into pr230base

Created by: Tirokk

dependabot-preview[bot] Authored by dependabot-preview[bot] Closed


Bumps nuxt from 2.4.5 to 2.5.1.

Release notes

Sourced from nuxt's releases.

v2.5.1

Bug Fixes

  • fix: revert to corejs@2 (#5317) (Pooya Parsa) (20836d93)
  • fix: remove consola.debug for hooks (#5318) (Thomas Reichling) (9ff01f9b)
  • fix: apply default lock options before setting lock (#5320) (Pim) (7c24280a)
  • fix(ts): wrong export used in render.d.ts (#5309) (Romain Lanz) (e67b2982)
  • examples: upgrade and fix typescript configuration files (#5310) (Romain Lanz) (7100a2c6)
  • chore: unsupport nuxt-legacy (pooya parsa) (797a4ce6)

v2.5.0

15,000 line changes with 230 squashed commits by more than 30 contributors made this version possible!

What's new?

Typescript DX

No longer needed to install nuxt-ts for typescript support. Nuxt.js officially supports TS by installing @nuxt/typescript. Please see #5079 for reasons behind such migration.

Babel

Babel 7.4, Core-js v3, and Object.assign polyfill for better browser support.

Stability

More than 30 fixes, refactors and performance improvements.

Open in Browser

Use nuxt dev -o to instantly open project in the browser and enjoy a cool loading screen:

nuxt-loading-screen

.nuxtignore

Before v2.5, you were able to ignore files through an ignore prefix. As using the prefix over and over, ignoring files (and implementing custom structures) was a bit tedious on the long run. We came up with something more sophisticated: A .nuxtignore file. Following the same specs as a .eslintignore or a .gitignore file, you can now define what files or folders to ignore through a .nuxtignore file in your project root.

Examples and more info in the .nuxtignore docs

[IMPORTANT] Migration Guide

Lock Files

For a clean upgrade, please remove yarn.lock / package-lock.json file from your project before upgrade.

Programmatic API / Middleware

If not already done, please explicitly call nuxt.ready() after new Nuxt(). nuxt.ready() was always async, but not awaiting the function call has now a severe impact.

... (truncated)
Changelog

Sourced from nuxt's changelog.

2.5.1 (2019-03-21)

Bug Fixes

2.5.0 (2019-03-21)

Bug Fixes

  • builder, vue-app: order of plugin execution based on order in array (#5163) (a867dbd)
  • cli: enable server for implicit SPA generate in nuxt build (c46def7)
  • pkg: add missing dependencies (665f15a)
  • postcss: default to preset-env and cssnano last (#5215) (adf423a)
  • server: handle decodeURI error (#5243) (5b7f6d7)
  • ts: deprecate isClient, isServer, isStatic (#5211) (29c3c42)
  • types: reflect chainlable NuxtLoading methods (#5104) (a6756a4)
  • vua-app: clone mount error to prevent mutating read-only error object (#5214) (37006f6)
  • vue-app: avoid css chunk error (#5173) (41028a4)
  • vue-app: decode router base to support unicode characters (#5297) (3ac01df)
  • vue-app: duplicated router.base when using context.redirect(object) (#5290) (cf02e82)
  • vue-app: multiple named views cause invalid syntax (#5262) (d03a61b)
  • webpack: always resolve core-js to v3 (#5307) (65c1f86)
  • webpack: clone config.entry (fixes #4849) (#5236) (8216765)
  • webpack: loaders in extend config is broken (#5292) (0eb5ed9)
  • await buildDone hook (#4955) (5c08db2)
  • bundle resources other than js(x)/json in node_modules (#4913) (268851f)
  • correct public path in generation and start (#5202) (648062c)
  • correct socket address in use error message (2eb1965)
  • default for-exit to false to prevent dev exit (a347ef9)
  • disable "analyze" for nuxt generate (#4975) (574a2eb)
  • disable parallel build when extractCSS is enabled (aad46ed)
  • dont force exit when it was explicitly disabled (#4973) (3e9eee2)
  • extra properties in templateFiles (#4925) (ca19124)
  • fix non standard esm modifications (fb87a55)
  • improve nuxt version number when running from git (#4946) (92803b2)
  • keep-alive component data should not be updated (#5188) (1ea8661)
  • not send Server-Timing header if no timing info (d9a0b5f)
  • publicPath is not reactive in dev restarting (#5227) (1fb7538)
  • refactor file watchers (chokidar/linux workaround) (#4950) (5ec5932)
  • relax lock settings (#5280) (65a431d)
  • respect namespaced in store module (#5189) (9e1ef88)
... (truncated)
Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.

Merge request reports