laminas / automatic-releases

Automated release process for `laminas/` projects, usable as github action
Other
141 stars 23 forks source link

Update dependency azjezz/psl to v3 #259

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
azjezz/psl ^2.9.1 -> ^3.0.0 age adoption passing confidence

Release Notes

azjezz/psl (azjezz/psl) ### [`v3.0.0`](https://redirect.github.com/azjezz/psl/releases/tag/3.0.0): Kanda - 3.0.0 [Compare Source](https://redirect.github.com/azjezz/psl/compare/2.9.1...3.0.0) #### What's Changed - Added support for coercing `stdClass` to `array` by [@​Ocramius](https://redirect.github.com/Ocramius) in [https://github.com/azjezz/psl/pull/437](https://redirect.github.com/azjezz/psl/pull/437) - chore(ga): bump actions/cache from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/azjezz/psl/pull/438](https://redirect.github.com/azjezz/psl/pull/438) - Fix psalm 5.20 issues by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/439](https://redirect.github.com/azjezz/psl/pull/439) - `json_encode` never returns an empty string by [@​gsteel](https://redirect.github.com/gsteel) in [https://github.com/azjezz/psl/pull/441](https://redirect.github.com/azjezz/psl/pull/441) - feat(option): `apply` closure should be able to return `mixed` by [@​devnix](https://redirect.github.com/devnix) in [https://github.com/azjezz/psl/pull/442](https://redirect.github.com/azjezz/psl/pull/442) - Avoid iterating over non-nullable sends by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/444](https://redirect.github.com/azjezz/psl/pull/444) - feat(locale): introduce 'Locale' component by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/445](https://redirect.github.com/azjezz/psl/pull/445) - chore(locale): add `Locale::default()` function to retrieve default locale by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/447](https://redirect.github.com/azjezz/psl/pull/447) - feat(default): introduce `Default` component by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/449](https://redirect.github.com/azjezz/psl/pull/449) - chore: rename all enum cases to PascalCase instead of SHOUT_CASE by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/450](https://redirect.github.com/azjezz/psl/pull/450) - feat(io): introduce `ReadHandle::reachedEndOfDataSource` by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/452](https://redirect.github.com/azjezz/psl/pull/452) - chore: drop support for PHP 8.1 by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/454](https://redirect.github.com/azjezz/psl/pull/454) - feat(async): introduce optional incremental timeout to the public API by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/455](https://redirect.github.com/azjezz/psl/pull/455) - feat(types): Traceless types by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/453](https://redirect.github.com/azjezz/psl/pull/453) - chore: miscellaneous changes by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/458](https://redirect.github.com/azjezz/psl/pull/458) - fix(type): Positive int has a broken exception path by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/459](https://redirect.github.com/azjezz/psl/pull/459) - feat(types): Memoize simple types without arguments by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/457](https://redirect.github.com/azjezz/psl/pull/457) - Fix PHP84 nullable types by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/460](https://redirect.github.com/azjezz/psl/pull/460) - feat(type): Introduce type constructor purity by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/461](https://redirect.github.com/azjezz/psl/pull/461) - feat(type): Mark type classes as readonly by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/463](https://redirect.github.com/azjezz/psl/pull/463) - feat: narrow return type for `min()`, `max()`, `median()` and `mean()` by [@​simPod](https://redirect.github.com/simPod) in [https://github.com/azjezz/psl/pull/464](https://redirect.github.com/azjezz/psl/pull/464) - feat(type): Notnull type optimizations by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/465](https://redirect.github.com/azjezz/psl/pull/465) - docs(type): Provides an initial documentation document for the Type component by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/462](https://redirect.github.com/azjezz/psl/pull/462) - feat: narrow ResultInterface to concrete implementation after calling `isSucceeded()` and `isFailed()` by [@​simPod](https://redirect.github.com/simPod) in [https://github.com/azjezz/psl/pull/466](https://redirect.github.com/azjezz/psl/pull/466) - Revert "feat: narrow ResultInterface to concrete implementation after calling `isSucceeded()` and `isFailed()` ([#​466](https://redirect.github.com/azjezz/psl/issues/466)) by [@​simPod](https://redirect.github.com/simPod) in [https://github.com/azjezz/psl/pull/469](https://redirect.github.com/azjezz/psl/pull/469) - Change `Iter\apply` `(Closure(T): void)` `$function` to `(Closure(T): mixed)` by [@​devnix](https://redirect.github.com/devnix) in [https://github.com/azjezz/psl/pull/471](https://redirect.github.com/azjezz/psl/pull/471) - Add `Vec` versions of the `unique` functions by [@​BackEndTea](https://redirect.github.com/BackEndTea) in [https://github.com/azjezz/psl/pull/472](https://redirect.github.com/azjezz/psl/pull/472) - feat(Result): introduce `Result::unwrapOr()` by [@​simPod](https://redirect.github.com/simPod) in [https://github.com/azjezz/psl/pull/470](https://redirect.github.com/azjezz/psl/pull/470) - feat: introduce `first_opt()`, `first_key_opt()`, `last_opt()`, `last_key_opt()` and `search_opt()` by [@​simPod](https://redirect.github.com/simPod) in [https://github.com/azjezz/psl/pull/467](https://redirect.github.com/azjezz/psl/pull/467) - feat(datetime): Introduce `DateTime` component by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/446](https://redirect.github.com/azjezz/psl/pull/446) - chore: fix static analysis by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/474](https://redirect.github.com/azjezz/psl/pull/474) - Adds `param-immediately-invoked-callable` in `Option` by [@​klifoth](https://redirect.github.com/klifoth) in [https://github.com/azjezz/psl/pull/475](https://redirect.github.com/azjezz/psl/pull/475) - Add missing Option::orElse method by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/476](https://redirect.github.com/azjezz/psl/pull/476) - feat(DateTime) Provide a human-like months substract and add system by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/477](https://redirect.github.com/azjezz/psl/pull/477) - Move nonnull type to public namespace by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/478](https://redirect.github.com/azjezz/psl/pull/478) - Use MONTHS_PER_YEAR by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/479](https://redirect.github.com/azjezz/psl/pull/479) - Update README.md by [@​mattsches](https://redirect.github.com/mattsches) in [https://github.com/azjezz/psl/pull/481](https://redirect.github.com/azjezz/psl/pull/481) - feat(collections): introduce `Set`, `SetInterface`, `MutableSet`, and `MutableSetInterface` by [@​azjezz](https://redirect.github.com/azjezz) in [https://github.com/azjezz/psl/pull/482](https://redirect.github.com/azjezz/psl/pull/482) - Fix mutation coverage by [@​veewee](https://redirect.github.com/veewee) in [https://github.com/azjezz/psl/pull/485](https://redirect.github.com/azjezz/psl/pull/485) - Add value-of type by [@​gsteel](https://redirect.github.com/gsteel) in [https://github.com/azjezz/psl/pull/483](https://redirect.github.com/azjezz/psl/pull/483) - feat(collections): add fromItems and containsKey by [@​pfmmfp](https://redirect.github.com/pfmmfp) in [https://github.com/azjezz/psl/pull/484](https://redirect.github.com/azjezz/psl/pull/484) #### New Contributors - [@​klifoth](https://redirect.github.com/klifoth) made their first contribution in [https://github.com/azjezz/psl/pull/475](https://redirect.github.com/azjezz/psl/pull/475) - [@​mattsches](https://redirect.github.com/mattsches) made their first contribution in [https://github.com/azjezz/psl/pull/481](https://redirect.github.com/azjezz/psl/pull/481) - [@​pfmmfp](https://redirect.github.com/pfmmfp) made their first contribution in [https://github.com/azjezz/psl/pull/484](https://redirect.github.com/azjezz/psl/pull/484) **Full Changelog**: https://github.com/azjezz/psl/compare/2.9.0...3.0.0

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 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.



Read more information about the use of Renovate Bot within Laminas.

renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.