Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @nuxt/typescript-build from 1.0.3 to 2.1.0 #29

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps @nuxt/typescript-build from 1.0.3 to 2.1.0.

Release notes

Sourced from @​nuxt/typescript-build's releases.

@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 :

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 !

@nuxt/typescript-build@2.0.3

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

@nuxt/typescript-build@2.0.0

Fixes

  • Fixed an issue when using TSX in .vue files (114d69)

Dependencies

Breaking changes

ForkTsCheckerWebpackPlugin v5 has changed its options format and dropped Node 8 support. Follow their documentation if you were customizing options through typescript.typeCheck module option.

Dropped @nuxt/types from @nuxt/typescript-build package, it nows need to be manually installed, documentation has been upgraded.

Commits
  • 8536840 chore(release): publish
  • 4c7242a chore(deps): upgrade to typescript 4.2 (#491)
  • ff3a074 chore(release): publish
  • 6752bcc chore(runtime): add instructions for nuxt >= 2.15
  • b8a349f docs(en): add basic counter examples to menu
  • a1add07 docs: add basic counter examples (#453)
  • 1a2c82b chore(release): publish
  • b300e6a fix(typescript-build): wrong path for dependency (#464)
  • 9fd9f08 chore(release): publish
  • 230cefb chore(deps): upgrade dependencies (includes TypeScript 4.1) (#478)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2021

The following labels could not be found: dependencies.

@elirehema elirehema merged commit 0a42fe9 into master Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/typescript-build-2.1.0 branch March 22, 2021 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant