nuxt-community / axios-module

Secure and easy axios integration for Nuxt 2
https://axios.nuxtjs.org
MIT License
1.19k stars 245 forks source link

chore(deps): update all non-major dependencies #400

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@nuxt/content-theme-docs dependencies patch ^0.4.0 -> ^0.4.1
axios dependencies minor ^0.19.2 -> ^0.20.0
consola dependencies minor ^2.14.0 -> ^2.15.0
nuxt dependencies patch ^2.14.1 -> ^2.14.3

Release Notes

nuxt/content ### [`v0.4.1`](https://togithub.com/nuxt/content/compare/v0.4.0...v0.4.1) [Compare Source](https://togithub.com/nuxt/content/compare/v0.4.0...v0.4.1)
axios/axios ### [`v0.20.0`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0200-August-20-2020) [Compare Source](https://togithub.com/axios/axios/compare/v0.19.2...v0.20.0) Release of 0.20.0-pre as a full release with no other changes.
nuxt/consola ### [`v2.15.0`](https://togithub.com/nuxt/consola/blob/master/CHANGELOG.md#​2150-httpsgithubcomnuxtconsolacomparev2140v2150-2020-08-05) [Compare Source](https://togithub.com/nuxt/consola/compare/v2.14.0...v2.15.0) ##### Features - **types:** use union type for `ConsolaLogObject.type` ([#​100](https://togithub.com/nuxt/consola/issues/100)) ([a6eba53](https://togithub.com/nuxt/consola/commit/a6eba532381bcec9c84ac5600ac668aca87c8487)) - support `formatOptions.date` to optionally hide date ([#​101](https://togithub.com/nuxt/consola/issues/101)) ([6bf733f](https://togithub.com/nuxt/consola/commit/6bf733f2b9a5320584bdd0de7de08f4341c74335))
nuxt/nuxt.js ### [`v2.14.3`](https://togithub.com/nuxt/nuxt.js/releases/v2.14.3) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.14.2...v2.14.3) ##### πŸ› Bug Fixes - `vue-renderer` - [#​7928](https://togithub.com/nuxt/nuxt.js/issues/7928) Apply `nomodule` to legacy chunks ##### πŸ’– Thanks to - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) ### [`v2.14.2`](https://togithub.com/nuxt/nuxt.js/releases/v2.14.2) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.14.1...v2.14.2) ##### πŸ› Bug Fixes - `webpack` - [#​7906](https://togithub.com/nuxt/nuxt.js/issues/7906) Avoid using `node_modules` for chunk names (resolves [#​7901](https://togithub.com/nuxt/nuxt.js/issues/7901)) - `modern` - [#​7919](https://togithub.com/nuxt/nuxt.js/issues/7919) Missing `nomodule` on legacy modules (resolves [#​7918](https://togithub.com/nuxt/nuxt.js/issues/7918)) - `vue-app` - [#​7877](https://togithub.com/nuxt/nuxt.js/issues/7877) Use anchor to `/` if route is undefined in error page (resolves [#​7841](https://togithub.com/nuxt/nuxt.js/issues/7841)) - [#​7920](https://togithub.com/nuxt/nuxt.js/issues/7920) Fix `vue-router@2.14` regression with `scrollToTop` - [#​7916](https://togithub.com/nuxt/nuxt.js/issues/7916) Prevent router.registerModule reallocation (resolves [#​7915](https://togithub.com/nuxt/nuxt.js/issues/7915)) - `router` - [#​7912](https://togithub.com/nuxt/nuxt.js/issues/7912) Use updated error codes to fix redirect errors - `cli` - [#​7860](https://togithub.com/nuxt/nuxt.js/issues/7860) Improve project dir detection for external commands ##### πŸ‘• Types - `general` - [#​7902](https://togithub.com/nuxt/nuxt.js/issues/7902) Improve definitions for component transition property ##### πŸ’– Thanks to - Ahad Birang ([@​farnabaz](https://togithub.com/farnabaz)) - Matthew Gamble ([@​mwgamble](https://togithub.com/mwgamble))

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##               dev      #400   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           32        32           
  Branches        13        13           
=========================================
  Hits            32        32           

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 18c9735...3dc4c71. Read the comment docs.

simllll commented 4 years ago

voting for this PR as it updates axios to 0.20.0

There are some typescript defintion changes that currently break my build. TS2345: Argument of type 'NuxtAxiosInstance' is not assignable to parameter of type 'AxiosInstance'.