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

Update dependency pdepend/pdepend to v2.16.2 #68

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pdepend/pdepend 2.8.0 -> 2.16.2 age adoption passing confidence

Release Notes

pdepend/pdepend (pdepend/pdepend)

v2.16.2

Compare Source

==========================

  • Fixed #​705: Fix throw-expression parsing inside array access

v2.16.1

Compare Source

==========================

  • Fixed #​699: Fix Symfony 7 compatibility

v2.16.0

Compare Source

==========================

  • 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

v2.15.1

Compare Source

==========================

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

v2.15.0

Compare Source

==========================

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

v2.14.0

Compare Source

==========================

v2.13.0

Compare Source

==========================

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

v2.12.1

Compare Source

==========================

v2.12.0

Compare Source

==========================

  • 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

v2.11.1

Compare Source

==========================

  • Fixed #​622: Fix ASTEnum serialization

v2.11.0

Compare Source

==========================

  • 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

v2.10.3

Compare Source

==========================

v2.10.2

Compare Source

==========================

  • Added #​568: Support PHP 8.1 final constants.
  • Fixed #​572: Allow "readonly" as part of a class name.
  • Fixed #​567: Allow const, field, method named readonly.

v2.10.1

Compare Source

==========================

  • Added #​563: Support PHP 8.1 never return type.
  • Added #​565: Support PHP 8.1 readonly properties.
  • Added #​561: Support trailing comma in isset() and unset() lists.
  • Fixed #​562: Allow any keyword as the name of an argument.
  • Fixed #​555: Restore modifier after serialization.

v2.10.0

Compare Source

==========================

  • Added #​534: Support trailing comma in parameters list.
  • Added #​535: Support trailing comma in closure list.
  • Added #​538: Add named argument value as child to make it discoverable.
  • Added #​540: Support throw expression.
  • Added #​543: Support multiple expressions as match key.
  • Fixed #​530: Automate release generation for the website.
  • Fixed #​537: Match expression does not have namespace
  • Fixed #​541: Fix support for union types
  • Fixed #​544: Math throw entry may end on curly braces
  • Fixed #​547: Add the phar to the website. The new URL is: https://pdepend.org/static/latest/pdepend.phar
  • Fixed #​550: Allow multiple arguments in invocation
  • Fixed #​551: Allow null and false in union type for typed properties
  • Fixed #​552: Allow null-safe operator anywhere object operator is allowed

v2.9.1

Compare Source

==========================

  • Added #​519: Support PHP 7.2 trailing commas in grouped use declarations
  • Added #​518: Support PHP 8 static type hint
  • Added #​522: Support PHP 8 null and false type hint
  • Added #​516: Support PHP 8 catch without variable
  • Fixed #​527: Allow nested arrays in PHP 8 attributes

v2.9.0

Compare Source

==========================

  • Added #​496 Support PHP 8 Match expression
  • Added #​494 Support PHP 8 Constructor property promotion
  • Added #​492 Support PHP 8 Named arguments
  • Added #​493 Support PHP 8 Attributes
  • Added #​495 Support PHP 8 Union types
  • Added #​497 Support PHP 8 Nullsafe operator
  • Added #​491 Support PHP 8 tokens changes
  • Fixed #​490 Preserve short open tags
  • Fixed #​480, #​486 and #​513 PHPDoc blocks
  • Changed #​500 Switch to GitHub Actions
  • Changed #​511 Run PHPStan in GitHub actions
  • Changed #​489 Add unit tests for Application class
  • Removed #​488 Removed changes.xml legacy file

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate-bot and others added 30 commits July 6, 2019 16:48
Update dependency willdurand/negotiation to v2
…lel-lint-1.x

Update dependency jakub-onderka/php-parallel-lint to v1
…er-3.x

Update dependency squizlabs/php_codesniffer to v3
Update dependency phpunit/phpunit to v8
Update dependency phpunit/phpunit to v8.2.5
Update dependency phpunit/phpunit to v8.3.3
Update dependency phpunit/phpunit to v8.3.4
Update dependency phpunit/phpunit to v8.3.5
…er-3.x

Update dependency squizlabs/php_codesniffer to v3.5.0
Update dependency phpunit/phpunit to v8.4.0
Update dependency phpunit/phpunit to v8.4.1
…er-3.x

Update dependency squizlabs/php_codesniffer to v3.5.1
Update dependency phpunit/phpunit to v8.4.2
…er-3.x

Update dependency squizlabs/php_codesniffer to v3.5.2
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.9.1 Update dependency pdepend/pdepend to v2.10.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from 1d049fa to d966d56 Compare October 18, 2021 23:07
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from d966d56 to da899bd Compare March 7, 2022 15:21
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.10.1 Update dependency pdepend/pdepend to v2.10.3 Mar 7, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from da899bd to a6863e5 Compare September 25, 2022 12:00
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.10.3 Update dependency pdepend/pdepend to v2.12.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from a6863e5 to 725f312 Compare March 16, 2023 11:51
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.12.1 Update dependency pdepend/pdepend to v2.13.0 Mar 16, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.13.0 Update dependency pdepend/pdepend to v2.14.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from 725f312 to 588ddbc Compare May 28, 2023 11:37
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from 588ddbc to 4d09034 Compare September 23, 2023 19:58
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.14.0 Update dependency pdepend/pdepend to v2.15.0 Sep 23, 2023
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.15.0 Update dependency pdepend/pdepend to v2.15.1 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from 4d09034 to 2cd210b Compare September 28, 2023 14:18
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from 2cd210b to 882fed4 Compare November 29, 2023 14:28
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.15.1 Update dependency pdepend/pdepend to v2.16.0 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from 882fed4 to a4cca99 Compare December 10, 2023 22:39
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.16.0 Update dependency pdepend/pdepend to v2.16.1 Dec 10, 2023
@renovate renovate bot force-pushed the renovate/pdepend-pdepend-2.x branch from a4cca99 to bac728a Compare December 17, 2023 19:36
@renovate renovate bot changed the title Update dependency pdepend/pdepend to v2.16.1 Update dependency pdepend/pdepend to v2.16.2 Dec 17, 2023
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Author

renovate bot commented May 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants