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 nikic/php-parser to v5 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nikic/php-parser ^4.10 -> ^5.0 age adoption passing confidence

Release Notes

nikic/PHP-Parser (nikic/php-parser)

v5.1.0

Compare Source

Added
  • [8.4] Added support for dereferencing new expressions without parentheses.
Fixed
  • Fixed redundant parentheses being added when pretty printing ternary expressions.
Changed
  • Made some phpdoc types more precise.

v5.0.2

Compare Source

Fixed
  • Fix handling of indentation on next line after opening PHP tag in formatting-preserving pretty
    printer.
Changed
  • Avoid cyclic references in Parser objects. This means that no longer used parser objects are
    immediately destroyed now, instead of requiring cycle GC.
  • Update PhpVersion::getNewestSupported() to report PHP 8.3 instead of PHP 8.2.

v5.0.1

Compare Source

Changed
  • Added check to detect use of PHP-Parser with libraries that define T_* compatibility tokens
    with incorrect type (such as string instead of int). This would lead to TypeErrors down the
    line. Now an Error will be thrown early to indicate the problem.

v5.0.0

Compare Source

See UPGRADE-5.0 for detailed migration instructions.

Fixed
  • Fixed parent class of PropertyItem and UseItem.

Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Mar 8, 2024
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from cd4157b to 9ab4cac Compare April 30, 2024 14:57
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from 9ab4cac to 7a83be7 Compare May 15, 2024 16:35
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 5 times, most recently from 607f3c3 to 886beda Compare June 21, 2024 11:10
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 2 times, most recently from 37b5794 to cb2aaa2 Compare July 23, 2024 16:42
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from cb2aaa2 to cabc7b7 Compare July 30, 2024 08:43
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from cabc7b7 to e848646 Compare August 1, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

0 participants