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): upgrade commander to v8.0.0 #5178

Closed
wants to merge 1 commit into from

Conversation

antleblanc
Copy link
Member

Question Answer
Branch? develop
Bug fix? no
New feature? no
Breaking change? no
Tickets no
License BSD 3-Clause

Description

⬆️ Upgrade

6f77659 - fix(deps): upgrade commander to v8.0.0

uses:

$ yarn upgrade-interactive --latest commander
  • commander@8.0.0

Signed-off-by: Antoine Leblanc antoine.leblanc@ovhcloud.com

uses:
```sh
$ yarn upgrade-interactive --latest commander
```
- commander@8.0.0

Signed-off-by: Antoine Leblanc <antoine.leblanc@ovhcloud.com>
@antleblanc antleblanc added bug Something isn't working dependencies Pull requests that update a dependency file labels Jun 25, 2021
@antleblanc antleblanc self-assigned this Jun 25, 2021
@github-actions github-actions bot added the build Changes that affect the build system or external dependencie label Jun 25, 2021
@@ -14,9 +14,9 @@ program
.option('-d, --date <date>', 'date to encode', moment().format('Y-MM-DD'))
.option('-v, --verbose', 'verbose', false)
.action(() => {
const { date, seed } = program;
const { date, seed, verbose } = program.opts();
Copy link
Member Author

Choose a reason for hiding this comment

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

@@ -120,8 +120,9 @@ program
'-r, --remote [remote]',
'remote url (like git@github.com:ovh-ux/manager.git)',
)
.on('--help', () => {
console.log(`
.addHelpText(
Copy link
Member Author

Choose a reason for hiding this comment

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

@antleblanc antleblanc closed this Sep 28, 2021
@antleblanc antleblanc deleted the bugfix/upgrade-dev-deps branch September 28, 2021 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Changes that affect the build system or external dependencie 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