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

deps: Update dependency typescript to v4.7.2 #3128

Merged
merged 6 commits into from
May 27, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript (source) ^4.6.4 -> ^4.7.2 age adoption passing confidence
typescript (source) 4.6.4 -> 4.7.2 age adoption passing confidence

Configuration

📅 Schedule: "before 8am on thursday" in timezone Europe/Berlin.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 25, 2022
@github-actions
Copy link

You modified raiden-ts/src,
Please remember to add a change log entry at raiden-ts/CHANGELOG.md if necessary.

You modified raiden-dapp/src,
Please remember to add a change log entry at raiden-dapp/CHANGELOG.md if necessary.

Copy link
Contributor

@andrevmatos andrevmatos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little bit more updates than just typescript, but the old vue-cli was breaking the new TypeScript, so had to be updated here, and updating it unblocked webpack@v5 and eslint@v8. Plus some cleanup, but hopefully nothing that involves logic, just development environment, so I tuck everything in here.
The updated dependencies are faster to build and produce a smaller bundled dApp as well.

@codecov
Copy link

codecov bot commented May 27, 2022

Codecov Report

Merging #3128 (539b9d5) into master (affedec) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3128   +/-   ##
=======================================
  Coverage   93.86%   93.87%           
=======================================
  Files         213      213           
  Lines        7403     7397    -6     
  Branches     1247     1245    -2     
=======================================
- Hits         6949     6944    -5     
+ Misses        420      419    -1     
  Partials       34       34           
Flag Coverage Δ
dapp 89.93% <100.00%> (+0.02%) ⬆️
dapp.unit 89.93% <100.00%> (+0.02%) ⬆️
sdk 95.13% <100.00%> (ø)
sdk.e2e 72.36% <33.33%> (+0.01%) ⬆️
sdk.integration 79.74% <33.33%> (ø)
sdk.unit 48.89% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
raiden-ts/src/utils/types.ts 94.50% <ø> (ø)
raiden-dapp/src/services/raiden-service.ts 83.18% <100.00%> (-0.01%) ⬇️
raiden-ts/src/utils/ethers.ts 89.74% <100.00%> (ø)

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 affedec...539b9d5. Read the comment docs.

@andrevmatos andrevmatos merged commit e0188b3 into master May 27, 2022
@andrevmatos andrevmatos deleted the renovate/typescript branch May 27, 2022 15:40
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.

2 participants