Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

fix(deps): bump nuxt from 2.11.0 to 2.12.0 #53

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps nuxt from 2.11.0 to 2.12.0.

Release notes

Sourced from nuxt's releases.

v2.12.0

🚀 Features

  • general
    • #6950 Support crossorigin attribute in SSR script and preload tags
    • #6868 Improve programmatic usage (see docs)
    • #7029 Expose webpack config
    • #6272 Allow disabling loading-screen
  • wepack
    • #6987 Support @import using ~assets in css files
    • #6272 Allow disabling loading-screen
  • vue-app
    • #6880 New fetch syntax (see docs)
    • #6939 Pass error as param to nuxt-loading fail method
    • #6244 Trigger watchParam when param is changed in same route
  • cli
    • #6855 Pass context when nuxt.config exports a function

👌 DX

  • builder
    • #6924 Analyze mode warning rewording
  • general
  • generator
    • #6882 Log message or full error for unhandled error without stack trace
  • cli
    • #6904 Display listening URLs after build
  • vue-app
    • #7032 Improve missing inject value error message
    • #6775 Middleware not executing on double browser back navigation
  • core
    • #7079 Better module not found handling

🔥 Performance

  • vue-renderer
    • #6973 Early return render when redirect happens
    • #6846 Don't serialize session when injectScripts is false

🐛 Bug Fixes

  • core
    • #7002 Deprecated render:context and render:routeContext hooks was not being called
  • babel-preset-app
    • #7070 TypeError when import cjs in webpack building
  • vue-app
    • #6946 Use child transition name when navigating to parent
    • #6854 Add fallback context for errors
    • #6803 Resolve leave transition on child routes
... (truncated)
Commits
  • 205a089 v2.12.0
  • d088afa chore: sync readme
  • c3185c8 chore(deps): lock file maintenance
  • 1f5d489 fix(vue-app): middleware not executing on double browser back navigation (#6775)
  • a7052b6 feat(vue-app): trigger watchParam when param is changed in same route (#6244)
  • 52caef2 feat(core): better module not found handling (#7079)
  • f20d932 feat: allow disabling loading-screen (#6272)
  • 2091233 test: add basic test for old-fetch functionality
  • 87dc99e chore(deps): update all non-major dependencies
  • 75a870d chore(readme): fix github actions badge
  • Additional commits viewable in compare view

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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](nuxt/nuxt@v2.11.0...v2.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@commit-lint
Copy link

commit-lint bot commented Mar 18, 2020

Bug Fixes

  • deps: bump nuxt from 2.11.0 to 2.12.0 (028ca44)

Contributors

@dependabot-preview[bot]

@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #53 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #53   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         125    125           
  Branches       24     24           
=====================================
  Hits          125    125

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 265bd9a...028ca44. Read the comment docs.

Copy link
Contributor

@nogic1008 nogic1008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dependabot-preview dependabot-preview bot merged commit 2e4a1e4 into master Mar 18, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/nuxt-2.12.0 branch March 18, 2020 04:16
@github-actions
Copy link

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant