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.14.3 #186

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.8.7 to 0.14.3.

Release notes

Sourced from rector/rector's releases.

Released Recto 0.14.3

New Features :partying_face:

Bugfixes :bug:

  • [Down_To_PHP71] Handle both parent and child typed for trailing comma downgrade on DowngradeLevelSetList::DOWN_TO_PHP_71 (#2910)
  • [PHP 8.1] Do not process static methods from Enum class (#2911)
  • [PHP 7.4] Fix literator separator string/int missmatch in PHPStan type (#2913)
  • [Doctrine] Handle Partial removal annotation has annotation below on RemoveRedundantDefaultPropertyAnnotationValuesRector (#2914)
  • [DeadCode] Handle assign empty array on if cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2917)
  • [DeadCode] Skip assign if cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2918)
  • Skip first class callables in NullToStrictStringFuncCallArgRector (#2919), Thanks @​thomasschiet!
  • [Skipper] Handle provide direct relative path in Skipper (#2921)
  • Fix VarAnnotationIncorrectNullableRector, add support for closure params when generating php doc (#2922), Thanks @​dorrogeray!
  • [CodingStyle] Skip has non-printable chars on SymplifyQuoteEscapeRector (#2926)
  • [Php80] Handle crash on Nested Annotation to Attribute setting PhpVersion::PHP_80 (initializer - 1) (#2929)
  • [Visibility] Does not turn abstraction into static from implicit public abstractions in ExplicitPublicClassMethodRector (#7483) (#2930), Thanks @​Goral64!
  • [Php55] Allow alias name on StringClassNameToClassConstantRector (#2931)
  • [TypeDeclaration] Add AddArrowFunctionReturnTypeRector (#2933)
  • [DeadCode] Skip nullable array on not empty on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2935)
  • [AutoImport] Allow auto import to use existing alias in use statement (#2937)
  • Skip properties with default values for MakeTypedPropertyNullableIfCheckedRector (#2936), Thanks @​Wohlie!
  • [AutoImport] Add GroupUse support on auto import (#2939)
  • [AutoImport] Skip multiple namespaces on single file on auto imports (#2940)
  • Skip method of abstract class for StaticCallOnNonStaticToInstanceCallRector. (#2938), Thanks @​Wohlie!
  • Skip magic methods for StaticCallOnNonStaticToInstanceCallRector. (#2941), Thanks @​Wohlie!
  • Add refactorings for ...val() (#2942), Thanks @​Wohlie!
  • [DeadCode] Handle crash on RemoveUnusedPrivatePropertyRector+RemoveJustPropertyFetchForAssignRector (#2943)
  • Fix type error on downgraded version. (#2946), Thanks @​Wohlie!
  • [TypeDeclaration] Skip intersection array on ReturnTypeDeclarationRector on PHP 8.1 feature enabled (#2948)
  • [Php56] Skip after exit() on AddDefaultValueForUndefinedVariableRector (#2949)
  • ParamAnalyzer: Accept all FunctionLike (#2945), Thanks @​jtojnar!

Released Rector 0.14.2

Bugfixes :bug:

  • [Php74] Skip Nested ternary parenthesized multiline on ParenthesizeNestedTernaryRector (#2902)
  • Update nikic/php-parser to 4.15.1 (#2903)
  • [Php55] Handle pre-slash string on StringClassNameToClassConstantRector (#2905)
  • Explain how to persist Rector caches between CI runs (#2906), Thanks @​CodeCasterNL!
  • Fix missing FileSystem class in Symfony project (#7449)

Released Rector 0.14.1

New Features :partying_face:

... (truncated)

Commits
  • c4ec650 Rector 0.14.3
  • 35d8c79 Updated Rector to commit 013263141ed4c13fefdb10c60c0719f38049d3fb
  • 3bad479 Updated Rector to commit 1743bb1a9a95bf0d9353976930533ce008c6f05d
  • 7fc770b Updated Rector to commit 3335ea46e83544a4cb694931809e46dc3b5c849c
  • a548d35 Updated Rector to commit f846afc61bdd4839085f265b505b60cf1b866553
  • 34e47ea Updated Rector to commit b54c62993056f984ca68d75c654b98794f931582
  • cd097e5 Updated Rector to commit b54c62993056f984ca68d75c654b98794f931582
  • 5f9e358 Updated Rector to commit 8615aa59fb9e0f650e529f8e08e02b8b3a7dd0ac
  • 1fbb663 Updated Rector to commit 05dc89279c87e074f6a974ab5a973a36c8262723
  • 72df448 Updated Rector to commit 603502724909905922d0c18646fb86b51d844fc9
  • 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 1 year ago

Superseded by #188.