hakatashi / pixiv2aozora.js

Convert pixiv-Novel text into Aozora-style text
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.12.0 of commander was just published.

Branch Build failing 🚨
Dependency commander
Current Version 2.11.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, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

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

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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.11.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 6 years ago

Version 2.12.1 just got published.

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

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

The new version differs by 4 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.12.2 just got published.

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

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

The new version differs by 4 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.13.0 just got published.

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

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

The new version differs by 8 commits.

  • 291fbaa Merge pull request #748 from abetomo/version_bump_2.13.0
  • 63f1ee9 version bump 2.13.0
  • f13ee18 Do not print default for --no-
  • ff712f1 remove trailing spaces in command help
  • fefda77 Merge pull request #713 from sveinburne/feature/enhanced-typedefs
  • d812171 Merge pull request #723 from abetomo/add_nodejs_version_to_ci_yml
  • 498ce71 Update CI's Node.js to LTS and latest version
  • 965188f typedefs: Command and Option types added to commander namespace

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.14.0 just got published.

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

Commits

The new version differs by 16 commits.

  • 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
  • d5ac793 Merge pull request #753 from mojavelinux/issue-560-version-option
  • 38f41bf Merge pull request #760 from mojavelinux/enable-eqeqeq-rule
  • cdb7a95 enable eqeqeq rule
  • 4c9b4b8 resolves #754 add linter configuration to project
  • 37359ee resolves #560 respect custom name for version option
  • e5d8f04 Merge pull request #752 from mojavelinux/document-version-flag
  • 9cee324 document how to override the version flag
  • 447ce8f Merge pull request #751 from mojavelinux/options-for-command

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.14.1 just got published.

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

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.15.0 just got published.

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

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 7 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
  • f226259 Arguments description

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.15.1 just got published.

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

Release Notes v2.15.1

fix #777
Released with npm@5.6.0

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.20.0
  • fix: resolve symbolic links completely when hunting for subcommands (#935)
  • Update index.d.ts (#930)
  • Update Readme.md (#924)
  • Remove --save option as it isn't required anymore (#918)
  • Add link to the license file (#900)
  • Added example of receiving args from options (#858)
  • Added missing semicolon (#882)
  • Add extension to .eslintrc (#876)
Commits

The new version differs by 54 commits.

  • 3e8bf54 Merge pull request #946 from abetomo/version_bump_2.20.0
  • 1ffcbef version bump 2.20.0
  • 50922d8 Merge pull request #935 from MarshallOfSound/fix-deep-sym-link-resolution
  • 994d24d fix: resolve symbol links until their are no more symbolic links
  • 291fc04 Merge pull request #930 from kira1928/update-index.d.ts
  • a469137 some more fix.
  • a679949 Refine variable name. Use strict type definition instead of
  • e31bb8a Update index.d.ts
  • 4542306 Merge pull request #924 from ForJing/patch-1
  • 77bb580 Update Readme.md
  • 68545af Remove --save option as it isn't required anymore
  • 82d0d0a fix url :construction:
  • cec57f5 Add link to the license file :+1:
  • d240081 Update Readme.md
  • 03f7d38 Added example of receiving args from options

There are 54 commits in total.

See the full diff