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 2.0.3 to 2.0.4 #104

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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
  • 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 18, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/typescript-build-2.0.4 branch from 9560e2a to 0544c9a Compare January 26, 2021 17:03
@vinayakkulkarni vinayakkulkarni merged commit 7a8f37a into main Jan 28, 2021
@vinayakkulkarni vinayakkulkarni deleted the dependabot/npm_and_yarn/nuxt/typescript-build-2.0.4 branch January 28, 2021 06:27
@rlam3
Copy link

rlam3 commented Jan 29, 2021

is 2.0.4 still breaking for you?

@vinayakkulkarni
Copy link
Owner

is 2.0.4 still breaking for you?

Yep. I have to add a .eslintignore to ensure that the static/sw.js file is ignored by linters.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants