-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
v3.0.4 has a breaking change #66
Comments
Closed
ljharb
added a commit
to tape-testing/tape
that referenced
this issue
Sep 24, 2021
This was referenced Dec 7, 2021
This was referenced Jan 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v3.0.4 contains an arrow function, which <= v3.0.3 did not; this is breaking tape (or tape's tests, i'm not sure yet).
Can a v3.0.5 be released that uses
function () {}
instead?(Update: this dep is included in nyc v9, and tap v8, and execa v1, and os-locale v3, and libnpx v10, to name a few; some of those are surely breaking changes too)
The text was updated successfully, but these errors were encountered: