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 dependency flow-bin to v0.137.0 #2003

Merged
merged 1 commit into from
Nov 5, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2020

This PR contains the following updates:

Package Type Update Change
flow-bin (changelog) devDependencies minor 0.131.0 -> 0.137.0

Release Notes

flowtype/flow-bin

v0.137.0

Compare Source

v0.136.0

Compare Source

v0.135.0

Compare Source

v0.134.0

Compare Source

v0.133.0

Compare Source

v0.132.0

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.

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


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

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

@rpl
Copy link
Member

rpl commented Aug 27, 2020

flow 0.132.0 is raising a new value-as-type typecheck error because for some of the types currently used in the type annotations are not identified as a valid type (type / interface / enum flow type definitions or a class) and in that case it seems to be now enforcing explicit use of typeof Name for those cases.

Before merging this PR, we should double-check what those names are actually associated to in the related npm dependencies (I guess that they may be function constructors, but would be better to double-check them explicitly) and then apply the necessary changes to the flow type annotations (either explicitly use typeof as suggested by flow, or by providing explicit flow types annotations).

@rpl rpl self-assigned this Aug 27, 2020
@renovate renovate bot changed the title chore(deps): update dependency flow-bin to v0.132.0 chore(deps): update dependency flow-bin to v0.133.0 Sep 2, 2020
@renovate renovate bot force-pushed the renovate/flow-bin-0.x branch from 3d6a0a2 to 9eaa518 Compare September 2, 2020 19:05
@renovate renovate bot force-pushed the renovate/flow-bin-0.x branch from 9eaa518 to 60af542 Compare September 17, 2020 20:05
@renovate renovate bot changed the title chore(deps): update dependency flow-bin to v0.133.0 chore(deps): update dependency flow-bin to v0.134.0 Sep 17, 2020
@renovate renovate bot changed the title chore(deps): update dependency flow-bin to v0.134.0 chore(deps): update dependency flow-bin to v0.135.0 Sep 30, 2020
@renovate renovate bot force-pushed the renovate/flow-bin-0.x branch 2 times, most recently from 90b3443 to b3a9029 Compare October 1, 2020 12:06
@renovate renovate bot force-pushed the renovate/flow-bin-0.x branch from b3a9029 to 8a03c33 Compare October 15, 2020 19:51
@renovate renovate bot changed the title chore(deps): update dependency flow-bin to v0.135.0 chore(deps): update dependency flow-bin to v0.136.0 Oct 15, 2020
@rpl
Copy link
Member

rpl commented Oct 19, 2020

This pull request does now depend from the fixes in #2054

@renovate renovate bot changed the title chore(deps): update dependency flow-bin to v0.136.0 chore(deps): update dependency flow-bin to v0.137.0 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/flow-bin-0.x branch from 8a03c33 to e120013 Compare October 29, 2020 04:07
@renovate renovate bot force-pushed the renovate/flow-bin-0.x branch from e120013 to 5ba5992 Compare November 4, 2020 20:21
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 5ba5992 on renovate/flow-bin-0.x into 528f8a0 on master.

@rpl rpl merged commit 0c3d079 into master Nov 5, 2020
@rpl rpl deleted the renovate/flow-bin-0.x branch November 5, 2020 11:37
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.

3 participants