-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not compatible with Sinon 8.x #58
Comments
@andyesp, @aschenkel I noticed https://github.com/orgs/underscopeio/people isn't listing @gaguirre as part of the org. I thought he was maintaining this package. This package, sinon-mongoose seems to need some love. It currently doesn't work with the latest version of Sinon or Mongoose. Is this something that underscopeio would like to continue own and maintain, or would you rather have the package moved to a different org? Thank you! |
Hi @YasharF, you already had permissions to merge PRs. |
I managed to remove the dependency on sinon-mongoose in my projects this morning; you can probably remove my permissions to merge in this repo if there is one. Thank you. |
Sorry for the trouble @YasharF, I just saw your comment. I thought you were able to merge. |
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 might be able to help. |
@dhuang612 would you like that? Again, sorry for the trouble @YasharF, it was never my idea. I thought you're already able to merge PRs 😞 |
sure I can take over the ownership of this repo |
I can't transfer the repo from an organization to a user 🤷♂ |
sure thing no problem |
@gaguirre hey reaching out to see if there are any updates? Thanks |
…moved `sinon.sandbox.create` and bumped the peer dependency to `5 - 8`
Looks like Miro did the fix in #62. @gaguirre is it possible to add @dhuang612 as a maintainer so he could review/merge/release it? |
Thanks to Miro. But as it is not updated on npm so I did the manual setup. description is here https://stackoverflow.com/questions/62653523/sinon-mongoose-is-not-working-with-sinon-9/62654152#62654152 I hope it will help someone. |
Would be great if this could be fixed so one can update sinon. |
Changelog for Sinon: https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md
The following is the error that appears when running the built-in tests after bumping Sinon in the dev dependency list to v8.0.2:
The text was updated successfully, but these errors were encountered: