Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps pdepend/pdepend from 2.10.3 to 2.13.0.

Release notes

Sourced from pdepend/pdepend's releases.

2.13.0

Changelog

(since 2.12.1...2.13.0)

Added

  • 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

  • Fixed #633: Fix parsing for new with parentheses.
  • Fixed #641: Improve UTF8 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.

Internal code improvements

  • Changed #644: Correct collection of Enum and Intersection type information during analysis.
  • Changed #646: Numeric-strings.
  • Changed #647: Phpstan corrections.
  • Changed #648: Correct type signatures.
  • Changed #645: Correct name space collection types (bump to PHPStan level 5).
  • Changed #649: Add missing type information.
  • Changed #654: Increase PHPStan to level 6.

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

New Contributors

PHP Depend 2.12.1

Changelog

(since 2.12.0...2.12.1)

Fixed

  • Fixed #631: Fix enum visit

PHP Depend 2.12.0

Changelog

(since 2.11.1...2.12.0)

Added

  • Added #625: Implement PHP 8.2 readonly classes support
  • Added #626: Implement PHP 8.2 Disjunctive Normal Form Types

... (truncated)

Changelog

Sourced from pdepend/pdepend's changelog.

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 UTF8 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.
  • Changed #646: Numeric-strings.
  • Changed #647: Phpstan corrections.
  • Changed #648: Correct type signatures.
  • Changed #645: Correct name space collection types (bump to PHPStan level 5).
  • Changed #649: Add missing type information.
  • Changed #654: Increase PHPStan to level 6.

pdepend-2.12.1 (2022/09/08)

  • Fixed #631: Fix enum visit

pdepend-2.12.0 (2022/09/07)

  • Added #618: Implement support for PHP 8.2 null/false stand-alone type
  • Added #620: Implement support for PHP 8.2 true type
  • Added #625: Implement support for PHP 8.2 Readonly Classes
  • Added #626: Implement support for PHP 8.2 Disjunctive Normal Form Types
  • Fixed #630: Fix parsing of by-reference vararg parameters

pdepend-2.11.1 (2022/09/01)

  • Fixed #622: Fix ASTEnum serialization

pdepend-2.11.0 (2022/08/29)

  • Added #600: Support integer non-decimal notations
  • Added #598: Support PHP 8.1 in-initializers
  • Added #610: Support PHP 8.1 support pure intersection types
  • Added #613: Support PHP 8.1 first class callable syntax
  • Added #608: Support PHP 8.1 enums
  • Fixed #593: Fix cache for STDIN usage
  • Fixed #603: Allow coma-separated variables in short-tags
  • Fixed #604: Support key variable in list unpacking
Commits
  • 31be7cd Merge pull request #655 from tvbeek/prepare_2.13.0
  • 921afc2 Small text update to make it more relevant for the consumers.
  • 94a3adf Prepare the release for 2.13.0
  • 2dfbbed Merge pull request #654 from AJenbo/phpstan6
  • 6e0643f Increase PHPStan to level 6
  • a4e6a0f Merge pull request #649 from AJenbo/types
  • fc57c1f Merge pull request #645 from AJenbo/namespaces
  • 79848b7 Merge pull request #651 from tvbeek/add_mastodon_link_to_website
  • d0cbb64 Add a follow on mastodon link to the footer on the website.
  • 3ee8b16 Add missing type information
  • 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 [pdepend/pdepend](https://github.com/pdepend/pdepend) from 2.10.3 to 2.13.0.
- [Release notes](https://github.com/pdepend/pdepend/releases)
- [Changelog](https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)
- [Commits](pdepend/pdepend@2.10.3...2.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 29, 2023

Superseded by #219.

@dependabot dependabot bot closed this May 29, 2023
@dependabot dependabot bot deleted the dependabot/composer/pdepend/pdepend-2.13.0 branch May 29, 2023 06:58
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant