benjaminjonard / koillection

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

Update all non-major dependencies #1130

Closed benjaminjonard closed 1 month ago

benjaminjonard commented 1 month ago

This PR contains the following updates:

Package Type Update Change
api-platform/core (source) require patch 3.3.4 -> 3.3.5
dama/doctrine-test-bundle require-dev minor 8.1.0 -> 8.2.0
friendsofphp/php-cs-fixer require-dev minor 3.57.2 -> 3.58.1

Release Notes

api-platform/core (api-platform/core) ### [`v3.3.5`](https://togithub.com/api-platform/core/blob/HEAD/CHANGELOG.md#v335) [Compare Source](https://togithub.com/api-platform/core/compare/v3.3.4...v3.3.5) ##### Bug fixes - [55f27dc7a](https://togithub.com/api-platform/core/commit/55f27dc7adbf2456ec7700dd57e10c036eb260c0) fix(symfony): documentation request \_format ([#​6390](https://togithub.com/api-platform/core/issues/6390))
dmaicher/doctrine-test-bundle (dama/doctrine-test-bundle) ### [`v8.2.0`](https://togithub.com/dmaicher/doctrine-test-bundle/releases/tag/v8.2.0) [Compare Source](https://togithub.com/dmaicher/doctrine-test-bundle/compare/v8.1.0...v8.2.0) #### What's Changed - fix deprecation for Extension class by [@​dmaicher](https://togithub.com/dmaicher) in [https://github.com/dmaicher/doctrine-test-bundle/pull/298](https://togithub.com/dmaicher/doctrine-test-bundle/pull/298) - use `doctrine.middleware` tag for registering middlewares by [@​dmaicher](https://togithub.com/dmaicher) in [https://github.com/dmaicher/doctrine-test-bundle/pull/300](https://togithub.com/dmaicher/doctrine-test-bundle/pull/300) - this will enable adding custom middlewares with higher priority that are executed **before** the bundle's middleware **Full Changelog**: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.1.0...v8.2.0
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer) ### [`v3.58.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3581) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.58.0...v3.58.1) - fix: `ConstantCaseFixer` - do not change class constant usages ([#​8055](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8055)) - fix: `PhpUnitTestClassRequiresCoversFixer` - do not add annotation when attribute with leading slash present ([#​8054](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8054)) ### [`v3.58.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3580) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.2...v3.58.0) - chore(doc): Use FQCN for parallel config in documentation ([#​8029](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8029)) - chore: fix typo in `PhpUnitTestClassRequiresCoversFixerTest` ([#​8047](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8047)) - chore: RandomApiMigrationFixer - do not modify configuration property ([#​8033](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8033)) - chore: Tokens::setCode - further improvements to cache ([#​8053](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8053)) - chore: update PHPStan ([#​8045](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8045)) - docs: Add missing imports in a cookbook about creating custom rules ([#​8031](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8031)) - docs: fix deprecated string interpolation style ([#​8036](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8036)) - docs: global_namespace_import - simplify allowed config types ([#​8023](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8023)) - feat(GroupImportFixer): Ability to configure which type of imports should be grouped ([#​8046](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8046)) - fix: clear `Tokens::$blockStartCache` and `Tokens::$blockEndCache` when calling `Tokens::setCode` ([#​8051](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8051)) - fix: correctly handle PHP closing tag with `simplified_null_return` ([#​8049](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8049)) - fix: `ConstantCaseFixer` - do not change namespace ([#​8004](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8004)) - fix: `PhpUnitAttributesFixer` - do not add attribute if already present ([#​8043](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8043)) - fix: `PhpUnitSizeClassFixer` - do not add annotation when there are attributes ([#​8044](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8044)) - fix: `PhpUnitTestClassRequiresCoversFixer` - attribute detection when class is `readonly` ([#​8042](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8042))

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.