Skip to content

Comments

chore(deps): update dependency webmozart/assert to v2#844

Merged
Fahl-Design merged 1 commit intomainfrom
renovate/webmozart-assert-2.x
Jan 23, 2026
Merged

chore(deps): update dependency webmozart/assert to v2#844
Fahl-Design merged 1 commit intomainfrom
renovate/webmozart-assert-2.x

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.12.1^2.1.2 age adoption passing confidence

Release Notes

webmozarts/assert (webmozart/assert)

v2.1.2

Compare Source

Fixed
  • Changed all* assertion values back to mixed.

v2.1.1

Compare Source

Fixed
  • Optimized stringNotEmpty by internally using notSame.

v2.1.0

Compare Source

Fixed
  • Corrected @param declaration for isMap.
  • Pass custom message to internal assertion calls.

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

Read more information about the use of Renovate Bot.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 17, 2025
@codacy-production
Copy link

codacy-production bot commented Dec 17, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 97.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b8f7031) 716 692 96.65%
Head commit (cd9453c) 716 (+0) 692 (+0) 96.65% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#844) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.23%. Comparing base (b8f7031) to head (cd9453c).
⚠️ Report is 30 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #844   +/-   ##
=========================================
  Coverage     97.23%   97.23%           
  Complexity      328      328           
=========================================
  Files            55       55           
  Lines           869      869           
=========================================
  Hits            845      845           
  Misses           24       24           
Flag Coverage Δ
unittests 97.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 b8f7031...cd9453c. Read the comment docs.

@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 4 times, most recently from d06feae to 2288a50 Compare December 18, 2025 17:26
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 4 times, most recently from 331d1d7 to 5ff7e12 Compare December 29, 2025 22:05
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 5 times, most recently from f11be29 to 052967a Compare January 9, 2026 00:43
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 9 times, most recently from d6dbd71 to dbed8cc Compare January 16, 2026 20:24
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 4 times, most recently from 29272a9 to 06dcce7 Compare January 20, 2026 22:00
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch 2 times, most recently from d3a2858 to 133c74e Compare January 23, 2026 00:30
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | webmozart/assert | 1.12.1 | 2.1.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch from 133c74e to cd9453c Compare January 23, 2026 19:43
@Fahl-Design Fahl-Design merged commit 95d677a into main Jan 23, 2026
18 checks passed
@Fahl-Design Fahl-Design deleted the renovate/webmozart-assert-2.x branch January 23, 2026 19:58
@webproject-bot
Copy link

🎉 This PR is included in version 4.1.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant