Astrotomic / stancy

This package aims to provide the most common and flexible CMS features to your Laravel project.
https://docs.astrotomic.info/stancy
MIT License
36 stars 5 forks source link

Update phpmd/phpmd requirement from ^2.7 to ^2.8 #44

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on phpmd/phpmd to permit the latest version.

Release notes

Sourced from phpmd/phpmd's releases.

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:

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

Changelog

Sourced from phpmd/phpmd's changelog.

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

phpmd-2.7.0 (2019/07/30)

This is the first minor release of the new PHPMD maintainer team. It contains all the new features, improvements and fixes from two and a half years since 2.6.0. Please take note of a backwards incompatible property renaming in the CouplingBetweenObjects rule.

  • Fixed #482: Renamed minimum property to maximum in CouplingBetweenObjects rule (backwards incompatible) Fixed in commit #9210116.
  • Fixed #626: Fixed special characters escaping in violation description for XML output Fixed in commit #5305f5b.
  • Fixed #378: Fixed warning/error when trying to export to a non-existing path Fixed in commit #67bd7c6.
  • Fixed #575: Fixed UnusedFormalParameter false positive in string compound variable Fixed in commit #8790cbb.
  • Fixed #480: Fixed "Start tag expected, '<' not found" error Fixed in commit #3e2e058.
  • Fixed #494: Fixed UnusedPrivateField false positive Fixed in commit #99f3ba9.
  • Fixed #583: Changed LongNaming rule to apply on private fields too Fixed in commit #42bf8ad.
  • Fixed #598: Fixed a bug in the renderer auto-discovery Fixed in commit #cc06bfd.
  • Fixed #572: Added support for both @SuppressWarnings and @suppressWarnings annotation cases Fixed in commit #bb2cfe9.
  • Fixed invalid "array of strings" type hints Fixed in commit #16e4eda.
  • Fixed #599: Fixed Composer package type Fixed in commit #0ca4eff.
  • Fixed #604: Renamed mikey179/vfsStream to mikey179/vfsstream to prevent Composer error Fixed in commit #f66247f.
... (truncated)
Commits


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)
Gummibeer commented 4 years ago

@dependabot ignore this dependency

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you about phpmd/phpmd again, unless you re-open this PR or update it yourself. 😢