Skip to content
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

fix(deps): update dependency class-validator to v0.12.1 #4626

Merged
merged 1 commit into from Apr 20, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2020

This PR contains the following updates:

Package Type Update Change
class-validator dependencies minor 0.11.1 -> 0.12.1

Release Notes

typestack/class-validator

v0.12.1

Compare Source

Bug Fixes
  • apply only nested validator for ValidateNested multi-dimensional array (c463be5)

v0.12.0

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • Validatorjs releases contain some breaking changes e.g. IsMobileNumber or IsHexColor. Please check validatorjs CHANGELOG

  • Validation functions was removed from Validator class to enable tree shaking.

    BEFORE:

        import {Validator} from "class-validator";
    
        const validator = new Validator();
        validator.isNotIn(value, possibleValues);
        validator.isBoolean(value);

    AFTER:

        import {isNotIn, isBoolean} from "class-validator";
    
        isNotIn(value, possibleValues);
        isBoolean(value);
  • IsNumberString decorator arguments changed to @IsNumberString(ValidatorJS.IsNumericOptions, ValidationOptions).

0.11.1 (2020-03-18)

Bug Fixes
  • IsNumber validator now works when maxDecimalPlaces=0 (#​524) (b8aa922)
Features

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Apr 18, 2020

Pull Request Test Coverage Report for Build 20896

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.632%

Totals Coverage Status
Change from base Build 20834: 0.0%
Covered Lines: 4689
Relevant Lines: 4955

💛 - Coveralls

@renovate renovate bot changed the title fix(deps): update dependency class-validator to v0.12.0 fix(deps): update dependency class-validator to v0.12.1 Apr 18, 2020
@renovate renovate bot force-pushed the renovate/class-validator-0.x branch from 43e555e to c591059 Compare April 18, 2020 12:30
@kamilmysliwiec kamilmysliwiec added the dependencies Pull requests that update a dependency file label Apr 20, 2020
@kamilmysliwiec kamilmysliwiec merged commit 90506e0 into master Apr 20, 2020
@delete-merged-branch delete-merged-branch bot deleted the renovate/class-validator-0.x branch April 20, 2020 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants