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
200 stars 53 forks source link

Bump rector/rector from 0.8.7 to 0.15.7 #200

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.8.7 to 0.15.7.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.7

Bugfixes :bug:

  • Skip Doctrine Collection in RenamePropertyToMatchTypeRector (#3279)
  • Skip attribute in RemoveUnusedPromotedPropertyRector (#3280)
  • Fix AddMethodCallBasedStrictParamTypeRector for invalid generics type (#3281)

Released Rector 0.15.6

Bugfixes :bug:

  • Skip RenamePropertyToMatchTypeRector for promoted property date time (#3275)
  • Fix FinalizeClassesWithoutChildrenRector for changed class, use more reliable reflection to detect Doctrine attributes (#3276)
  • Skip date time on naming, as custom standard (#3278)
  • [Naming] Fix add fixture RenameVariableToMatchMethodCallReturnTypeRector for date time assign (#3277)

Released Rector 0.15.5

Bugfixes :bug:

  • [TypeDeclaration] Skip crash Undefined property: PhpParser\Node\Stmt\Enum_::$extends on AddParamTypeDeclarationRector (#3272)
  • Includes PHPStan bleedingEdge.neon config in phpstan-for-rector and phpstan-for-downgrade config (#3274)

Released Rector 0.15.4

New Features :partying_face:

  • [CodingStyle] Add DataProviderArrayItemsNewlinedRector (#3271)

Bugfixes :bug:

Released Rector 0.15.3

New Features :partying_face:

  • [CodeQuality] Add Variable support on class arg on InlineIsAInstanceOfRector (#3261)
  • [Utils] Add ArrayChecker util to verify first data found on given array (#3262)

Bugfixes :bug:

  • [TypeDeclaration] Fix TypedPropertyFromStrictGetterMethodReturnTypeRector for default type (#3251)
  • [Privatization] Optimize ParentPropertyLookupGuard, make $class parameter required (#3252)
  • [CodeQuality] Handle crash on ReturnTypeFromStrictScalarReturnExprRector on ConditionalTypeForParameter (#3254)
  • refactors Spatie enum method calls to native enums (#3226), Thanks @​JoolsMcFly!
  • PHP80 string helpers loose comparison (#3246), Thanks @​N-Silbernagel!
  • [CodeQuality] Handle class-string case insensitive on CompleteDynamicPropertiesRector (#3260)
  • [TypeDeclaration] Handle comment + single docblock on TypedPropertyFromAssignsRector (#3264)
  • Bump PHPStan ^1.9.7 (#3268)

... (truncated)

Commits
  • a43370e Rector 0.15.7
  • f21fb3b Updated Rector to commit 774de56c848e9b4c4bbf2a8319cbfaebd16f6ef9
  • 827c456 Updated Rector to commit fe7ed4fb9a4ed31a13f70ee9e6595552aecb0f58
  • 2980e4c Updated Rector to commit 3b3ee7ea805d2a5d4abe1049d595b456abdd400c
  • 81f82f7 Rector 0.15.6
  • 28ec152 Updated Rector to commit bea3bc6d9fd4fd5596486490f4abb612cd05b160
  • 3bf1b86 Updated Rector to commit 9a2bcbf87e0e9ef7a243bae52d666f9704c1aee1
  • f0db387 Updated Rector to commit b91f35ff6e833e2abb6591044309984549f0b539
  • 4372e75 Updated Rector to commit fbf9506c5de7389260e8a842c911b3315b053df3
  • d37a463 Updated Rector to commit fbf9506c5de7389260e8a842c911b3315b053df3
  • 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 #201.