fix(deps): update dependency ramsey/uuid to v4.7.6 #38
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.
This PR contains the following updates:
4.2
->4.7.6
Release Notes
ramsey/uuid (ramsey/uuid)
v4.7.6
Compare Source
Fixed
^0.12
.v4.7.5
Compare Source
Fixed
in #518 and fixed in
#522.
UuidInterface::compareTo()
.v4.7.4
Compare Source
Fixed
^0.11
.Stringable
interface toUuidInterface
.OrderedTimeCodec
reported in#494.
v4.7.3
Compare Source
Fixed
have replaced the 4.7.2 tag with a new tag that points to the correct commit,
but I am creating this tag to help notify users and automated processes who
might have already updated to the bad 4.7.2 tag.
v4.7.2
Compare Source
Fixed
Uuid::isValid()
to prevent incorrect typeinference (#486).
a commit in the 5.x branch.
v4.7.1
Compare Source
Fixed
v4.7.0
Compare Source
Added
Uuid::fromHexadecimal()
andUuidFactory::fromHexadecimal()
. Thesemethods are not required by the interfaces.
Fixed
00:00:00:00:00:00
).v4.6.0
Compare Source
Added
[draft-ietf-uuidrev-rfc4122bis-00, section 5.8][version8]. While still an
Internet-Draft, version 8 is stable and unlikely to change in any way that
breaks compatibility.
Ramsey\Uuid\Uuid::uuid8()
to generate version 8 UUIDs.Ramsey\Uuid\Rfc4122\UuidV8
.Ramsey\Uuid\Uuid::UUID_TYPE_CUSTOM
exists for version 8 UUIDs.Fixed
v4.5.1
Compare Source
Fixed
v4.5.0
Compare Source
Added
Nonstandard
namespace tothe
Rfc4122
namespace. Version 6 UUIDs are defined in[draft-ietf-uuidrev-rfc4122bis-00, section 5.6][version6]. While still an
Internet-Draft version 6 is stable and unlikely to change in any way that
breaks compatibility.
[draft-ietf-uuidrev-rfc4122bis-00, section 5.7][version7]. While still an
Internet-Draft, version 7 is stable and unlikely to change in any way that
breaks compatibility.
Ramsey\Uuid\Uuid::uuid7()
to generate version 7 UUIDs.Ramsey\Uuid\Rfc4122\UuidV7
.Ramsey\Uuid\Uuid::UUID_TYPE_UNIX_TIME
exists for version7 UUIDs.
Ramsey\Uuid\Converter\Time\UnixTimeConverter
andRamsey\Uuid\Generator\UnixTimeGenerator
to support version 7 UUID generation.Ramsey\Uuid\Uuid::MAX
andRamsey\Uuid\Rfc4122\MaxUuid
.Changed
^0.8.8
.Deprecated
The following will be removed in ramsey/uuid 5.0.0:
Ramsey\Uuid\Nonstandard\UuidV6
is deprecated in favor ofRamsey\Uuid\Rfc4122\UuidV6
.Ramsey\Uuid\Uuid::UUID_TYPE_PEABODY
; useRamsey\Uuid\Uuid::UUID_TYPE_REORDERED_TIME
instead.Fixed
Ramsey\Uuid\Uuid::isValid()
, Psalm now asserts the UUID is anon-empty-string when it is valid.
getVariant()
nowreturns a
2
when called on a nil UUID.v4.4.0
Compare Source
Changed
UuidInterface::getUrn()
.v4.3.1
Compare Source
Deprecated
The following will be removed in ramsey/uuid 5.0.0:
Ramsey\Uuid\Generator\RandomLibAdapter
v4.3.0
Compare Source
Changed
Composer will do the right thing for your environment and select a compatible
version of this library.
ext-ctype
extension. For applications that run in environments wherethe
ext-ctype
is not present, please require a polyfill, such assymfony/polyfill-ctype.
iterable<UuidBuilderInterface>
instead ofBuilderCollection
types.iterable<NodeProviderInterface>
instead ofNodeProviderCollection
types.Deprecated
The following will be removed in ramsey/uuid 5.0.0:
Ramsey\Uuid\Builder\BuilderCollection
Ramsey\Uuid\Provider\Node\NodeProviderCollection
Fixed
LazyUuidFromString
.v4.2.3
Compare Source
Fixed
^8.0
in the PHP version requirement.v4.2.2
Compare Source
Fixed
~8.1.0
to prevent installations on 8.2until the library is ready.
v4.2.1
Compare Source
Fixed
Uuid::fromString()
signature. The change fromstring
tonon-empty-string
on the parameter annotation introduced aBC break for those using static analysis tools. This release reverts this
change and provides an assertion to guard against empty strings.
See ramsey/uuid#383.
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.