Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 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

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.
  • BREAKING Added declare(strict_types=1) to all classes.
  • 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 renovate bot added the dependencies Pull requests that update a dependency file label Dec 17, 2025
@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.51%. Comparing base (46ed430) to head (9d58bcf).

Additional details and impacted files
@@            Coverage Diff            @@
##              1.9.x     #435   +/-   ##
=========================================
  Coverage     84.51%   84.51%           
  Complexity      204      204           
=========================================
  Files            37       37           
  Lines           607      607           
=========================================
  Hits            513      513           
  Misses           94       94           

☔ 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 4 times, most recently from a28cbb4 to 39901e8 Compare December 23, 2025 05:33
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 3 times, most recently from 8f31269 to 1b81f97 Compare December 30, 2025 18:30
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 4 times, most recently from 4c174bc to 9f37139 Compare January 7, 2026 09:43
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 3 times, most recently from 53dd497 to 4ee7612 Compare January 13, 2026 15:13
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | webmozart/assert | 1.12.1 | 2.1.2 |
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch from 4ee7612 to 9d58bcf Compare January 14, 2026 10:57
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