[go: up one dir, main page]

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): bump rector/rector from 0.15.19 to 0.15.23 in /vendor-bin/rector #626

Merged

Conversation

dependabot[bot]
Copy link
@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps rector/rector from 0.15.19 to 0.15.23.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.22

New Features 🥳

  • Implement AddConstructorParentCallRector (#3430), Thanks @​jackbentley!
  • [CodeQuality] Add indirect return scalar on ReturnTypeFromStrictScalarReturnExprRector (#3478)
  • [Container] Add RectorConfig::containerCacheDirectory() (#3490)
  • [TypeDeclaration] Handle return from array_map() on ReturnTypeFromStrictTypedCallRector (#3471)

Bugfixes 🐛

  • [AutoImport][PostRector] Handle duplicated import on namespaced class on UseAddingPostRector (#3461)
  • [Php80] Narrow bool|false to bool on UnionTypesRector (#3468)
  • [TypeDeclaration] Skip on ArrayDimFetch on EmptyOnNullableObjectToInstanceOfRector (#3473)
  • [PostRector] Allow unused alias removal from Use_ on UnusedImportRemovingPostRector (#3477)
  • [CodingStyle] Skip var ArrayDimFetch on SplitDoubleAssignRector (#3481)
  • [TypeDeclaration] Skip mixed condition string on TypedPropertyFromStrictConstructorRector (#3482)
  • [Caching] Alternative Fix caching on change config cache not cleared (#3483)
  • [DowngradePhp73][DowngradePhp74] Fix infinite loop on DowngradeNullCoalescingOperatorRector+DowngradePhp73JsonConstRector (#3484)
  • [TypeDeclaration] Handle infinite loop on type recursive itself on ReturnTypeFromStrictTypedCallRector (#3487)
  • [Printer] Handle commented code before closing tag on no rule applied print on PhpFileProcessor (#3488)
  • [Config] Increase default nested chain method call limit to 120 (#3491)
  • Performance: Memoize sipped file paths (#3495), Thanks @​keulinho!
  • [CodeQuality] Skip with ascii on JoinStringConcatRector (#3497)
  • Reuse AstResolver memoizing on ClassLikeAstResolver (#3498)

Released Rector 0.15.20

New Features 🥳

  • [DX] Add "setup-ci" command to ease integration to CI (#3425)
  • [CI] Move from EndBug/add-and-commit to stefanzweifel/git-auto-commit-action (#3426)
  • [CodeQuality] Add concat support on ReturnTypeFromStrictScalarReturnExprRector to be string (#3435)
  • [Php80] Add typed property Closure support on ClassPropertyAssignToConstructorPromotionRector (#3453)

Bugfixes 🐛

  • [Privatization] Fix crash on assign inside Arg on ChangeReadOnlyVariableWithDefaultValueToConstantRector (#3423)
  • [TypeDeclaration] Only apply false type on php 8.2+ configured on TypedPropertyFromAssignsRector (#3422)
  • [Php71] Set public constant on final constant on PublicConstantVisibilityRector (#3431)
  • [CodingStyle] Fix infinite loop on NewlineAfterStatementRector when parent attribute is different (#3434)
  • [Php80] Skip array append different keys in cases on ChangeSwitchToMatchRector (#3437)
  • Alternative Rector workflow on check repo before steps run (#3440)
  • Handle $reflectionProperty->getDefaultValueExpression() return null (#3446)
  • [CodingStyle] Skip case not constant value on BinarySwitchToIfElseRector (#3452)
  • [CodingStyle] Use ExprAnalyzer::isDynamicExpr() to detect dynamic value case cond on BinarySwitchToIfElseRector (#3456)
  • [DeadCode] Skip assign inside if cond on RemoveAlwaysTrueIfConditionRector (#3447)

... (truncated)

Commits
  • f4984eb Rector 0.15.23
  • b5afb12 Updated Rector to commit 5e29a35bb60f92bece6fede8080645e7ba7fc421
  • 6438137 Updated Rector to commit b411755c297647bf0350c849e35b63c0de5f20b2
  • 5c499ec Rector 0.15.22
  • 76fd715 Updated Rector to commit fa4c805047d25cd7024c1d415aa5550b884101eb
  • fd25bb9 Updated Rector to commit 28e9cdb10785dc382ba2c9251cf1dde9024affa2
  • 3dd9553 Updated Rector to commit 6481ecdb4f118da8e42e1d7123fc21e6fac21a7f
  • 765799a Updated Rector to commit ed11caa6ada99a91a251b94c28b89856f20588af
  • b17ced8 Updated Rector to commit ea0c6c15d9a937b1aebd4991815c7a0bab7f30c0
  • 9186224 Updated Rector to commit 172d354a23c7b437f255709c7b85dcf667f41adb
  • 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.15.19 to 0.15.23.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.15.19...0.15.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency label Apr 1, 2023
@localheinz localheinz self-assigned this Apr 1, 2023
@localheinz localheinz merged commit cb25767 into main Apr 1, 2023
@localheinz localheinz deleted the dependabot/composer/vendor-bin/rector/rector/rector-0.15.23 branch April 1, 2023 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant