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.15.10 #201

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rector/rector from 0.8.7 to 0.15.10.

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
  • 000bfb6 Rector 0.15.10
  • 39a38b4 Rector 0.15.9
  • df111d9 Updated Rector to commit 9cb97aa042de32f336321516131f007dd519c2d4
  • 49dcc08 Rector 0.15.8
  • c0543b1 Updated Rector to commit 6ff46171a59dbfe0eddabf6ffcd8c091fbea8915
  • defe188 Updated Rector to commit 1ab342a4ee4bf282bb436c636c401d37a9476d23
  • 3caa257 Updated Rector to commit 1ab342a4ee4bf282bb436c636c401d37a9476d23
  • 1253856 Updated Rector to commit 2d6869fe3933347397a2ce879805a91e829e09a9
  • c67791b Updated Rector to commit cec3a1183d0a82e38dfdb06ecfa9b9b5d97125de
  • 78a094b Updated Rector to commit fc77aa08f716935ceb22db7ec32f4a45fabf6cf1
  • 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 #203.