-
Notifications
You must be signed in to change notification settings - Fork 104
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
feat: upgrade mongoose version #63
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThis update primarily involves the upgrade of the Changes
Poem
Checklist
Affected core subsystem(s)Description of change更新 mongoose 版本依赖 7.5.2 > 8.3.1,以支持在 egg.js 中结合 typegoose v12 使用
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Checklist
npm test
passesAffected core subsystem(s)
Description of change
更新 mongoose 版本依赖 7.5.2 > 8.3.1,以支持在 egg.js 中结合 typegoose v12 使用
PS: typegoose 现在需要 Mongoose 8.0.1 或更高版本
https://typegoose.github.io/typegoose/versions/beta/docs/guides/migration/migrate-12/
Summary by CodeRabbit
mongoose
dependency to version^8.3.1
to enhance database interactions and stability.