[PR #66] [MERGED] Bump ramsey/uuid from 4.7.4 to 4.7.5 #74

Closed
opened 2026-03-03 15:47:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mlevent/fatura/pull/66
Author: @dependabot[bot]
Created: 11/13/2023
Status: Merged
Merged: 7/25/2024
Merged by: @mlevent

Base: masterHead: dependabot/composer/ramsey/uuid-4.7.5


📝 Commits (1)

  • 05c9a23 Bump ramsey/uuid from 4.7.4 to 4.7.5

📊 Changes

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

View changed files

📝 composer.lock (+7 -7)

📄 Description

Bumps ramsey/uuid from 4.7.4 to 4.7.5.

Release notes

Sourced from ramsey/uuid's releases.

4.7.5

Fixed

  • Protect against UUIDv7 collisions within the same millisecond, as reported in #518 and fixed in #522.
  • Improve the return type hint for UuidInterface::compareTo().
Changelog

Sourced from ramsey/uuid's changelog.

4.7.5 - 2023-11-08

Fixed

  • Protect against UUIDv7 collisions within the same millisecond, as reported in #518 and fixed in #522.
  • Improve the return type hint for UuidInterface::compareTo().
Commits
  • 5f0df49 chore: prepare release 4.7.5
  • 9308b6a Improve return type of UuidInterface::compareTo() (#508)
  • 00945e1 Fix typo in SystemDceSecurityProviderTest (#510)
  • 41b1497 chore: use Python 3.7 for Read The Docs
  • 8553048 chore: fix RTD configuration
  • bc93c5f Fixed UnixTimeGenerator collisions (#522)
  • 8aa7e3c Fix typo in CHANGELOG (#511)
  • cc15557 chore(deps): bump ridedott/merge-me-action from 2.10.54 to 2.10.56
  • c02f0c8 Test against php 8.3 (#517)
  • c05b666 chore(deps): bump actions/checkout from 3 to 4
  • 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 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)

🔄 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/mlevent/fatura/pull/66 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2023 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@mlevent](https://github.com/mlevent) **Base:** `master` ← **Head:** `dependabot/composer/ramsey/uuid-4.7.5` --- ### 📝 Commits (1) - [`05c9a23`](https://github.com/mlevent/fatura/commit/05c9a237001fe87429fb152d40ef853c2dcbccfc) Bump ramsey/uuid from 4.7.4 to 4.7.5 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+7 -7) </details> ### 📄 Description Bumps [ramsey/uuid](https://github.com/ramsey/uuid) from 4.7.4 to 4.7.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ramsey/uuid/releases">ramsey/uuid's releases</a>.</em></p> <blockquote> <h2>4.7.5</h2> <h3>Fixed</h3> <ul> <li>Protect against UUIDv7 collisions within the same millisecond, as reported in <a href="https://redirect.github.com/ramsey/uuid/issues/518">#518</a> and fixed in <a href="https://redirect.github.com/ramsey/uuid/pull/522">#522</a>.</li> <li>Improve the return type hint for <code>UuidInterface::compareTo()</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md">ramsey/uuid's changelog</a>.</em></p> <blockquote> <h2>4.7.5 - 2023-11-08</h2> <h3>Fixed</h3> <ul> <li>Protect against UUIDv7 collisions within the same millisecond, as reported in <a href="https://redirect.github.com/ramsey/uuid/issues/518">#518</a> and fixed in <a href="https://redirect.github.com/ramsey/uuid/pull/522">#522</a>.</li> <li>Improve the return type hint for <code>UuidInterface::compareTo()</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ramsey/uuid/commit/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"><code>5f0df49</code></a> chore: prepare release 4.7.5</li> <li><a href="https://github.com/ramsey/uuid/commit/9308b6a6000f1e66b71eb206cf4997214eddcfaf"><code>9308b6a</code></a> Improve return type of UuidInterface::compareTo() (<a href="https://redirect.github.com/ramsey/uuid/issues/508">#508</a>)</li> <li><a href="https://github.com/ramsey/uuid/commit/00945e11a47f68de0293ae6ef29301e9b018a714"><code>00945e1</code></a> Fix typo in SystemDceSecurityProviderTest (<a href="https://redirect.github.com/ramsey/uuid/issues/510">#510</a>)</li> <li><a href="https://github.com/ramsey/uuid/commit/41b1497ff477297b1f97ee4b48e6da7edd09fb83"><code>41b1497</code></a> chore: use Python 3.7 for Read The Docs</li> <li><a href="https://github.com/ramsey/uuid/commit/855304805f27a1e2d812d04cf2634d287ac5718f"><code>8553048</code></a> chore: fix RTD configuration</li> <li><a href="https://github.com/ramsey/uuid/commit/bc93c5f873246a992363dc1f7da6e1eefcc02ec0"><code>bc93c5f</code></a> Fixed UnixTimeGenerator collisions (<a href="https://redirect.github.com/ramsey/uuid/issues/522">#522</a>)</li> <li><a href="https://github.com/ramsey/uuid/commit/8aa7e3c0e542d693ba736b57054aeac3aa52333d"><code>8aa7e3c</code></a> Fix typo in CHANGELOG (<a href="https://redirect.github.com/ramsey/uuid/issues/511">#511</a>)</li> <li><a href="https://github.com/ramsey/uuid/commit/cc1555759f297898e91bcbff6f5164afc0b954d5"><code>cc15557</code></a> chore(deps): bump ridedott/merge-me-action from 2.10.54 to 2.10.56</li> <li><a href="https://github.com/ramsey/uuid/commit/c02f0c8bf142e753551d90eeddf08ee24abbbf0f"><code>c02f0c8</code></a> Test against php 8.3 (<a href="https://redirect.github.com/ramsey/uuid/issues/517">#517</a>)</li> <li><a href="https://github.com/ramsey/uuid/commit/c05b6662e948e1e8bca0c4dce3518c7e7bb6e1c9"><code>c05b666</code></a> chore(deps): bump actions/checkout from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/ramsey/uuid/compare/4.7.4...4.7.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ramsey/uuid&package-manager=composer&previous-version=4.7.4&new-version=4.7.5)](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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:47:34 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fatura-mlevent#74
No description provided.