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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.0.3
->2.0.4
2.0.0
->2.0.1
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 PromiseRenovate 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.