-
-
Notifications
You must be signed in to change notification settings - Fork 107
build(deps): bump the dependencies group across 1 directory with 15 updates #1519
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
@dependabot rebase |
…pdates Bumps the dependencies group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [amphp/parallel](https://github.com/amphp/parallel) | `2.3.1` | `2.3.2` | | [composer/semver](https://github.com/composer/semver) | `3.4.3` | `3.4.4` | | [justinrainbow/json-schema](https://github.com/jsonrainbow/json-schema) | `6.4.1` | `6.5.1` | | [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) | `5.6.2` | `5.6.3` | | [symfony/finder](https://github.com/symfony/finder) | `7.2.2` | `7.3.2` | | [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.31.0` | `1.33.0` | | [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) | `1.31.0` | `1.33.0` | | [symfony/process](https://github.com/symfony/process) | `7.2.5` | `7.3.3` | | [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.2.3` | `7.3.3` | | [thecodingmachine/safe](https://github.com/thecodingmachine/safe) | `3.1.0` | `3.3.0` | | [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) | `2.47.0` | `2.48.1` | | [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.3` | Updates `amphp/parallel` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/amphp/parallel/releases) - [Commits](amphp/parallel@v2.3.1...v2.3.2) Updates `composer/semver` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/composer/semver/releases) - [Changelog](https://github.com/composer/semver/blob/main/CHANGELOG.md) - [Commits](composer/semver@3.4.3...3.4.4) Updates `justinrainbow/json-schema` from 6.4.1 to 6.5.1 - [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.5.1) Updates `phpdocumentor/reflection-docblock` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases) - [Commits](phpDocumentor/ReflectionDocBlock@5.6.2...5.6.3) Updates `symfony/finder` from 7.2.2 to 7.3.2 - [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.2) Updates `symfony/polyfill-iconv` from 1.31.0 to 1.33.0 - [Commits](symfony/polyfill-iconv@v1.31.0...v1.33.0) Updates `symfony/polyfill-mbstring` from 1.31.0 to 1.33.0 - [Commits](symfony/polyfill-mbstring@v1.31.0...v1.33.0) Updates `symfony/process` from 7.2.5 to 7.3.3 - [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.3) Updates `symfony/var-dumper` from 7.2.3 to 7.3.3 - [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.3) 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 `ergebnis/composer-normalize` from 2.47.0 to 2.48.1 - [Release notes](https://github.com/ergebnis/composer-normalize/releases) - [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md) - [Commits](ergebnis/composer-normalize@2.47.0...2.48.1) 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.53 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.53/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.5.45...10.5.53) Updates `symfony/yaml` from 7.2.5 to 7.3.3 - [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.3) --- updated-dependencies: - dependency-name: amphp/parallel dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: composer/semver dependency-version: 3.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: justinrainbow/json-schema dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: phpdocumentor/reflection-docblock dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: symfony/finder dependency-version: 7.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: symfony/polyfill-iconv dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: symfony/polyfill-mbstring dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: symfony/process dependency-version: 7.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: symfony/var-dumper dependency-version: 7.3.3 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: ergebnis/composer-normalize dependency-version: 2.48.1 dependency-type: direct:development 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.53 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: symfony/yaml dependency-version: 7.3.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
e2d6981 to
7951cae
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 14 updates in the / directory:
2.3.12.3.23.4.33.4.46.4.16.5.15.6.25.6.37.2.27.3.21.31.01.33.01.31.01.33.07.2.57.3.37.2.37.3.33.1.03.3.02.47.02.48.11.20.01.22.02.3.02.4.07.2.57.3.3Updates
amphp/parallelfrom 2.3.1 to 2.3.2Release notes
Sourced from amphp/parallel's releases.
Commits
321b45aUse str_increment() to fix PHP 8.5 deprecation (#222)6bcfa22Test on PHP 8.484d7acfUpdate CI action versions9678e00Add .github and psalm.xml to export-ignore (#210)a922ec7Avoid PHP object allocation issueUpdates
composer/semverfrom 3.4.3 to 3.4.4Release notes
Sourced from composer/semver's releases.
Changelog
Sourced from composer/semver's changelog.
Commits
1981666SemVer: list return types (#171)e6130e4Fix phpstan errorUpdates
justinrainbow/json-schemafrom 6.4.1 to 6.5.1Release notes
Sourced from justinrainbow/json-schema's releases.
Changelog
Sourced from justinrainbow/json-schema's changelog.
Commits
b5ab21edocs: Prepare 6.5.1 release93e0ed7ci: Add PHP 8.5 to pipeline, ignoring dependencies and as experimental (#842)3916d66docs: Prepare 6.5.0 releaseb1562e4Fix PHP 8.5 $http_response_header deprecation (#841)3763af1feat: update to latest json schema test suite (#821)4118460Upgrade test suite to use generators (#834)0b25270refactor: Update test case to current (PHP) standards (#831)ce1fd2ddocs: prepare 6.4.2 releaseac58d3fFix #827 (#828)b209eb8refactor: update BaseConstraint.php to PHP 7.2 language level (#826)Updates
phpdocumentor/reflection-docblockfrom 5.6.2 to 5.6.3Release notes
Sourced from phpdocumentor/reflection-docblock's releases.
Commits
94f8051Merge pull request #414 from W0rma/reflection-set-accessiblea508a8bsetAccessible() does not have any effect as of PHP 8.165a4d3eMerge pull request #410 from DannyvdSluijs/patch-19cd3a32Fix workflow badge, tweak stable and unstable badgesUpdates
symfony/finderfrom 7.2.2 to 7.3.2Release notes
Sourced from symfony/finder's releases.
Commits
2a66149Merge branch '6.4' into 7.27308912Fix various bool-type coercions875ed29Merge branch '6.4' into 7.2d1d1360CS fixesUpdates
symfony/polyfill-iconvfrom 1.31.0 to 1.33.0Commits
5f3b930Various fixes and removed deprecationsUpdates
symfony/polyfill-mbstringfrom 1.31.0 to 1.33.0Commits
6d857f4minor #508 Require iconv for mbstring (jaapio)01072b6Require iconv for mbstring6c1cb6embstring: Fix mb_rtrim() for UTF-8 text2369cb9Give testing some loveUpdates
symfony/processfrom 7.2.5 to 7.3.3Release notes
Sourced from symfony/process's releases.
Changelog
Sourced from symfony/process's changelog.
... (truncated)
Commits
3224101Merge branch '6.4' into 7.36be2f0c[Process] Enhance hasSystemCallBeenInterrupted function for non-english locale8eb32cbMerge branch '6.4' into 7.36e0026eFix wrong boolean values8eb6dc5CS fixes40c295f[Process] NarrowPhpExecutableFinderreturn typesd65479eMerge branch '7.2' into 7.30596c46replace assertEmpty() with stricter assertions2b42be2[Messenger][Process] addfromShellCommandlinetoRunProcessMessageacece5eMerge branch '7.2' into 7.3Updates
symfony/var-dumperfrom 7.2.3 to 7.3.3Release notes
Sourced from symfony/var-dumper's releases.
... (truncated)
Changelog
Sourced from symfony/var-dumper's changelog.
... (truncated)
Commits
34d8d4cMerge branch '6.4' into 7.3c6cd924Remove deprecated calls to deprecated methods of SplObjectStorage9a3884a[VarDumper] Fix dumping objects from the DOM extension3d888daMerge branch '6.4' into 7.33958048Fix tests sensitive to SYMFONY_IDE env var53205beMerge branch '7.2' into 7.367ad2a1Merge branch '6.4' into 7.2aa29484Use unique identifier for RequestContextProvider5744290Merge branch '7.2' into 7.31d70161Merge branch '6.4' into 7.2Updates
thecodingmachine/safefrom 3.1.0 to 3.3.0Release notes
Sourced from thecodingmachine/safe's releases.
... (truncated)
Commits
2cdd579Fixdate_create()on PHP < 8.4 (#687)b81b90aFixopenssl_random_pseudo_bytes()on PHP 8.1 (#682)94335faFixdate_sun_info()on PHP < 8.4 (#689)240b596Fixdate_parse()on PHP < 8.4 (#688)65a26a7Fixcurl_share_errno()on PHP < 8.4 (#686)1da4d46Fixshuffle()on PHP < 8.4 (#685)ff8e3c9Fixapache_request_headers()/apache_response_headers()on PHP < 8.4 (#684)37d7401Fixstream_socket_get_name()on PHP 8.1 (#683)625a153Fixmysqli_get_client_stats()on PHP 8.1 (#681)a1426f8Fiximagecolorsforindex()on PHP 8.1 (#680)Updates
ergebnis/composer-normalizefrom 2.47.0 to 2.48.1Release notes
Sourced from ergebnis/composer-normalize's releases.
... (truncated)
Changelog
Sourced from ergebnis/composer-normalize's changelog.
Commits
40d5d91Enhancement: Prepare release56df814Merge pull request #1496 from ergebnis/fix/immutablef10ed3cFix: Create release in draft mode, upload assets, and then publish releaseb5e1262Enhancement: Prepare release3c135ddMerge pull request #1490 from AlexSkrypnyk/feature/1481-add-php8.5-to-ci088dce3#1481 Added PHP 8.5 to CI.809f67cMerge pull request #1494 from ergebnis/dependabot/composer/ergebnis/license-2...95991f1composer(deps-dev): Bump ergebnis/license from 2.6.0 to 2.7.073043aaMerge pull request #1493 from andrey-helldar/patch/2025-08-30/17-39f6749caFixlocalheinz/diffdependency to version 1.3.0Updates
phpspec/prophecyfrom 1.20.0 to 1.22.0Release notes
Sourced from phpspec/prophecy's releases.
Changelog
Sourced from phpspec/prophecy's changelog.
Commits
35f1adbMerge pull request #639 from Jean85/phpstan-v2c25152cSolve more error, based on CI output8a9ea35Drop support to PHP below 7.412d783aSolve one additional errorb5c11c3Resolve PHPStan issues after upgrading to v2cce8f7aRequire PHPStan v27594ec2Merge pull request #638 from Jean85/patch-34ead0d5Update CHANGES.md for v1.2153ab8ceMerge pull request #635 from Jean85/allow-sebastian-comparator-77cfa9daAllow new major of sebastian/* packages to allow PHPUnit 12 for end usersUpdates
phpspec/prophecy-phpunitfrom 2.3.0 to 2.4.0Release notes
Sourced from phpspec/prophecy-phpunit's releases.
Changelog
Sourced from phpspec/prophecy-phpunit's changelog.