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

Open
wants to merge 1 commit into
base: 8.9.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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

Read more about the use of Renovate Bot within ocramius/* projects.

Copy link
Contributor Author

renovate bot commented Jan 7, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update nikic/php-parser:5.0.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires nikic/php-parser ^5.0.2, found nikic/php-parser[v5.0.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - roave/better-reflection is locked to version 6.26.0 and an update of this package was not requested.
    - roave/better-reflection 6.26.0 requires nikic/php-parser ^4.18.0 -> found nikic/php-parser[v4.18.0, v4.19.0, v4.19.1] but it conflicts with your root composer.json require (^5.0.2).
  Problem 3
    - vimeo/psalm is locked to version 5.23.1 and an update of this package was not requested.
    - vimeo/psalm 5.23.1 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, ..., v4.19.1] but it conflicts with your root composer.json require (^5.0.2).
  Problem 4
    - vimeo/psalm 5.23.1 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, ..., v4.19.1] but it conflicts with your root composer.json require (^5.0.2).
    - roave/infection-static-analysis-plugin 1.35.0 requires vimeo/psalm ^4.30.0 || ^5.15 -> satisfiable by vimeo/psalm[5.23.1].
    - roave/infection-static-analysis-plugin is locked to version 1.35.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot added the renovate label Jan 7, 2024
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 3 times, most recently from 16b5ce7 to ea76028 Compare February 8, 2024 19:24
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from ea76028 to ffb9f0b Compare February 21, 2024 22:09
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from ffb9f0b to 3e19814 Compare March 5, 2024 23:28
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from 3e19814 to 2000f4f Compare March 13, 2024 16:46
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from 2000f4f to 320d35c Compare April 11, 2024 19:35
@renovate renovate bot changed the base branch from 8.7.x to 8.8.x April 11, 2024 22:21
Copy link
Contributor Author

renovate bot commented May 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update nikic/php-parser:5.0.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires nikic/php-parser ^5.0.2, found nikic/php-parser[v5.0.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - roave/better-reflection is locked to version 6.26.0 and an update of this package was not requested.
    - roave/better-reflection 6.26.0 requires nikic/php-parser ^4.18.0 -> found nikic/php-parser[v4.18.0, v4.19.0, v4.19.1] but it conflicts with your root composer.json require (^5.0.2).
  Problem 3
    - vimeo/psalm is locked to version 5.24.0 and an update of this package was not requested.
    - vimeo/psalm 5.24.0 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, ..., v4.19.1] but it conflicts with your root composer.json require (^5.0.2).
  Problem 4
    - vimeo/psalm 5.24.0 requires nikic/php-parser ^4.16 -> found nikic/php-parser[v4.16.0, ..., v4.19.1] but it conflicts with your root composer.json require (^5.0.2).
    - roave/infection-static-analysis-plugin 1.35.0 requires vimeo/psalm ^4.30.0 || ^5.15 -> satisfiable by vimeo/psalm[5.24.0].
    - roave/infection-static-analysis-plugin is locked to version 1.35.0 and an update of this package was not requested.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 4 times, most recently from 1f3725a to c99ce55 Compare May 22, 2024 19:10
@renovate renovate bot changed the base branch from 8.8.x to 8.9.x May 22, 2024 19:11
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 8 times, most recently from cbdf98b to e0dc158 Compare May 30, 2024 03:51
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 6 times, most recently from a72dc4c to e521e41 Compare June 5, 2024 04:54
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch 3 times, most recently from 1fcf5dd to 33b77eb Compare June 8, 2024 04:31
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | nikic/php-parser | 4.19.1 | 5.0.2 |
@renovate renovate bot force-pushed the renovate/nikic-php-parser-5.x branch from 33b77eb to a9a29c8 Compare June 9, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants