-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Consider supporting reflect-metadata@^0.2.1 #12926
Comments
Should nestjs then use the newly introduced |
From the linked PR:
So, as far as I understand, |
Is the migration to ESM on the horizon? |
@kamilmysliwiec there seems to be trouble in the CI to merge #12943, would it be ok if we submit a PR to properly update the constraints? Once its merged it will allow renovatebot to properly update example packages. |
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
NestJs libraries have a peer dependency of
reflect-metadata@^0.1.12
, so0.2.X
versions are not supported (consider docs) as reference.Describe the solution you'd like
Since
reflect-metadata@0.2.X
are not introducing any breaking changes, it would be great if they could be accepted in the range of the peer dependencies.Teachability, documentation, adoption, migration strategy
The migration strategy would consist in updating package peer dependencies to also allow
reflect-metadata@0.2.X
What is the motivation / use case for changing the behavior?
Updating
reflect-metadata
dependencies of my packages that are implemented on top of the NestJS framework.The text was updated successfully, but these errors were encountered: