chore(deps-dev): bump the development-dependencies group with 5 updates - #4723
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump the development-dependencies group with 5 updates#4723dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [fruitcake/laravel-debugbar](https://github.com/fruitcake/laravel-debugbar) | `4.4.2` | `4.4.3` | | [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.95.23` | `3.95.24` | | [larastan/larastan](https://github.com/larastan/larastan) | `3.10.0` | `3.11.0` | | [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) | `2.2.12` | `2.2.13` | | [rector/rector](https://github.com/rectorphp/rector) | `2.6.4` | `2.6.6` | Updates `fruitcake/laravel-debugbar` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/fruitcake/laravel-debugbar/releases) - [Changelog](https://github.com/fruitcake/laravel-debugbar/blob/master/CHANGELOG.md) - [Commits](fruitcake/laravel-debugbar@v4.4.2...v4.4.3) Updates `friendsofphp/php-cs-fixer` from 3.95.23 to 3.95.24 - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.95.23...v3.95.24) Updates `larastan/larastan` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/larastan/larastan/releases) - [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md) - [Commits](larastan/larastan@v3.10.0...v3.11.0) Updates `phpstan/phpstan` from 2.2.12 to 2.2.13 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `rector/rector` from 2.6.4 to 2.6.6 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.6.4...2.6.6) --- updated-dependencies: - dependency-name: fruitcake/laravel-debugbar dependency-version: 4.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.95.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: larastan/larastan dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.2.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.6.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
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 development-dependencies group with 5 updates:
4.4.24.4.33.95.233.95.243.10.03.11.02.2.122.2.132.6.42.6.6Updates
fruitcake/laravel-debugbarfrom 4.4.2 to 4.4.3Release notes
Sourced from fruitcake/laravel-debugbar's releases.
Changelog
Sourced from fruitcake/laravel-debugbar's changelog.
Commits
caa0851Stringify all model arguments in GateCollector (#2082)011fe6aUpdate backtrace handling in DatabaseCollectorProvider (#2080)a1cbd48Add waitForText for API ping in Debugbar test (#2079)828679fBring back view measuring (#2058)db1347fUpdate CHANGELOGUpdates
friendsofphp/php-cs-fixerfrom 3.95.23 to 3.95.24Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
Commits
9a4b805prepared the 3.95.24 release4cd7e9fUX: init - fix typos and improve wording (#9820)f9a1fb4UX: init - add handling of.gitignore(#9813)1c03254UX: init command - suggest php_unit_test_case_static_method_calls rule (#9810)f610f91UX: init - add sections (#9819)5a3e3ecfix:ControlStructureBracesFixer- do not read a body starting with a paren...529e7b8chore:DescribeCommand- replace dynamic method calls with explicit ones (#...460da40chore:PhpdocOrderFixer- fix type of duplicated tags passed to `naturalLan...edd854erefactor: init - move content preparation to helper method (#9812)20b8578CI: fix warning - Unexpected input(s) 'extensions' (#9809)Updates
larastan/larastanfrom 3.10.0 to 3.11.0Release notes
Sourced from larastan/larastan's releases.
... (truncated)
Commits
9baa740fix: add mixin to View facade4a43ec0perf: memoize accessor and relation property lookupsf5001d2perf: cache negative method lookups in forwards-calls extensions24fb6b7perf: memoize method/property tag lookups in ReflectionHelper16982bbperf: memoize model instances in ModelHelper937759aperf: cache nested config key types and unparsable files in ConfigParser31592f7perf: memoize macro source classification per class0dc5100perf: cache negative results and facade roots in FacadesMethodsExtension5d7c1faperf: memoize union member classification in GenericEloquentBuilderTypeNodeRe...70f5a6bperf: defer default return type computation in console extensionsUpdates
phpstan/phpstanfrom 2.2.12 to 2.2.13Commits
Updates
rector/rectorfrom 2.6.4 to 2.6.6Release notes
Sourced from rector/rector's releases.
... (truncated)
Commits
ca069d6Rector 2.6.6dd1dbd8Updated Rector to commit c8f5daeffd982de54092ead1bc0d278a60aa3747c6ecc8dUpdated Rector to commit 0919678db52fe2ede06192b3b19834401da4a47227296aaUpdated Rector to commit 96fd595f95029db66bd5205e6c5aa60eb47453531e88d3dUpdated Rector to commit ee2e8d0dd1afbdc754e5c9f6db7835e5136055f833b2be9Updated Rector to commit ee2e8d0dd1afbdc754e5c9f6db7835e5136055f80a5abf5Updated Rector to commit 28a4645c168c2567f79108c1c4463cda1afb4aff646f9f7Updated Rector to commit 28a4645c168c2567f79108c1c4463cda1afb4aff78802daUpdated Rector to commit 28a4645c168c2567f79108c1c4463cda1afb4aff7a20767Updated Rector to commit 0c3d4f4e3c5c3eb7eabc0f7097bd7efaea657439Dependabot 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