nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.24k stars 171 forks source link

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/typescript-build ^2.0.3 -> ^2.0.4 age adoption passing confidence
@nuxt/typescript-runtime ^2.0.0 -> ^2.0.1 age adoption passing confidence
fs-extra ^9.0.1 -> ^9.1.0 age adoption passing confidence
siroc ^0.6.0 -> ^0.6.3 age adoption passing confidence

Release Notes

nuxt/typescript ### [`v2.0.4`](https://togithub.com/nuxt/typescript/releases/@​nuxt/typescript-build@2.0.4) [Compare Source](https://togithub.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.3...@nuxt/typescript-build@2.0.4) ### Dependencies - Upgrade to **TypeScript 4.1** - Upgrade **fork-ts-checker-webpack-plugin** : `^5.2.0` -> `^6.1.0` - Upgrade **ts-loader** : `^8.0.4` -> `^8.0.14` ### TypeScript 4.1 You may have type issues you need to fix while upgrading. For example a common one is for void Promises you need to explicitly type the return type of the Promise : ```ts new Promise() ``` instead of ```ts new Promise() ``` Anyway, your IDE & type checker will tell you what's going wrong and you'll be able to quick fix it !
jprichardson/node-fs-extra ### [`v9.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​910--2021-01-19) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) - Add promise support for `fs.rm()` ([#​841](https://togithub.com/jprichardson/node-fs-extra/issues/841), [#​860](https://togithub.com/jprichardson/node-fs-extra/pull/860)) - Upgrade universalify for performance improvments ([#​825](https://togithub.com/jprichardson/node-fs-extra/pull/825))
nuxt-contrib/siroc ### [`v0.6.3`](https://togithub.com/nuxt-contrib/siroc/blob/master/CHANGELOG.md#​063-httpsgithubcomnuxt-contribsiroccomparev062v063-2021-01-20) [Compare Source](https://togithub.com/nuxt-contrib/siroc/compare/v0.6.2...v0.6.3) ### [`v0.6.2`](https://togithub.com/nuxt-contrib/siroc/blob/master/CHANGELOG.md#​062-httpsgithubcomnuxt-contribsiroccomparev061v062-2021-01-16) [Compare Source](https://togithub.com/nuxt-contrib/siroc/compare/v0.6.1...v0.6.2) ### [`v0.6.1`](https://togithub.com/nuxt-contrib/siroc/blob/master/CHANGELOG.md#​061-httpsgithubcomnuxt-contribsiroccomparev060v061-2021-01-16) [Compare Source](https://togithub.com/nuxt-contrib/siroc/compare/v0.6.0...v0.6.1)

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 3 years ago

Codecov Report

Merging #425 (621390f) into master (245aadc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   85.28%   85.28%           
=======================================
  Files           9        9           
  Lines         367      367           
  Branches      122      122           
=======================================
  Hits          313      313           
  Misses         54       54           

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 245aadc...621390f. Read the comment docs.

vinayakkulkarni commented 3 years ago

@pi0 can you please merge this?

pi0 commented 3 years ago

Hi @vinayakkulkarni sure merging but i'm not sure it resolves anything related to ts since all are devDependencies of module :)