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): update all non-major dependencies #425

Merged
merged 1 commit into from
Jan 26, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/typescript-build ^2.0.3 -> ^2.0.4 age adoption passing confidence
@nuxt/typescript-runtime ^2.0.0 -> ^2.0.1 age adoption passing confidence
fs-extra ^9.0.1 -> ^9.1.0 age adoption passing confidence
siroc ^0.6.0 -> ^0.6.3 age adoption passing confidence

Release Notes

nuxt/typescript

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 !

jprichardson/node-fs-extra

v9.1.0

Compare Source

  • Add promise support for fs.rm() (#​841, #​860)
  • Upgrade universalify for performance improvments (#​825)
nuxt-contrib/siroc

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source


Renovate 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@codecov
Copy link

codecov bot commented Jan 16, 2021

Codecov Report

Merging #425 (621390f) into master (245aadc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   85.28%   85.28%           
=======================================
  Files           9        9           
  Lines         367      367           
  Branches      122      122           
=======================================
  Hits          313      313           
  Misses         54       54           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 245aadc...621390f. Read the comment docs.

@vinayakkulkarni
Copy link

@pi0 can you please merge this?

@pi0
Copy link
Member

pi0 commented Jan 26, 2021

Hi @vinayakkulkarni sure merging but i'm not sure it resolves anything related to ts since all are devDependencies of module :)

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

3 participants