marcbachmann / umzug-cli

10 stars 2 forks source link

Update yargs-parser to the latest version πŸš€ #9

Closed greenkeeper[bot] closed 2 years ago

greenkeeper[bot] commented 7 years ago

Version 8.0.0 of yargs-parser just got published.

Dependency yargs-parser
Current Version 7.0.0
Type dependency

The version 8.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of yargs-parser. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 4 commits.

  • c7eee91 chore(release): 8.0.0
  • fba00eb feat: reworking how numbers are parsed (#104)
  • d137227 fix: Ignore multiple spaces between arguments. (#100)
  • 00bde7d feat: allow configuration of prefix for boolean negation (#94)

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:

marcbachmann commented 7 years ago

The breaking change is a change in the coercion of numbers. That shouldn't have an impact on this script.

greenkeeper[bot] commented 6 years ago

Version 8.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • 29b0248 chore(release): 8.1.0
  • c44386b chore: upgrade to version of standard-version that doesn't step on toes
  • c8bf536 feat: make combining arrays a configurable option (#111)
  • 806ddd6 feat: merge array from arguments with array from config (#83)
  • 3087e1d fix: implement @antoniom's fix for camel-case expansion
  • 9f2b662 test: add tests for #95 (#96)
  • 3571f57 fix: scientific notation circumvented bounds check (#110)
  • c9bd79c fix: ensure consistent parsing of dot-notation arguments (#102)
  • 507aaef fix: only run coercion functions once, despite aliases. (#76) (#103)
  • f34ead9 fix: tokenizer should ignore spaces at the beginning of the argString (#106)
  • ce45bcd chore: add .idea directory and package-lock.json to .gitignore
  • d8b14f9 fix: allow null config values (#108)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 9734d9c chore(release): 9.0.0
  • 405a1f3 chore: upgrade standard-version
  • 60bb9b3 feat: narg arguments no longer consume flag arguments (#114)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • cf0d9d0 chore(release): 9.0.1
  • 4fef206 fix: nargs was consuming too many arguments

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 523aecd chore(release): 9.0.2
  • 9b28aad fix: nargs was still aggressively consuming too many arguments

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 8c9706f chore(release): 10.0.0
  • f6e6599 fix: do not set boolean flags if not defined in argv (#119)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 82f4ea5 chore(release): 10.1.0
  • 398cfc7 chore: fix appveyor config
  • 19386ee feat: add set-placeholder-key configuration (#123)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 68dd3a1 chore(release): 11.0.0
  • 4b8cfce feat: array.type can now be provided, supporting coercion (#132)
  • 6dc42a1 chore: update dependencies
  • 77ae1d4 fix: make requiresArg work in conjunction with arrays (#136)
  • 7df1bd4 chore: remove deploy logic, now that I use 2FA
  • dc788da fix: hyphenated flags combined with dot notation broke parsing (#131)
  • 0e366e3 docs: coders care 'bout spellin'. (#129)
  • 8b5e470 docs: use SVG for Travis CI badge (#127)
  • 08c0117 feat: also add camelCase array options (#125)
  • 2bc395f fix: flatten-duplicate-arrays:false for more than 2 arrays (#128)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 1eb726b chore(release): 11.1.0
  • f94e536 chore: switch to Travis for Windows tests (#147)
  • a849fce feat: add halt-at-non-option configuration option (#130)
  • ee56e31 fix: handling of one char alias (#139)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • ee122f8 chore(release): 11.1.1
  • 79cda98 fix: ensure empty string is added into argv._ (#140)
  • 1c5d556 test: add test for config object priority (#149)
  • f4a3063 revert: make requiresArg work in conjunction with arrays (#136)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • ea6ce05 chore(release): 12.0.0
  • 5a7c46a feat: default value is now used if no right-hand value provided for numbers/strings (#156)
  • a02b1d5 doc: remove incorrect documenntation regarding opts.--
  • 2fb71b2 fix: better handling of quoted strings (#153)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 1404f79 doc: fix typo in CHANGELOG
  • 710eeba chore(release): 13.0.0
  • 18d0fd5 feat: don't coerce number from string with leading '0' or '+' (#158)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 69ddfed chore(release): 13.1.0
  • 89aa3cd chore: update dev deps
  • b1012f8 docs: fix example halt-at-non-option (#165)
  • a3936aa feat: add strip-aliased and strip-dashed configuration options. (#172)
  • 0ae7fcb feat: support boolean which do not consume next argument. (#171)
  • f184308 refactor: remove usage of arguments (#169)
  • c0cd851 refactor: Use Object.assign instead of custom function. (#168)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€