Skip to content

Bump class-validator from 0.14.0 to 0.14.3#77

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/class-validator-0.14.3
Open

Bump class-validator from 0.14.0 to 0.14.3#77
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/class-validator-0.14.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps class-validator from 0.14.0 to 0.14.3.

Release notes

Sourced from class-validator's releases.

v0.14.3

What's Changed

New Contributors

Full Changelog: typestack/class-validator@v0.14.2...v0.14.3

v0.14.2

What's Changed

New Contributors

Full Changelog: typestack/class-validator@v0.14.1...v0.14.2

v0.14.1

What's Changed

... (truncated)

Changelog

Sourced from class-validator's changelog.

0.14.3 (2025-11-24)

0.14.2 (2025-05-02)

Fixed

  • Fixed an issue where forbidUnknownValues did not default to true when validatorOptions was undefined. (#2196 by @​cduff)
  • Fixed the ValidationMetadata.name property to work correctly with the @IsOptional decorator. (#2044 by @​Clashsoft)
  • Updated the Codecov configuration for continuous integration. (#2556 by @​haiweilian)
  • Fixed an issue where options were not passed correctly to the @IsBase64 decorator. (#2549 by @​aseyfpour)
  • Fixed argument handling for the isBase64 function. (#2574 by @​braaar)

0.14.1 (2024-01-12)

Added

  • allow specifying options for @IsBase64 decorator (#1845) , closes #1013
  • use official type for version in @IsUUID decorator (#1846) , closes #1497
  • update @IsPhoneNumber decorator to use max dataset (#1857)

Fixed

  • fail for non-array constraint in @IsIn decorator (#1844) , closes #1693
  • allow number and boolean values in validation message "$value" tokens (#1467) , closes #921, #1046
  • read nullable option in @IsNotEmptyObject decorator correctly (#1555) , closes #1554

Changed

  • update libphonenumber-js to ^1.10.53 from ^1.10.14
  • update various dev-dependencies
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [class-validator](https://github.com/typestack/class-validator) from 0.14.0 to 0.14.3.
- [Release notes](https://github.com/typestack/class-validator/releases)
- [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md)
- [Commits](typestack/class-validator@v0.14.0...v0.14.3)

---
updated-dependencies:
- dependency-name: class-validator
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 12, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants