routing-controllers
routing-controllers copied to clipboard
build(deps): bump class-transformer and class-validator version
Description
Version bump of peer dependencies class-transformer
and class-validator
.
Resolves https://github.com/typestack/routing-controllers/issues/783
Checklist
- [x] the pull request title describes what this PR does (not a vague title like
Update index.md
) - [x] the pull request targets the default branch of the repository (
develop
) - [x] the code follows the established code style of the repository
-
npm run prettier:check
passes -
npm run lint:check
passes
-
- [ ] tests are added for the changes I made (if any source code was modified)
- [ ] documentation added or updated
- [x] I have run the project locally and verified that there are no errors
Fixes
fixes #783
@NoNameProvided do you mind giving this a review/merge when you get a chance? This is unfortunately breaking ci for a number of users.
@NoNameProvided Hey! If you can take a look since this version of class-validator includes a very important stopAtFirstError
validation setting that is not possible to activate with routing-controllers at the moment. Thanks! :)
@attilaorosz @NoNameProvided
Would it be an idea to publish a version with bumped dependencies to another NPM registry? I'm trying to use this branch, but running into issues because the typescript is not transpiled to javascript if I use the repo directly. https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry
Closing this as it is addressed already in a different PR
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.