Closed renovate[bot] closed 1 month ago
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
Totals | |
---|---|
Change from base Build 11499973928: | 0.0% |
Covered Lines: | 373 |
Relevant Lines: | 1835 |
This PR contains the following updates:
1.7.0
->1.13.0
Release Notes
CuyZ/Valinor (cuyz/valinor)
### [`v1.13.0`](https://redirect.github.com/CuyZ/Valinor/releases/tag/1.13.0) [Compare Source](https://redirect.github.com/CuyZ/Valinor/compare/1.12.0...1.13.0) #### Notable changes **Microseconds support for timestamp format** Prior to this patch, this would require a custom constructor in the form of: ```php static fn(float | int $timestamp): DateTimeImmutable => new DateTimeImmutable(sprintf("@%d", $timestamp)), ``` This bypasses the datetime format support of Valinor entirely. This is required because the library does not support floats as valid `DateTimeInterface` input values. This commit adds support for floats and registers `timestamp.microseconds` (`U.u`) as a valid default format. **Support for `value-ofConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.