repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
513 stars 106 forks source link

Bump symfony/validator from 5.4.2 to 5.4.13 #624

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps symfony/validator from 5.4.2 to 5.4.13.

Release notes

Sourced from symfony/validator's releases.

v5.4.13

Changelog (https://github.com/symfony/validator/compare/v5.4.12...v5.4.13)

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

v5.4.12

Changelog (https://github.com/symfony/validator/compare/v5.4.11...v5.4.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)

v5.4.11

Changelog (https://github.com/symfony/validator/compare/v5.4.10...v5.4.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)

v5.4.10

Changelog (https://github.com/symfony/validator/compare/v5.4.9...v5.4.10)

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

v5.4.8

Changelog (https://github.com/symfony/validator/compare/v5.4.7...v5.4.8)

  • no significant changes

v5.4.7

Changelog (https://github.com/symfony/validator/compare/v5.4.6...v5.4.7)

v5.4.6

Changelog (https://github.com/symfony/validator/compare/v5.4.5...v5.4.6)

  • no significant changes

v5.4.5

Changelog (https://github.com/symfony/validator/compare/v5.4.4...v5.4.5)

  • bug #44967 Multi decimal to alpha for CssColor validator (tilimac)
  • bug #45204 Fix minRatio and maxRatio when getting rounded (alexander-schranz)
  • bug #42458 Fix AssertingContextualValidator not throwing on remaining expectations (fancyweb)

v5.4.3

Changelog (https://github.com/symfony/validator/compare/v5.4.2...v5.4.3)

  • bug #44860 Fix Choice constraint with associative choices array (derrabus)
  • bug #44877 Error using CssColor with doctrine annotations (sormes)

... (truncated)

Commits
  • 8fba40e Merge branch '4.4' into 5.4
  • 51d06a0 [Validator] [Security] Add Norwegian translations
  • 9d9fe46 [Validator][UID] Stop to first ULID format violation
  • f357340 Merge branch '4.4' into 5.4
  • df59e77 Fix checking result of DateTime::getLastErrors
  • 38bc4d8 add missing changelog entry for the AtLeastOneOf constraint
  • 27773a4 validate nested constraints only if they are in the same group
  • 83739c9 Merge branch '4.4' into 5.4
  • 06db9bf [Validator] Hint that egulias/email-validator needs to be installed for str...
  • d645703 Fix CS
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (069ce08) 99.04% compared to head (8c22edd) 99.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #624 +/- ## ========================================= Coverage 99.04% 99.04% Complexity 1910 1910 ========================================= Files 301 301 Lines 6075 6075 ========================================= Hits 6017 6017 Misses 58 58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.