loophp / collection

A (memory) friendly, easy, lazy and modular collection class.
https://loophp-collection.rtfd.io/
MIT License
721 stars 35 forks source link

chore(deps): update dependency symfony/cache to v6 - autoclosed #282

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
symfony/cache (source) require-dev major ^5 -> ^6

Release Notes

symfony/cache ### [`v6.2.0`](https://togithub.com/symfony/cache/releases/tag/v6.2.0) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.8...v6.2.0) **Changelog** (https://github.com/symfony/cache/compare/v6.2.0-RC2...v6.2.0) - no significant changes ### [`v6.1.8`](https://togithub.com/symfony/cache/releases/tag/v6.1.8) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.7...v6.1.8) **Changelog** (https://github.com/symfony/cache/compare/v6.1.7...v6.1.8) - no significant changes ### [`v6.1.7`](https://togithub.com/symfony/cache/releases/tag/v6.1.7) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.5...v6.1.7) **Changelog** (https://github.com/symfony/cache/compare/v6.1.6...v6.1.7) - bug [#​47884](https://togithub.com/symfony/cache/issues/47884) Reserve numeric keys when doing memory leak prevention (simoheinonen) ### [`v6.1.5`](https://togithub.com/symfony/cache/releases/tag/v6.1.5) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.3...v6.1.5) **Changelog** (https://github.com/symfony/cache/compare/v6.1.4...v6.1.5) - no significant changes ### [`v6.1.3`](https://togithub.com/symfony/cache/releases/tag/v6.1.3) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.2...v6.1.3) **Changelog** (https://github.com/symfony/cache/compare/v6.1.2...v6.1.3) - bug [#​47003](https://togithub.com/symfony/cache/issues/47003) Ensured that redis adapter can use multiple redis sentinel hosts (warslett) ### [`v6.1.2`](https://togithub.com/symfony/cache/releases/tag/v6.1.2) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.1...v6.1.2) **Changelog** (https://github.com/symfony/cache/compare/v6.1.1...v6.1.2) - bug [#​46699](https://togithub.com/symfony/cache/issues/46699) Respect $save option in all adapters (jrjohnson) ### [`v6.1.1`](https://togithub.com/symfony/cache/releases/tag/v6.1.1) [Compare Source](https://togithub.com/symfony/cache/compare/v6.1.0...v6.1.1) **Changelog** (https://github.com/symfony/cache/compare/v6.1.0...v6.1.1) - bug [#​46543](https://togithub.com/symfony/cache/issues/46543) do not pass null to strlen() (xabbuh) ### [`v6.1.0`](https://togithub.com/symfony/cache/releases/tag/v6.1.0) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.16...v6.1.0) **Changelog** (https://github.com/symfony/cache/compare/v6.1.0-RC1...v6.1.0) - bug [#​46401](https://togithub.com/symfony/cache/issues/46401) Throw when "redis_sentinel" is used with a non-Predis "class" option (buffcode) ### [`v6.0.16`](https://togithub.com/symfony/cache/releases/tag/v6.0.16) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.15...v6.0.16) **Changelog** (https://github.com/symfony/cache/compare/v6.0.15...v6.0.16) - no significant changes ### [`v6.0.15`](https://togithub.com/symfony/cache/releases/tag/v6.0.15) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.13...v6.0.15) **Changelog** (https://github.com/symfony/cache/compare/v6.0.14...v6.0.15) - bug [#​47884](https://togithub.com/symfony/cache/issues/47884) Reserve numeric keys when doing memory leak prevention (simoheinonen) ### [`v6.0.13`](https://togithub.com/symfony/cache/releases/tag/v6.0.13) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.11...v6.0.13) **Changelog** (https://github.com/symfony/cache/compare/v6.0.12...v6.0.13) - no significant changes ### [`v6.0.11`](https://togithub.com/symfony/cache/releases/tag/v6.0.11) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.10...v6.0.11) **Changelog** (https://github.com/symfony/cache/compare/v6.0.10...v6.0.11) - bug [#​47003](https://togithub.com/symfony/cache/issues/47003) Ensured that redis adapter can use multiple redis sentinel hosts (warslett) ### [`v6.0.10`](https://togithub.com/symfony/cache/releases/tag/v6.0.10) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.9...v6.0.10) **Changelog** (https://github.com/symfony/cache/compare/v6.0.9...v6.0.10) - bug [#​46699](https://togithub.com/symfony/cache/issues/46699) Respect $save option in all adapters (jrjohnson) - bug [#​46543](https://togithub.com/symfony/cache/issues/46543) do not pass null to strlen() (xabbuh) ### [`v6.0.9`](https://togithub.com/symfony/cache/releases/tag/v6.0.9) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.8...v6.0.9) **Changelog** (https://github.com/symfony/cache/compare/v6.0.8...v6.0.9) - bug [#​46401](https://togithub.com/symfony/cache/issues/46401) Throw when "redis_sentinel" is used with a non-Predis "class" option (buffcode) ### [`v6.0.8`](https://togithub.com/symfony/cache/releases/tag/v6.0.8) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.6...v6.0.8) **Changelog** (https://github.com/symfony/cache/compare/v6.0.7...v6.0.8) - bug [#​46143](https://togithub.com/symfony/cache/issues/46143) Prevent fatal errors on php 8 when running concurrently with TagAwareAdapter v6.1 (sbelyshkin) ### [`v6.0.6`](https://togithub.com/symfony/cache/releases/tag/v6.0.6) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.5...v6.0.6) **Changelog** (https://github.com/symfony/cache/compare/v6.0.5...v6.0.6) - no significant changes ### [`v6.0.5`](https://togithub.com/symfony/cache/releases/tag/v6.0.5) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.3...v6.0.5) **Changelog** (https://github.com/symfony/cache/compare/v6.0.4...v6.0.5) - bug [#​45482](https://togithub.com/symfony/cache/issues/45482) Add missing log when saving namespace (developer-av) - bug [#​45339](https://togithub.com/symfony/cache/issues/45339) fix error handling when using Redis (nicolas-grekas) - bug [#​45281](https://togithub.com/symfony/cache/issues/45281) Fix connecting to Redis via a socket file (alebedev80) ### [`v6.0.3`](https://togithub.com/symfony/cache/releases/tag/v6.0.3) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.2...v6.0.3) **Changelog** (https://github.com/symfony/cache/compare/v6.0.2...v6.0.3) - bug [#​45096](https://togithub.com/symfony/cache/issues/45096) Throw exception if incompatible version of psr/simple-cache is used (colinodell) - bug [#​45029](https://togithub.com/symfony/cache/issues/45029) Set mtime of cache files 1 year into future if they do not expire (Blacksmoke16) ### [`v6.0.2`](https://togithub.com/symfony/cache/releases/tag/v6.0.2) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.1...v6.0.2) **Changelog** (https://github.com/symfony/cache/compare/v6.0.1...v6.0.2) - bug [#​44820](https://togithub.com/symfony/cache/issues/44820) Don't lock when doing nested computations (nicolas-grekas) - bug [#​44799](https://togithub.com/symfony/cache/issues/44799) fix compat with apcu < 5.1.10 (nicolas-grekas) - bug [#​44737](https://togithub.com/symfony/cache/issues/44737) Fix Psr16Cache not being compatible with non-Symfony cache pools (colinodell) - bug [#​44577](https://togithub.com/symfony/cache/issues/44577) Fix proxy no expiration to the Redis (Sergey Belyshkin) - bug [#​44669](https://togithub.com/symfony/cache/issues/44669) disable lock on CLI (nicolas-grekas) - bug [#​44667](https://togithub.com/symfony/cache/issues/44667) Revert "feature [#​41989](https://togithub.com/symfony/cache/issues/41989) make `LockRegistry` use semaphores when possible" (nicolas-grekas) ### [`v6.0.1`](https://togithub.com/symfony/cache/releases/tag/v6.0.1) [Compare Source](https://togithub.com/symfony/cache/compare/v6.0.0...v6.0.1) **Changelog** (https://github.com/symfony/cache/compare/v6.0.0...v6.0.1) - bug [#​44494](https://togithub.com/symfony/cache/issues/44494) Remove FQCN type hints on properties (fabpot) ### [`v6.0.0`](https://togithub.com/symfony/cache/releases/tag/v6.0.0) [Compare Source](https://togithub.com/symfony/cache/compare/v5.4.15...v6.0.0) **Changelog** (https://github.com/symfony/cache/compare/v6.0.0-RC1...v6.0.0) - no significant changes

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.

what-the-diff[bot] commented 1 year ago
github-actions[bot] commented 1 year ago

Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.