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.6 #177

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rector/rector from 0.8.7 to 0.13.6.

Release notes

Sourced from rector/rector's releases.

Released Rector 0.13.6

New Features :tada:

  • [Core] AbstractScopeAwareRector is ready to be used in custom rules (#2537)
  • [PHP 8.1] Add FirstClassCallableRector (#2544)
  • [Php81] NullToStrictStringFuncCallArgRector - Register more functions (#2543), Thanks @​hungtrinh!
  • Improve RectorConfig import methods (#2526), Thanks @​alexndlm!

Bugfixes :bug:

  • [Renaming] Do not rename docblock same name not found in use inside namespace (#2471)
  • [TypeDeclaration] Skip generic on ReturnTypeDeclarationRector (#2469)
  • [DeadCode] Skip using coealesce assign operator on return on RemoveUnusedPrivatePropertyRector (#2476)
  • [DeadCode] Skip has return reassign Coalesce Op on RemoveUnusedPrivatePropertyRector (#2477)
  • [Php55] Handle crash on concat variable single quote on PregReplaceEModifierRector (#2483)
  • [PSR4] Handle invalid missing ; on NormalizeNamespaceByPSR4ComposerAutoloadRector with GroupUse (#2488)
  • [Php70] Refactor MultiDirnameRector by moving nestingLevel check to separate method (#2492)
  • [Php81] Fix crash on redis->set() on ReadOnlyPropertyRector (#2494)
  • [TypeDeclaration] Skip implements mixed, and already has typed return on AddReturnTypeDeclarationRector (#2509)
  • [Php81] Skip param reassign on ReadOnlyPropertyRector (#2498)
  • [CodeQuality] Fix default array param in CallableThisArrayToAnonymousFunctionRector (#2527)
  • [Transform] Handle with this->method() from current class on MethodCallToMethodCallRector (#2531)
  • [PHP 7.0] skip non-existing method in StaticCallOnNonStaticToInstanceCallRector (#2532)
  • [PHP 7.4] Skip default expr type on property, if there is mixed assign (#2534)
  • [Php56] Skip multiple catch with same variable on AddDefaultValueForUndefinedVariableRector (#2533)
  • [Php80] Skip Assign on its var not directly used in next return on ChangeSwitchToMatchRector (#2535), #7247
  • [Php81] Skip str_replace() pass array subject on NullToStrictStringFuncCallArgRector (#2541)

Released Rector 0.13.5

New Features :tada:

  • [DeadCode] Add RemoveJustPropertyFetchRector (#2433)
  • [DX] Make ClassAnnotationMatcher differentiate between known and unknown classes (#2319), Thanks @​dritter!
  • [CS] Fix dynamic and broken indent detection, allow to configure spacing via RectorConfig::indent() method (#2442)
  • [DX] Add deprecation exception about old ContainerConfigurator, to prepare for removal even in CI (#2463)
  • use PHPStan 1.7.12, with phpdoc-parser 1.6.0 to fix endline issue (https://github.com/rectorphp/rector-src/commit/56651d0190ca04cdf0c33484d359ae197b455a15)
  • [DX] Detach typo3 from core to allow stable growth of both packages (#2446)
  • [scoped] Build with Scoper 0.17.2 (#2445)

Bugfixes :bug:

  • [DX] Remove too detailed --type in init command, use fw documentation instead (#2430)
  • [Renaming] Keep comment on RenameClassRector (#2439)
  • [Renaming] Do not Rename Docblock inner Namespace on RenameClassRector (#2441)
  • [Renaming] Handle crash on FuncCall with Arg class name conflict with use statement or namespace on RenameClassRector with auto import enabled (#2431)
  • [DX] Remove symlinks option to require safe way of providing explicit paths (#2443)
  • [Php74] Remove ReservedFnFunctionRector (#2447)
  • [Renaming] Skip rename docblock on conflict with alias on RenameClassRector (#2450)
  • [DeadCode][PHPUnit] handle crash on RemoveJustPropertyFetchForAssignRector+SimplifyForeachInstanceOfRector (#2453)
  • [CodingStyle] Skip non-empty-string on VarConstantCommentRector (#2451)

... (truncated)

Commits
  • 3e494a7 Rector 0.13.6
  • c9b4c3f Updated Rector to commit 0fb4f5bfbbf4460ddb40b168cf40555f089d3a45
  • 7e8b6a2 Updated Rector to commit e8ca23fd1592e9a0e6587d0ecddc6199a5c219d3
  • 8c3b690 Updated Rector to commit 79b25e861d51dd85764420a94fe56343b01b1a04
  • 7547ec3 Updated Rector to commit dd4064e431f6876e706c7615bee5e01e11a71044
  • f638f7a Updated Rector to commit fe88fbb6306cec3728b9158fd13b1cfd23b9f0f6
  • bb396cb Updated Rector to commit 6c713a776c54053537fcca97630d2da154d95514
  • 9550950 Updated Rector to commit a16bc1b5762df29a2f71ddab8acfd7684205d8ce
  • 491ac4d Updated Rector to commit a16bc1b5762df29a2f71ddab8acfd7684205d8ce
  • c1ace7d Updated Rector to commit d4ec140212e815b6ddc6fbbda7fba7acbc7c10e1
  • 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 #178.