Skip to content

chore(deps-dev): bump @nuxt/typescript-build from 2.0.3 to 2.0.4 #6

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

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2021

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

Release notes

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

@nuxt/[email protected]

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
  • 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
  • 38fe65a docs: use full screen for example
  • 497af73 docs: use full screen for example
  • c52bec9 docs: dark mode color (#467)
  • 066f04d refactor(docs): use @nuxt/content (#465)
  • 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 Jan 30, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 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/6/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 dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/typescript-build-2.0.4 branch from 1060c72 to 00f21cd Compare January 31, 2021 14:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/typescript-build-2.0.4 branch from 00f21cd to e44c3e1 Compare January 31, 2021 14:59
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 22, 2021

Superseded by #16.

@dependabot dependabot bot closed this Feb 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/typescript-build-2.0.4 branch February 22, 2021 00:47
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.

0 participants