Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Bumps @nuxt/typescript-build from 2.0.3 to 2.0.5.

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 !

Commits
  • 0c6a7a2 chore(release): publish
  • 6499fa0 chore(deps): lock file maintenance (#480)
  • 23826d8 chore(deps): update all non-major dependencies (#484)
  • b300e6a fix(typescript-build): wrong path for dependency (#464)
  • 9fd9f08 chore(release): publish
  • 230cefb chore(deps): upgrade dependencies (includes TypeScript 4.1) (#478)
  • c172ad5 fix(examples): add vue-class-component dependency (#475)
  • 002b90d docs(pt): update and fix portuguese translation (#472)
  • 6175d36 docs(en): fix cookbook link in setup page (#476)
  • c493fe1 docs: use full screen for example
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 22, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 22, 2021

Dependabot tried to add @thecodework as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/thecodework/invoicious/pulls/16/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the thecodework/invoicious repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 24, 2021

Superseded by #18.

@dependabot dependabot bot closed this Feb 24, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/typescript-build-2.0.5 branch February 24, 2021 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant