-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
devDependencies out-of-date. intentional? #312
Comments
oh yeah pretty sure it's not intentional - PR welcome |
While not crucial it'd be appreciated I reckon |
The failing tests are indeed the reason they aren't updated. It would be quite appreciated to get a minimal PR to update them. |
…er (which is depracated in new version of Tap) for tape-testing#312 see: dwyl/learn-tape#2
Hi @yoshuawuyts & @ljharb (and the rest of the Tape Team!), followed the example found in this PR: https://github.com/substack/tape/pull/171/files which was merged by @Raynos (scroll down to the When the test is run we get: Just to confirm: am I OK to continue updating the tests as necessary to bring them into line with the latest Let me know and I will finish off the update and submit a PR today. (thanks!) |
Those changes seem reasonable, thanks! Other than trying to keep diffs as minimal as possible, I'd love to review that PR. |
@ljharb thanks for confirming. I will avoid updating the test arguments to keep diffs minimal. The tests I've updated so far have the following var rs = rows.map(function (r) {
if (r && typeof r === 'object') {
return { id : r.id, ok : r.ok, name : trim(r.name) };
}
else return r;
}); Given that the I've opened a PR so you can see what it will look like: https://github.com/substack/tape/pull/314/files |
…r (deprecated in latest version of tap) tape-testing#312
…of tap.createConsumer (no longer available) tape-testing#312
…mer (no longer available) updating to latest version of tap tape-testing#312
…umer (no longer available in latest tap) tape-testing#312
…r (no longer available in latest tap) tape-testing#312
…eConsumer (no longer available in latest Tap) tape-testing#312
…sumer (no longer available in latest tap) tape-testing#312
@ljharb / @yoshuawuyts PR ready for review: https://github.com/substack/tape/pull/314/files (thanks!) |
…reateConsumer() (no longer available in tap v7) tape-testing#312
…r (method unvailable in tap v7) for tape-testing#312
…eateCosumer (method unavailable in tap v7) for tape-testing#312
…r (method unavailable in tap v7) see tape-testing#312
…of tap.createConsumer (method unavailable in tap v7) for tape-testing#312
Hi Fellow Tapers,
we are just busy finishing writing a "why you should use tape" post and noticed that the![devDependencies Status](https://camo.githubusercontent.com/145fde03e19141be5bae99df223df9e5103309cd1252514babfab2e0a9215488/68747470733a2f2f64617669642d646d2e6f72672f737562737461636b2f746170652f6465762d7374617475732e737667)
devDependecies
are out-of-date https://david-dm.org/substack/tape?type=devIs this intentional or, can we submit a PR updating them?
The text was updated successfully, but these errors were encountered: