Bump ramsey/uuid from 4.7.4 to 4.7.5#1812
Merged
williamjallen merged 1 commit intomasterfrom Nov 16, 2023
Merged
Conversation
williamjallen
approved these changes
Nov 16, 2023
7c03693 to
0bc090d
Compare
0bc090d to
3e7a0a0
Compare
Bumps [ramsey/uuid](https://github.com/ramsey/uuid) from 4.7.4 to 4.7.5. - [Release notes](https://github.com/ramsey/uuid/releases) - [Changelog](https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md) - [Commits](ramsey/uuid@4.7.4...4.7.5) --- updated-dependencies: - dependency-name: ramsey/uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
3e7a0a0 to
add76a9
Compare
sbelsk
pushed a commit
to sbelsk/CDash
that referenced
this pull request
Nov 20, 2023
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 /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ramsey/uuid from 4.7.4 to 4.7.5.
Release notes
Sourced from ramsey/uuid's releases.
Changelog
Sourced from ramsey/uuid's changelog.
Commits
5f0df49chore: prepare release 4.7.59308b6aImprove return type of UuidInterface::compareTo() (#508)00945e1Fix typo in SystemDceSecurityProviderTest (#510)41b1497chore: use Python 3.7 for Read The Docs8553048chore: fix RTD configurationbc93c5fFixed UnixTimeGenerator collisions (#522)8aa7e3cFix typo in CHANGELOG (#511)cc15557chore(deps): bump ridedott/merge-me-action from 2.10.54 to 2.10.56c02f0c8Test against php 8.3 (#517)c05b666chore(deps): bump actions/checkout from 3 to 4Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)