Kindagoose v1.3.1 is here!
What's new?
Fix argument types for Pre
and Post
decorators
See here: #87
Updated all dependencies to their latest versions
@nestjs/common
^9.2.1 → ^9.3.9
@nestjs/core
^9.2.1 → ^9.3.9
@typegoose/typegoose
^10.0.0 → ^10.3.0
@typescript-eslint/eslint-plugin
^5.47.0 → ^5.54.0
@typescript-eslint/parser
^5.47.0 → ^5.54.0
eslint
^8.30.0 → ^8.35.0
eslint-config-prettier
^8.5.0 → ^8.7.0
eslint-plugin-import
^2.26.0 → ^2.27.5
eslint-plugin-security
^1.5.0 → ^1.7.1
eslint-plugin-simple-import-sort
^8.0.0 → ^10.0.0
eslint-plugin-sonarjs
^0.17.0 → ^0.18.0
eslint-plugin-unicorn
^45.0.2 → ^46.0.0
mongoose
^6.8.1 → ^7.0.0
prettier
^2.8.1 → ^2.8.4
rimraf
^3.0.2 → ^4.3.0
typescript
^4.9.4 → ^4.9.5
peerDependencies
changes
Due to deprecation of scanFromPrototype
, @nestjs/core
version must be 9.3.9
or higher. You also need to update mongoose
and @typegoose/typegoose
to their latest versions. @nestjs/common
must be at least 9.2.1
.
"peerDependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.3.9",
"@typegoose/typegoose": "^10.3.0",
"mongoose": "^7.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6 || <9.0.0"
}
Updated documentation
Information in documentation fully corresponds to the changes.