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.9.1 to 2.10.2 in /vendor-bin/tools #59

Open
wants to merge 1 commit into
base: no-dependabot
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 23, 2021

Bumps phpmd/phpmd from 2.9.1 to 2.10.2.

Release notes

Sourced from phpmd/phpmd's releases.

PHPMD 2.10.2

Added

  • Added #898 in #902: Added newline for better ANSI output

Changed

  • Changed #901 in #903: Improve baseline basepath calculation

Fixed

  • Fixed #894: Fixed typo in DuplicatedArrayKey title incl. link
  • Update PHP Depend to the latest version, this fixed different PHP 8 options: #889 #893 #896

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.10.1

Implemented

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

Contributors to this release

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

PHPMD 2.10.0

Added

  • 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

Changed

  • Changed #786: Add convenience method AbstractNode::findChildrenOfTypeVariable()
  • Changed documentation: #874 #849 #724
  • Changed #514 in #872: Change exit code on processing errors
  • Changed: Internal code improvement #839 #875 #838 #862 #788 #830
  • Changed #848 #864: Use GitHub actions

Fixed

... (truncated)

Changelog

Sourced from phpmd/phpmd's changelog.

phpmd-2.10.1 (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
  • Fixed #846 in #847: Catch DevelopmentCodeFragment with fully qualified functions
  • Fixed #829 in #835: Fatal error while analyzing anonymous class
  • Fixed #816 in #818: Fixed undefined index referring
  • Changed #786: Add convenience method AbstractNode::findChildrenOfTypeVariable()
  • Changed documentation: #874 #849 #724
  • Changed #514 in #872: Change exit code on processing errors
  • Changed: Internal code improvement #839 #875 #838 #862 #788 #830
  • Changed #848 #864: Use GitHub actions
  • Deprecated: getIgnorePattern and setIgnorePattern on PHPMD\PHPMD see #772
Commits
  • 1bc74db Merge pull request #904 from TJVB/prepare_2_10_2
  • 6d3e59f Prepare the release for version 2.10.2
  • 1190179 Merge pull request #903 from frankdekker/Improve_baseline_basepath_calculation
  • 18d2246 Removed unused import
  • 804b544 Fixed coverage notation
  • 6ac6b82 Updated documentation
  • aa723b7 Add coverage for changed files
  • c8d6ba3 Remove absolute path from BaselineSet and adjust baseline matching
  • 7f87839 Merge pull request #3 from phpmd/master
  • 42fb77b Merge pull request #902 from himanshu007-creator/patch-2
  • 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.10.2.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.9.1...2.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Jul 23, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@a4093d8). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage        ?   89.67%           
  Complexity      ?      209           
=======================================
  Files           ?       28           
  Lines           ?      620           
  Branches        ?        0           
=======================================
  Hits            ?      556           
  Misses          ?       64           
  Partials        ?        0           

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 a4093d8...947a009. Read the comment docs.

@dependabot dependabot bot changed the base branch from main to no-dependabot August 20, 2021 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants