jorijn / bitcoin-dca

DCA tool for automatically buying and withdrawing Bitcoin on Bl3P, Bitvavo, Kraken and Binance
https://bitcoin-dca.readthedocs.io/en/latest/
MIT License
83 stars 14 forks source link

Bump rector/rector from 0.15.24 to 0.17.4 #271

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.15.24 to 0.17.4.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.17.4

Bugfixes :bug:

  • [CodeQuality][EarlyReturn] Handle crash Replace Stmt to Expr on FlipTypeControlToUseExclusiveTypeRector+FlipTypeControlToUseExclusiveTypeRector+ReturnBinaryOrToEarlyReturnRector (#4474)
  • Fix ReturnBinaryOrToEarlyReturnRector mixing up returned nodes of array, hook into StmtsAwareInterface instead to keep next Rector rules updated (#4476)

Removed :skull:

  • Remove duplicated version_compare ReplaceFuncCallArgumentDefaultValue rule (#4473), Thanks @​alexander-schranz!
  • [EarlyReturn] Remove ReturnBinaryAndToEarlyReturnRector as creates code hard to read and flips condition (#4478)

Released Rector 0.17.3

In this release we continue preparing for Rector 1.0 release rectorphp/rector#7854

This includes removing last parent node connections, to lower node tree memory consumption 🥳️🥳️🥳️

  • [EarlyReturn] Remove findFirstNext() on InvertedIfFactory (#4399)
  • [DX] Remove findParentType() method (#4438)
  • [DX] Remove parent node from AbstractRector (#4465)

New Features :partying_face:

  • Add float mul integer type to NumericReturnTypeFromStrictScalarReturnsRector (#4376)
  • [TypeDeclaration] Add Encapsed string support to AlwaysStrictScalarExprAnalyzer (#4382)
  • [TypeDeclaration] Add StrictArrayParamDimFetchRector (#4384)
  • [DX] Kick of SimpleParameterProvider (#4405)

Bugfixes :bug:

  • [DeadCode] Skip non typed param numeric check on RecastingRemovalRector (#4390)
  • [Renaming] Handle crash on catch Exception name on RenameClassRector (#4401)
  • Fix NumericReturnTypeFromStrictScalarReturnsRector for non-natively-typed parameters (#4380), Thanks @​staabm!
  • [Php82] Skip extends unknown class on ReadonlyClassRector (#4408)
  • [TypeDeclaration] Handle crash on no namespace with + operation on DeclareStrictTypesRector (#4414)
  • [NodeTypeResolver] Reduce duplicated Scope fill on FuncCall (#4428)
  • Make JsonThrowOnErrorRector work with local scope to detect error_json methods (#4451)
  • Deprecate resolveNextNode() to work only in current node tree context (#4455)
  • [Naming] Skip used on next foreach on RenameForeachValueVariableToMatchExprVariableRector (#4469)

Removed :skull:

... (truncated)

Commits
  • 1482988 Rector 0.17.4
  • fb5e28c Updated Rector to commit db16e33a9a72d6c75600187d9f7851060d9a88fe
  • e73319d Updated Rector to commit 59b4c8d69f788a36184b69adf06b03e2ab2e8989
  • 2e39614 Updated Rector to commit 26a368c89ba8297d33600aa5a1c954d2a1b5d274
  • a552423 Updated Rector to commit aac0f2a90922bcfe90a1918448dc6e80172beb62
  • 6f70a13 Updated Rector to commit aac0f2a90922bcfe90a1918448dc6e80172beb62
  • dbd0b13 Rector 0.17.3
  • 5f68d82 Updated Rector to commit 284596d4b976784ebe973370e2ed93d0e9977d90
  • 94fef75 Updated Rector to commit 284596d4b976784ebe973370e2ed93d0e9977d90
  • 56adf23 Updated Rector to commit bed225d99e487388a60785fdb898fc997d3f759c
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #272.