Skip to content
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

composer(deps-dev): bump the minor-patch-dependencies group with 3 updates #297

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2024

Updates the requirements on mimmi20/coding-standard, phpstan/phpstan and rector/rector to permit the latest version.
Updates mimmi20/coding-standard to 5.2.8

Commits
  • 7c20f9d Merge pull request #437 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 2ca4eb7 composer(deps): update friendsofphp/php-cs-fixer requirement
  • fe0e69a Merge pull request #436 from mimmi20/updates
  • ac0db28 skip check
  • 27ef9f2 update copyright
  • 6d2daf0 update pipeline
  • da536be Merge pull request #435 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 2aa1e93 composer(deps): update friendsofphp/php-cs-fixer requirement
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.55

Release notes

Sourced from phpstan/phpstan's releases.

1.10.55

Improvements 🔧

Bugfixes 🐛

Internals 🔍

Commits
  • 9a88f9d PHPStan 1.10.55
  • 886aef0 Fix
  • 8b6260c Updated PHPStan to commit 8b6260c21bacbfd653d26b9a8abef7996fd3fe46
  • 9dac90d Updated PHPStan to commit 9dac90dfd5fc809dd84fdac0532ecd51c6ae66bf
  • 5c50118 Updated PHPStan to commit 5c5011842b5b278b4b40e2087312e1af195e2143
  • be279db Updated PHPStan to commit be279dba72759bc53d3c95b0c9cb56302688c154
  • 9be1376 Updated PHPStan to commit 9be137675ebc41be5c9c7c230f96cab4dbf1f08e
  • bbd9a68 Updated PHPStan to commit bbd9a68478abbc500b6398968cc85d0d1ae8d3eb
  • 72289d7 Updated PHPStan to commit 72289d7fa7de0217c5915007180795ff063962bc
  • 53a61dc Updated PHPStan to commit 53a61dc8674fe5c61fcc08efe08221e919661132
  • Additional commits viewable in compare view

Updates rector/rector to 0.19.0

Release notes

Sourced from rector/rector's releases.

Released Rector 0.19.0

In this release we merged 2 directories into /src to speed up class loading and make work with code easier. This leads to BC change in namespace for your custom rules:

-use Rector\Core\
+use Rector\

That's it!

New Features 🥳

  • [psr-4] Move /packages directory to /src under single Rector\ namespace (#5414)
  • [Arguments] Allow no default value on ArgumentAdderRector (#5382)
  • Add related polyfill interface to other PHP 8.0/7.3 rules (#5389)
  • [CodingStyle] Add RemoveUselessAliasInUseStatementRector (#5394)
  • [Php83] Add CombineHostPortLdapUriRector (#5397)
  • [TypeDeclaration] optionally only add types for hard coded return values in ReturnTypeFromStrictScalarReturnExprRector (#5364), Thanks @​RobertMe!
  • Add phpstan native cond types for getName() for nodes that always return a string (#5413)
  • [Strict] Add StaticProperty supporton may be unitialized static property on DisallowedEmptyRuleFixerRector (#5428)
  • [Php83] Add implements interface support on AddOverrideAttributeToOverriddenMethodsRector (#5429)
  • [cs] Make use of new ECS config (#5445)

Bugfixes 🐛

  • [TypeDeclaration] Add false and true in union support on ReturnUnionTypeRector (#5355)
  • Skip classes without final and exception as possibly invoke child implement in AddVoidReturnTypeWhereNoReturnRector (#5381)
  • Skip non-final class method with no content in AddVoidReturnTypeWhereNoReturnRector (#5386)
  • [TypeDeclaration] Allow add void return type on magic __invoke() method on AddVoidReturnTypeWhereNoReturnRector (#5376)
  • Add ReturnTypeFromStrictBoolReturnExprRector support for if/else returns (#5384)
  • Skip void without final keyword in ReturnNeverTypeRector as could be implemented with more precise children (#5379)
  • Fix StrictArrayParamDimFetchRector for string access (#5383)
  • Fix variable to property fetch update in ClassPropertyAssignToConstructorPromotionRector (#5385)
  • [Php] Fix filter cache on PolyfillPackagesProvider (#5390)
  • [Parallel] Fix missing --xdebug in WorkerCommand line on WorkerCommandLineFactory when --xdebug provided (#5398)
  • Bump phpstan to 1.10.50 (#5399)
  • [Php83] Handle dynamic host and port values on CombineHostPortLdapUriRector (#5401)
  • [config] Extract RectorConfigValidator and handle config validation there (#5404)
  • [psr-4] Update Rector core test reference (#5410)
  • [cleanup] Decouple changelog generator (#5412)
  • [Strict] Handle may be unitialized property on DisallowedEmptyRuleFixerRector (#5409)
  • Bump min. version to PHP 8.2 - readonly classes (#5415)
  • Decouple LongAndDependentComplexRectorRule to cognitive-complexity package (#5427)
  • [TypeDeclaration] Skip with empty() check on StrictArrayParamDimFetchRector (#5432)
  • [TypeDeclaration] Allow both integer and string index array on StrictArrayParamDimFetchRector (#5433)
  • [TypeDeclaration] Skip re-assign with call and use as arg on StrictArrayParamDimFetchRector (#5434)
  • [CodeQuality] Handle crash with call inside loop on SimplifyForeachToCoalescingRector (#5436)

... (truncated)

Commits
  • 503f4ea Rector 0.19.0
  • b911b34 Updated Rector to commit 32d5fce356ebe91267278ee8d3b574c928cf15d6
  • 0a2b185 Updated Rector to commit 08ac19c956c2608188bca81044034bc2590a8d55
  • f775017 Updated Rector to commit e3ccf175943f4b44c521029c090c6907b83d4a6c
  • 911e446 Updated Rector to commit 7e566722a08a546858fa67d73915c9dff9a0c018
  • bddc91b Updated Rector to commit b71c3265d5f90745d52b081a1201e3d97617e14a
  • 2a79360 Updated Rector to commit 7f2155d5c0058a002790c05cae54b49405e154ac
  • 33f8d9f Updated Rector to commit 3751c94d26dc1bd8a7a1699f64d0c983dfd11a9f
  • 816ddfc Updated Rector to commit 2f5a252ea9bac10994e08623e9371ec132045880
  • dd2b386 Updated Rector to commit c9608a0f11d8a58224b33c8d2695f210a81816bc
  • 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

@dependabot dependabot bot requested a review from mimmi20 as a code owner January 9, 2024 02:32
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2024
Copy link

github-actions bot commented Jan 9, 2024

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.2.8, < 6.0.0
  • phpstan/phpstan@>= 1.10.55, < 2.0.0
  • rector/rector@>= 0.19.0, < 0.20.0
  • mimmi20/coding-standard@>= 5.2.6, < 6.0.0
  • phpstan/phpstan@>= 1.10.50, < 2.0.0
  • rector/rector@>= 0.18.13, < 0.19.0

…dates

Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `mimmi20/coding-standard` to 5.2.8
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.2.6...5.2.8)

Updates `phpstan/phpstan` to 1.10.55
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.50...1.10.55)

Updates `rector/rector` to 0.19.0
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.13...0.19.0)

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@mimmi20 mimmi20 force-pushed the dependabot/composer/master/minor-patch-dependencies-fbf211b1cd branch from 74ade27 to 958d0c9 Compare January 9, 2024 11:25
Copy link

codeclimate bot commented Jan 9, 2024

Code Climate has analyzed commit 958d0c9 and detected 0 issues on this pull request.

View more on Code Climate.

@mimmi20 mimmi20 merged commit 9775836 into master Jan 9, 2024
65 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-fbf211b1cd branch January 9, 2024 12:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant