Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

chore(deps-dev): bump phpmd/phpmd from 2.9.1 to 2.12.0 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2022

Bumps phpmd/phpmd from 2.9.1 to 2.12.0.

Release notes

Sourced from phpmd/phpmd's releases.

2.12.0

Added

  • Added composer/xdebug-handler 3 support #930
  • Added GitHub action config for PHP 8.1 #918 #942

Fixed

  • Fixed #276 in #833: Disallow capital letter at the beginning in CamelCasePropertyName rule.
  • Fixed typo in exclude-pattern.xml #944

New Contributors

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:

PHPMD 2.11.1

Fixed

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:

PHPMD 2.11.0

Added

  • Added #815 in #817: Rule name in text output

Fixed

  • Fixed #884 in #905: Avoid unused parameters on PHP 8: Constructor property
  • Fixed #870 in #906: False-positive message "Avoid using undefined variables" on a static variable
  • Fixed #714 in #781: static:: and self:: properties access

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

... (truncated)

Changelog

Sourced from phpmd/phpmd's changelog.

phpmd-2.12.0 (2022/03/24)

  • Added composer/xdebug-handler 3 support #930
  • Added GitHub action config for PHP 8.1 #918 #942
  • Fixed #276 in #833: Disallow capital letter at the beginning in CamelCasePropertyName rule.
  • Fixed typo in exclude-pattern.xml #944

phpmd-2.11.1 (2021/12/17)

phpmd-2.11.0 (2021/11/29)

  • Added #815 in #817: Rule name in text output
  • Fixed #884 in #905: Avoid unused parameters on PHP 8: Constructor property
  • Fixed #870 in #906: False-positive message "Avoid using undefined variables" on a static variable
  • Fixed #714 in #781: static:: and self:: properties access

phpmd-2.10.2 (2021/07/22)

  • Added #898 in #902: Added newline for better ANSI output
  • Changed #901 in #903: Improve baseline basepath calculation
  • Fixed #894: Fixed typo in DuplicatedArrayKey title incl. link
  • Fixed Update PHP Depend to the latest version, this fixed different PHP 8 options: #889 #893 #896

phpmd-2.10.1 (2021/05/11)

  • Implemented #885: Allowing 2.0 version of the composer/xdebug-handler

phpmd-2.10.0 (2021/04/26)

  • Added #879: Documentation for Junit export with third party
  • Added #836: Provide option to allow reference to a class in the root namespace without an import
  • Added #856: Adds checkstyle compatible renderer, suitable for cs2pr or reviewdog
  • Added #858 in #865: Add SARIF renderer.
  • Added #873 and #876: Added option to baseline existing violations
  • Added #861: Docs for GitHub renderer
  • Added #868 In #869: Option to ignore globally-namespaced classes from MissingImport
  • Added #834 : Add "tool" property to main "pmd" tag in XML report
  • Fixed #673 in #782: Ignore dynamic class name from missing imports
  • Fixed #577 in #844: Recognize compact variables with double quotes
  • Fixed #818 in #822: Fix passing-by-reference detection
  • Fixed #826 in #827: Consider foreach exception only for direct children
  • Fixed #851 in #852: Fix multiple underscores in method name when allow-underscore-test is allowed

... (truncated)

Commits
  • c0b678b Merge pull request #947 from tvbeek/prepare_2.12.0
  • 49abeb1 Merge branch 'master' into prepare_2.12.0
  • ef2e329 Merge pull request #948 from phpmd/kylekatarnls-patch-1
  • 5931591 Fix setup submodule URL
  • baa5e38 Increase minimum version of PDepend
  • 1023086 Move the git submodule from git to https because we don't use any auth.
  • e6c4080 Prepare for version 2.12.0
  • 191f1d2 Merge pull request #944 from emretepedev/patch-1
  • e2fd55c Update exclude-pattern.xml
  • 84adf86 Merge pull request #942 from kylekatarnls/add_php8.1_tests_config
  • 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)

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

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 24, 2022
@technote-space technote-space added this to In progress in Backlog Mar 24, 2022
@github-actions github-actions bot added the Status: In Progress Tracking issues with work in progress label Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file Status: In Progress Tracking issues with work in progress
Projects
Backlog
  
In progress
Development

Successfully merging this pull request may close these issues.

None yet

0 participants