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

fix(deps): update dependency commander to v6 #211

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2020

This PR contains the following updates:

Package Type Update Change
commander dependencies major ^5.1.0 -> ^6.0.0

Release Notes

tj/commander.js

v6.0.0

Compare Source

Added
  • add support for variadic options ([#​1250])
  • allow options to be added with just a short flag ([#​1256])
  • throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#​1275])
Fixed
  • Options which contain -no- in the middle of the option flag should not be treated as negatable. ([#​1301])

Renovate configuration

📅 Schedule: "before 4am,after 11pm" in timezone America/New_York.

🚦 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 20, 2020
Copy link
Collaborator

@aorinevo aorinevo left a comment

Choose a reason for hiding this comment

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

Manually tested cli commands locally and ran test suite.

@aorinevo aorinevo merged commit b38bcb4 into master Jul 20, 2020
@aorinevo aorinevo deleted the renovate_commander-6.x branch July 20, 2020 14:34
aorinevo pushed a commit that referenced this pull request Jul 20, 2020
## [1.9.2](v1.9.1...v1.9.2) (2020-07-20)

### Bug Fixes

* **deps:** update dependency commander to v6 ([#211](#211)) ([b38bcb4](b38bcb4))
@aorinevo
Copy link
Collaborator

🎉 This PR is included in version 1.9.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

jugaltheshah pushed a commit to jugaltheshah/shepherd that referenced this pull request Jan 21, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
jugaltheshah pushed a commit to jugaltheshah/shepherd that referenced this pull request Jan 21, 2021
## [1.9.2](NerdWalletOSS/shepherd@v1.9.1...v1.9.2) (2020-07-20)

### Bug Fixes

* **deps:** update dependency commander to v6 ([NerdWalletOSS#211](NerdWalletOSS#211)) ([b38bcb4](NerdWalletOSS@b38bcb4))
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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants