Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webmozart/assert ^1.11 -> ^1.11 || ^2.0 age adoption passing confidence

Warning

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


Release Notes

webmozarts/assert (webmozart/assert)

v2.0.0

Compare Source

Changed
  • BREAKING Minimum PHP version is now 8.2 (was 7.2).
  • BREAKING Remove deprecated isTraversable, use isIterable or isInstanceOf instead.
  • Updated CI/CD test matrix to test PHP 8.2, 8.3, 8.4, and 8.5.
  • Updated development tools (PHPUnit, Psalm, PHP-CS-Fixer) to supported versions.
  • Added explicit return types and parameter types to all methods in both source code and tests.
Added
  • All assertion methods now return the checked value.
  • Added notInArray and notOneOf.
  • Added isInitialized, to check if a class property is initialized.
  • Added negativeInteger and notNegativeInteger
  • Added isStatic and notStatic
Fixed
  • Corrected validation of emails with unicode characters.

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 18, 2025

⚠️ 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 webmozart/assert:2.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
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 webmozart/assert ^1.11 || ^2.0, found webmozart/assert[1.11.0, 1.12.0, 1.12.1, 2.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - netglue/prismic-doctype-client is locked to version 1.7.1 and an update of this package was not requested.
    - netglue/prismic-doctype-client 1.7.1 requires webmozart/assert ^1.10 -> found webmozart/assert[1.10.0, 1.11.0, 1.12.0, 1.12.1] but it conflicts with your temporary update constraint (webmozart/assert:2.0.0).
  Problem 3
    - vimeo/psalm is locked to version 6.14.3 and an update of this package was not requested.
    - danog/advanced-json-rpc v3.2.2 requires phpdocumentor/reflection-docblock ^4.3.4 || ^5.0.0 -> satisfiable by phpdocumentor/reflection-docblock[5.6.6].
    - phpdocumentor/reflection-docblock 5.6.6 requires webmozart/assert ^1.9.1 || ^2 -> found webmozart/assert[1.9.1, ..., 1.12.1, 2.0.0] but these were not loaded, likely because it conflicts with another require.
    - vimeo/psalm 6.14.3 requires danog/advanced-json-rpc ^3.1 -> satisfiable by danog/advanced-json-rpc[v3.2.2].

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

@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.58%. Comparing base (e074b08) to head (774215a).

Additional details and impacted files
@@            Coverage Diff            @@
##             1.15.x     #578   +/-   ##
=========================================
  Coverage     64.58%   64.58%           
  Complexity      301      301           
=========================================
  Files            51       51           
  Lines          1279     1279           
=========================================
  Hits            826      826           
  Misses          453      453           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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/webmozart-assert-2.x branch 3 times, most recently from 0517aa6 to be86237 Compare December 25, 2025 09:02
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch from be86237 to 6b24b63 Compare December 27, 2025 09:42
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | webmozart/assert | 1.12.1 | 2.0.0 |
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch from 6b24b63 to 774215a Compare December 29, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant