-
Notifications
You must be signed in to change notification settings - Fork 343
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
fix(deps): update dependency yargs to v16 #2015
Conversation
3027735
to
679bf96
Compare
679bf96
to
4f16b66
Compare
This PR requires more changes to be ready to be merged:
|
That will be fixed in the next version of yargs (16.0.4?) by yargs/yargs#1747 |
4f16b66
to
eb52654
Compare
5a985b6
to
bcc18ce
Compare
ea57ab2
to
1ef822e
Compare
199b8ec
to
dd1d961
Compare
bce8a6b
to
670c186
Compare
581ba87
to
3cf0e33
Compare
3cf0e33
to
c78e9f4
Compare
@Rob--W so... I looked again to the issue in this update and unfortunately the only workaround that I did found to don't have to explicitly depend from a separate I think that the other option is to add the explicit Unfortunately this workaround (drafted in b1f2529) does work in nodejs v10, but it does still fail on nodejs v12 and nodejs v14 because that file is not explicitly exported by the yargs package:
Link to the failures on circleci jobs: |
Can't you just use The But
... so I think that |
hehe, thanks for pointing out that config, I saw it but while re-looking it I realized that the issue may be just that flow (at least the version being currently used) doesn't read that config from the package.json file and so it complains about it. I updated the patch with the following changes:
Flow suppress comments do raise a flowtype error if (e.g. after updating flow to a more recent version) there isn't a flow error to suppress, and that will make us aware that we can remove that suppress comment. |
b1f2529
to
1614e38
Compare
Codecov Report
@@ Coverage Diff @@
## master #2015 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 32 32
Lines 1567 1567
=========================================
Hits 1567 1567
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+c
1614e38
to
b415a0a
Compare
This PR contains the following updates:
15.4.1
->16.2.0
Release Notes
yargs/yargs
v16.2.0
Compare Source
Features
Bug Fixes
16.1.1 (2020-11-15)
Bug Fixes
v16.1.1
Compare Source
v16.1.0
Compare Source
Features
Bug Fixes
16.0.3 (2020-09-10)
Bug Fixes
16.0.2 (2020-09-09)
Bug Fixes
16.0.1 (2020-09-09)
Bug Fixes
v16.0.3
Compare Source
v16.0.2
Compare Source
v16.0.1
Compare Source
v16.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Older CHANGELOG Entries
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 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 this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.