Skip to content

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

Signed-off-by: Antoine Leblanc [email protected]

uses:
```sh
$ yarn upgrade-interactive --latest commander
```
- [email protected]

Signed-off-by: Antoine Leblanc <[email protected]>
@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
.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.

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

3 participants