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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps-dev): Bump rector/rector from 1.0.4 to 1.0.5 #1385

Merged
merged 1 commit into from May 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps rector/rector from 1.0.4 to 1.0.5.

Release notes

Sourced from rector/rector's releases.

Released Rector 1.0.5

New Features 馃コ

  • [TypeDeclarations] Add IncreaseDeclareStrictTypesRector to raise level of declare() coverage (#5849)

Bugfixes 馃悰

  • ExplicitReturnNullRector should skip never return (#5802), Thanks @鈥媠taabm!
  • Make Compatible with phpstan 1.11.x code (#5804)
  • [CodeQuality] Skip Always return in try catch with finally on ExplicitReturnNullRector (#5807)
  • [CodeQuality] Skip never type on default switch on ExplicitReturnNullRector (#5808)
  • [CodeQuality] Skip while(true) always returned on ExplicitReturnNullRector (#5810)
  • [TypeDeclaration] Skip maybe not returned on while on ReturnUnionTypeRector (#5812)
  • [Php81] Skip on property and class const on FirstClassCallableRector (#5813)
  • [Php81] Skip __invoke() usage from non-class code on FirstClassCallableRector (#5816)
  • [Php81] Skip always string if else DomElement on NullToStrictStringFuncCallArgRector (#5822)
  • [TypeDeclaration] Handle crash on @鈥媘ixin usage on ReturnTypeFromStrictTypedCallRector (#5823)
  • [Php81] Skip mixed type on ArrayDimFetch on NullToStrictStringFuncCallArgRector (#5826)
  • Fix original quotes in PregReplaceEModifierRector (#5827)
  • [CodeQuality] Skip $counter variable exists on ForRepeatedCountToOwnVariableRector (#5828)
  • [Php81] Use PHPStan ParametersAcceptor to detect allowed argument types on NullToStrictStringFuncCallArgRector (#5829)
  • [Renaming] Skip func call name on RenameClassRector (#5833)
  • Support NullSafeMethod calls in unused-code analysis (#5838), Thanks @鈥媠taabm!
  • Support NullSafeProperty fetches in unused-code analysis (#5839), Thanks @鈥媠taabm!
  • Ignore phpdoc type in RecastingRemovalRector (#5841), Thanks @鈥媠taabm!
  • [Naming] Skip DateTime as individual in name resolver (#5842)
  • [Experiment] Rework child classes detection on DynamicSourceLocatorProvider (#5735)
  • [Printer] Handle Strip left spaces from opening tags on namespaced PHP + HTML content (#5851)
  • [CodeQuality] Fix tautology transformation on identical check on SimplifyTautologyTernaryRector (#5854)
  • [CodeQuality] Skip dynamic second arg or has uppercase second arg on SimplifyStrposLowerRector (#5855)
  • [NodeTypeResolver] Use existing DefaultReflector::reflectAllClasses() method on DynamicSourceLocatorProvider (#5856)
  • [EarlyReturn] Skip with AssignOp on PreparedValueToEarlyReturnRector (#5857)
  • [TypeDeclaration] Handle array with index assigned on TypedPropertyFromAssignsRector (#5861)
  • [TypeDeclaration] Handle return by array shape type on AddArrowFunctionReturnTypeRector (#5815)
  • [CodeQuality] Add Function_ and FuncCall support on OptionalParametersAfterRequiredRector (#5835)
  • [Php83] Handle default native constant on AddTypeToConstRector (#5843)
  • [PHP 7.2] Add error suppres support to each() rule (#5844)
  • [TypeDeclaration] Skip more detailed type on AddMethodCallBasedStrictParamTypeRector (#5866)
  • [DeadCode] Skip $this instanceof in Trait on RemoveAlwaysTrueIfConditionRector (#5817)
  • [DeadCode] Skip $this in trait on RemoveDeadInstanceOfRector (#5818)
Commits
  • 73eb63e Rector 1.0.5
  • 322f3ad Updated Rector to commit 48fc55d89350f24521a197c04b5512452a3b50fc
  • fe89136 Updated Rector to commit 558f44d5939be4314d76f4850a34be3590e65bfd
  • f7723ed Updated Rector to commit ef84a1a722c39839de1bcd79e0d3558b3e7d935d
  • ed1310b Updated Rector to commit acb0b5d3ad760e7253fb6f49b4047ec6226384d4
  • 9da012c Updated Rector to commit bb90e0bbafee5e47720d9fda8f7e46fad5bd90a2
  • dcdff77 Updated Rector to commit 8371040f72445fda4e96f29783b5de5351524c8a
  • 582a864 Updated Rector to commit 650dcc6394c6df206772350e525311f8080e5077
  • 2dc9d28 Updated Rector to commit 6649713eb98b016d5503163cd8cbea534ae61f2e
  • 5c55f54 Updated Rector to commit 4789b516d98b619f2e04900ab0ae442eb94a5348
  • 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 1.0.4 to 1.0.5.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.0.4...1.0.5)

---
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 requested a review from ergebnis-bot as a code owner May 10, 2024 16:12
@dependabot dependabot bot requested a review from localheinz as a code owner May 10, 2024 16:12
@ergebnis-bot ergebnis-bot self-assigned this May 10, 2024
@ergebnis-bot ergebnis-bot merged commit 1feb0b5 into main May 10, 2024
18 checks passed
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/rector/rector-1.0.5 branch May 10, 2024 16:13
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

1 participant