benjaminjonard / koillection

Koillection is a self-hosted service allowing users to manage any kind of collections.
https://github.com/koillection/koillection/wiki
MIT License
604 stars 27 forks source link

Update all non-major dependencies #1202

Closed benjaminjonard closed 5 days ago

benjaminjonard commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
api-platform/core (source) require patch 4.0.1 -> 4.0.2
brianium/paratest require-dev patch 7.5.4 -> 7.5.5
composer/semver require patch 3.4.2 -> 3.4.3
crowdin/github-action action minor v2.1.2 -> v2.2.0
phpunit/phpunit (source) require-dev patch 11.3.4 -> 11.3.6
symfony/cache (source) require patch 7.1.4 -> 7.1.5
symfony/console (source) require patch 7.1.4 -> 7.1.5
symfony/dependency-injection (source) require patch 7.1.4 -> 7.1.5
symfony/dotenv (source) require patch 7.1.3 -> 7.1.5
symfony/form (source) require patch 7.1.4 -> 7.1.5
symfony/framework-bundle (source) require patch 7.1.4 -> 7.1.5
symfony/http-client (source) require patch 7.1.4 -> 7.1.5
symfony/http-foundation (source) require patch 7.1.3 -> 7.1.5
symfony/http-kernel (source) require patch 7.1.4 -> 7.1.5
symfony/intl (source) require patch 7.1.1 -> 7.1.5
symfony/mime (source) require patch 7.1.4 -> 7.1.5
symfony/process (source) require patch 7.1.3 -> 7.1.5
symfony/security-core (source) require patch 7.1.4 -> 7.1.5
symfony/security-http (source) require patch 7.1.4 -> 7.1.5
symfony/serializer (source) require patch 7.1.4 -> 7.1.5
symfony/string (source) require patch 7.1.4 -> 7.1.5
symfony/translation (source) require patch 7.1.3 -> 7.1.5
symfony/twig-bridge (source) require patch 7.1.4 -> 7.1.5
symfony/twig-bundle (source) require patch 7.1.1 -> 7.1.5
symfony/uid (source) require patch 7.1.4 -> 7.1.5
symfony/validator (source) require patch 7.1.4 -> 7.1.5
symfony/var-dumper (source) require-dev patch 7.1.4 -> 7.1.5
symfony/yaml (source) require patch 7.1.4 -> 7.1.5
webpack devDependencies minor 5.94.0 -> 5.95.0
yarn (source) packageManager minor 4.4.1 -> 4.5.0

Release Notes

api-platform/core (api-platform/core) ### [`v4.0.2`](https://redirect.github.com/api-platform/core/blob/HEAD/CHANGELOG.md#v402) [Compare Source](https://redirect.github.com/api-platform/core/compare/v4.0.1...v4.0.2) ##### Bug fixes - [219199db3](https://redirect.github.com/api-platform/core/commit/219199db386cab05f1c1225b889c0a9609b36699) fix(symfony): missing alias to serializer context builder interface ([#​6643](https://redirect.github.com/api-platform/core/issues/6643)) - [5f943e3bb](https://redirect.github.com/api-platform/core/commit/5f943e3bb56934ba5d0b858f6b4c20a2985b6b6b) fix(graphql): wrong exception namespace ([#​6647](https://redirect.github.com/api-platform/core/issues/6647)) - [72a0b669a](https://redirect.github.com/api-platform/core/commit/72a0b669a426ca4bbbf14cf80a6ced683b947e8c) fix(serializer): remove serializer context builder interface - [88bd8c3e1](https://redirect.github.com/api-platform/core/commit/88bd8c3e151c843649bcac3feefc2cb956212410) fix(laravel): installation command, fix config overwrites ([#​6649](https://redirect.github.com/api-platform/core/issues/6649)) - [93314b08d](https://redirect.github.com/api-platform/core/commit/93314b08de1e6f0505af9e3a3ba3d9971f1ef09c) fix(serializer): allow state's SerializerFilterContextBuilderInterface ([#​6632](https://redirect.github.com/api-platform/core/issues/6632)) - [9a0afc917](https://redirect.github.com/api-platform/core/commit/9a0afc917a4bfa824ffbb640af9bb1114a5d31b4) fix(serializer): remove unnecessary dependency - [c47e2996e](https://redirect.github.com/api-platform/core/commit/c47e2996e51c587c998fde88903703bd6ac9a43c) fix: default format and standard_put values - [e327f5f69](https://redirect.github.com/api-platform/core/commit/e327f5f69c823c1ed674eefc0eb2551e30fb36bd) fix(symfony): namespace of path segment name generator services ([#​6642](https://redirect.github.com/api-platform/core/issues/6642)) Notes: `standard_put=true` is now the default, you can set it to `false` using `extra_properties.defaults`
paratestphp/paratest (brianium/paratest) ### [`v7.5.5`](https://redirect.github.com/paratestphp/paratest/releases/tag/v7.5.5) [Compare Source](https://redirect.github.com/paratestphp/paratest/compare/v7.5.4...v7.5.5) #### What's Changed - Change `Options` constructor visibility to public by [@​HypeMC](https://redirect.github.com/HypeMC) in [https://github.com/paratestphp/paratest/pull/892](https://redirect.github.com/paratestphp/paratest/pull/892) - Honor `displayDetailsOnPhpunitDeprecations` config option by [@​Slamdunk](https://redirect.github.com/Slamdunk) in [https://github.com/paratestphp/paratest/pull/894](https://redirect.github.com/paratestphp/paratest/pull/894) #### New Contributors - [@​HypeMC](https://redirect.github.com/HypeMC) made their first contribution in [https://github.com/paratestphp/paratest/pull/892](https://redirect.github.com/paratestphp/paratest/pull/892) **Full Changelog**: https://github.com/paratestphp/paratest/compare/v7.5.4...v7.5.5
composer/semver (composer/semver) ### [`v3.4.3`](https://redirect.github.com/composer/semver/blob/HEAD/CHANGELOG.md#343-2024-09-19) [Compare Source](https://redirect.github.com/composer/semver/compare/3.4.2...3.4.3) - Fixed some type annotations
crowdin/github-action (crowdin/github-action) ### [`v2.2.0`](https://redirect.github.com/crowdin/github-action/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/crowdin/github-action/compare/v2.1.3...v2.2.0) #### What's Changed - CLI [4.2.0](https://redirect.github.com/crowdin/crowdin-cli/releases/tag/4.2.0) by [@​andrii-bodnar](https://redirect.github.com/andrii-bodnar) **Full Changelog**: https://github.com/crowdin/github-action/compare/v2.1.2...v2.2.0 ### [`v2.1.3`](https://redirect.github.com/crowdin/github-action/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/crowdin/github-action/compare/v2.1.2...v2.1.3) #### What's Changed - fix: issues related to checking for the existing pull requests by [@​andrii-bodnar](https://redirect.github.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/250](https://redirect.github.com/crowdin/github-action/pull/250) - docs: add sample configuration file by [@​andrii-bodnar](https://redirect.github.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/248](https://redirect.github.com/crowdin/github-action/pull/248) **Full Changelog**: https://github.com/crowdin/github-action/compare/v2.1.2...v2.1.3
sebastianbergmann/phpunit (phpunit/phpunit) ### [`v11.3.6`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.3.6): PHPUnit 11.3.6 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.3.5...11.3.6) ##### Changed - [#​5956](https://redirect.github.com/sebastianbergmann/phpunit/issues/5956): Deprecation of the `E_STRICT` constant in PHP 8.4 ##### Fixed - [#​5950](https://redirect.github.com/sebastianbergmann/phpunit/pull/5950): TestDox text should not be `trim()`med when it contains `$` character - The attribute parser will no longer try to instantiate attribute classes that do not exist *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.3/installation.html) ### [`v11.3.5`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.3.5): PHPUnit 11.3.5 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.3.4...11.3.5) ##### Fixed - [#​5874](https://redirect.github.com/sebastianbergmann/phpunit/issues/5874): Test Stub generated by return value generator for doubled method with `static` return type declaration is not properly initialized - [#​5931](https://redirect.github.com/sebastianbergmann/phpunit/pull/5931): Reverted addition of `name` property on `` element in JUnit XML logfile - [#​5946](https://redirect.github.com/sebastianbergmann/phpunit/issues/5946): `Callback` throws a `TypeError` when checking a `callable` has variadic parameters *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.3/installation.html)
symfony/cache (symfony/cache) ### [`v7.1.5`](https://redirect.github.com/symfony/cache/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/cache/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/cache/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58260](https://redirect.github.com/symfony/symfony/issues/58260) \[Cache] Fix RedisSentinel param types (Paweł Stasicki) - bug [symfony/symfony#58169](https://redirect.github.com/symfony/symfony/issues/58169) \[Cache] Fix compatibility with Redis 6.1.0 pre-releases ([@​cedric-anne](https://redirect.github.com/cedric-anne))
symfony/console (symfony/console) ### [`v7.1.5`](https://redirect.github.com/symfony/console/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/console/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/console/compare/v7.1.4...v7.1.5) - no significant changes
symfony/dependency-injection (symfony/dependency-injection) ### [`v7.1.5`](https://redirect.github.com/symfony/dependency-injection/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/dependency-injection/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/dependency-injection/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58240](https://redirect.github.com/symfony/symfony/issues/58240) \[FrameworkBundle] Fix service reset between tests ([@​HypeMC](https://redirect.github.com/HypeMC))
symfony/dotenv (symfony/dotenv) ### [`v7.1.5`](https://redirect.github.com/symfony/dotenv/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/dotenv/compare/v7.1.3...v7.1.5) **Changelog** (https://github.com/symfony/dotenv/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58274](https://redirect.github.com/symfony/symfony/issues/58274) \[Dotenv] throw a meaningful exception when parsing dotenv files with BOM ([@​xabbuh](https://redirect.github.com/xabbuh))
symfony/form (symfony/form) ### [`v7.1.5`](https://redirect.github.com/symfony/form/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/form/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/form/compare/v7.1.4...v7.1.5) - no significant changes
symfony/framework-bundle (symfony/framework-bundle) ### [`v7.1.5`](https://redirect.github.com/symfony/framework-bundle/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/framework-bundle/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/framework-bundle/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58327](https://redirect.github.com/symfony/symfony/issues/58327) \[FrameworkBundle] Do not access the container when the kernel is shut down ([@​jderusse](https://redirect.github.com/jderusse)) - bug [symfony/symfony#58290](https://redirect.github.com/symfony/symfony/issues/58290) \[FrameworkBundle] fix XSD to allow to configure locks without resources ([@​xabbuh](https://redirect.github.com/xabbuh)) - bug [symfony/symfony#58240](https://redirect.github.com/symfony/symfony/issues/58240) \[FrameworkBundle] Fix service reset between tests ([@​HypeMC](https://redirect.github.com/HypeMC)) - bug [symfony/symfony#58218](https://redirect.github.com/symfony/symfony/issues/58218) Work around `parse_url()` bug (@​nicolas-grekas)
symfony/http-client (symfony/http-client) ### [`v7.1.5`](https://redirect.github.com/symfony/http-client/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/http-client/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/http-client/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58278](https://redirect.github.com/symfony/symfony/issues/58278) \[HttpClient] Fix setting `CURLMOPT_MAXCONNECTS` (@​HypeMC) - bug [symfony/symfony#58218](https://redirect.github.com/symfony/symfony/issues/58218) Work around `parse_url()` bug (@​nicolas-grekas)
symfony/http-foundation (symfony/http-foundation) ### [`v7.1.5`](https://redirect.github.com/symfony/http-foundation/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/http-foundation/compare/v7.1.3...v7.1.5) **Changelog** (https://github.com/symfony/http-foundation/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58181](https://redirect.github.com/symfony/symfony/issues/58181) \[HttpFoundation] Update links for `X-Accel-Redirect` and fail properly when `X-Accel-Mapping` is missing ([@​nicolas-grekas](https://redirect.github.com/nicolas-grekas)) - bug [symfony/symfony#58218](https://redirect.github.com/symfony/symfony/issues/58218) Work around `parse_url()` bug (@​nicolas-grekas)
symfony/http-kernel (symfony/http-kernel) ### [`v7.1.5`](https://redirect.github.com/symfony/http-kernel/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/http-kernel/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/http-kernel/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58289](https://redirect.github.com/symfony/symfony/issues/58289) \[HttpKernel] Skip logging uncaught exceptions in `ErrorHandler`, assume `$kernel->terminateWithException()` will do it ([@​nicolas-grekas](https://redirect.github.com/nicolas-grekas)) - bug [symfony/symfony#58266](https://redirect.github.com/symfony/symfony/issues/58266) \[HttpKernel] pass CSV escape characters explicitly ([@​xabbuh](https://redirect.github.com/xabbuh))
symfony/intl (symfony/intl) ### [`v7.1.5`](https://redirect.github.com/symfony/intl/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/intl/compare/v7.1.1...v7.1.5) **Changelog** (https://github.com/symfony/intl/compare/v7.1.4...v7.1.5) - no significant changes
symfony/mime (symfony/mime) ### [`v7.1.5`](https://redirect.github.com/symfony/mime/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/mime/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/mime/compare/v7.1.4...v7.1.5) - no significant changes
symfony/process (symfony/process) ### [`v7.1.5`](https://redirect.github.com/symfony/process/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/process/compare/v7.1.3...v7.1.5) **Changelog** (https://github.com/symfony/process/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58291](https://redirect.github.com/symfony/symfony/issues/58291) \[Process] Fix finding executables independently of open_basedir ([@​BlackbitDevs](https://redirect.github.com/BlackbitDevs)) - bug [symfony/symfony#58195](https://redirect.github.com/symfony/symfony/issues/58195) \[Process] Fix the removal of host-specific configuration when managing the ini settings in `PhpSubprocess` (@​M-arcus) - bug [symfony/symfony#58189](https://redirect.github.com/symfony/symfony/issues/58189) \[Process] Fix backwards compatibility for invalid commands ([@​ausi](https://redirect.github.com/ausi))
symfony/security-core (symfony/security-core) ### [`v7.1.5`](https://redirect.github.com/symfony/security-core/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/security-core/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/security-core/compare/v7.1.4...v7.1.5) - no significant changes
symfony/security-http (symfony/security-http) ### [`v7.1.5`](https://redirect.github.com/symfony/security-http/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/security-http/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/security-http/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58218](https://redirect.github.com/symfony/symfony/issues/58218) Work around `parse_url()` bug (@​nicolas-grekas)
symfony/serializer (symfony/serializer) ### [`v7.1.5`](https://redirect.github.com/symfony/serializer/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/serializer/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/serializer/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58259](https://redirect.github.com/symfony/symfony/issues/58259) \[TypeInfo] Return bound type as base type in `TemplateType` (@​valtzu) - bug [symfony/symfony#58226](https://redirect.github.com/symfony/symfony/issues/58226) \[Serializer] Fix for method named `get()` (@​mihai-stancu)
symfony/string (symfony/string) ### [`v7.1.5`](https://redirect.github.com/symfony/string/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/string/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/string/compare/v7.1.4...v7.1.5) - no significant changes
symfony/translation (symfony/translation) ### [`v7.1.5`](https://redirect.github.com/symfony/translation/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/translation/compare/v7.1.3...v7.1.5) **Changelog** (https://github.com/symfony/translation/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58266](https://redirect.github.com/symfony/symfony/issues/58266) \[HttpKernel] pass CSV escape characters explicitly ([@​xabbuh](https://redirect.github.com/xabbuh))
symfony/twig-bridge (symfony/twig-bridge) ### [`v7.1.5`](https://redirect.github.com/symfony/twig-bridge/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/twig-bridge/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/twig-bridge/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58207](https://redirect.github.com/symfony/symfony/issues/58207) \[TwigBridge] Avoid calling deprecated mergeGlobals() ([@​derrabus](https://redirect.github.com/derrabus))
symfony/twig-bundle (symfony/twig-bundle) ### [`v7.1.5`](https://redirect.github.com/symfony/twig-bundle/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/twig-bundle/compare/v7.1.1...v7.1.5) **Changelog** (https://github.com/symfony/twig-bundle/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58198](https://redirect.github.com/symfony/symfony/issues/58198) \[TwigBundle] Add support for resetting globals between HTTP requests ([@​fabpot](https://redirect.github.com/fabpot))
symfony/uid (symfony/uid) ### [`v7.1.5`](https://redirect.github.com/symfony/uid/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/uid/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/uid/compare/v7.1.4...v7.1.5) - no significant changes
symfony/validator (symfony/validator) ### [`v7.1.5`](https://redirect.github.com/symfony/validator/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/validator/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/validator/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58316](https://redirect.github.com/symfony/symfony/issues/58316) \[Form] Don't call the constructor of LogicalOr ([@​derrabus](https://redirect.github.com/derrabus)) - bug [symfony/symfony#58266](https://redirect.github.com/symfony/symfony/issues/58266) \[HttpKernel] pass CSV escape characters explicitly ([@​xabbuh](https://redirect.github.com/xabbuh))
symfony/var-dumper (symfony/var-dumper) ### [`v7.1.5`](https://redirect.github.com/symfony/var-dumper/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/var-dumper/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/var-dumper/compare/v7.1.4...v7.1.5) - no significant changes
symfony/yaml (symfony/yaml) ### [`v7.1.5`](https://redirect.github.com/symfony/yaml/releases/tag/v7.1.5) [Compare Source](https://redirect.github.com/symfony/yaml/compare/v7.1.4...v7.1.5) **Changelog** (https://github.com/symfony/yaml/compare/v7.1.4...v7.1.5) - bug [symfony/symfony#58279](https://redirect.github.com/symfony/symfony/issues/58279) \[Yaml] parse empty sequence elements as null ([@​xabbuh](https://redirect.github.com/xabbuh))
webpack/webpack (webpack) ### [`v5.95.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.95.0) [Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.94.0...v5.95.0) #### Bug Fixes - Fixed hanging when attempting to read a symlink-like file that it can't read - Handle `default` for import context element dependency - Merge duplicate chunks call after split chunks - Generate correctly code for dynamically importing the same file twice and destructuring - Use content hash as \[base] and \[name] for extracted DataURI's - Distinguish `module` and `import` in `module-import` for externals `import`'s - \[Types] Make `EnvironmentPlugin` default values types less strict - \[Types] Typescript 5.6 compatibility #### New Features - Add new `optimization.entryIife` option (`true` by default for the `production` mode) - Pass output.hash\* options to loader context #### Performance - Avoid unneeded re-visit in build chunk graph
yarnpkg/berry (yarn) ### [`v4.5.0`](https://redirect.github.com/yarnpkg/berry/compare/d2afdfcf8819c449dc9784959ab5beb1389a4b26...68e10d099fb6bee03e4450bc516c0c04e24bcb96) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/d2afdfcf8819c449dc9784959ab5beb1389a4b26...68e10d099fb6bee03e4450bc516c0c04e24bcb96)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.