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

Upgrade dependencies and deal with the fallouts #30

Merged
merged 1 commit into from Sep 22, 2020

Conversation

eskatos
Copy link
Member

@eskatos eskatos commented Sep 22, 2020

and deal with the fallouts

Signed-off-by: Paul Merlin <paul@gradle.com>
@eskatos eskatos self-assigned this Sep 22, 2020
@eskatos eskatos added the dependencies Pull requests that update a dependency file label Sep 22, 2020
Comment on lines +9 to 14
const withChecksum = all.filter(
entry =>
typeof entry === 'object' &&
entry != null &&
entry.hasOwnProperty('wrapperChecksumUrl')
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you elaborate upon this change? What changed here?

Copy link
Member Author

Choose a reason for hiding this comment

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

The upgrade of TypeScript and eslint required the code to be more static and strict.

Copy link
Contributor

@JLLeitschuh JLLeitschuh left a comment

Choose a reason for hiding this comment

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

LGTM!

@JLLeitschuh JLLeitschuh merged commit aa698a7 into master Sep 22, 2020
@JLLeitschuh JLLeitschuh deleted the eskatos/upgrade-deps branch September 22, 2020 17:33
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.

None yet

2 participants