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.13.3 #171

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rector/rector from 0.8.7 to 0.13.3.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.13.3

Rector release downgrade is now handled in single run and with parallel run :zap: It's faster and vendor includes only the packages it really uses.

New Features :tada:

  • [Laravel] Add set for Laravel 9.x (#49), Thanks @​hirenkeraliya
  • [Attribures] Add annotation to attribute core rename in AnnotationToAttributeRector (#2384)

This now allows annotation to attribute rename with change in the namespace:

-use Project\Annotation\Security as SC;
+use Project\Attribute\Security as SC;

-/**

  • */ +#[SC\LoggedIn] final class PrivateController { }

Bugfixes :bug:

  • [Transform] Skip different method on CallableInMethodCallToVariableRector (#2395)
  • [CodeQuality] Add empty array support to InlineArrayReturnAssignRector (#2397)
  • [PHP 8.2] Skip readonly class on property without type in ReadOnlyClassRector (#2398)
  • Add annotation to attribute core rename in AnnotationToAttributeRector (#2380)
  • [DowngradePhp81] Handle crash parent Arg is missing scope on DowngradeFirstClassCallableSyntaxRector (#2387)

Changes :calendar:

  • remove working-dir option as not compatible with parallel run, better handle via CI working-dir options (#2387)

Released Rector 0.13.2

Bugfixes :bug:

  • Fix missing ReflectionUnionType class by moving stub loader to RectorContainerFactory (#2382)

Released Rector 0.13.1

New Features :tada:

  • [CodeQuality] Add InlineIsAInstanceOfRector (#2364)
  • [DX] Move configure to direct call in RectorConfig (#2367)
  • [DX] Various config merge, improve RectorConfig methods (#2371)
  • [DX] Remove non-PHP file formatting based on editorconfig, rather let external coding standard tools handle the file format (#2378)

Bugfixes :bug:

... (truncated)

Commits
  • 38c15a1 Rector 0.13.3
  • f40a2a2 Updated Rector to commit c85e9339be70f1795b68de9e3f77e38b9e7ad696
  • 80e45b1 Updated Rector to commit 32afbbe079de59a57522426215f84c14ac5dbe60
  • 82e4121 Updated Rector to commit 967279219d369ccb2e85ef1d7b34c4fa2ab60531
  • 8779477 Updated Rector to commit 3619d8bdaa2f48b04c5af3743c40968d76a49a8a
  • c25adde Updated Rector to commit 3778486d88990cc32030941d9fad4f7a9824a6c7
  • 8506c85 Updated Rector to commit 01fc91e57548e29d58db7e5c24a555b9d385828e
  • 0501290 Updated Rector to commit dc6bd9680c930795d9dd34fac16d5ff8304cc530
  • 5975ecb Updated Rector to commit 0dc9777f46971c709fea00ef85df87418654a0b5
  • 6612bb0 Updated Rector to commit 7df41da0558f1d013fb705339784c7cbe0b88b96
  • 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 #172.