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 version 2.19.0 🌟 #3366

Merged
merged 3 commits into from
Feb 7, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2019

This PR contains the following updates:

Package Type Update Change References
commander dependencies minor 2.11.0 -> 2.19.0 source

Release Notes

tj/commander.js

v2.19.0

Compare Source

==================

  • Removed newline after Options and Commands headers (#​864)
  • Bugfix - Error output (#​862)
  • Fix to change default value to string (#​856)

v2.18.0

Compare Source

==================

  • Standardize help output (#​853)
  • chmod 644 travis.yml (#​851)
  • add support for execute typescript subcommand via ts-node (#​849)

v2.17.1

Compare Source

==================

  • Fix bug in command emit (#​844)

v2.17.0

Compare Source

==================

  • fixed newline output after help information (#​833)
  • Fix to emit the action even without command (#​778)
  • npm update (#​823)

v2.16.0

Compare Source

==================

  • Remove Makefile and test/run (#​821)
  • Make 'npm test' run on Windows (#​820)
  • Add badge to display install size (#​807)
  • chore: cache node_modules (#​814)
  • chore: remove Node.js 4 (EOL), add Node.js 10 (#​813)
  • fixed typo in readme (#​812)
  • Fix types (#​804)
  • Update eslint to resolve vulnerabilities in lodash (#​799)
  • updated readme with custom event listeners. (#​791)
  • fix tests (#​794)

v2.15.1

Compare Source

fix #​777
Released with npm@5.6.0

v2.15.0

Compare Source

==================

  • Update downloads badge to point to graph of downloads over time instead of duplicating link to npm
  • Arguments description

v2.14.1

Compare Source

==================

  • Fix typing of help function

v2.14.0

Compare Source

==================

  • only register the option:version event once
  • Fixes issue #​727: Passing empty string for option on command is set to undefined
  • enable eqeqeq rule
  • resolves #​754 add linter configuration to project
  • resolves #​560 respect custom name for version option
  • document how to override the version flag
  • document using options per command

v2.13.0

Compare Source

==================

  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

v2.12.2

Compare Source

==================

  • fix: typings are not shipped

v2.12.1

Compare Source

==================

v2.12.0

Compare Source

==================

  • add attributeName() method to Option objects
  • Documentation updated for options with --no prefix
  • typings: outputHelp takes a string as the first parameter
  • typings: use overloads
  • feat(typings): update to match js api
  • Print default value in option help
  • Fix translation error
  • Fail when using same command and alias (#​491)
  • feat(typings): add help callback
  • fix bug when description is add after command with options (#​662)
  • Format js code
  • Rename History.md to CHANGELOG.md (#​668)
  • feat(typings): add typings to support TypeScript (#​646)
  • use current node

Renovate configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Feb 7, 2019
@cypress-bot cypress-bot bot added the stage: needs review The PR code is done & tested, needs review label Feb 7, 2019
@jennifer-shehane jennifer-shehane self-requested a review February 7, 2019 08:35
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

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

Update notes

  • Used in cli package
  • We patch the "commander" method called when a user passed an unknown option. We want to print help for the current command and exit with an error - so it looks like the unit tests that are failing are likely failing due to update changes.

From changelog:

I've confirmed, the snapshot changes are due to whitespace fixes for help from commander.

  • Need to update snapshots to test against newly created snapshot after updating commander.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 7, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@jennifer-shehane jennifer-shehane merged commit ca821d7 into develop Feb 7, 2019
@renovate renovate bot deleted the renovate/commander-2.x branch February 7, 2019 15:42
@jennifer-shehane jennifer-shehane removed the stage: needs review The PR code is done & tested, needs review label Mar 13, 2019
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Mar 15, 2019

Released in 3.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants