Skip to content

Bump symfony/validator from 5.4.6 to 6.0.15#62

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/validator-6.0.15
Closed

Bump symfony/validator from 5.4.6 to 6.0.15#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/validator-6.0.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 1, 2022

Bumps symfony/validator from 5.4.6 to 6.0.15.

Release notes

Sourced from symfony/validator's releases.

v6.0.15

Changelog (symfony/validator@v6.0.14...v6.0.15)

  • no significant changes

v6.0.14

Changelog (symfony/validator@v6.0.13...v6.0.14)

  • no significant changes

v6.0.13

Changelog (symfony/validator@v6.0.12...v6.0.13)

  • bug #47499 Stop to first ULID format violation (ogizanagi)

v6.0.12

Changelog (symfony/validator@v6.0.11...v6.0.12)

  • bug #47211 validate nested constraints only if they are in the same group (xabbuh)
  • bug #47189 Add additional hint when egulias/email-validator needs to be installed (mpdude)

v6.0.11

Changelog (symfony/validator@v6.0.10...v6.0.11)

  • bug #46948 : Fix "PHP Warning: Undefined array key 1" in NotCompromisedPasswordValidator (KevinVanSonsbeek)
  • bug #46244 Fix traverse option on Valid constraint when used as Attribute (tobias-93)

v6.0.10

Changelog (symfony/validator@v6.0.9...v6.0.10)

  • bug #46545 Fix getting class constraints on debug command (loic425)

v6.0.8

Changelog (symfony/validator@v6.0.7...v6.0.8)

  • no significant changes

v6.0.7

Changelog (symfony/validator@v6.0.6...v6.0.7)

v6.0.6

Changelog (symfony/validator@v6.0.5...v6.0.6)

  • no significant changes

v6.0.5

Changelog (symfony/validator@v6.0.4...v6.0.5)

... (truncated)

Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

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

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

  • deprecated the allowEmptyString option of the Length constraint

    Before:

    use Symfony\Component\Validator\Constraints as Assert;
    /**
    
    @​Assert\Length(min=5, allowEmptyString=true)
    */

... (truncated)

Commits
  • 241c97a Merge branch '5.4' into 6.0
  • 0fb0c50 minor #48007 Fix Typos In Comments 5.4+ (PhilETaylor)
  • 2a65f8b Typos In Comments
  • fac416c Merge branch '5.4' into 6.0
  • 104edbe Merge branch '4.4' into 5.4
  • 54781a4 Update validators.af.xlf
  • 039e6dc Merge branch '5.4' into 6.0
  • 4c26d12 Merge branch '4.4' into 5.4
  • c1a878f Added Urdu Language Translation in Form Component, Security Core and in Vali...
  • 90e3152 Merge branch '5.4' into 6.0
  • 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.6 to 6.0.15.
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/6.1/CHANGELOG.md)
- [Commits](symfony/validator@v5.4.6...v6.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 1, 2023

Superseded by #69.

@dependabot dependabot Bot closed this Jan 1, 2023
@dependabot dependabot Bot deleted the dependabot/composer/symfony/validator-6.0.15 branch January 1, 2023 08:03
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.

0 participants