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.8.7 to 0.18.13 #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 21, 2023

Bumps rector/rector from 0.8.7 to 0.18.13.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.13

New Features 🥳

  • [DeadCode] Add Function_ support on RemoveUselessReturnTagRector (#5325)
  • [TypeDeclaration] Add MergeDateTimePropertyTypeDeclarationRector (#5327)
  • [DeadCode] Add Function_ support on RemoveUselessParamTagRector (#5331)
  • [DeadCode] Add RemoveNullTagValueNodeRector (#5352)

Bugfixes 🐛

  • [Php83] Fix const from applying incorrect types (#5326), Thanks @​peterfox!
  • [TypeDeclaration] Fix missing change type to DateTimeInterface on MergeDateTimePropertyTypeDeclarationRector (#5329)
  • [TypeDeclaration] Handle DateTimeInterface from use statement on MergeDateTimePropertyTypeDeclarationRector (#5330)
  • [TypeDeclaration] Handle assign $this on TypedPropertyFromAssignsRector (#5333)
  • Fix array type if property is used in TypedPropertyFromStrictConstructorRector (#5339)
  • [Naming] Skip DateTimeImmutable on RenamePropertyToMatchTypeRector (#5340)
  • [PHP 7.4] Skip typed properties in the set, as standalone set now available (#5342)
  • [TypeDeclaration] Skip has child return different type on ReturnNeverTypeRector (#5343)
  • [Experiment][TypeDeclaration] Allow change abstract class methods with body on ReturnType*Rector (#5344)
  • [Php55] Make StringClassNameToClassConstantRector configurable to keep first pre-backslash string configurable (#5354)
  • [TypeDeclaration] Skip casted to (array) on StrictArrayParamDimFetchRector (#5356)
  • [TypeDeclaration] Return new static from different object on ReturnTypeFromStrictTypedCallRector (#5357)
  • [TypeDeclaration] Allow return static from under function on ReturnTypeFromStrictTypedCallRector (#5358)
  • [Naming] Skip $this in RenameForeachValueVariableToMatchExprVariableRector (#5360), Thanks @​sreichel!
  • [Transform] Do not create a new node if the existing node is already the correct one on AttributeKeyToClassConstFetchRector (#5328), Thanks @​SerethiX!
  • Bump to php parser 4.18 (#5362)
  • [CodeQuality] Skip Superglobals variable on SimplifyEmptyCheckOnEmptyArrayRector (#5369)
  • [Php55] Handle crash after exit() on GetCalledClassToSelfClassRector (#5372)
  • [CodeQuality] Skip method call on else on TernaryFalseExpressionToIfRector (#5373)
  • Remove return type in case of never in RemoveUselessReturnTagRector (#5323), Thanks @​staabm!
  • [DeadCode] Remove unused @​return mixed on RemoveUselessReturnTagRector (#5332)
  • [DeadCode] Skip has parent class with __call() magic method on RemoveParentCallWithoutParentRector (#5336)
  • [PHP 5.5] Remove extra preslash in class reference, as in practice removal manually (#5338)
  • [DeadCode] Remove null as never used param type in RemoveUselessParamTagRector (#5348)
  • Remove json throw on error rule from PHP 7.3 set, as changed behavior and must be applied on purpose (#5349)
  • [Testing] Remove unnecessary set Parameter Source on TestingParser (#5371)

Released Rector 0.18.12

New Features 🥳

  • [CodeQuality] Add RemoveUselessIsObjectCheckRector (#5316)
  • [PHP83] Implements a rule to add types to class constants (#5290), Thanks @​peterfox!

Bugfixes 🐛

  • [TypeDeclaration] Skip iterable already there in AddReturnTypeDeclarationFromYieldsRector (#5291)

... (truncated)

Commits
  • f8011a7 Rector 0.18.13
  • 40ac5ba Updated Rector to commit 4283beff2f78d5820f27384826d5d1b75d3ff62a
  • 10fd8e5 Updated Rector to commit 02a30d483fe28abc9315a7e6bf809614750c95ab
  • 5f40a31 Updated Rector to commit affdec96db31156ab2b05a5801f980e284e291a5
  • 335a386 Updated Rector to commit 63201f76725831988f1484476f6f84e0976a5742
  • 291e258 Updated Rector to commit 54491a53f081fd8785269513b1650a524a9077f1
  • 785ac22 Updated Rector to commit 89d2c9c4eb2bfddc226136899b1fdb0a99d19a8a
  • aba5aec Updated Rector to commit aa52c4ecedb83773b12c4d3b2906ba36601057ba
  • d525e92 Updated Rector to commit 1dcebfe29713124a43504c9a4bac322fa2f41f59
  • 168d6a7 Updated Rector to commit 120e0ccfc40bc696d23a9e1d93b6662ea7dfa682
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.8.7 to 0.18.13.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@v0.8.7...0.18.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

sonarcloud bot commented Dec 21, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

0 participants