Bump the version-updates group with 6 updates#158
Merged
ricklambrechts merged 1 commit intoJun 19, 2025
Conversation
jaytaph
previously approved these changes
Jun 17, 2025
Member
|
@dependabot rebase |
Bumps the version-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [laravel/framework](https://github.com/laravel/framework) | `12.17.0` | `12.18.0` | | [larastan/larastan](https://github.com/larastan/larastan) | `3.4.0` | `3.4.2` | | [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.0` | `8.8.1` | | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `12.1.6` | `12.2.2` | | [slevomat/coding-standard](https://github.com/slevomat/coding-standard) | `8.19.0` | `8.19.1` | | [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.13.0` | `3.13.1` | Updates `laravel/framework` from 12.17.0 to 12.18.0 - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md) - [Commits](laravel/framework@v12.17.0...v12.18.0) Updates `larastan/larastan` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/larastan/larastan/releases) - [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md) - [Commits](larastan/larastan@v3.4.0...v3.4.2) Updates `nunomaduro/collision` from 8.8.0 to 8.8.1 - [Commits](nunomaduro/collision@v8.8.0...v8.8.1) Updates `phpunit/phpunit` from 12.1.6 to 12.2.2 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.2/ChangeLog-12.2.md) - [Commits](sebastianbergmann/phpunit@12.1.6...12.2.2) Updates `slevomat/coding-standard` from 8.19.0 to 8.19.1 - [Release notes](https://github.com/slevomat/coding-standard/releases) - [Commits](slevomat/coding-standard@8.19.0...8.19.1) Updates `squizlabs/php_codesniffer` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.13.0...3.13.1) --- updated-dependencies: - dependency-name: laravel/framework dependency-version: 12.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: larastan/larastan dependency-version: 3.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: nunomaduro/collision dependency-version: 8.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: phpunit/phpunit dependency-version: 12.2.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: slevomat/coding-standard dependency-version: 8.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: squizlabs/php_codesniffer dependency-version: 3.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/composer/version-updates-a7b1d60dfe
branch
from
June 18, 2025 14:25
2798996 to
b21ea54
Compare
ricklambrechts
approved these changes
Jun 19, 2025
ricklambrechts
deleted the
dependabot/composer/version-updates-a7b1d60dfe
branch
June 19, 2025 14:33
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 version-updates group with 6 updates:
12.17.012.18.03.4.03.4.28.8.08.8.112.1.612.2.28.19.08.19.13.13.03.13.1Updates
laravel/frameworkfrom 12.17.0 to 12.18.0Release notes
Sourced from laravel/framework's releases.
Changelog
Sourced from laravel/framework's changelog.
Commits
7d264a0Update version to v12.18.0c8d188cUpdate facade docblocks70ec9fc[12.x] Allow retrieving all reported exceptions fromExceptionHandlerFake(...141c46c[12.x] Validate thatoutOfis greater than 0 inLotteryhelper (#55969)6ade02fRemove unused $guarded parameter from testChannelNameNormalization method (#5...54ccc16Broadcasting Utilities (#55967)78cf4ee[12.x] Fix timezone validation test for PHP 8.3+ (#55956)07df8bc[12.x] feat: Add ability to override SendQueuedNotifications job class (#55942)7ae03b1[12.x] Supports PHPUnit 12.2 (#55961)06f7848fix: add generics to Model attribute related methods (#55962)Updates
larastan/larastanfrom 3.4.0 to 3.4.2Release notes
Sourced from larastan/larastan's releases.
Commits
3670673feat(config): allow glob paths for several config values (#2271)d67f202Add fallback to existing classes/interfaces for improved type resolution (#2223)f5e9abechore: AsCollection might return null43d4b8cfix CS132f9f3add stub for Command::faildc20d24use benevolent unions6f981e3fix buildebe6ef5fix: post() and query() can also return array with a key given (fixes #2268) ...efdc84ffix(docs): correct markdown list numbering in contribution steps (#2269)Updates
nunomaduro/collisionfrom 8.8.0 to 8.8.1Commits
44ccb82fix: ignoresbrianium/paratestrelated files when printingUpdates
phpunit/phpunitfrom 12.1.6 to 12.2.2Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
19e25c2Prepare release66abeb0Merge branch '11.5' into 12.286ebcd8Prepare releaseb4a9884Merge branch '11.5' into 12.27ff0969Use Exporter::shortenedRecursiveExport() for event-related value objectsc87c937Update toolscd83cfaMerge branch '11.5' into 12.2be3a590Update ChangeLog1c051adFix saving information about passed testsccb1e3dAdd test showing current behaviour when test depends on test with data providerUpdates
slevomat/coding-standardfrom 8.19.0 to 8.19.1Release notes
Sourced from slevomat/coding-standard's releases.
Commits
458d665Fix properties detection in some sniffsc628974Improved indentation processing3d81857Removed dead code701ab7aSet tab-width for testsUpdates
squizlabs/php_codesnifferfrom 3.13.0 to 3.13.1Release notes
Sourced from squizlabs/php_codesniffer's releases.
Changelog
Sourced from squizlabs/php_codesniffer's changelog.
Commits
1b71b4dMerge pull request #1129 from PHPCSStandards/feature/changelog-3.13.1ec494d0Changelog for the 3.13.1 release15ce011Merge pull request #1125 from PHPCSStandards/php-8.4/feature/various-sniffs-a...572c70aMerge pull request #1124 from PHPCSStandards/php-8.4/feature/squiz-scopekeywo...30d1a16Merge pull request #1123 from PHPCSStandards/php-8.4/feature/squiz-membervars...596a761Zend/ValidVariableName: add tests for properties with asymmetric visibilitydeeaf40Squiz/ValidVariableName: add tests for properties with asymmetric visibility9ddd717PEAR/ValidDefaultValue: add test for properties with asymmetric visibility3cad95bGeneric/UpperCaseConstant: add tests for properties with asymmetric visibilitydfd8da3Generic/LowerCaseType: add test for properties with asymmetric visibilityDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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