micromatch / braces

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
https://github.com/jonschlinkert
MIT License
220 stars 61 forks source link

Update split-string #19

Closed simevo closed 5 years ago

simevo commented 5 years ago

Please update split-string from 3.0.2 to 6.0.0

according to its changelog, the keepQuotes option has been removed

updating this dependency breaks most tests so I guess that you need tweak some code, but looking at lib/utils.js it's not obvious to me what should be changed

jonschlinkert commented 5 years ago

Feel free to do a pull request with all tests passing and integration/regression tests in libraries that use this one.