Yashar Fakhari
Yashar Fakhari
I am no longer actively using sinon-mongoose as of about an hour ago. I don't think if it would be a good idea to transfer it to me. Perhaps @dhuang612...
Removal of gulp-coveralls and (no longer needed) babel: https://github.com/underscopeio/sinon-mongoose/pull/49
Looking at dealing with gulp-istanbul which causes the istanbul deprecation warning, and taking a step back, after https://github.com/underscopeio/sinon-mongoose/pull/49 what gulp is still doing is: - eslint check - code coverage...
By some trial and error when running `npm test`, I have narrowed that 5.3.16 -> 5.4.0 is the breaking change. The three tests that failed are the "verify chained" tests....
With https://github.com/underscopeio/sinon-mongoose/pull/49 mongoose is getting bumped to 5.3.16 by the way.
The related PRs have been merged/closed. Are you still having an issue?
This is a breaking change
@JamieSlome > I am one of the maintainers. Can you please add me to the access group to review the report? Thank you
Added SECURITY.MD. Going to close this issue and mark any requests to register with 3rd party websites as spam, as prior report that I received were false positives due to...
Added lint-stage with husky: https://github.com/sahat/hackathon-starter/commit/040728936c9faf7fda6af6904651013b8ae12870 I'm skipping prettier for now because its out-of-the-box rules are in conflict with the current lint rules. We would either need to restyle the entire...