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 #345

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

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

Release notes

Sourced from infection/infection's releases.

Do not remove attributes from class methods

Fixed:

Full Changelog: infection/infection@0.27.7...0.27.8

Commits

Updates mimmi20/coding-standard to 5.1.24

Commits
  • 5a893f9 Merge pull request #405 from mimmi20/dependabot/composer/master/friendsofphp/...
  • c1d5b1e composer(deps): update friendsofphp/php-cs-fixer requirement
  • dbbe249 Merge pull request #404 from mimmi20/dependabot/github_actions/master/minor-p...
  • fc25400 github-actions: bump the minor-patch-dependencies group with 1 update
  • e0bd317 Merge pull request #406 from mimmi20/updates
  • 3842d06 remove semantic labels
  • 3e318fe Merge pull request #402 from mimmi20/dependabot/composer/master/minor-patch-d...
  • 49b87a2 composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • 0c20b1c Merge pull request #401 from mimmi20/dependabot/github_actions/master/minor-p...
  • d4fbdd2 github-actions: bump the minor-patch-dependencies group with 1 update
  • See full diff in compare view

Updates rector/rector to 0.18.7

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.7

New Features 🥳

  • [CodeQuality] Add negated support on SingleInArrayToCompareRector (#5205)
  • [Php83] Adds rule for adding Override attribute (#5170), Thanks @​peterfox!

Bugfixes 🐛

  • BinaryOpBetweenNumberAndStringRector don't trust phpdoc (#5199), Thanks @​staabm!
  • [CodeQuality][Php70] Handle LocallyCalledStaticMethodToNonStaticRector + ThisCallOnStaticMethodToStaticCallRector must change both method and caller (#5196)
  • CountArrayToEmptyArrayComparisonRector: don't trust phpdoc (#5203), Thanks @​staabm!
  • [TypeDeclaration] Skip union false on NumericReturnTypeFromStrictScalarReturnsRector (#5204)
  • [CodeQuality] Handle negated isset on IssetOnPropertyObjectToPropertyExistsRector on property not exists (#5206)
  • [CodeQuality] Handle crash no scope on ThrowWithPreviousExceptionRector+OptionalParametersAfterRequiredRector (#5207)
  • [NodeTypeResolver] Clean up TryCatch_ Scope filling (#5208)
  • [PHPStanStaticTypeMapper] Clean up tweak false and bool check on UnionTypeMapper (#5209)
  • [TypeDeclaration] Skip default numeric string on param int on ParamTypeByMethodCallTypeRector (#5210)
  • [AutoImport] Handle AnnotationToAttributeRector + RenameClassRector then enable auto import (#5213)
  • [Php80] Keep single quoted Argument Attribute on AnnotationToAttributeRector (#5214)
  • [Php80] Keep single quoted key: 'value' on AnnotationToAttributeRector (#5215)
  • [AutoImport] Ensure change to FullyQualified for Attribute on just changed from annotation (#5216)
  • [Php52][Php70] Handle ContinueToBreakInSwitchRector + BreakNotInLoopOrSwitchToReturnRector (#5217)
  • [Php80] Handle RenameClassRector+AnnotationToAttributeRector with auto import and existing attribute defined (#5219)
  • [Testing] In case of failed test using multiple rules, show applied Rector rules to make easy to find them (#5222)
  • [NodeTypeResolver] Handle nullable extended class on ->isObjectType() on DowngradeReflectionGetAttributesRector (#5224)
  • NullableCompareToNullRector: Don't trust phpdocs (#5225), Thanks @​staabm!
  • [CodingStyle] Move ArraySpreadInsteadOfArrayMergeRector from php74 to codingstyle sets list (#5230)
  • [PostRector] Ensure old classes in use statements cleaned up after rename attribuet on ClassRenamingPostRector (#5231)
  • RestoreDefaultNullToNullableTypePropertyRector: skip @readonly phpdoc (#5233), Thanks @​staabm!
  • [AutoImport] Handle DeclareStrictTypesRector on importNames() enabled on no namespace (#5241)
  • [AutoImport] Allow auto import just renamed @​var only docblock on RenameClassRector without removeUnusedImports() enabled (#5220)
  • Remove rule DataProviderArrayItemsNewlinedRector.php (#5227), Thanks @​eerison!
  • Remove ArraySpreadInsteadOfArrayMergeRector from LevelSetList::UP_TO_PHP_74 (#5228), Thanks @​staabm!
  • [DeadCode] Allow indirect duplicated grouping on RemoveDuplicatedCaseInSwitchRector (#5234)
  • [DeadCode] Reduce double loop on RemoveDuplicatedCaseInSwitchRector (#5235)
  • [DeadCode] Handle different indirect duplicated on RemoveDuplicatedCaseInSwitchRector (#5236)
  • [DeadCode] Ensure change hasChanged flag on RemoveDuplicatedCaseInSwitchRector (#5237)
  • [DeadCode] Handle repetitive jump equal case stmts on RemoveDuplicatedCaseInSwitchRector (#5239)
  • Rename parameter variable to nextCase on RemoveDuplicatedCaseInSwitchRector (#5244)
Commits
  • caba0e2 Rector 0.18.7
  • 88ba2c5 Updated Rector to commit caba1a00f6c66fe383ed38624087f6dd527808c6
  • 55d6c6f Updated Rector to commit 61d68c89b434271c793fbbcc8e6252e9f3e0e7eb
  • 39dc614 Updated Rector to commit 42b697f65f0c648cc45abcc5b9e32a16a7967caa
  • 753e83f Updated Rector to commit 4ed71bc537b3b3bb80245efb7661941119ab077d
  • e26480f Updated Rector to commit 7e7304b93cd03fda558ac8ebfbc682ffa4938fe0
  • e41e10d Updated Rector to commit 2f74b02ef6c754c68abcdd246837583967e24678
  • 382d51d Updated Rector to commit eac58be00246ea8c89548289f2cc742e8b1b6b1a
  • 17eadc7 Updated Rector to commit b0d4b15c3fd96582c6e3ed4d21cf4d30eb8742ce
  • c51a745 Updated Rector to commit bee1dae395490dd91a86230e1886b514288dfa62
  • 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 November 13, 2023 15:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2023
Copy link

github-actions bot commented Nov 13, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • infection/infection@>= 0.27.8, < 0.28.0
  • mimmi20/coding-standard@>= 5.1.24, < 6.0.0
  • rector/rector@>= 0.18.7, < 0.19.0
  • infection/infection@>= 0.27.7, < 0.28.0
  • mimmi20/coding-standard@>= 5.1.23, < 6.0.0
  • rector/rector@>= 0.18.6, < 0.19.0

…dates

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

Updates `infection/infection` to 0.27.8
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.7...0.27.8)

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

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

---
updated-dependencies:
- dependency-name: infection/infection
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/coding-standard
  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-d8b350496c branch from a5977dd to 0bfd77e Compare November 13, 2023 16:02
@mimmi20 mimmi20 merged commit 9339768 into master Nov 13, 2023
70 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-d8b350496c branch November 13, 2023 16:24
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