-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support NestJs v11 #626
Labels
enhancement
New feature or request
Comments
@nartc any chance to tackle this and review the linked PR to anytime soon? 🙏🏼 Maybe you could consider to add maintainers to the project for such basic patches? |
@nartc appreciate your support on this. |
@nartc Kindly review! |
@nartc can you take a look into this? |
In the meantime we explicitly override the dependency in the {
"dependencies": {
// your dependencies ...
},
"overrides": {
"@automapper/classes": {
"reflect-metadata": "^0.2.2"
},
"@automapper/nestjs": {
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0"
}
}
} Maybe that helps other folks, too. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is your feature request related to a problem? Please describe.
NestJs v11 was released a couple of days ago. We'd love to upgrade but currently automapper only supports nestjs ≥7, ≤10.
Describe the solution you'd like
Add support for NestJs v11
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: