An open index of dependabot pull requests across open source projects.

Bump symfony/validator from 7.1.1 to 7.3.2

Open
Number: #13
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 0
Created: August 16, 2025 at 08:58 AM UTC
(10 months ago)
Updated: August 16, 2025 at 08:58 AM UTC
(10 months ago)
Labels:
dependencies php
Description:

Bumps symfony/validator from 7.1.1 to 7.3.2.

Release notes

Sourced from symfony/validator's releases.

v7.3.2

Changelog (https://github.com/symfony/validator/compare/v7.3.1...v7.3.2)

v7.3.1

Changelog (https://github.com/symfony/validator/compare/v7.3.0...v7.3.1)

v7.3.0

Changelog (https://github.com/symfony/validator/compare/v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (https://github.com/symfony/validator/compare/v7.3.0-BETA2...v7.3.0-RC1)

v7.3.0-BETA1

Changelog (https://github.com/symfony/validator/compare/v7.2.6...v7.3.0-BETA1)

v7.2.9

Changelog (https://github.com/symfony/validator/compare/v7.2.8...v7.2.9)

v7.2.8

... (truncated)

Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

7.3

  • Add the filenameCharset and filenameCountUnit options to the File constraint

  • Deprecate defining custom constraints not supporting named arguments

    Before:

    use Symfony\Component\Validator\Constraint;
    

    class CustomConstraint extends Constraint { public function __construct(array $options) { // ... } }

    After:

    use Symfony\Component\Validator\Attribute\HasNamedArguments;
    use Symfony\Component\Validator\Constraint;
    

    class CustomConstraint extends Constraint { #[HasNamedArguments] public function __construct($option1, $option2, $groups, $payload) { // ... } }

  • Deprecate passing an array of options to the constructors of the constraint classes, pass each option as a dedicated argument instead

    Before:

    new NotNull([
        'groups' => ['foo', 'bar'],
        'message' => 'a custom constraint violation message',
    ])
    

    After:

... (truncated)

Commits
  • e5cc60f Merge branch '7.2' into 7.3
  • b541078 Merge branch '6.4' into 7.2
  • 297a24d [Validator] Add Japanese translation for Twig template validator
  • 8d6884c fix CS
  • 2f893f1 error if the fields option is missing for the Collection constraint
  • bb88dce fix merge
  • 70b7edc Merge branch '7.2' into 7.3
  • e9cf8a7 Merge branch '6.4' into 7.2
  • ae567f7 remove an invalid test
  • 5b15337 minor #61103 Fix various bool-type coercions (Girgias)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+69
Deletions:
-64
Package Dependencies
Ecosystem:
packagist
Version Change:
7.1.1 → 7.3.2
Update Type:
Minor
Technical Details
ID: 5197076
UUID: 2750297317
Node ID: PR_kwDOMHdYY86j7jTl
Host: GitHub
Repository: reactphp-parallel/filesystem
Merge State: Unknown