Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2020

This PR contains the following updates:

Package Type Update Change
class-validator dependencies minor 0.11.0 -> 0.12.2

Release Notes

typestack/class-validator

v0.12.2

Compare Source

Bug Fixes
  • move tslib from peerDependencies to dependencies (827eff1), closes #​588

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

v0.11.1

Compare Source

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.

@renovate renovate bot force-pushed the renovate/class-validator-0.x branch from a75d7ec to 57f3a09 Compare April 18, 2020 10:21
@renovate renovate bot changed the title fix(deps): update dependency class-validator to v0.11.1 fix(deps): update dependency class-validator to v0.12.0 Apr 18, 2020
@renovate renovate bot force-pushed the renovate/class-validator-0.x branch from 57f3a09 to 9a9f6c0 Compare April 18, 2020 12:24
@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 9a9f6c0 to d52abb5 Compare April 23, 2020 18:14
@renovate renovate bot changed the title fix(deps): update dependency class-validator to v0.12.1 fix(deps): update dependency class-validator to v0.12.2 Apr 23, 2020
@renovate renovate bot force-pushed the renovate/class-validator-0.x branch from d52abb5 to 2729d9d Compare May 11, 2020 23:57
@renovate renovate bot force-pushed the renovate/class-validator-0.x branch from 2729d9d to f0aa1e4 Compare June 4, 2020 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant