Closed greenkeeper[bot] closed 2 years ago
The breaking change is a change in the coercion of numbers. That shouldn't have an impact on this script.
Update to this version instead π
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
dependency
yargs-parser was updated from 7.0.0
to 11.0.0
.Update to this version instead π
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
dependency
yargs-parser was updated from 7.0.0
to 11.1.0
.dependency
yargs-parser was updated from 7.0.0
to 11.1.1
.dependency
yargs-parser was updated from 7.0.0
to 12.0.0
.Update to this version instead π
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
dependency
yargs-parser was updated from 7.0.0
to 13.0.0
.dependency
yargs-parser was updated from 7.0.0
to 13.1.0
.Update to this version instead π
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
dependency
yargs-parser was updated from 7.0.0
to 13.1.1
.dependency
yargs-parser was updated from 7.0.0
to 14.0.0
.dependency
yargs-parser was updated from 7.0.0
to 15.0.0
.dependency
yargs-parser was updated from 7.0.0
to 16.0.0
.dependency
yargs-parser was updated from 7.0.0
to 16.1.0
.dependency
yargs-parser was updated from 7.0.0
to 17.0.0
.dependency
yargs-parser was updated from 7.0.0
to 17.0.1
.dependency
yargs-parser was updated from 7.0.0
to 17.1.0
.dependency
yargs-parser was updated from 7.0.0
to 18.0.0
.dependency
yargs-parser was updated from 7.0.0
to 18.1.0
.dependency
yargs-parser was updated from 7.0.0
to 18.1.1
.dependency
yargs-parser was updated from 7.0.0
to 18.1.2
.dependency
yargs-parser was updated from 7.0.0
to 18.1.3
.
Version 8.0.0 of yargs-parser just got published.
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: