-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Broken Semver Not Respected #19
Comments
Which version did this breakage occur in? Updating |
@ljharb In either 1.1.5 or 1.2.0 |
k, that wasn't it - v0.x works and any v1.x breaks :-( update: figured it out. in v0.x, |
Yeah, unfortunately I had to switch from I don't have a solution for this, you'll need to update your code or propose a solution for the package. |
I've updated my code to unblock myself. I'm reasonably sure yargs does support |
If you can point me towards any information that indicates that I will attempt to support it, however multiple other people in the issue thread seemed to think it wasn't possible. |
yargs/yargs-parser#177 suggests it was fixed in yargs v13.something? |
I'll take a look, thank you. |
If you came here to report this:
Yes, I know, I'm sorry.
There was a security vulnerability in yarg. Replace was updated. The API Broke. It was reverted.
But I've chosen security over the 1 test the api breaks for (single quotes in replacement string on command line).
That's not an excuse to break semver, but it's going to require a re-write to fix, something I can't do right away, and I don't want to bump a new version over something that should be patchable.
Please report any other breaking issues so I can mull over how to resolve the problem.
The text was updated successfully, but these errors were encountered: