nuxt-community / typescript-template

Typescript starter for Nuxt 2
https://nuxt-ts-template.netlify.app/
MIT License
643 stars 114 forks source link

chore(deps): update nuxt typescript core packages #260

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

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 !

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.