Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Conductor] Update all of ramsey#12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
WyriHaximus merged 1 commit intomainfromconductor-ramsey-all-40862
Jun 3, 2025

Conversation

@private-packagist
Copy link
Contributor

This PR was automatically generated byConductor.

The PR contains the changes generated by running the following command:

composer update ramsey/collection:2.1.1 ramsey/uuid:4.8.1 --with-all-dependencies --minimal-changes

Changelog

ramsey/collection (Source:GitHub Releases))

2.1.1

Fixed

  • Correct the type annotation onCollectionInterface::column() to indicate the array it returns islist<mixed> (#130)

2.1.0

Added

  • Add support for retrieving properties on collection items that are accessible via magic methods__get and__isset (#126)
  • Certify support for PHP 8.3 and 8.4 (#127)

Fixed

  • Use the correct return type annotation oflist<T> instead ofarray<int, mixed> forCollectionInterface::column() (#124)
  • If an element has a property and method of the same name, check the property visibility on the element before attempting to access it; if it is private, attempt to call the method instead (#123)
  • ValueExtractorTrait expectsgetType(): string to exist on the using class, but it did not declare an abstract to force this requirement; now it does, and any classes using this trait must implementgetType(): string
  • Avoid callingcontains() twice when usingAbstractSet::add(), significantly improving performance for very large collections (#68)
ramsey/uuid (Source:GitHub Releases))

4.8.0

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate toversion 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate toversion 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please useRamsey\Uuid\Codec\StringCodec instead.
  • Ramsey\Uuid\Generator\CombGenerator is deprecated; please migrate toversion 7 UUIDs.

Fixed

  • Allow brick/math version^0.13; fixed in#589.
  • Update call tostr_getcsv() to avoid deprecation notice in PHP 8.4; fixed in#590.
  • Hexadecimal is never an empty string; fixed in#593.
  • Update docblocks forUuid::fromBytes(),Uuid::fromString(),Uuid::fromDateTime(),Uuid::fromHexadecimal(), andUuid::fromInteger() to note that each can throwInvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in#552.
  • getVariant() forMaxUuid now correctly returnsUuid::RESERVED_FUTURE, as specified inRFC 9562, section 5.10.
  • getVariant() forNilUuid now correctly returnsUuid::RESERVED_NCS, as specified inRFC 9562, section 5.9.

New Contributors

Full Changelog:4.7.6...4.8.0

Task options

If you close the PR, the task will be skipped and Conductor will schedule the next task. Clicking the "Skip" button in the UI has the same effect. Conductor won't attempt to update the dependency to this exact version again but it will schedule updates to newer versions.


Powered byPrivate Packagist

Conductor executed the following commands:composer update ramsey/collection:2.1.1 ramsey/uuid:4.8.1 --with-all-dependencies --minimal-changes
@boring-cyborgboring-cyborgbot added Dependencies 📦Pull requests that update a dependency file PHP 🐘Hypertext Pre Processor labelsJun 2, 2025
@private-packagist
Copy link
ContributorAuthor

composer.lock

Dev Package changes

PackageOperationFromToAbout
ramsey/collectionupgrade2.0.02.1.1diff
ramsey/uuidupgrade4.7.64.8.1diff

Settings ·Docs · Powered byPrivate Packagist

@github-actions
Copy link

github-actionsbot commentedJun 2, 2025
edited
Loading

🚧 Composer Development Dependency changes 🚧

Dev PackagesOperationBaseTargetLink
ramsey/collectionUpgraded2.0.02.1.1Compare
ramsey/uuidUpgraded4.7.64.8.1Compare

@github-actionsgithub-actionsbot added this to the1.1.0 milestoneJun 2, 2025
@WyriHaximusWyriHaximus merged commit349149e intomainJun 3, 2025
18 checks passed
@private-packagistprivate-packagistbot deleted the conductor-ramsey-all-40862 branchJune 3, 2025 11:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@WyriHaximusWyriHaximusAwaiting requested review from WyriHaximusWyriHaximus is a code owner

Assignees

No one assigned

Labels

Dependencies 📦Pull requests that update a dependency filePHP 🐘Hypertext Pre Processor

Projects

None yet

Milestone

2.0.0

Development

Successfully merging this pull request may close these issues.

2 participants

@WyriHaximus

[8]ページ先頭

©2009-2025 Movatter.jp