Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump phpmd/phpmd from 2.6.0 to 2.7.0 #36

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phpmd/phpmd from 2.6.0 to 2.7.0.

Release notes

Sourced from phpmd/phpmd's releases.

PHPMD 2.7.0

The new maintainer team of PHPMD is pleased to announce its first minor release PHP Mess Detector version 2.7.0.

This contains all the new features, improvements and fixes from over 250 commits from two and a half years since 2.6.0.
Please, also take note of a backwards incompatible property renaming in the CouplingBetweenObjects rule.

Added

Fixed

  • #482: Renamed minimum property to maximum in CouplingBetweenObjects rule (backwards incompatible)
  • #626: Fixed special characters escaping in violation description for XML output
  • #378: Fixed warning/error when trying to export to a non-existing path
  • #575: Fixed UnusedFormalParameter false positive in string compound variable
  • #480: Fixed "Start tag expected, '<' not found" error
  • #494: Fixed UnusedPrivateField false positive
  • #583: Changed LongNaming rule to apply on private fields too
  • #572: Added support for both @SuppressWarnings and @suppressWarnings annotation cases

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.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.
  • Fixed #632: Changed Scrutinizer CI settings to use local PHPUnit
    Fixed in commit #dfaa509.
  • Fixed #633: Fixed AppVeyor CI build Fixed in commit #40189f3.
  • Fixed #609: Fixed main logo link in website build script Fixed in
    commit #f3b68be.
  • Fixed #631: Fixed URL to "How to create a custom rule set"
    documentation page on website Fixed in commit #3c5b534.
  • Fixed #449: Improved code style Fixed in commit #67cdab2.
  • Fixed #447: Improved code style Fixed in commit #3ef4ba8.
  • Fixed #450: Improved code style Fixed in commit #9525da7.
  • Fixed #582: Fixed a typo in Clean Code Rules documentation Fixed in
    commit #85e48ad.
  • Fixed #567: Fixed a typo in Clean Code Rules documentation Fixed in
    commit #175b08f.
  • Implemented #472: Added rule for assignment within conditional
    (IfStatementAssignment) Implemented in commit #716ecf5.
  • Implemented #490: Added rule for count in loop (CountInLoop)
    Implemented in commit #0e30d82.
... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.6.0...2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 29, 2019
@spam-n-eggs spam-n-eggs self-requested a review August 29, 2019 18:23
Copy link
Collaborator

@spam-n-eggs spam-n-eggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot-preview dependabot-preview bot merged commit 73895a7 into master Aug 29, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpmd/phpmd-2.7.0 branch August 29, 2019 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant