pear / Services_Openstreetmap

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
https://pear.php.net/package/Services_OpenStreetMap/
BSD 3-Clause "New" or "Revised" License
199 stars 53 forks source link

Bump rector/rector from 0.8.7 to 0.12.19 #163

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rector/rector from 0.8.7 to 0.12.19.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.12.19

New Features :tada:

  • [DX] simplify --debug output to the proccessed file path (#1933)
  • [Php80] Handle return match no default on ChangeSwitchToMatchRector (#1949), Thanks @​samsonasik!
  • [Php80] Handle init in before else on ChangeSwitchToMatchRector (#1952), Thanks @​samsonasik!

Bugfixes 🐛

  • [Php81] Skip has unset property fetch on ReadOnlyPropertyRector (#1954), Thanks @​samsonasik!
  • Fix stub PHPUnit\Framework\TestCase (#1954), Thanks @​samsonasik!
  • [TypeDeclaration] Avoid adding param type in case of different default type (#1956)

Released Rector 0.12.18

New Features :tada:

  • [TypeDeclaration] Add ArrayShapeFromConstantArrayReturnRector (#1908)
  • [Transform] Add type matching to MethodCallToPropertyFetchRector (#1905)
  • [Arguments] Add RemoveMethodCallParamRector (#1906)
  • [CodeQuality] Add InlineConstructorDefaultToPropertyRector (#1935)
  • Add StaticCall support to RemoveMethodCallParamRector (#1916)
  • [DX] simplify --debug output to the proccessed file path (#1933)

Bugfixes 🐛

  • [CodeQuality] Handle default value on CallableThisArrayToAnonymousFunctionRector (#1900), Thanks @​samsonasik!
  • [TypeDeclaration] Skip ArrayShapeFromConstantArrayReturnRector on class name as key (#1911), Thanks @​samsonasik!
  • [Php81] Skip override __construct from interface on NewInInitializerRector (#1913), Thanks @​samsonasik!
  • [Arguments] Handle by pass 2nd argument default value on ArgumentAdderRector (#1946), Thanks @​samsonasik!
  • [DeadCode] Handle used in anonymous class on RemoveUnusedConstructorParamRector (#1948), Thanks @​samsonasik!
  • [Transform] Handle property exists via Property Promotion on NewToMethodCallRector (#1915), Thanks @​samsonasik!
  • [Renaming] Apply rename fully qualified namespace docblock on RenameNamespaceRector (#1917), Thanks @​samsonasik!
  • [CodingStyle] Handle Interface suffix on CatchExceptionNameMatchingTypeRector (#1918), Thanks @​samsonasik!
  • [CodingStyle] Use alias name when exists on CatchExceptionNameMatchingTypeRector (#1920), Thanks @​samsonasik!
  • Fix some minor misprints (#1922), Thanks @​bocharsky-bw!
  • [Dep] Add PHPUnit\Framework\TestCase stub on target-repository bootstrap.php (#1924), Thanks @​samsonasik!
  • [TypeDeclaration] Fix parent method param override (#1945)
  • [DeadCode][CodingStyle] Handle SplitDoubleAssignRector+RemoveUnusedPrivatePropertyRector (#1944), Thanks @​samsonasik!
  • [Php81] Skip static property on ReadOnlyPropertyRector (#1939), Thanks @​samsonasik!
  • [PHP 8.0] Fix skip of silent key in annotation to attribute (#1932)

Deprecations ⌛️

  • [MockeryToProphecy] Deprecate micro set as not practical (#1899)
  • [PhpSpecToPHPUnit] Deprecate historical set, mostly for experimental in early days (#1901)
  • Remove old PHPSpec 3 and 4 sets (#1902)

... (truncated)

Commits
  • ed06366 Rector 0.12.19
  • 9728a66 Updated Rector to commit cbefb243e25ad213b187a55e5e50ec34b627b547
  • 65f6a3f Updated Rector to commit 8f86f525f767f26787126265c158e8b9e77c4c0a
  • 59c2c1d Updated Rector to commit e7c028396bdd50b7cdbb765cdadab6878730295e
  • 7c43a40 Updated Rector to commit a0178a72d46df1626b50481b4367a921011de8c1
  • 3a72c9d Updated Rector to commit fe488e28e059e0257aa151165c447db56db331c7
  • a5de7de Updated Rector to commit d5c5fe3a97d1c33f20044659af23202e9e7e9ec5
  • f6c756c Rector 0.12.18
  • 247cb9f Updated Rector to commit f82fa3182cf021adbce60e2c6d9e823df5737881
  • f1e932e Updated Rector to commit de3c9b6f90ccc901c135a7d9786c4a9ea772bd4d
  • 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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 2 years ago

Superseded by #165.