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 2 updates #550

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

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

Commits
  • d5fc9e7 Merge pull request #391 from mimmi20/dependabot/composer/master/friendsofphp/...
  • b9ce481 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 547c5b8 Merge pull request #390 from mimmi20/dependabot/composer/master/minor-patch-d...
  • 61f011f composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • See full diff in compare view

Updates rector/rector to 0.18.5

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.5

New Features and Improvements 🥳

  • [build] Remove duplicated phpstan/phpstan from the build, as require by build package in composer.json already (rectorphp/rector-src@51ed7b6)
  • AddParamTypeBasedOnPHPUnitDataProviderRector: Check all data providers (#5068), Thanks @​jlherren!
  • AddParamTypeBasedOnPHPUnitDataProviderRector: Enhance existing rule to handle PHPUnit 10+ DataProvider Attribute (#4925), Thanks @​mcampbell508!
  • make PhpDocInfo::findByAnnotationClass() public to use in Symfony rules (#5103)

Bugfixes 🐛

  • Feature/fix class annotation bad print (#5081), Thanks @​etshy!
  • [Performance] Avoid ReflectionProvider check function exists on NameImportingPostRector (#5083)
  • InlineConstructorDefaultToPropertyRector Readonly Class (#5085), Thanks @​beschoenen!
  • [CodeQuality] Handle crash on variable variable on assign closure on OptionalParametersAfterRequiredRector (#5089)
  • [NodeTypeResolver] Use isScalar()->yes() usage on StaticTypeAnalyzer and ScalarTypeComparator services (#5099)
  • [ProcessAnalyzer] Ensure instanceof Stmt on check infinite loop on not yet has "created_by_rule" attribute (#5100)
  • [DX] Rename shouldImportName() to shouldSkipName() on ClassNameImportSkipper (#5107)
  • The ReturnTypeFromReturnNewRector must only handle new instances, to avoid leaking to everything (#5115)
  • [Php80] Skip when already implements Stringable and has string return type on StringableForToStringRector (#5120)

Removed and Deprecated 💀

  • [DX] Remove CurrentFileProvider dependency on ChangedNodeScopeRefresher (#5087)
  • [DX] Remove DependencyClassMethodDecorator as not used anymore due to paralel nature (#5094)
  • [PostRector] Remove CurrentFileProvider on PostFileProcessor (#5097)
  • [Comments] Remove unused copy Node object on CommentRemover (#5103)
  • [Performance][AutoImport] Remove just renamed check on ClassNameImportSkipper (#5106)
  • Deprecate CountOnNullRector as depends on previous context and require manual adjustment of previous result (#5101)
Commits
  • 2a3b82f Rector 0.18.5
  • 90920e0 Updated Rector to commit 6aed089476ea0167835fbbdb42d876cddb4c77d4
  • b1fd9df Updated Rector to commit 319e9f0694be4026734c932a3b6b8c31debdb0f8
  • 9696ef6 Updated Rector to commit a6732a5b0e80868a6542c9bd5443f27750577e64
  • a40e240 Updated Rector to commit a0f2f32c7970d925681fc4cec64efa1ee90b6ea8
  • 1c164a6 Updated Rector to commit 8cab945ae45b651cdf66c8bfbb1603c514733896
  • 68e7483 Updated Rector to commit fe2c85cde9f06c2ccb0e6e7bbbb24f8def25efa9
  • b9cc02d Updated Rector to commit a24035cbbd7d86e6a45a025d60ebede4e00333f8
  • 489d95e Updated Rector to commit b491f42c2acd125671c7908a3dacd86316048809
  • dfbbc51 Updated Rector to commit 4e56b7c4a9fa9747cb12025c94e07b85a30155bc
  • 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

…dates

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

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

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

---
updated-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] <[email protected]>
@dependabot dependabot bot requested a review from mimmi20 as a code owner October 5, 2023 20:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch labels Oct 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.1.20, < 6.0.0
  • rector/rector@>= 0.18.5, < 0.19.0
  • mimmi20/coding-standard@>= 5.1.19, < 6.0.0
  • rector/rector@>= 0.18.4, < 0.19.0

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2023
@dependabot dependabot bot deleted the dependabot/composer/master/minor-patch-dependencies-d8b05fc9fb branch October 6, 2023 20:37
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.

None yet

1 participant