Jeckel-Lab / command-dispatcher

Command dispatcher pattern implementation
2 stars 1 forks source link

Bump phpmd/phpmd from 2.7.0 to 2.8.1 #15

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phpmd/phpmd from 2.7.0 to 2.8.1.

Release notes

Sourced from phpmd/phpmd's releases.

PHPMD 2.8.1

Fixed

  • Fixed PHP 7.4 unit tests compatibility
  • Improved documentation
  • Automated website generation and PHAR publishing

Consult the changelog for the full history of noteworthy changes or browse through the list of commits since the last release.

Contributors to this release

We would like to thank all the contributors that helped make this release possible:

Also, we are very grateful to contributors that opened issues, created pull requests or participated as our community.

PHPMD 2.8.0

Added

  • Required at least pdepend/pdepend 2.6:
    • Added PHP 7.1 to 7.3 syntax support
    • Added Symfony 5 support
  • #571: Added ignore-namespaces property to DevelopmentCodeFragment rule
  • #595: Added a renderer which writes an ansi report string

Fixed

  • Improved performances by disabling XDebug if in use
  • #657 Fix IfStatementAssignment violation message
  • #667: Be sure the phar file use the latest possible versions of dependencies (like pdepend)
  • #661: Fix IfStatementAssignment thrown incorrectly
  • #676: Handle @SuppressWarnings on each method for CountInLoop
  • #659: Update RuleSetFactory to be PHP 7.4 compatible
  • Update different parts of the documentation. #595 #645 #646 #648 #652 #665 #679 #691

Consult the changelog for the full history of noteworthy changes or browse through the list of commits since the last release.

Contributors to this release

We would like to thank all the contributors that helped make this release possible:

... (truncated)
Changelog

Sourced from phpmd/phpmd's changelog.

phpmd-2.8.1 (2019/12/27)

  • Fixed PHP 7.4 unit tests compatibility
  • Improved documentation
  • Automated website generation and PHAR publishing

phpmd-2.8.0 (2019/12/18)

  • Required at least pdepend/pdepend 2.6:
  • Added #497: Undefined variable rule
  • Improved performances by disabling XDebug if in use
  • Added #571: ignore-namespaces property to DevelopmentCodeFragment rule
  • Added #595: Renderer which writes an ansi report string
  • Fixed #657: IfStatementAssignment violation message
  • Optimized Composer autoloader when building Phar
  • Fixed #661: IfStatementAssignment thrown incorrectly
  • Fixed #676: Handle @SuppressWarnings on each method for CountInLoop
  • Fixed #659: PHP 7.4 compatibility for implode() usage
Commits
  • 5664b95 Add 2.8.1 changelog
  • 556022d Bump version to 2.8.1
  • 38f05b8 Merge pull request #713 from phpmd-team/feature/fix-travis-ci-failure-detection
  • 756e587 Merge branch 'master' into feature/fix-travis-ci-failure-detection
  • db02e75 Merge pull request #711 from phpmd-team/feature/website-builder-library
  • 2cd2ed3 Merge branch 'master' of https://github.com/phpmd/phpmd into feature/website-...
  • 57ca490 Update easy-doc/easy-doc
  • 6778012 Use EasyDoc publishPhar option
  • dba0708 Use scrutinizer default tests settings
  • 6621865 Use stronger typing in PhpMdEnvironment class
  • 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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #15   +/-   ##
=========================================
  Coverage     72.41%   72.41%           
  Complexity       29       29           
=========================================
  Files             6        6           
  Lines            58       58           
=========================================
  Hits             42       42           
  Misses           16       16

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0f446eb...43fd621. Read the comment docs.