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

Bump symfony/validator from 5.4.8 to 6.2.5 #358

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2023

Bumps symfony/validator from 5.4.8 to 6.2.5.

Release notes

Sourced from symfony/validator's releases.

v6.2.5

Changelog (symfony/validator@v6.2.4...v6.2.5)

  • bug #48986 Fix Email validator logic (fabpot)
  • bug #48933 Fix bad handling of nulls when the 'fields' option of the Unique constraint is set (plfort)
  • bug #48904 Allow egulias/email-validator v4 (chalasr)
  • bug #48866 fix: Case-insensitive extensions in File-Constraint (spackmat)

v6.2.3

Changelog (symfony/validator@v6.2.2...v6.2.3)

  • bug #48746 Fix IBAN format for Tunisia and Mauritania (smelesh)
  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v6.2.2

Changelog (symfony/validator@v6.2.1...v6.2.2)

  • bug #48644 Allow opt-out of EmailValidator deprecation when using Validation::createValidatorBuilder() (nicolas-grekas)

v6.2.0

Changelog (symfony/validator@v6.2.0-RC2...v6.2.0)

  • no significant changes

v6.2.0-RC1

Changelog (symfony/validator@v6.2.0-BETA3...v6.2.0-RC1)

  • no significant changes

v6.2.0-BETA3

Changelog (symfony/validator@v6.2.0-BETA2...v6.2.0-BETA3)

  • no significant changes

v6.2.0-BETA2

Changelog (symfony/validator@v6.2.0-BETA1...v6.2.0-BETA2)

  • feature #47976 Add padding to HIBP check (rullzer)

v6.2.0-BETA1

Changelog (symfony/validator@v6.1.6...v6.2.0-BETA1)

  • feature #47872 new email validation option to match with w3c official specification (guillemfondin)
  • feature #47710 File: add option to check extension (dunglas)
  • feature #47734 add the getCause() to the ConstraintViolationInterface (xabbuh)
  • feature #47525 Add UuidV7 and UuidV8 (nicolas-grekas)
  • feature #42593 Add the When constraint and validator (wuchen90)
  • feature #46599 Add "negate" option to Expression constraint (fmata)
  • feature #46518 deprecate the loose e-mail validation mode (xabbuh)
  • feature #45977 Add the match option to the Choice constraint (fancyweb)

... (truncated)

Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

6.2

  • Add option Email::VALIDATION_MODE_HTML5_ALLOW_NO_TLD with "html5-allow-no-tld" e-mail validation mode, to match with the W3C official specification
  • Add method getCause() to ConstraintViolationInterface
  • Add the When constraint and validator
  • Deprecate the "loose" e-mail validation mode, use "html5" instead
  • Add the negate option to the Expression constraint, to inverse the logic of the violation's creation
  • Add the extensions option to the File constraint as an alternative to mimeTypes which checks the mime type of the file, its extension, and the consistency between them
  • Add padding for enhanced privacy to the NotCompromisedPasswordValidator

6.1

  • Add the fields option to the Unique constraint, to define which collection keys should be checked for uniqueness
  • Deprecate Constraint::$errorNames, use Constraint::ERROR_NAMES instead
  • Deprecate constraint ExpressionLanguageSyntax, use ExpressionSyntax instead
  • Add method __toString() to ConstraintViolationInterface & ConstraintViolationListInterface
  • Allow creating constraints with required arguments
  • Add the match option to the Choice constraint

6.0

  • Remove the allowEmptyString option from the Length constraint
  • Remove the NumberConstraintTrait trait
  • ValidatorBuilder::enableAnnotationMapping() does not accept a Doctrine annotation reader anymore
  • ValidatorBuilder::enableAnnotationMapping() won't automatically setup a Doctrine annotation reader anymore

5.4

  • Add a Cidr constraint to validate CIDR notations
  • Add a CssColor constraint to validate CSS colors
  • Add support for ConstraintViolationList::createFromMessage()
  • Add error's uid to Count and Length constraints with "exactly" option enabled

5.3

  • Add the normalizer option to the Unique constraint
  • Add Validation::createIsValidCallable() that returns true/false instead of throwing exceptions

5.2.0

  • added a Cascade constraint to ease validating nested typed object properties

... (truncated)

Commits
  • 0ebfbe3 Merge branch '6.1' into 6.2
  • 04f3521 Merge branch '6.0' into 6.1
  • 8e41a2d Merge branch '5.4' into 6.0
  • 9858255 [Validator] Fix Email validator logic
  • b7fe698 Merge branch '6.1' into 6.2
  • 2b652bd Fix wrong handling of null values when Unique::fields is set
  • 371469a Merge branch '6.1' into 6.2
  • 0f38c5a Merge branch '6.0' into 6.1
  • 6796956 Merge branch '5.4' into 6.0
  • 0208ce6 [Validator] Allow egulias/email-validator v4
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [symfony/validator](https://github.com/symfony/validator) from 5.4.8 to 6.2.5.
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/6.2/CHANGELOG.md)
- [Commits](symfony/validator@v5.4.8...v6.2.5)

---
updated-dependencies:
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2023

Superseded by #371.

@dependabot dependabot bot closed this Feb 28, 2023
@dependabot dependabot bot deleted the dependabot/composer/symfony/validator-6.2.5 branch February 28, 2023 17:01
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants