simonmcmanus / speclate-cli

command line build tools for speclate
0 stars 0 forks source link

An in-range update of commander is breaking the build 🚨 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.10.0 of commander just got published.

Branch Build failing 🚨
Dependency commander
Current Version 2.9.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

commander is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/simonmcmanus/speclate-cli/builds/246130952?utm_source=github_status&utm_medium=notification)

Release Notes Release V2.10.0
  • Update .travis.yml. drop support for older node.js versions.
  • Fix require arguments in README.md
  • On SemVer you do not start from 0.0.1
  • Add missing semi colon in readme
  • Add save param to npm install
  • node v6 travis test
  • Update Readme_zh-CN.md
  • Allow literal '--' to be passed-through as an argument
  • Test subcommand alias help
  • link build badge to master branch
  • Support the alias of Git style sub-command
  • added keyword commander for better search result on npm
  • Fix Sub-Subcommands
  • test node.js stable
  • Fixes TypeError when a command has an option called --description
  • Update README.md to make it beginner friendly and elaborate on the difference between angled and square brackets.
  • Add chinese Readme file
Commits

The new version differs by 50 commits.

  • 8870675 version bump 2.10.0
  • 98e66bc #330 make .option defaultValue and fn and .version flag optional
  • d674384 Merge pull request #639 from abetomo/update_version_to_be_tested
  • 45ce032 Remove io.js
  • b888282 Add version 5
  • 5ac0439 Do not test older versions
  • 579f670 Do not test older versions
  • 4c7c1cf Add new version
  • 8049258 Do not test older versions
  • 9bfc4eb Merge pull request #610 from xcatliu/patch-1
  • 648629f Merge pull request #619 from Nepomuceno/patch-1
  • 20493bb On SemVer you do not start from 0.0.1
  • 8a4f1ad Fix require arguments in README.md
  • 3367806 Merge pull request #585 from simeg/simeg-patch-1
  • ff501a1 Merge pull request #593 from junajan/patch-1

There are 50 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 2.11.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release V2.11.0
  • Fix help section order and padding (#652)
  • feature: support for signals to subcommands (#632)
  • Fixed #37, --help should not display first (#447)
  • Fix translation errors. (#570)
  • Add package-lock.json
  • Remove engines
  • Upgrade package version
  • Prefix events to prevent conflicts between commands and options (#494)
  • Removing dependency on graceful-readlink
  • Support setting name in #name function and make it chainable
  • Add .vscode directory to .gitignore (Visual Studio Code metadata)
  • Updated link to ruby commander in readme files
Commits

The new version differs by 13 commits.

  • 30535a6 Version bump 2.11.0 (#657)
  • 14e5738 Fix help section order and padding (#652)
  • 1e4c689 feature: support for signals to subcommands (#632)
  • 3c2fd5c Fixed #37, --help should not display first (#447)
  • f2eb7e3 Fix translation errors. (#570)
  • 6106f10 Add package-lock.json
  • 14c2c81 Remove engines
  • b00b6aa Upgrade package version
  • 78c563d Prefix events to prevent conflicts between commands and options (#494)
  • 85450a0 Removing dependency on graceful-readlink
  • 57bc3ba Support setting name in #name function and make it chainable
  • add00ad Add .vscode directory to .gitignore (Visual Studio Code metadata)
  • 5c97707 Updated link to ruby commander in readme files

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.12.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.12.0
  • 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
Commits

The new version differs by 15 commits.

  • 7e22f38 version bump 2.12.0
  • 0060dde add attributeName() method to Option objects
  • d359b75 Documentation updated for options with --no prefix
  • 0ae8353 typings: outputHelp takes a string as the first parameter
  • c5511a2 typings: use overloads
  • 7a122e7 feat(typings): update to match js api
  • d9abf56 Print default value in option help
  • b92a7c6 Fix translation error
  • 2f07e29 Fail when using same command and alias (#491)
  • df86179 feat(typings): add help callback
  • 5c74431 fix bug when description is add after command with options (#662)
  • df3b529 Format js code
  • f249c85 Rename History.md to CHANGELOG.md (#668)
  • 66dfb8c feat(typings): add typings to support TypeScript (#646)
  • 90b7fef use current node

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.12.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.12.1
  • Move @types/node to dev dependency
Commits

The new version differs by 19 commits.

  • 91c2514 Merge pull request #721 from abetomo/version_bump_2.12.1
  • 0a91554 version bump 2.12.1
  • a7124fc Merge pull request #718 from chengkungui/patch-1
  • 245584e Move @types/node to dev dependency
  • 7e22f38 version bump 2.12.0
  • 0060dde add attributeName() method to Option objects
  • d359b75 Documentation updated for options with --no prefix
  • 0ae8353 typings: outputHelp takes a string as the first parameter
  • c5511a2 typings: use overloads
  • 7a122e7 feat(typings): update to match js api
  • d9abf56 Print default value in option help
  • b92a7c6 Fix translation error
  • 2f07e29 Fail when using same command and alias (#491)
  • df86179 feat(typings): add help callback
  • 5c74431 fix bug when description is add after command with options (#662)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.12.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.12.2
  • fix: typings are not shipped
Commits

The new version differs by 23 commits.

  • 6864c95 Merge pull request #726 from abetomo/version_bump_2.12.2
  • 451edf9 version bump 2.12.2
  • a670f93 Merge pull request #725 from alan-agius4/patch-2
  • 4fe6578 fix: typings are not shipped
  • 91c2514 Merge pull request #721 from abetomo/version_bump_2.12.1
  • 0a91554 version bump 2.12.1
  • a7124fc Merge pull request #718 from chengkungui/patch-1
  • 245584e Move @types/node to dev dependency
  • 7e22f38 version bump 2.12.0
  • 0060dde add attributeName() method to Option objects
  • d359b75 Documentation updated for options with --no prefix
  • 0ae8353 typings: outputHelp takes a string as the first parameter
  • c5511a2 typings: use overloads
  • 7a122e7 feat(typings): update to match js api
  • d9abf56 Print default value in option help

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.15.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.15.0
  • Update downloads badge to point to graph of downloads over time instead of duplicating link to npm
  • Arguments description
Commits

The new version differs by 56 commits.

  • d8404f8 Merge pull request #775 from abetomo/version_bump_2.15.0
  • cb6f680 version bump 2.15.0
  • 5c880fc Merge pull request #772 from cheapsteak/patch-2
  • 956b9e5 Update downloads badge to point to graph of downloads
  • c92ca1d Merge pull request #711 from cravler/args_description
  • 1d52048 Merge branch 'master' into args_description
  • 6b026a5 version bump 2.14.1
  • 689c0ea Fix typing of help function
  • de4af3a version bump 2.14.0
  • 445e80e Merge pull request #761 from mojavelinux/register-on-version-once
  • ba6592f only register the option:version event once
  • f5abcdb Merge pull request #728 from sorohan/master
  • 06451e3 Add missing semi-colons for linting.
  • 92d6e49 Check if argv is set in array, instead of checking falsey
  • f44fa3b Add test for empty option on command

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.15.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.15.1

fix #777
Released with npm@5.6.0

Commits

The new version differs by 57 commits.

  • 649eaef 2.15.1
  • d8404f8 Merge pull request #775 from abetomo/version_bump_2.15.0
  • cb6f680 version bump 2.15.0
  • 5c880fc Merge pull request #772 from cheapsteak/patch-2
  • 956b9e5 Update downloads badge to point to graph of downloads
  • c92ca1d Merge pull request #711 from cravler/args_description
  • 1d52048 Merge branch 'master' into args_description
  • 6b026a5 version bump 2.14.1
  • 689c0ea Fix typing of help function
  • de4af3a version bump 2.14.0
  • 445e80e Merge pull request #761 from mojavelinux/register-on-version-once
  • ba6592f only register the option:version event once
  • f5abcdb Merge pull request #728 from sorohan/master
  • 06451e3 Add missing semi-colons for linting.
  • 92d6e49 Check if argv is set in array, instead of checking falsey

There are 57 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.16.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.16.0
  • 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)
Commits

The new version differs by 74 commits.

  • 4cc348b Merge pull request #822 from abetomo/version_bump_2.16.0
  • 8db14db version bump 2.16.0
  • 1f9354f Remove Makefile and test/run (#821)
  • 3f4f5ca Make 'npm test' run on Windows (#820)
  • 3b8e519 Merge pull request #807 from styfle/patch-1
  • 77ffd4f Merge pull request #814 from DanielRuf/chore/cache-node-modules
  • 6889693 chore: cache node_modules
  • ff2f618 Merge pull request #813 from DanielRuf/chore/remove-nodejs-4-add-nodejs-10
  • d5c1d7d chore: remove Node.js 4 (EOL), add Node.js 10
  • c05ed98 Merge pull request #812 from yausername/fixReadme
  • 55ff22f fixed typo in readme
  • 2415089 Add badge to display install size
  • 89edef0 Fix types (#804)
  • 001d560 Update eslint to resolve vulnerabilities in lodash
  • 988d09b Merge pull request #791 from yausername/master

There are 74 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.17.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.17.0
  • fixed newline output after help information (#833)
  • Fix to emit the action even without command (#778)
  • npm update (#823)
Commits

The new version differs by 79 commits.

  • 25b06ee version bump 2.17.0
  • 6ddb8eb fixed newline output after help information (#833)
  • 28ff02a Fix to emit the action even without command (#778)
  • 2d49ddf Fix the path of tsc command (#824)
  • aaa447a npm update (#823)
  • 4cc348b Merge pull request #822 from abetomo/version_bump_2.16.0
  • 8db14db version bump 2.16.0
  • 1f9354f Remove Makefile and test/run (#821)
  • 3f4f5ca Make 'npm test' run on Windows (#820)
  • 3b8e519 Merge pull request #807 from styfle/patch-1
  • 77ffd4f Merge pull request #814 from DanielRuf/chore/cache-node-modules
  • 6889693 chore: cache node_modules
  • ff2f618 Merge pull request #813 from DanielRuf/chore/remove-nodejs-4-add-nodejs-10
  • d5c1d7d chore: remove Node.js 4 (EOL), add Node.js 10
  • c05ed98 Merge pull request #812 from yausername/fixReadme

There are 79 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.17.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v2.17.1
  • Fix bug in command emit (#844)
Commits

The new version differs by 82 commits.

  • e5b27cc version bump 2.17.1
  • a604a5d Add test case
  • ad34717 Fix a bug in command emit
  • 25b06ee version bump 2.17.0
  • 6ddb8eb fixed newline output after help information (#833)
  • 28ff02a Fix to emit the action even without command (#778)
  • 2d49ddf Fix the path of tsc command (#824)
  • aaa447a npm update (#823)
  • 4cc348b Merge pull request #822 from abetomo/version_bump_2.16.0
  • 8db14db version bump 2.16.0
  • 1f9354f Remove Makefile and test/run (#821)
  • 3f4f5ca Make 'npm test' run on Windows (#820)
  • 3b8e519 Merge pull request #807 from styfle/patch-1
  • 77ffd4f Merge pull request #814 from DanielRuf/chore/cache-node-modules
  • 6889693 chore: cache node_modules

There are 82 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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

The new version differs by 87 commits.

  • 54b7f14 version bump 2.18.0
  • 713db77 Standardize help output (#853)
  • af17996 chmod 644 travis.yml
  • 8bcc493 Merge pull request #849 from KillWolfVlad/feature/executeSubCommand-tsnode
  • bf47dcc add support for execute typescript subcommand via ts-node
  • e5b27cc version bump 2.17.1
  • a604a5d Add test case
  • ad34717 Fix a bug in command emit
  • 25b06ee version bump 2.17.0
  • 6ddb8eb fixed newline output after help information (#833)
  • 28ff02a Fix to emit the action even without command (#778)
  • 2d49ddf Fix the path of tsc command (#824)
  • aaa447a npm update (#823)
  • 4cc348b Merge pull request #822 from abetomo/version_bump_2.16.0
  • 8db14db version bump 2.16.0

There are 87 commits in total.

See the full diff