Skip to content

Locked version of class-validator and class-transformer out of date #11

Closed
@arvinsingla

Description

@arvinsingla

Hey thanks for the great work on this project!

I ran into an issue using this library in my NestJS project due to a version miss-match in the class-transformer library. My base project was using the latest minor version 0.2.3 and this project is locked to the previous minor version 0.1.9. Because of this I couldn't pass the defaultMetadataStorage to the validationMetadatasToSchemas method because the instances were different.

I've currently downgraded my project to use the 0.1.9 version which is working but it would be great if we could either remove the lock file (always pull latest based on package.json rules) or update the lock to use the latest versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions