-
Notifications
You must be signed in to change notification settings - Fork 118
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
Update mongoose to v8 #1937
Comments
+1 when I updated to moongoose 8, these error are thrown. npm WARN ERESOLVE overriding peer dependency |
All the tests pass successfully with mongoose 8. Fixes nestjs#1937.
All the tests pass successfully with mongoose 8. Fixes nestjs#1937.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Mongoose version 8 was released, this package currently only supports v6 and v7.
Describe the solution you'd like
Bump mongoose peer dependency to allow v8.
Teachability, documentation, adoption, migration strategy
Changelog with breaking changes from v7 to v8: https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md
What is the motivation / use case for changing the behavior?
To ensure that we are able to use the latest features and performance upgrades.
The text was updated successfully, but these errors were encountered: