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.11 #203

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.8.7 to 0.15.11.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.15.8

New Features :partying_face:

  • [Printer] Apply add node before node before HTML take 3 (#3287)
  • Move Reprint previous node of first node early to NodeAddingPostRector, mix html+php take 4 (#3290)
  • Add constant FilesystemIterator::SKIP_DOTS when flags parameter is used (#3215), Thanks @​jawira!
  • Show different code on found errors, and on fatal errors (#3297)

Bugfixes :bug:

  • [CodeQuality] Handle mix HTML+PHP on ForRepeatedCountToOwnVariableRector (#3282)
  • Clean up mix HTML+PHP first stmt check (#3285)
  • Clean up Mix HTML+PHP take 2 (#3286)
  • [AutoImport] Skip first stmt is InlineHTML (#3288)
  • [Printer] Skip Tweak html+php handling on File is no diff (#3289)
  • [Php80] Handle crash leaveNode() returned invalid value of type integer on TokenGetAllToObjectRector (#3291)
  • [Php73] Skip prev() call on items after key called on ArrayKeyFirstLastRector (#3293)
  • Bump php-parser 4.15.3 and re-generate preload file (#3294)
  • [Renaming][PostRector] Handle skip path after defined at RenameClassRector (#3243)

Removed :skull:

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)

... (truncated)

Commits
  • 0034e74 Rector 0.15.11
  • c280a33 Updated Rector to commit e7ac52e9739ee461999d2a1d537f940e377667dd
  • 66cc09e Updated Rector to commit d118ae38e265476684bcf566b87301cca5716ed9
  • 0e62575 Updated Rector to commit b32a1902b7d179f12e1df2270dd9bae37dc7fd71
  • b693536 Updated Rector to commit 88a1434ef75fa9fb83524e3db1824cd8e961bc85
  • ab98563 Updated Rector to commit 033b0c2bf86dc2f7cd3c6d6183ddc5ad1a3ab390
  • 2e9b687 Updated Rector to commit 82163244c12ff8d14073bda37f21cfb03e532a6f
  • 67f4bcd Updated Rector to commit 0b5d2ed239b45cddcf4597eac75e23bad1e90cbf
  • dde7f41 Updated Rector to commit 0f025099cbdd8c4cc6c9a3ffa0775a9250f112de
  • ad67b25 Updated Rector to commit 2ddd44b249f552c8a4bd573763965de31417aaa3
  • 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 #204.