Closed ctavan closed 5 years ago
@ctavan, I think adding peerDependencies
(at this point, most of this project's dependencies probably count) makes sense. Happy to merge this as-is, or merge that change, too.
In any event, thanks for these! Overdue and much appreciated.
Will move to peerDependencies since this should be more future proof.
Would require a major version bump.
@rjz I've moved supertest into a peerDependency
and modernized the test setup a bit (see commit messages for details).
I'd leave bumping the version up to you.
We could of course use the opportunity of a major version bump to introduce the change documented in #27 as a new default behavior. If you want I can update that other PR to introduce that change before we do the major version bump.
WDYT?
Oh and is there a particular reason you run coveralls only on master? (I removed the master restriction for one CI run, hence the report above)
No good reason here (and thanks for all of the long-overdue updates!)
Alright, these are merged and released in v4.0.0. Thanks again, @ctavan!
Would be great to get an upgraded version of supertest-session.
I was also considering removing
supertest
as a dependency and instead declaring it as apeer-dependency
so that users ofsupertest-session
can decide on their own, which version of supertest to use.What do you think about that, @rjz ?