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.7.63 to 0.8.2 #96

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps rector/rector from 0.7.63 to 0.8.2.

Changelog

Sourced from rector/rector's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

PRs and issues are linked, so you can find more about it. Thanks to ChangelogLinker.

Unreleased

Added

  • #3954 [Doctrine] Add constructor getRepository to service
  • #3972 [DoctrineCodeQuality] Add few entity rules
  • #3950 [Fluent] Add factory case
  • #3941 [TypeDeclaration] Add nested key support
  • #3958 Add AssertEqualsToSameRector, Thanks to [@dereuromark]
  • #3953 add easy-ci
  • #3952 add new ManagerRegistry namespace

Changed

  • #3924 [CodingStyle] Make ConsistentPregDelimiterRector configurable
  • #3911 [DX] Rename namespaces of Rector rules to respect node, instead of domain, Thanks to [@dobryy]
  • #3947 [Defluent] Allow DateTime to be fluent
  • #3969 [Order] Move ClassLike and Class_ rules into correct namespaces, Thanks to [@dobryy]
  • #3923 [Order] Order class methods by visibility, Thanks to [@dobryy]
  • #3929 [Order] Order properties by visibility, Thanks to [@dobryy]
  • #3934 [Order] Order constants by visibility, Thanks to [@dobryy]
  • #3933 [Order] Visibility rules refactoring, Thanks to [@dobryy]
  • #3968 [Order] Order first level class statements, Thanks to [@dobryy]
  • #3962 [RectorGenerator] prevent incorrect package configuration
  • #3916 [SOLID] skip reference-write functions
  • #3966 Recipe array to object
  • #3945 service entity repository combo
  • #3922 make ConsistentPregDelimiterRector configurable
  • #3964 make sure recipe is loaded
  • #3925 make use of NodeConnectingVisitor + improve generate Rector docs
  • #3946 misc
  • #3951 move Polyfill to rules
  • #3936 PHPStan: require iterable types
  • #3937 fixture for the issue #3931, Thanks to [@dobryy]
  • #3926 update create-rector.php.dist
  • #3949 [static] use Symplify rule
Commits
  • 83e2db0 [CodingStyle] Skip annotation var on already set mixed[] array (#4100)
  • 549bf1a allow PHP 8.0
  • 7ac228c [CI] Add type-declaration set (#4089)
  • 02e703b Configurable downgrade (#4099)
  • 020c7b8 [PHPUnit] Add self call fixtures for AssertEqualsToSame rule (#4098)
  • 3d2a35d Fixes #4013 ConsoleExecuteReturnIntRector ignores already type casted variabl...
  • 95bbb30 [DX] Add rule to check not "Tests" namespace outside "tests" directory (#4091)
  • cf1725f Typo fix: allowDevDependnecies to allowDevDependencies (#4093)
  • 9fb4ff3 Replace types with container access from fe72e003e. fixes #4090 (#4092)
  • 7256dbe symplify fixes (#4088)
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dependabot-preview[bot] commented 4 years ago

Superseded by #98.