Skip to content

chore(deps): bump webmozart/assert from 1.12.1 to 2.1.2#177

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/webmozart/assert-2.1.2
Closed

chore(deps): bump webmozart/assert from 1.12.1 to 2.1.2#177
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/webmozart/assert-2.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Bumps webmozart/assert from 1.12.1 to 2.1.2.

Release notes

Sourced from webmozart/assert's releases.

Release 2.1.2

See change log for changes.

Release 2.1.1

See change log for changes.

Release 2.1.0

See change log for changes.

Release 2.0.0

See change log for changes.

Release 2.0.0-beta

See change log for changes.

Changelog

Sourced from webmozart/assert's changelog.

2.1.2

Fixed

  • Changed all* assertion values back to mixed.

2.1.1

Fixed

  • Optimized stringNotEmpty by internally using notSame.

2.1.0

Fixed

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

2.0.0

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.
Commits
  • ce6a2f1 Prepare for 2.1.2 release
  • b789271 Fixed iterable methods (all* + allNullOr*) types (return and $value parameter...
  • bdbabc1 Prepare changelog for 2.1.1
  • 54230fa Update changelog for #336
  • de8474e Use notSame instead of notEq for stringNotEmpty (#336)
  • 1a44093 Prepare 2.1.0 release (oops)
  • b01be90 Prepare 2.1.1 release
  • 1cc0a45 Pass message from methods to integer assertion inside (#335)
  • 6bfce1b Update changelog for last pr
  • 70ed4bc Fix parameter type for Assert::isMap() (#331)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [webmozart/assert](https://github.com/webmozarts/assert) from 1.12.1 to 2.1.2.
- [Release notes](https://github.com/webmozarts/assert/releases)
- [Changelog](https://github.com/webmozarts/assert/blob/master/CHANGELOG.md)
- [Commits](webmozarts/assert@1.12.1...2.1.2)

---
updated-dependencies:
- dependency-name: webmozart/assert
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 9, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 16, 2026

Superseded by #181.

@dependabot dependabot Bot closed this Feb 16, 2026
@dependabot dependabot Bot deleted the dependabot/composer/webmozart/assert-2.1.2 branch February 16, 2026 17:58
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants