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 pdepend/pdepend from 2.10.3 to 2.14.0 #219

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 May 29, 2023

Bumps pdepend/pdepend from 2.10.3 to 2.14.0.

Release notes

Sourced from pdepend/pdepend's releases.

2.14.0

Changelog

(since 2.13.0...2.14.0)

Added

  • Added #663: Added, sign the phar files.
  • Added #657: Added keywords to composer.json.

Fixed

  • Fixed #656: Fix #635, #650 Base enum label validity on constant name rule.
  • Fixed #661: Fix #639 Handle extra parenthis for functions.

Internal changes

  • #662: Pin the phpstan dependency in the GitHub action.
  • #658: Remove unessesery check.

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

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:

... (truncated)

Changelog

Sourced from pdepend/pdepend's changelog.

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

... (truncated)

Commits
  • 1121d4b Merge pull request #664 from tvbeek/prepare_changelog_for_version_2.14.0
  • 27ccb9d Merge pull request #668 from pdepend/phar_sign_test
  • f3bcba5 Update phar.yml
  • 84bc2aa Update phar.yml
  • aeb8743 Update README.md
  • d0c650c Update the release date for version 2.14.0
  • 13ce82a Merge branch 'master' into prepare_changelog_for_version_2.14.0
  • 5571efd Prepare for version 2.14.0
  • 6db1536 Add keywords to composer.json (#657)
  • 3163be6 Merge pull request #663 from tvbeek/phar_file_signing
  • 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.14.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.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 29, 2023
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
0 participants