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 #1166

Closed benjaminjonard closed 3 months ago

benjaminjonard commented 3 months ago

This PR contains the following updates:

Package Type Update Change
api-platform/core (source) require patch 3.3.6 -> 3.3.7
doctrine/orm (source) require patch 3.2.0 -> 3.2.1
echarts (source) devDependencies patch 5.5.0 -> 5.5.1
phpunit/php-code-coverage require-dev patch 11.0.3 -> 11.0.4
symfony/cache (source) require patch 7.1.1 -> 7.1.2
symfony/console (source) require patch 7.1.1 -> 7.1.2
symfony/dependency-injection (source) require patch 7.1.1 -> 7.1.2
symfony/error-handler (source) require patch 7.1.1 -> 7.1.2
symfony/framework-bundle (source) require patch 7.1.1 -> 7.1.2
symfony/http-client (source) require patch 7.1.1 -> 7.1.2
symfony/http-kernel (source) require patch 7.1.1 -> 7.1.2
symfony/mime (source) require patch 7.1.1 -> 7.1.2
symfony/phpunit-bridge (source) require-dev patch 7.1.1 -> 7.1.2
symfony/property-info (source) require patch 7.1.1 -> 7.1.2
symfony/security-bundle (source) require patch 7.1.1 -> 7.1.2
symfony/security-core (source) require patch 7.1.1 -> 7.1.2
symfony/security-http (source) require patch 7.1.1 -> 7.1.2
symfony/serializer (source) require patch 7.1.1 -> 7.1.2
symfony/string (source) require patch 7.1.1 -> 7.1.2
symfony/validator (source) require patch 7.1.1 -> 7.1.2
symfony/var-dumper (source) require-dev patch 7.1.1 -> 7.1.2
symfony/web-profiler-bundle (source) require-dev patch 7.1.1 -> 7.1.2

Release Notes

api-platform/core (api-platform/core) ### [`v3.3.7`](https://togithub.com/api-platform/core/blob/HEAD/CHANGELOG.md#v337) [Compare Source](https://togithub.com/api-platform/core/compare/v3.3.6...v3.3.7) ##### Bug fixes - [0ed1b637a](https://togithub.com/api-platform/core/commit/0ed1b637a84d0860c2e014e2473b52d17de9276b) fix(metadata): wrong schema generated if openapicontext set on array ([#​6431](https://togithub.com/api-platform/core/issues/6431)) - [57f930c65](https://togithub.com/api-platform/core/commit/57f930c65cb067b1727488ba6db6188c6c5a01c6) fix(openapi): parameters can disable openapi ([#​6440](https://togithub.com/api-platform/core/issues/6440)) - [69b4d35b9](https://togithub.com/api-platform/core/commit/69b4d35b9764e36dab0484e1a7332886e1de9b2c) fix(state): provider as ParameterProviderInterface ([#​6430](https://togithub.com/api-platform/core/issues/6430)) - [842091ddf](https://togithub.com/api-platform/core/commit/842091ddf5b41c7a0d76bfbcddccff2920a84c35) fix(jsonschema): make all required properties optional in PATCH operation with 'json' format ([#​6394](https://togithub.com/api-platform/core/issues/6394)) - [af34e72ed](https://togithub.com/api-platform/core/commit/af34e72ed6bb0d5f7235fcc9c2a6c7810ba4f9c2) fix(openapi): yaml openapi export should have numeric keys as string ([#​6436](https://togithub.com/api-platform/core/issues/6436)) - [b42e25f2d](https://togithub.com/api-platform/core/commit/b42e25f2dcb5e0c1759c9482c08c9929ef86dc90) fix(state): parameter decorates main chain ([#​6434](https://togithub.com/api-platform/core/issues/6434)) - [c922ba3f5](https://togithub.com/api-platform/core/commit/c922ba3f5cf6117e85548697a982fb1cbe3dde2e) fix(symfony): check method for readonly routes ([#​6437](https://togithub.com/api-platform/core/issues/6437))
doctrine/orm (doctrine/orm) ### [`v3.2.1`](https://togithub.com/doctrine/orm/releases/tag/3.2.1) [Compare Source](https://togithub.com/doctrine/orm/compare/3.2.0...3.2.1) ##### Release Notes for [3.2.1](https://togithub.com/doctrine/orm/milestone/162) 3.2.x bugfix release (patch) ##### 3.2.1 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** ##### Bugfixes - [11511: Add the proper void return type on the \__load method of proxies](https://togithub.com/doctrine/orm/pull/11511) thanks to [@​stof](https://togithub.com/stof) ##### Improvement - [11517: Fix deprecated array access usage](https://togithub.com/doctrine/orm/pull/11517) thanks to [@​derrabus](https://togithub.com/derrabus) This release includes changes from [2.19.6](https://togithub.com/doctrine/orm/releases/tag/2.19.6)
apache/echarts (echarts) ### [`v5.5.1`](https://togithub.com/apache/echarts/releases/tag/5.5.1) [Compare Source](https://togithub.com/apache/echarts/compare/5.5.0...5.5.1) - \[Feature] \[axis] Support custom axis tick/label positions. [#​19919](https://togithub.com/apache/echarts/issues/19919) ([dvdkon](https://togithub.com/dvdkon)) ([Ovilia](https://togithub.com/Ovilia)) - \[Feature] \[bar] Add `startValue` option. [#​17078](https://togithub.com/apache/echarts/issues/17078) ([jiawulin001](https://togithub.com/jiawulin001)) - \[Feature] \[sankey] Add `itemStyle.borderRadius` option. [#​19763](https://togithub.com/apache/echarts/issues/19763) ([deftliang](https://togithub.com/deftliang)) - \[Feature] \[time] Add meridian template `{a}/{A}`. [#​19888](https://togithub.com/apache/echarts/issues/19888) ([maurodesouza](https://togithub.com/maurodesouza)) - \[Feature] \[geo] Add `totalZoom` parameter for the `georoam` event. [#​19837](https://togithub.com/apache/echarts/issues/19837) ([zhaoxinggang](https://togithub.com/zhaoxinggang)) - \[Feature] \[treemap] Add `scaleLimit` option to limit the zooming. [#​18304](https://togithub.com/apache/echarts/issues/18304) ([liuyizhou](https://togithub.com/liuyizhou)) - \[Fix] \[series] Avoid error caused by `seriesData.getLinkedData`. [#​19901](https://togithub.com/apache/echarts/issues/19901) ([plainheart](https://togithub.com/plainheart)) - \[Fix] \[marker] Fix marker label formatter can't get series information. [#​19898](https://togithub.com/apache/echarts/issues/19898) ([plainheart](https://togithub.com/plainheart)) - \[Fix] \[aria] Avoid error in SSR mode. [#​19892](https://togithub.com/apache/echarts/issues/19892) ([OverflowCat](https://togithub.com/OverflowCat)) - \[Fix] \[data] Avoid error when using BigInt values. [#​19847](https://togithub.com/apache/echarts/issues/19847) ([zettca](https://togithub.com/zettca)) - \[Fix] \[pie] Fix `endAngle` is not applied on the empty circle. [#​19642](https://togithub.com/apache/echarts/issues/19642) ([plainheart](https://togithub.com/plainheart)) - \[Fix] \[toolbox] Fix uncaught reference error in the environment that `MouseEvent` doesn't exist. [#​19620](https://togithub.com/apache/echarts/issues/19620) ([plainheart](https://togithub.com/plainheart)) - \[Fix] \[tooltip] Fix tooltip XSS issue when legend name is HTML string. [#​20045](https://togithub.com/apache/echarts/issues/20045) ([plainheart](https://togithub.com/plainheart)) - \[Fix] \[type] Fix that in users' .d.ts `import('echarts/types/dist/shared')` can not visit `'echarts/types/dist/shared.d.ts'` since v5.5.0. [#​20030](https://togithub.com/apache/echarts/issues/20030) ([100pah](https://togithub.com/100pah)) #### New Contributors - [@​miracleren](https://togithub.com/miracleren) made their first contribution in [https://github.com/apache/echarts/pull/19373](https://togithub.com/apache/echarts/pull/19373) - [@​zhaoxinggang](https://togithub.com/zhaoxinggang) made their first contribution in [https://github.com/apache/echarts/pull/19837](https://togithub.com/apache/echarts/pull/19837) - [@​zettca](https://togithub.com/zettca) made their first contribution in [https://github.com/apache/echarts/pull/19847](https://togithub.com/apache/echarts/pull/19847) - [@​OverflowCat](https://togithub.com/OverflowCat) made their first contribution in [https://github.com/apache/echarts/pull/19892](https://togithub.com/apache/echarts/pull/19892) - [@​maurodesouza](https://togithub.com/maurodesouza) made their first contribution in [https://github.com/apache/echarts/pull/19888](https://togithub.com/apache/echarts/pull/19888) - [@​deftliang](https://togithub.com/deftliang) made their first contribution in [https://github.com/apache/echarts/pull/19763](https://togithub.com/apache/echarts/pull/19763) - [@​liuyizhou](https://togithub.com/liuyizhou) made their first contribution in [https://github.com/apache/echarts/pull/18304](https://togithub.com/apache/echarts/pull/18304)
sebastianbergmann/php-code-coverage (phpunit/php-code-coverage) ### [`v11.0.4`](https://togithub.com/sebastianbergmann/php-code-coverage/releases/tag/11.0.4): phpunit/php-code-coverage 11.0.4 [Compare Source](https://togithub.com/sebastianbergmann/php-code-coverage/compare/11.0.3...11.0.4) ##### Fixed - [#​967](https://togithub.com/sebastianbergmann/php-code-coverage/issues/967): Identification of executable lines for `match` expressions does not work correctly
symfony/cache (symfony/cache) ### [`v7.1.2`](https://togithub.com/symfony/cache/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/cache/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/cache/compare/v7.1.1...v7.1.2) - no significant changes
symfony/console (symfony/console) ### [`v7.1.2`](https://togithub.com/symfony/console/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/console/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/console/compare/v7.1.1...v7.1.2) - no significant changes
symfony/dependency-injection (symfony/dependency-injection) ### [`v7.1.2`](https://togithub.com/symfony/dependency-injection/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/dependency-injection/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/dependency-injection/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57345](https://togithub.com/symfony/symfony/issues/57345) \[DependencyInjection] Fix regression in ordering service locators by priority ([@​longwave](https://togithub.com/longwave)) - bug [symfony/symfony#57289](https://togithub.com/symfony/symfony/issues/57289) \[DependencyInjection] Fix phpdoc for $calls in class Autoconfigure ([@​ThomasTr](https://togithub.com/ThomasTr)) - bug [symfony/symfony#57310](https://togithub.com/symfony/symfony/issues/57310) \[DependencyInjection] Fix ternary in `AutowireCallable` attribute (@​alamirault)
symfony/error-handler (symfony/error-handler) ### [`v7.1.2`](https://togithub.com/symfony/error-handler/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/error-handler/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/error-handler/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57355](https://togithub.com/symfony/symfony/issues/57355) \[ErrorHandler] Fix rendered exception code highlighting on PHP 8.3 ([@​tscni](https://togithub.com/tscni))
symfony/framework-bundle (symfony/framework-bundle) ### [`v7.1.2`](https://togithub.com/symfony/framework-bundle/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/framework-bundle/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57533](https://togithub.com/symfony/symfony/issues/57533) \[FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) - bug [symfony/symfony#57554](https://togithub.com/symfony/symfony/issues/57554) \[FrameworkBundle] Fix warming up routes ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) - bug [symfony/symfony#57434](https://togithub.com/symfony/symfony/issues/57434) \[FrameworkBundle] inject the missing logger service ([@​xabbuh](https://togithub.com/xabbuh)) - bug [symfony/symfony#57273](https://togithub.com/symfony/symfony/issues/57273) \[FrameworkBundle] Fix setting default context for certain normalizers ([@​HypeMC](https://togithub.com/HypeMC)) - bug [symfony/symfony#57348](https://togithub.com/symfony/symfony/issues/57348) \[Notifier]\[Brevo] change type from chatter to texter ([@​xabbuh](https://togithub.com/xabbuh))
symfony/http-client (symfony/http-client) ### [`v7.1.2`](https://togithub.com/symfony/http-client/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/http-client/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/http-client/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57569](https://togithub.com/symfony/symfony/issues/57569) \[HttpClient]\[Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) - bug [symfony/symfony#57564](https://togithub.com/symfony/symfony/issues/57564) \[HttpClient] Fix initializing InformationalChunk ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) - bug [symfony/symfony#57453](https://togithub.com/symfony/symfony/issues/57453) \[HttpClient] Fix parsing SSE ([@​fancyweb](https://togithub.com/fancyweb))
symfony/http-kernel (symfony/http-kernel) ### [`v7.1.2`](https://togithub.com/symfony/http-kernel/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/http-kernel/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/http-kernel/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57553](https://togithub.com/symfony/symfony/issues/57553) \[HttpKernel] Enable optional cache-warmers when cache-dir != build-dir ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) - bug [symfony/symfony#57372](https://togithub.com/symfony/symfony/issues/57372) \[HttpKernel]\[Security] Fix accessing session for stateless request ([@​VincentLanglet](https://togithub.com/VincentLanglet))
symfony/mime (symfony/mime) ### [`v7.1.2`](https://togithub.com/symfony/mime/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/mime/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/mime/compare/v7.1.1...v7.1.2) - no significant changes
symfony/phpunit-bridge (symfony/phpunit-bridge) ### [`v7.1.2`](https://togithub.com/symfony/phpunit-bridge/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/phpunit-bridge/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/phpunit-bridge/compare/v7.1.1...v7.1.2) - no significant changes
symfony/property-info (symfony/property-info) ### [`v7.1.2`](https://togithub.com/symfony/property-info/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/property-info/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/property-info/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#52699](https://togithub.com/symfony/symfony/issues/52699) \[Serializer] \[PropertyAccessor] Ignore non-collection interface generics ([@​mtarld](https://togithub.com/mtarld))
symfony/security-bundle (symfony/security-bundle) ### [`v7.1.2`](https://togithub.com/symfony/security-bundle/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/security-bundle/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/security-bundle/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57520](https://togithub.com/symfony/symfony/issues/57520) \[SecurityBundle] Remove unused memory users’ `name` attribute from the XSD (@​MatTheCat) - bug [symfony/symfony#57467](https://togithub.com/symfony/symfony/issues/57467) \[SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from (@​MatTheCat)
symfony/security-core (symfony/security-core) ### [`v7.1.2`](https://togithub.com/symfony/security-core/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/security-core/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/security-core/compare/v7.1.1...v7.1.2) - no significant changes
symfony/security-http (symfony/security-http) ### [`v7.1.2`](https://togithub.com/symfony/security-http/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/security-http/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/security-http/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57488](https://togithub.com/symfony/symfony/issues/57488) \[Security] check token in payload instead just request ([@​eltharin](https://togithub.com/eltharin)) - bug [symfony/symfony#57372](https://togithub.com/symfony/symfony/issues/57372) \[HttpKernel]\[Security] Fix accessing session for stateless request ([@​VincentLanglet](https://togithub.com/VincentLanglet)) - bug [symfony/symfony#57378](https://togithub.com/symfony/symfony/issues/57378) \[Security] Change to `BadCredentialsException` when empty username / password (@​llupa)
symfony/serializer (symfony/serializer) ### [`v7.1.2`](https://togithub.com/symfony/serializer/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/serializer/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/serializer/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57541](https://togithub.com/symfony/symfony/issues/57541) \[Serializer] \[ObjectNormalizer] Use bool filter when FILTER_BOOL is set (Maximilian Zumbansen) - bug [symfony/symfony#57433](https://togithub.com/symfony/symfony/issues/57433) \[Serializer] forward exceptions caught in the `AbstractObjectNormalizer` (@​HypeMC, @​xabbuh) - bug [symfony/symfony#57341](https://togithub.com/symfony/symfony/issues/57341) \[Serializer] properly handle invalid data for false/true types ([@​xabbuh](https://togithub.com/xabbuh)) - bug [symfony/symfony#57187](https://togithub.com/symfony/symfony/issues/57187) \[Serializer] Fix `ObjectNormalizer` with property path (@​HypeMC) - bug [symfony/symfony#52699](https://togithub.com/symfony/symfony/issues/52699) \[Serializer] \[PropertyAccessor] Ignore non-collection interface generics ([@​mtarld](https://togithub.com/mtarld)) - bug [symfony/symfony#57320](https://togithub.com/symfony/symfony/issues/57320) \[Serializer] avoid calling undefined built-in is_\*() functions ([@​xabbuh](https://togithub.com/xabbuh))
symfony/string (symfony/string) ### [`v7.1.2`](https://togithub.com/symfony/string/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/string/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/string/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57497](https://togithub.com/symfony/symfony/issues/57497) \[String] Fixed u()->snake(), b()->snake() and s()->snake() methods ([@​arczinosek](https://togithub.com/arczinosek)) - bug [symfony/symfony#57538](https://togithub.com/symfony/symfony/issues/57538) \[String] Add `alias` case to `EnglishInflector` ([@​alexandre-daubois](https://togithub.com/alexandre-daubois)) - bug [symfony/symfony#54634](https://togithub.com/symfony/symfony/issues/54634) \[String] Fix [#​54611](https://togithub.com/symfony/string/issues/54611) pluralization of -on ending words + singularization of -a ending foreign words ([@​Geordie](https://togithub.com/Geordie), [@​DesLynx](https://togithub.com/DesLynx))
symfony/validator (symfony/validator) ### [`v7.1.2`](https://togithub.com/symfony/validator/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/validator/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/validator/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57213](https://togithub.com/symfony/symfony/issues/57213) \[Validator] \[UniqueValidator] Use correct variable as parameter in (custom) error message ([@​seho-nl](https://togithub.com/seho-nl), Sebastien Hoek)
symfony/var-dumper (symfony/var-dumper) ### [`v7.1.2`](https://togithub.com/symfony/var-dumper/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/var-dumper/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/var-dumper/compare/v7.1.1...v7.1.2) - bug [symfony/symfony#57397](https://togithub.com/symfony/symfony/issues/57397) \[VarDumper] Fix FFI caster test ([@​alexandre-daubois](https://togithub.com/alexandre-daubois))
symfony/web-profiler-bundle (symfony/web-profiler-bundle) ### [`v7.1.2`](https://togithub.com/symfony/web-profiler-bundle/releases/tag/v7.1.2) [Compare Source](https://togithub.com/symfony/web-profiler-bundle/compare/v7.1.1...v7.1.2) **Changelog** (https://github.com/symfony/web-profiler-bundle/compare/v7.1.1...v7.1.2) - no significant changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.