Skip to content

build(deps): bump pdepend/pdepend from 2.12.1 to 2.16.0#348

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/pdepend/pdepend-2.16.0
Closed

build(deps): bump pdepend/pdepend from 2.12.1 to 2.16.0#348
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/pdepend/pdepend-2.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 30, 2023

Bumps pdepend/pdepend from 2.12.1 to 2.16.0.

Release notes

Sourced from pdepend/pdepend's releases.

PHP Depend 2.16.0

Changelog

(since 2.15.1...2.16.0)

Added

  • Added #692 PHP 8.3 Syntax
  • Added #686 Allow Symfony 7

Fixed

  • Fixed #691 Float parsing for number starting with 0.
  • Fixed #689 Handle conversion to/detection of UTF-8 encoding using either mbstring PHP extension or the polyfill provided by Symfony
  • Fixed phpmd/phpmd#914 Parsing the correct comment for method doc-block (Allow correct SuppressWarnings annotation handling on PHPMD)
  • Fixed phpmd/phpmd#804 Handle yield termination depending on context

New Contributors

PHP Depend 2.15.1

Changelog

(since 2.15.0...2.15.1)

Fixed

  • Fixed #684: Fix #682 Re-allow empty compilation unit

Changed

  • Changed #684: Show error full stack trace when debug is on

PHP Depend 2.15.0

Changelog

(since 2.14.0...2.15.0)

Fixed

  • Fixed #669: Fix Halstead formula.
  • Fixed #673: Fix #665 Allow readonly before public/protected/private.

Internal changes

  • #670: Upgrade the GitHub Actions from V2 to V3.
  • #671: Update PHPStan to 1.10.25.
  • #672 and #676: Resolve edge cases cought by PHPStan level 7.
  • #675: Run the codecoverage with PHP 8.2 and use xDebug 3.
  • #677 and #678: Add more tests.

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

New Contributors

... (truncated)

Changelog

Sourced from pdepend/pdepend's changelog.

pdepend-2.16.0 (2023/11/29)

  • Added #692 PHP 8.3 Syntax
  • Added #686 Allow Symfony 7
  • Fixed #691 Float parsing for number starting with 0.
  • Fixed #689 Handle conversion to/detection of UTF-8 encoding using either mbstring PHP extension or the polyfill provided by Symfony
  • Fixed phpmd/phpmd#914 Parsing the correct comment for method doc-block (Allow correct SuppressWarnings annotation handling on PHPMD)
  • Fixed phpmd/phpmd#804 Handle yield termination depending on context

pdepend-2.15.1 (2023/09/28)

  • Fixed #684: Fix #682 Re-allow empty compilation unit
  • Changed #684: Show error full stack trace when debug is on

pdepend-2.15.0 (2023/09/23)

  • Fixed #669: Fix Halstead formula.
  • Fixed #673: Fix #665 Allow readonly before public/protected/private.
  • Changed #670: Upgrade the GitHub Actions from V2 to V3.
  • Changed #671: Update PHPStan to 1.10.25.
  • Changed #672 and #676: Resolve edge cases cought by PHPStan level 7.
  • Changed #675: Run the codecoverage with PHP 8.2 and use xDebug 3.
  • Changed #677 and #678: Add more tests.

pdepend-2.14.0 (2023/05/26)

  • Added #663: Added, sign the phar files.
  • Added #657: Added keywords to composer.json.
  • Fixed #656: Fix #635, #650 Base enum label validity on constant name rule.
  • Fixed #661: Fix #639 Handle extra parenthis for functions.

pdepend-2.13.0 (2023/02/28)

  • Added #636: Add support for NULL, DEFAULT and NEW as enum case.
  • Added #651: Add a follow on mastodon link to the footer on the website.
  • Fixed #633: Fix parsing for new with parentheses.
  • Fixed #641: Improve UTF-8 encoding process.
  • Fixed #637: Prevent the use of a not set id value in the AbstractASTType and AbstractASTCallable.
  • Fixed #642: Fix #638 Unexpected Token with double class modifiers.
  • Changed #644: Correct collection of Enum and Intersection type information during analysis.

... (truncated)

Commits
  • 8dfc0c4 Merge pull request #693 from pdepend/release/2.16.0-release
  • 1b17a8d Merge branch 'master' into release/2.16.0-release
  • 75fb8a1 Add fix for yield termination in changelog
  • 2960bea Merge pull request #694 from pdepend/fix/yield-assignment
  • 859ce8c Add missing PHPMD fix in changelog
  • f653780 Handle yield termination depending on context
  • 779f28f Merge branch 'master' into release/2.16.0-release
  • 3e059c3 Merge pull request #692 from pdepend/feature/issue-674-php-8-3-syntax
  • 809249e Bump version to 2.16.0
  • 7ccdeb5 Add test for Dynamic Class Constant Fetch
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [pdepend/pdepend](https://github.com/pdepend/pdepend) from 2.12.1 to 2.16.0.
- [Release notes](https://github.com/pdepend/pdepend/releases)
- [Changelog](https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)
- [Commits](pdepend/pdepend@2.12.1...2.16.0)

---
updated-dependencies:
- dependency-name: pdepend/pdepend
  dependency-type: direct:production
  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 Nov 30, 2023
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 30, 2023

Sorry, only users with push access can use that command.

@codacy-production
Copy link
Copy Markdown

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 duplications

Review Pull Request in Codacy →

AI Reviewer available: add the codacy-review label to get contextual insights without leaving GitHub.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 14, 2026

Superseded by #357.

@dependabot dependabot Bot closed this May 14, 2026
@dependabot dependabot Bot deleted the dependabot/composer/pdepend/pdepend-2.16.0 branch May 14, 2026 07:32
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.

0 participants