Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

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
@eskatos eskatos requested a review from JLLeitschuh September 22, 2020 16:08
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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