Bump the all-composer-dependencies group with 7 updates - #9
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the all-composer-dependencies group with 7 updates#9dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-composer-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [illuminate/collections](https://github.com/illuminate/collections) | `13.13.0` | `13.18.0` | | [nesbot/carbon](https://github.com/CarbonPHP/carbon) | `3.11.4` | `3.13.0` | | [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) | `2.2.1` | `2.2.3` | | [psy/psysh](https://github.com/bobthecow/psysh) | `0.12.23` | `0.12.24` | | [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.16` | `2.0.17` | | [symfony/var-dumper](https://github.com/symfony/var-dumper) | `8.1.0` | `8.1.1` | | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `13.1.13` | `13.2.2` | Updates `illuminate/collections` from 13.13.0 to 13.18.0 - [Commits](illuminate/collections@v13.13.0...v13.18.0) Updates `nesbot/carbon` from 3.11.4 to 3.13.0 - [Release notes](https://github.com/CarbonPHP/carbon/releases) - [Commits](CarbonPHP/carbon@3.11.4...3.13.0) Updates `phpstan/phpstan` from 2.2.1 to 2.2.3 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `psy/psysh` from 0.12.23 to 0.12.24 - [Release notes](https://github.com/bobthecow/psysh/releases) - [Commits](bobthecow/psysh@v0.12.23...v0.12.24) Updates `phpstan/phpstan-phpunit` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](phpstan/phpstan-phpunit@2.0.16...2.0.17) Updates `symfony/var-dumper` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/symfony/var-dumper/releases) - [Changelog](https://github.com/symfony/var-dumper/blob/8.2/CHANGELOG.md) - [Commits](symfony/var-dumper@v8.1.0...v8.1.1) Updates `phpunit/phpunit` from 13.1.13 to 13.2.2 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.2.2/ChangeLog-13.2.md) - [Commits](sebastianbergmann/phpunit@13.1.13...13.2.2) --- updated-dependencies: - dependency-name: illuminate/collections dependency-version: 13.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-composer-dependencies - dependency-name: nesbot/carbon dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-composer-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-composer-dependencies - dependency-name: psy/psysh dependency-version: 0.12.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-composer-dependencies - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-composer-dependencies - dependency-name: symfony/var-dumper dependency-version: 8.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-composer-dependencies - dependency-name: phpunit/phpunit dependency-version: 13.2.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-composer-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/composer/all-composer-dependencies-67155a2147
branch
August 1, 2026 19:26
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 all-composer-dependencies group with 7 updates:
13.13.013.18.03.11.43.13.02.2.12.2.30.12.230.12.242.0.162.0.178.1.08.1.113.1.1313.2.2Updates
illuminate/collectionsfrom 13.13.0 to 13.18.0Commits
8f10727[13.x] Add conditional return types to several methods (#60586)Updates
nesbot/carbonfrom 3.11.4 to 3.13.0Release notes
Sourced from nesbot/carbon's releases.
... (truncated)
Commits
40f6618Merge pull request #129 from CarbonPHP/feature/set-month-with-anchor-dayb44349fImplement overflow and anchorDay parameters for year() and setYear()bbd4a87Implement overflow and anchorDay parameters for month() and setMonth()3628789Merge pull request #128 from CarbonPHP/fix/allow-loading-custom-locales4ffdae3Allow to load custom locales even when mute-operator is bypassedcb3d764Merge pull request #127 from CarbonPHP/feature/yearly9f56eb8Add test for CarbonInterval::yearNoOverflow()8c6aebbFix OverflowMode error messageb4b4ccfAdd year interval/period with overflow modesbafc181Merge pull request #3341 from briannesbitt/job/update-sponsorsUpdates
phpstan/phpstanfrom 2.2.1 to 2.2.3Commits
Updates
psy/psyshfrom 0.12.23 to 0.12.24Release notes
Sourced from psy/psysh's releases.
Commits
ca0fdcfMerge branch 'release/v0.12.24'd5ab024Bump to v0.12.247094a01Bump shivammathur/setup-php from 2.37.1 to 2.37.294a2165Make a few more deprecated reflection calls conditional.3d10b1dBump actions/checkout from 6.0.3 to 7.0.0aee298fFix error message formatting matching too many characters9a18c5dBump symfony/polyfill-mbstring from 1.38.1 to 1.38.2 in /build5db1c28Add dependabot cooldown8981d9dRemove codecov from CIe385b02Add syntax highlighting for man code snippetsUpdates
phpstan/phpstan-phpunitfrom 2.0.16 to 2.0.17Release notes
Sourced from phpstan/phpstan-phpunit's releases.
Commits
c2f9775Update actions/cache action to v6 (#311)933f682Update actions/cache action to v5.1.0 (#310)8ec191fCheck#[RequiresPhpunit]in the same way we check#[RequiresPhp](#308)d138088Implement ClassAttributeRequiresPhpVersionRule (#305)caada62Update github-actions to v7 (#307)611a216Update github-actions to v3.0.1 (#306)2312495Extract AttributeVersionRequirementHelper (#304)952d0eeWarn about incomplete versions in#[RequiresPhp](#303)bf910b5Sanity check#[RequiresPhp]value and range (#269)d309858Update github-actions to f3e473d (#301)Updates
symfony/var-dumperfrom 8.1.0 to 8.1.1Release notes
Sourced from symfony/var-dumper's releases.
Commits
40096a2Merge branch '8.0' into 8.17d38aaaMerge branch '7.4' into 8.09a3a56aMerge branch '6.4' into 7.429adc5eUnsafe unserialize phpstan ruled4e663bMerge branch '8.0' into 8.1ca15588Merge branch '7.4' into 8.0067784dMerge branch '6.4' into 7.4f280b3dDrop PR warning and auto-closing on subtree splitsUpdates
phpunit/phpunitfrom 13.1.13 to 13.2.2Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
492c067Prepare release6941100Update actions/cache action to v6.1.0bc718afUpdate actions/setup-java action to v5.4.07ff5c39Fix CS/WS issues5d21f24Enter the test-case context before checking a test's requirements7fc6d2bMerge branch '12.5' into 13.2329e6b2Merge branch '11.5' into 12.534702acMerge branch '10.5' into 11.53d40350Merge branch '9.6' into 10.57c7c091Merge branch '8.5' into 9.6Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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