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.22 #167

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rector/rector from 0.8.7 to 0.12.22.

Release notes

Sourced from rector/rector's releases.

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)
  • [Php74] Allow change protected property of final class when property only in current class on TypedPropertyRector (#2153), Thanks @​samsonasik!
  • Remove uses nodes attribute - part #1 (#2155)
  • Disable StatementNodeVisitor (#2154)
  • Remove NamespaceNodeVisitor (#2167)
  • Decouple aliased object type specifier + updgrade to PHPStan 1.6 (#2170)
  • [DowngradePhp80] Add Static Call Support on DowngradeMatchToSwitchRector (#2175), Thanks @​samsonasik!
  • Adds test for DowngradeMatchToSwitchRector match having true subject expression (#2176), Thanks @​jrstanley!
  • [TypeDeclaration] Skip return type defined Closure on ReturnTypeDeclarationRector (#2179), Thanks @​samsonasik!
  • [Doc] Document deprecated USE_NODES and CURRENT_STATEMENT constant to use existing method call when needed (#2181), Thanks @​samsonasik!
  • [Doctrine][Nette][TypeDeclaration] Handle add __construct with no Scope on InitializeDefaultEntityCollectionRector+RenderMethodParamToTypeDeclarationRector (#2180), Thanks @​samsonasik!

Released Rector 0.12.21

New RectorConfig to configure your rector.php Without Effort!

  • Add RectorConfig for custom configuration methods (#2019) (#2063)

Before

use Rector\Core\Configuration\Option;
use Rector\Php74\Rector\Property\TypedPropertyRector;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

return static function (ContainerConfigurator $containerConfigurator): void { </tr></table>

... (truncated)

Commits
  • 0e76f19 Rector 0.12.22
  • 3912bd3 Updated Rector to commit aa89fde52b66924e3b52ab7a106396c2b2aeb850
  • 152dec0 Updated Rector to commit 0f83ac3c878728be3118805933959e99b0939716
  • 33e9a63 Updated Rector to commit 80df62821f4226577ad7501149ab9573f09db4c7
  • 2e00657 Updated Rector to commit 4fea4e23b905ca07fc5b6a2a94076804ab26c780
  • 127b77f Updated Rector to commit ae45be1cf3ef4103d529423fcd4d41f2223ddb9a
  • e0d9ac9 Updated Rector to commit 7fb8254c2383a96e83040b4c3ce9ee330a0a8363
  • e5c8dfa Updated Rector to commit c5c620aa1a3f68745dc7a2cc03bc3d1f32c266b1
  • 523a714 Updated Rector to commit 6680bd84128f8fc53fb0630b8d81700e93a5b1d9
  • c7ca691 Updated Rector to commit ba29e3fd5f1584fe54d9b1edbe78b15e592a1791
  • 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 #168.