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.15.21 #213

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.8.7 to 0.15.21.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.20

New Features :partying_face:

  • [DX] Add "setup-ci" command to ease integration to CI (#3425)
  • [CI] Move from EndBug/add-and-commit to stefanzweifel/git-auto-commit-action (#3426)
  • [CodeQuality] Add concat support on ReturnTypeFromStrictScalarReturnExprRector to be string (#3435)
  • [Php80] Add typed property Closure support on ClassPropertyAssignToConstructorPromotionRector (#3453)

Bugfixes :bug:

  • [Privatization] Fix crash on assign inside Arg on ChangeReadOnlyVariableWithDefaultValueToConstantRector (#3423)
  • [TypeDeclaration] Only apply false type on php 8.2+ configured on TypedPropertyFromAssignsRector (#3422)
  • [Php71] Set public constant on final constant on PublicConstantVisibilityRector (#3431)
  • [CodingStyle] Fix infinite loop on NewlineAfterStatementRector when parent attribute is different (#3434)
  • [Php80] Skip array append different keys in cases on ChangeSwitchToMatchRector (#3437)
  • Alternative Rector workflow on check repo before steps run (#3440)
  • Handle $reflectionProperty->getDefaultValueExpression() return null (#3446)
  • [CodingStyle] Skip case not constant value on BinarySwitchToIfElseRector (#3452)
  • [CodingStyle] Use ExprAnalyzer::isDynamicExpr() to detect dynamic value case cond on BinarySwitchToIfElseRector (#3456)
  • [DeadCode] Skip assign inside if cond on RemoveAlwaysTrueIfConditionRector (#3447)

Removed :skull:

  • Remove deprecated NodeValueResolver, ChangeSingletonToServiceRector as rather experimental and leaky (#3442 (#3442)
  • [Privatization] Remove ReplaceStringWithClassConstantRector as rather dynamic and can lead to unexpected results (#3443)

Released Rector 0.15.19

Bugfixes :bug:

  • Skip not natively typed property in AddParamTypeFromPropertyTypeRector (#3421), Thanks @​rene-bos!
  • [DeadCode] Skip if cond use variable from @​param doc on RemoveAlwaysTrueIfConditionRector (#3402)
  • [phpstan-extensions] Provide phpstan container to bootstrap file from extensions (#3401)
  • Allow class vs function names on imports (#3404)
  • Fixing random stop rules-tests with paratest (#3415)
  • rename fixture (#3416)
  • [CodeQuality] Handle deep comments merged on ShortenElseIfRector (#3419)
  • Skip nullable DateTimeInterface in RenamePropertyToMatchTypeRector (#3420)

Released Rector 0.15.18

New Features :partying_face:

  • Bump to PHPStan 1.10
  • [Transform] Add MethodCallToFuncCallRector (#3391)
  • [Php56] Skip after infinite loop on AddDefaultValueForUndefinedVariableRector (#3390)
  • [Php56][Php70] Handle infinite loop on AddDefaultValueForUndefinedVariableRector+IfToSpaceshipRector (#3394)

... (truncated)

Commits
  • 1cee8cc Rector 0.15.21
  • 3a55fbc Updated Rector to commit 0433671480db4a41267eddcab741ba1739b58f1f
  • 9a50d02 Updated Rector to commit d8dae934146cb5b99c6bd9eba340aa1863dce08c
  • 7a5d9d8 Updated Rector to commit 6091bdd821a72aa9df52363d944b003ec2fbaf1d
  • 16c8379 Updated Rector to commit ee55387e6a9171be6dfa446323eac57d247f7c45
  • b1ccc29 Updated Rector to commit 00b6703cdc1c7dde6a568b1121fb7ba5c2dc06a7
  • c3c4fb3 Rector 0.15.20
  • 2f750e7 Updated Rector to commit bf6fdc70b4b903a27367926d189400d279dcb411
  • 6fea23a Updated Rector to commit d9dc05621793de2fa23815b73e8db94c8f56b30d
  • 57f48de Updated Rector to commit ed16cab5a2fa6982539e06ad70ac9c119c7dc346
  • 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 1 year 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 9 months ago

Superseded by #216.