Skip to content

build(deps): bump the dependencies group across 1 directory with 11 updates #1503

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the dependencies group with 10 updates in the / directory:

Package From To
justinrainbow/json-schema 6.4.1 6.4.2
symfony/finder 7.2.2 7.3.0
symfony/polyfill-iconv 1.31.0 1.32.0
symfony/polyfill-mbstring 1.31.0 1.32.0
symfony/process 7.2.5 7.3.0
symfony/var-dumper 7.2.3 7.3.0
thecodingmachine/safe 3.1.0 3.3.0
phpspec/prophecy 1.20.0 1.22.0
phpspec/prophecy-phpunit 2.3.0 2.4.0
symfony/yaml 7.2.5 7.3.0

Updates justinrainbow/json-schema from 6.4.1 to 6.4.2

Release notes

Sourced from justinrainbow/json-schema's releases.

6.4.2

[6.4.2] - 2025-06-03

Fixed

  • Fix objects are non-unique despite key order (#819)
  • Id's not being resolved and id property affects sibling ref which it should not do (#828)

Changed

  • Added extra breaking change to UPDATE-6.0.md regarding BaseConstraint::addError signature change (#823)
  • Update constraint class to PHP 7.2 language level (#824)
  • Update base constraint class to PHP 7.2 language level (#826)

Added

  • Introduce 32 bits CI workflow on latest php version (#825)

New Contributors

Full Changelog: jsonrainbow/json-schema@6.4.1...6.4.2

Changelog

Sourced from justinrainbow/json-schema's changelog.

[6.4.2] - 2025-06-03

Fixed

  • Fix objects are non-unique despite key order (#819)
  • Id's not being resolved and id property affects sibling ref which it should not do (#828)

Changed

  • Added extra breaking change to UPDATE-6.0.md regarding BaseConstraint::addError signature change (#823)
  • Update constraint class to PHP 7.2 language level (#824)
  • Update base constraint class to PHP 7.2 language level (#826)

Added

  • Introduce 32 bits CI workflow on latest php version (#825)
Commits

Updates symfony/finder from 7.2.2 to 7.3.0

Release notes

Sourced from symfony/finder's releases.

v7.3.0

Changelog (symfony/finder@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/finder@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/finder@v7.2.6...v7.3.0-BETA1)

  • no significant changes
Commits

Updates symfony/polyfill-iconv from 1.31.0 to 1.32.0

Commits

Updates symfony/polyfill-mbstring from 1.31.0 to 1.32.0

Commits

Updates symfony/process from 7.2.5 to 7.3.0

Release notes

Sourced from symfony/process's releases.

v7.3.0

Changelog (symfony/process@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/process@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/process@v7.2.6...v7.3.0-BETA1)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.3

  • Add RunProcessMessage::fromShellCommandline() to instantiate a Process via the fromShellCommandline method

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

... (truncated)

Commits
  • 40c295f [Process] Narrow PhpExecutableFinder return types
  • d65479e Merge branch '7.2' into 7.3
  • 0596c46 replace assertEmpty() with stricter assertions
  • 2b42be2 [Messenger][Process] add fromShellCommandline to RunProcessMessage
  • acece5e Merge branch '7.2' into 7.3
  • ed2c645 Merge branch '7.2' into 7.3
  • 724e6c6 chore: PHP CS Fixer fixes
  • See full diff in compare view

Updates symfony/var-dumper from 7.2.3 to 7.3.0

Release notes

Sourced from symfony/var-dumper's releases.

v7.3.0

Changelog (symfony/var-dumper@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/var-dumper@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA2

Changelog (symfony/var-dumper@v7.3.0-BETA1...v7.3.0-BETA2)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/var-dumper@v7.2.6...v7.3.0-BETA1)

v7.2.6

Changelog (symfony/var-dumper@v7.2.5...v7.2.6)

  • no significant changes
Changelog

Sourced from symfony/var-dumper's changelog.

CHANGELOG

7.3

  • Add casters for Dba\Connection, SQLite3Result, OpenSSLAsymmetricKey and OpenSSLCertificateSigningRequest
  • Deprecate ResourceCaster::castCurl(), ResourceCaster::castGd() and ResourceCaster::castOpensslX509()
  • Mark all casters as @internal

7.2

  • Add support for FORCE_COLOR environment variable
  • Add support for virtual properties

7.1

  • Add support for new DOM extension classes in DOMCaster

7.0

  • Add argument $label to VarDumper::dump()
  • Require explicit argument when calling VarDumper::setHandler()
  • Remove display of backtrace in Twig_Template, only Twig\Template is supported

6.4

  • Dump uninitialized properties

6.3

  • Add caster for WeakMap
  • Add support of named arguments to dd() and dump() to display the argument name
  • Add support for Relay\Relay
  • Add display of invisible characters

6.2

  • Add support for FFI\CData and FFI\CType
  • Deprecate calling VarDumper::setHandler() without arguments

5.4

... (truncated)

Commits
  • 548f676 [VarDumper] Remove unused code
  • 5be5bdd Merge branch '7.2' into 7.3
  • 9c46038 Merge branch '6.4' into 7.2
  • 22560f8 fix tests
  • 6ce40dc replace expectDeprecation() with expectUserDeprecationMessage()
  • c81427d chore: PHP CS Fixer fixes
  • cf2f52a chore: PHP CS Fixer fixes
  • 3736ce3 [VarDumper] Don't make CurlCasterTest response status dependant
  • 9b59e65 chore: PHP CS Fixer fixes
  • f83ffad Merge branch '7.2' into 7.3
  • Additional commits viewable in compare view

Updates thecodingmachine/safe from 3.1.0 to 3.3.0

Release notes

Sourced from thecodingmachine/safe's releases.

v3.3.0

What's Changed

Full Changelog: thecodingmachine/safe@v3.2.0...v3.3.0

v3.2.0

What's Changed

New Contributors

Full Changelog: thecodingmachine/safe@v3.1.1...v3.2.0

v3.1.1

What's Changed

New Contributors

... (truncated)

Commits

Updates phpspec/prophecy from 1.20.0 to 1.22.0

Release notes

Sourced from phpspec/prophecy's releases.

v1.22.0

1.22.0

Removed:

v1.21.0

Added:

Add support for PHPUnit 12 (@​jean85)

Changelog

Sourced from phpspec/prophecy's changelog.

1.22.0

Removed:

1.21.0

Added:

Commits
  • 35f1adb Merge pull request #639 from Jean85/phpstan-v2
  • c25152c Solve more error, based on CI output
  • 8a9ea35 Drop support to PHP below 7.4
  • 12d783a Solve one additional error
  • b5c11c3 Resolve PHPStan issues after upgrading to v2
  • cce8f7a Require PHPStan v2
  • 7594ec2 Merge pull request #638 from Jean85/patch-3
  • 4ead0d5 Update CHANGES.md for v1.21
  • 53ab8ce Merge pull request #635 from Jean85/allow-sebastian-comparator-7
  • 7cfa9da Allow new major of sebastian/* packages to allow PHPUnit 12 for end users
  • See full diff in compare view

Updates phpspec/prophecy-phpunit from 2.3.0 to 2.4.0

Release notes

Sourced from phpspec/prophecy-phpunit's releases.

2.4.0

What's Changed

Full Changelog: phpspec/prophecy-phpunit@v2.3.0...v2.4.0

Changelog

Sourced from phpspec/prophecy-phpunit's changelog.

2.4.0

  • Add support for PHPUnit 12
Commits

Updates phpunit/phpunit from 10.5.45 to 10.5.46

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.46

Added

  • displayDetailsOnAllIssues attribute on the <phpunit> element of the XML configuration file and --display-all-issues CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default: false)
  • failOnAllIssues attribute on the <phpunit> element of the XML configuration file and --fail-on-all-issues CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default: false)

Changed

  • #5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.46] - 2025-05-02

Added

  • displayDetailsOnAllIssues attribute on the <phpunit> element of the XML configuration file and --display-all-issues CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default: false)
  • failOnAllIssues attribute on the <phpunit> element of the XML configuration file and --fail-on-all-issues CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default: false)

Changed

  • #5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output
Commits

Updates symfony/yaml from 7.2.5 to 7.3.0

Release notes

Sourced from symfony/yaml's releases.

v7.3.0

Changelog (symfony/yaml@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/yaml@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/yaml@v7.2.6...v7.3.0-BETA1)

v7.2.6

Changelog (symfony/yaml@v7.2.5...v7.2.6)

  • no significant changes
Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

7.3

  • Add compact nested mapping support by using the Yaml::DUMP_COMPACT_NESTED_MAPPING flag
  • Add the Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag to enforce double quotes around string values

7.2

  • Deprecate parsing duplicate mapping keys whose value is null
  • Add support for dumping null as an empty value by using the Yaml::DUMP_NULL_AS_EMPTY flag

7.1

  • Add support for getting all the enum cases with !php/enum Foo

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add new lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml option to exclude one or more specific files from multiple file list
  • Allow negatable for the parse tags option with --no-parse-tags

5.3

... (truncated)

Commits
  • cea40a4 Merge branch '7.2' into 7.3
  • 0feafff Merge branch '6.4' into 7.2
  • feaf385 make data provider static
  • f01987f make data provider static
  • 54005e3 feature #59880 [Yaml] Add the Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag...
  • e359788 chore: PHP CS Fixer fixes
  • a2f18c2 [Yaml] Add the Yaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag to enforce dou...
  • 3d545d9 Merge branch '7.2' into 7.3
  • 491c6ac bug #59671 [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumpi...
  • 669059b [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema) | `6.4.1` | `6.4.2` |
| [symfony/finder](https://github.com/symfony/finder) | `7.2.2` | `7.3.0` |
| [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.31.0` | `1.32.0` |
| [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) | `1.31.0` | `1.32.0` |
| [symfony/process](https://github.com/symfony/process) | `7.2.5` | `7.3.0` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.2.3` | `7.3.0` |
| [thecodingmachine/safe](https://github.com/thecodingmachine/safe) | `3.1.0` | `3.3.0` |
| [phpspec/prophecy](https://github.com/phpspec/prophecy) | `1.20.0` | `1.22.0` |
| [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpunit) | `2.3.0` | `2.4.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.2.5` | `7.3.0` |



Updates `justinrainbow/json-schema` from 6.4.1 to 6.4.2
- [Release notes](https://github.com/jsonrainbow/json-schema/releases)
- [Changelog](https://github.com/jsonrainbow/json-schema/blob/master/CHANGELOG.md)
- [Commits](jsonrainbow/json-schema@6.4.1...6.4.2)

Updates `symfony/finder` from 7.2.2 to 7.3.0
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.3/CHANGELOG.md)
- [Commits](symfony/finder@v7.2.2...v7.3.0)

Updates `symfony/polyfill-iconv` from 1.31.0 to 1.32.0
- [Commits](symfony/polyfill-iconv@v1.31.0...v1.32.0)

Updates `symfony/polyfill-mbstring` from 1.31.0 to 1.32.0
- [Commits](symfony/polyfill-mbstring@v1.31.0...v1.32.0)

Updates `symfony/process` from 7.2.5 to 7.3.0
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md)
- [Commits](symfony/process@v7.2.5...v7.3.0)

Updates `symfony/var-dumper` from 7.2.3 to 7.3.0
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/7.3/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.2.3...v7.3.0)

Updates `thecodingmachine/safe` from 3.1.0 to 3.3.0
- [Release notes](https://github.com/thecodingmachine/safe/releases)
- [Commits](thecodingmachine/safe@v3.1.0...v3.3.0)

Updates `phpspec/prophecy` from 1.20.0 to 1.22.0
- [Release notes](https://github.com/phpspec/prophecy/releases)
- [Changelog](https://github.com/phpspec/prophecy/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy@v1.20.0...v1.22.0)

Updates `phpspec/prophecy-phpunit` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/phpspec/prophecy-phpunit/releases)
- [Changelog](https://github.com/phpspec/prophecy-phpunit/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy-phpunit@v2.3.0...v2.4.0)

Updates `phpunit/phpunit` from 10.5.45 to 10.5.46
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.46/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.45...10.5.46)

Updates `symfony/yaml` from 7.2.5 to 7.3.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.3/CHANGELOG.md)
- [Commits](symfony/yaml@v7.2.5...v7.3.0)

---
updated-dependencies:
- dependency-name: justinrainbow/json-schema
  dependency-version: 6.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/finder
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/polyfill-iconv
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/polyfill-mbstring
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/process
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/var-dumper
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: thecodingmachine/safe
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpspec/prophecy
  dependency-version: 1.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpspec/prophecy-phpunit
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 10.5.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 9, 2025
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