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

Bump rector/rector from 0.12.9 to 0.12.10 #119

Merged
merged 1 commit into from
Jan 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2021

Bumps rector/rector from 0.12.9 to 0.12.10.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.12.10

Thank you all for amazing year 2021!

This year...

  • we've released a book with @​matthiasnoback where you can learn Rector in depth in days,
  • we've added static reflection that allows analyzing legacy projects,
  • we develop Rector on PHP 8.1 and release downgraded to PHP 7.1
  • and most importantly, you contribute more and more rules and fixes every month ❤️

Thank you from whole Rector team 🙇

We've prepared one 🎁 , that will make your life much easier in 2022...

Experimental - Parallel Run 🥳️

This release brings new exciting feature. The more threads your CPU has, the faster can Rector get. It's brand new feature, so we look for bleeding edge testers to try it out:

// rector.php
use Rector\Core\Configuration\Option;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
return static function (ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PARALLEL, true);

};

  • [Parallel] Add serializable object passing to FileProcessors (#1583)
  • [Parallel] Tidy up (#1585)
  • [Parallel] Improve tests to use file processor over file analyzer + fix missing RectorWithLineChange de/serialization (#1584)

New Features 🎉

  • [DowngradePhp80] Add #[\ReturnTypeWillChange] on DowngradeMixedTypeDeclarationRector on implements ArrayAccess (#1552), Thanks @​samsonasik!
  • [DowngradePhp80] Add DowngradeArrayFilterNullableCallbackRector (#1593), Thanks @​samsonasik!
  • [DowngradePhp70] Add DowngradeMethodCallOnCloneRector (#1559), Thanks @​samsonasik!
  • [DowngradePhp56] Add DowngradeArrayFilterUseConstantRector (#1573), Thanks @​samsonasik!

... (truncated)

Commits
  • 8c82319 Rector 0.12.10
  • 63acd79 Updated Rector to commit fee8a47d1a627b01bfba2d85293c84692715506a
  • e732d06 Updated Rector to commit fee8a47d1a627b01bfba2d85293c84692715506a
  • b88b7fa Updated Rector to commit eac5313f26a57e418ef66e55028319b339065d49
  • fd3e742 Updated Rector to commit 4399f28ee1aeec1bfe4446a97d741cee60c5eaf5
  • b1cba49 Updated Rector to commit 311ffc6ec3270cef54b3e243cf042d247195b6ac
  • c638bf2 Updated Rector to commit bc09bdc203c39fafb0616a9ea0c1d89d342c900a
  • 3110b1c Updated Rector to commit 18fbe1d0ded286436557c3ecc3e91cf553efb6c9
  • 825d9bd Updated Rector to commit 8648410c86d2775821b15ee20c3665dc1e34a806
  • 486b7be Updated Rector to commit 068369e632408225fe89991c08485ceb07f89664
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.12.9 to 0.12.10.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.12.9...0.12.10)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Dec 31, 2021
@maxakropolis
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit be20fd5 into master Jan 1, 2022
@dependabot dependabot bot deleted the dependabot/composer/rector/rector-0.12.10 branch January 1, 2022 12:28
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