Skip to content

chore(deps): update dependency phpspec/prophecy to 1.26.*#1915

Merged
bobstrecansky merged 1 commit into
mainfrom
renovate/phpspec-prophecy-1.x
May 5, 2026
Merged

chore(deps): update dependency phpspec/prophecy to 1.26.*#1915
bobstrecansky merged 1 commit into
mainfrom
renovate/phpspec-prophecy-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
phpspec/prophecy 1.22.*1.26.* age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

phpspec/prophecy (phpspec/prophecy)

v1.26.1

Compare Source

======

Fixed:

  • Fix compatibility with sebastian/comparator 8.1+ (@​stof)

v1.26.0

Compare Source

======

Added:

  • Add support for phpdocumentor/reflection-docblock v6 (@​mspirkov)

v1.25.0

Compare Source

======

Added:

v1.24.0

Compare Source

======

Added:

v1.23.1

Compare Source

======

Changed:

  • Refactor the ProphecyComparator to use composition instead of extending internal comparator classes (@​stof)

v1.23.0

Compare Source

======

Removed:

  • Remove support for PHP lower than 8.2 (@​Nek-)

Added:

  • Add support for doubling classes using intersection types and DNF types (@​Nek-)

Fixed:

  • Fix deprecation for SplObjectStorage changes in PHP 8.5 (@​Nek-)

Changed:

  • Improve error message for unsupported default return values (@​stof)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@renovate
renovate Bot requested a review from a team as a code owner March 23, 2026 00:50
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@codecov

codecov Bot commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.75%. Comparing base (6fd62ab) to head (5d96fde).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1915      +/-   ##
============================================
+ Coverage     67.74%   67.75%   +0.01%     
  Complexity     3044     3044              
============================================
  Files           459      459              
  Lines          8885     8883       -2     
============================================
  Hits           6019     6019              
+ Misses         2866     2864       -2     
Flag Coverage Δ
8.1 ?
8.5 67.75% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 649f2c9...5d96fde. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/phpspec-prophecy-1.x branch from cb31860 to 12d91d6 Compare April 13, 2026 16:48
@renovate
renovate Bot force-pushed the renovate/phpspec-prophecy-1.x branch from 12d91d6 to 5d96fde Compare May 4, 2026 12:08
@bobstrecansky
bobstrecansky merged commit 8b0421f into main May 5, 2026
11 of 15 checks passed
@bobstrecansky
bobstrecansky deleted the renovate/phpspec-prophecy-1.x branch May 5, 2026 12:15
bobstrecansky added a commit to bobstrecansky/opentelemetry-php that referenced this pull request May 20, 2026
Three issues are currently failing PHP QA on main:

1. Psalm reports 32 UndefinedDocblockClass errors against
   Google\Protobuf\Internal\RepeatedField on every Otlp converter.
   google/protobuf 4.x deprecated the Internal class in favor of
   Google\Protobuf\RepeatedField; the legacy name is now a runtime
   class_alias that Psalm's static parser cannot see. Add an
   UndefinedDocblockClass suppression alongside the existing
   UndefinedMethod suppression for the same class.

2. The PHP 8.1 matrix job fails composer install because
   phpspec/prophecy 1.26 dropped PHP 8.1 in 1.23 and requires
   phpdocumentor/reflection-docblock ^6, which itself needs prophecy
   1.26. Revert both renovate bumps (open-telemetry#1915, open-telemetry#1919) to the prior
   constraints so the project's declared "php": "^8.1" support holds.

3. With Psalm fixed, PHPStan now runs and reports an undefined
   method Google\Protobuf\FieldDescriptor::getLabel() in
   ProtobufSerializer::traverseDescriptor(). That branch is dead
   code under google/protobuf >= 4.31 (the serializeToJsonString
   path returns early via PrintOptions), but PHPStan cannot infer
   that. See open-telemetry#1880, which reverted the prior compile-time fix for
   the same reason. Suppress the warning scoped to the one file.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant