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.13.0 #169

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rector/rector from 0.8.7 to 0.13.0.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.12.23

This release fixes major slowdown on find parents node rules in stmts: rectorphp/rector#7144, thanks for report and provided detailed info @​bobvandevijver and @​jrmcpeek :bow:

Update as soon as possible to enjoy the speed again :+1:

  • [Code] Improve BetterNodeFinder::findFirstPrevious() to only locate previous of parent if no previous of Node (#2209), Thanks @​samsonasik!

New Features :tada:

  • [CodeQuality] Add InlineArrayReturnAssignRector (#2183)
  • Add RectorConfigProvider to ask for configuration behave for 3rd party packages (#2187)
  • [Core] Add $seconds, $maxNumberOfProcess, and $jobSize parameters to RectorConfig::parallel() method (#2188), Thanks @​samsonasik!
  • [DX] Move PhpVersionProvider from AbstractRector to particular services (#2189)
  • [DowngradePhp80] Support match as array item in DowngradeMatchToSwitchRector (#2178), Thanks @​jrstanley!

Bugfixes 🐛

  • [DeadCode] Improve RemoveUnreachableStatementRector performance by return after array_splice early (#2193), Thanks @​samsonasik!
  • [DeadCode] Register array_splice into impure functions on PureFunctionDetector (#2194), Thanks @​samsonasik!
  • [CodingStyle] Skip readonly type property on AddArrayDefaultToArrayPropertyRector (#2196), Thanks @​samsonasik!
  • [DeadCode] Remove RemoveCodeAfterReturnRector, already handled at RemoveUnreachableStatementRector (#2199), Thanks @​samsonasik!

Released Rector 0.12.22

This release slowly moves towards RectorConfig to improve Rector isolation from your project and ease to configuration. You can read more about it here: https://getrector.org/blog/new-in-rector-012-introducing-rector-config-with-autocomplete

New Features :tada:

  • [DX] Update super old configure to RectorConfig (#2121)
  • [DX] Add RectorConfig upgrade rule to make upgrade easier :) (#2098)
  • Improve BetterNodeFinder::findFirstPrevious() to work without statements (#2136)
  • Invalidate errored files in cache, to avoid hiding errors (#2138)
  • [NodeCollector] Remove CurrentStmtResolver service (#2143), Thanks @​samsonasik!
  • [DX] Add note warning about using old config (#2177), Thanks @​dritter!
  • DowngradeMatchToSwitchRector adds Method and Function call support (#2173), Thanks @​jrstanley!

Bugfixes 🐛

  • [Fix][InlineSimplePropertyAnnotationRector] Add test case and minor fix (#2096), Thanks @​dorrogeray!
  • [TypeDeclaration] Skip union param type on AddArrayParamDocTypeRector (#2119), Thanks @​samsonasik!
  • [TypeDeclaration] Skip return property not exists by ClassReflection on ReturnTypeDeclarationRector (#2134), Thanks @​samsonasik!
  • [Php80] Handle named type on JMS\AccessType on AnnotationToAttributeRector (#2141), Thanks @​samsonasik!
  • [DeadCode] Skip remove variable on switch use return after break on RemoveUnusedVariableAssignRector (#2145), Thanks @​samsonasik!
  • [Php80] Skip different type cases cond on ChangeSwitchToMatchRector (#2147), Thanks @​samsonasik!
  • Remove PREVIOUS_STATEMENT from StatementNodeVisitor (#2146)
  • Remove CURRENT_STATEMENT where not needed (#2149)

... (truncated)

Commits
  • bb3b32d Rector 0.13.0
  • f89782b Updated Rector to commit f134b6183e8c1a9cef0d69cb3255015c963d3c19
  • a2cadae Updated Rector to commit 3fe07aa6a1b368b191cc0ed3df030988ae57bd39
  • 291f513 Updated Rector to commit f8c204adba7515823ad213f30d541bf87e921177
  • b7c661c Updated Rector to commit a9c6d9bd06515b5e5bbbcad3b2f7e70d3ab59125
  • a935bbc Updated Rector to commit 8fbc6582f998a7c3330a1ca7ff731f2e8fb2476f
  • 1192ab0 Updated Rector to commit 68906c7e178d486c9f6de95b70b40e8af70793f8
  • 87e9b6c Updated Rector to commit 20731aedd2668b2d920ac7502266996c9ccb618b
  • cb9cf8d Updated Rector to commit a59e9cece64b192b0e8b7701909cece3ef060bd8
  • de0de9a Updated Rector to commit 08a35afeb1cd4ac464b7da9d73f0256b1b585537
  • 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 #170.