Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Bump rector/rector from 0.14.5 to 0.14.6 #293

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps rector/rector from 0.14.5 to 0.14.6.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.14.6

New Features 🥳

  • Move cakephp Rector from the core to the community (#2966)
  • Use better composer-unused (#2972)

Bugfixes 🐛

  • [DeadCode][Privatization] Handle crash on RemoveDeadZeroAndOneOperationRector+ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#2962)
  • [DeadCode][EarlyReturn] Handle RemoveUnusedVariableAssignRector+RemoveAlwaysElseRector (#2964)
  • Fix wrong results in ExactCompareFactory (#2973), Thanks @​jlherren!
  • [Php81] Skip assigned after defined as constructor promotion on ReadOnlyPropertyRector (#2976)
  • [Php80] Handle crash on nullable scalar with mixed param on MixedTypeRector (#2977)
  • [Core] Set compatible with latest BetterReflection usage to handle assert($startLine > 0) notice (#2978)
  • [TypeDeclaration] Handle Parent ClassMethod has no Return_ stmt on ReturnTypeDeclarationRector (#2980)
  • [Privatization] Skip Property unsetted on ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#2981)
  • fix symfony deprecation reports (rectorphp/rector-src@e58f390)
  • [Core] Remove second param on ClassLikeAstResolver::resolveClassFromClassReflection() (#2975)
  • [Core] Ensure refresh Scope Nodes when AbstractRector refactor() return array of Nodes (#2979)
  • [Core][Symfony] Handle crash on get dynamic value ClassConstFetch by method call on ChangeStringCollectionOptionToConstantRector (#2984)
  • [Php80] Handle crash after transform with trait-string on UnionTypesRector (#2985)
  • Fix multi property default assign (#2986)
  • Add new rule to simplify a last useless variable assignment. (#2963), Thanks @​Wohlie!
  • Fix missing extra import on NestedAnnotationToAttributeRector (#2989)
  • Assert JoinColumns in CPP should be converted (#2991)
Commits
  • e615742 Rector 0.14.6
  • 4f7e013 Updated Rector to commit ee222b28938a1debe2849c45660097eb1d6eeb5f
  • ee8ab57 Updated Rector to commit f4f758c7431f66bc97a019eb53055d05c15705c6
  • 2c34505 Updated Rector to commit ea25cb04aa92e0961a120347daaf7590e8c83782
  • de10257 Updated Rector to commit 4f8a0ad5194898f6947276b308c53e391cf524ac
  • a018694 Updated Rector to commit ee04ee1dc59ff0a6c3ff5d6558612dce7757a8f2
  • 6fe7603 Updated Rector to commit 2427c5a094a39018e0c558482faf218d577e3382
  • 25d0f35 Updated Rector to commit 1bf154701ccf924896e9a318947d731ea865d273
  • 0427ebc Updated Rector to commit 84a720bc93a7ecbce501f2afdff755ac12174a72
  • ed0b84e Updated Rector to commit 888c63cc9bae31b8ab77dfff059b9d2727341c87
  • 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.14.5 to 0.14.6.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.14.5...0.14.6)

---
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 dependencies Pull requests that update a dependency file php labels Oct 17, 2022
@codecov
Copy link

codecov bot commented Oct 17, 2022

Codecov Report

Base: 23.80% // Head: 23.80% // No change to project coverage 👍

Coverage data is based on head (1f96dae) compared to base (4a88a40).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #293   +/-   ##
=========================================
  Coverage     23.80%   23.80%           
  Complexity       45       45           
=========================================
  Files            14       14           
  Lines           105      105           
=========================================
  Hits             25       25           
  Misses           80       80           
Flag Coverage Δ
unittests 23.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gomzyakov gomzyakov merged commit 87b8d43 into main Oct 17, 2022
@gomzyakov gomzyakov deleted the dependabot/composer/rector/rector-0.14.6 branch October 17, 2022 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant