Kindagoose v1.3.2 is here!
·
30 commits
to master
since this release
What's new?
Fix OverwriteModelError
The application crashes when the same schema is registered twice or more. Read here.
peerDependencies changes
Due to this issue, peerDependencies were updated to these versions:
"peerDependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.3.9",
"@typegoose/typegoose": "^11.0.0",
"mongoose": "~7.0.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6 || <9.0.0"
}
Updated all dependencies to their latest versions
@nestjs/common ^9.3.0 → ^9.4.0
@nestjs/core ^9.2.1 → ^9.4.0
@typegoose/typegoose ^10.3.0 → ^11.0.0
@typescript-eslint/eslint-plugin ^5.54.0 → ^5.58.0
@typescript-eslint/parser ^5.54.0 → ^5.58.0
eslint ^8.35.0 → ^8.38.0
eslint-config-prettier ^8.7.0 → ^8.8.0
eslint-plugin-sonarjs ^0.18.0 → ^0.19.0
mongoose ^7.0.0 → ^7.0.3
prettier ^2.8.4 → ^2.8.7
rimraf ^4.3.0 → ^5.0.0
typescript ^4.9.5 → ^5.0.4
Special Thanks
Big thanks to @etrock for notifying me about OverwriteModelError and for creating the repository with environment for debugging.