Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

chore(deps): update dependency @nuxt/typescript-build to v2 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 20, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/typescript-build 0.6.6 -> 2.1.0 age adoption passing confidence

Release Notes

nuxt/typescript

v2.1.0

Compare Source

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

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 :

new Promise<void>()

instead of

new Promise()

Anyway, your IDE & type checker will tell you what's going wrong and you'll be able to quick fix it !

v2.0.3

Compare Source

Dependencies

  • Upgrade to TypeScript 4
  • Upgrade fork-ts-checker-webpack-plugin : ^5.0.14 -> ^5.1.0,
  • Upgrade ts-loader : ^8.0.2 -> ^8.0.3

v2.0.2

Compare Source

Information Note

  • Warning is now displayed if Nuxt.js version installed is superior or equal to 2.15, which includes built-in support for TypeScript runtime (with jiti)

Breaking changes

If using Nuxt 2.15 (with jiti), Node.js 14 is required if you're using or planning to use Optional chaining and Nullish coalescing.

v2.0.1

Compare Source

v2.0.0

Compare Source

Dependencies

  • Upgrade to TypeScript 4
  • Upgrade ts-node : ^8.10.2 -> ^9.0.0

Breaking Changes

  • ts-node@9 dropped support for Node versions < 10

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0


Configuration

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

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot force-pushed the renovate/nuxt-typescript-build-2.x branch from f383af4 to 2dc7503 Compare July 26, 2020 16:45
@renovate renovate bot force-pushed the renovate/nuxt-typescript-build-2.x branch from 2dc7503 to 4e182d9 Compare September 2, 2020 08:24
@renovate renovate bot force-pushed the renovate/nuxt-typescript-build-2.x branch from 4e182d9 to 0263799 Compare January 22, 2021 23:59
@renovate renovate bot force-pushed the renovate/nuxt-typescript-build-2.x branch from 0263799 to 16ee7ab Compare April 26, 2021 14:28
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant