[PR #52] [MERGED] Bump webmozart/assert from 1.10.0 to 1.11.0 #93

Closed
opened 2025-11-20 04:16:01 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/antonkomarev/github-profile-views-counter/pull/52
Author: @dependabot[bot]
Created: 6/6/2022
Status: Merged
Merged: 7/8/2022
Merged by: @antonkomarev

Base: masterHead: dependabot/composer/webmozart/assert-1.11.0


📝 Commits (1)

  • 73c29bf Bump webmozart/assert from 1.10.0 to 1.11.0

📊 Changes

1 file changed (+9 additions, -9 deletions)

View changed files

📝 composer.lock (+9 -9)

📄 Description

Bumps webmozart/assert from 1.10.0 to 1.11.0.

Release notes

Sourced from webmozart/assert's releases.

Release 1.11.0

See change log for changes.

Changelog

Sourced from webmozart/assert's changelog.

1.11.0

Added

  • Added explicit (non magic) allNullOr* methods, with @psalm-assert annotations, for better Psalm support.

Changed

  • Trait methods will now check the assertion themselves, instead of using __callStatic
  • isList will now deal correctly with (modified) lists that contain NaN
  • reportInvalidArgument now has a return type of never.

Removed

  • Removed symfony/polyfill-ctype as a dependency, and require ext-cytpe instead.
    • You can still require the symfony/polyfill-ctype in your project if you need it, as it provides ext-ctype
Commits
  • 11cb219 Add 1.11.0 to the changelog (#272)
  • af18046 Fix deprecated use of 'static' literal string in callable (#260)
  • 4e22b65 Introduce allNullOr methods (#263)
  • dc96b67 Deal with lists that have been modified that have (#247)
  • 7b05571 Update ci.yaml (#253)
  • 7de722e Update AssertTest fix lessThan test fail in a different time zone. (#264)
  • b65e17c Reduced dependency graph by removing symfony/polyfill-ctype, requiring `ext...
  • b419d64 Update .gitattributes (#251)
  • 8403a94 fix isA*Of exception messages (#231)
  • 8ee533c Mixin: avoid __callStatic calls (#242)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/antonkomarev/github-profile-views-counter/pull/52 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 7/8/2022 **Merged by:** [@antonkomarev](https://github.com/antonkomarev) **Base:** `master` ← **Head:** `dependabot/composer/webmozart/assert-1.11.0` --- ### 📝 Commits (1) - [`73c29bf`](https://github.com/antonkomarev/github-profile-views-counter/commit/73c29bffbf1636c31cc6174d059382a3b606d57d) Bump webmozart/assert from 1.10.0 to 1.11.0 ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+9 -9) </details> ### 📄 Description Bumps [webmozart/assert](https://github.com/webmozarts/assert) from 1.10.0 to 1.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webmozarts/assert/releases">webmozart/assert's releases</a>.</em></p> <blockquote> <h2>Release 1.11.0</h2> <p>See <a href="https://github.com/webmozarts/assert/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webmozarts/assert/blob/master/CHANGELOG.md">webmozart/assert's changelog</a>.</em></p> <blockquote> <h2>1.11.0</h2> <h3>Added</h3> <ul> <li>Added explicit (non magic) <code>allNullOr*</code> methods, with <code>@psalm-assert</code> annotations, for better Psalm support.</li> </ul> <h3>Changed</h3> <ul> <li>Trait methods will now check the assertion themselves, instead of using <code>__callStatic</code></li> <li><code>isList</code> will now deal correctly with (modified) lists that contain <code>NaN</code></li> <li><code>reportInvalidArgument</code> now has a return type of <code>never</code>.</li> </ul> <h3>Removed</h3> <ul> <li>Removed <code>symfony/polyfill-ctype</code> as a dependency, and require <code>ext-cytpe</code> instead. <ul> <li>You can still require the <code>symfony/polyfill-ctype</code> in your project if you need it, as it provides <code>ext-ctype</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webmozarts/assert/commit/11cb2199493b2f8a3b53e7f19068fc6aac760991"><code>11cb219</code></a> Add 1.11.0 to the changelog (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/272">#272</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/af18046f792086b41073783f092521b96ecf377d"><code>af18046</code></a> Fix deprecated use of 'static' literal string in callable (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/260">#260</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/4e22b65a9fdd41ff45131bfad3ba38ccca085c54"><code>4e22b65</code></a> Introduce allNullOr methods (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/263">#263</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/dc96b6775d038bfa31a240150ad8505bfb856c2d"><code>dc96b67</code></a> Deal with lists that have been modified that have (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/247">#247</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/7b05571486a13de54364cb21d5184d52e7f6bbc4"><code>7b05571</code></a> Update ci.yaml (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/253">#253</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/7de722e14509ee30a08e8702be2da6c84599f275"><code>7de722e</code></a> Update AssertTest fix lessThan test fail in a different time zone. (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/264">#264</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/b65e17cf6a028d36b0f5ccf5f66f7c56c005dc01"><code>b65e17c</code></a> Reduced dependency graph by removing <code>symfony/polyfill-ctype</code>, requiring `ext...</li> <li><a href="https://github.com/webmozarts/assert/commit/b419d648592b0b8911cbbe10d450fe314f4fd262"><code>b419d64</code></a> Update .gitattributes (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/251">#251</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/8403a941039e7a9534e877f0bb38b8d9faa48f01"><code>8403a94</code></a> fix isA*Of exception messages (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/231">#231</a>)</li> <li><a href="https://github.com/webmozarts/assert/commit/8ee533c84f5dbb5795ceb104078ae89ed5035baf"><code>8ee533c</code></a> Mixin: avoid __callStatic calls (<a href="https://github-redirect.dependabot.com/webmozarts/assert/issues/242">#242</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webmozarts/assert/compare/1.10.0...1.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webmozart/assert&package-manager=composer&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:16:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/github-profile-views-counter#93