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

Closed benjaminjonard closed 3 weeks ago

benjaminjonard commented 1 month ago

This PR contains the following updates:

Package Type Update Change
@materializecss/materialize (source) devDependencies minor 2.0.4 -> 2.1.0
api-platform/core (source) require patch 3.3.5 -> 3.3.6
brianium/paratest require-dev minor 7.4.5 -> 7.5.0
doctrine/dbal (source) require patch 3.8.4 -> 3.8.5
friendsofphp/php-cs-fixer require-dev minor 3.58.1 -> 3.59.1
phpunit/phpunit (source) require-dev patch 11.2.0 -> 11.2.2
symfony/maker-bundle (source) require-dev minor 1.59.1 -> 1.60.0
webpack devDependencies minor 5.91.0 -> 5.92.0
yarn (source) packageManager minor 4.2.2 -> 4.3.0

Release Notes

materializecss/materialize (@​materializecss/materialize) ### [`v2.1.0`](https://togithub.com/materializecss/materialize/releases/tag/2.1.0) [Compare Source](https://togithub.com/materializecss/materialize/compare/2.0.4...2.1.0) #### What's Changed - Release 2.0.4 by [@​wuda-io](https://togithub.com/wuda-io) in [https://github.com/materializecss/materialize/pull/472](https://togithub.com/materializecss/materialize/pull/472) - Toast custom HTML with templates by [@​danice](https://togithub.com/danice) in [https://github.com/materializecss/materialize/pull/457](https://togithub.com/materializecss/materialize/pull/457) **Full Changelog**: https://github.com/materializecss/materialize/compare/2.0.4...2.1.0
api-platform/core (api-platform/core) ### [`v3.3.6`](https://togithub.com/api-platform/core/releases/tag/v3.3.6) [Compare Source](https://togithub.com/api-platform/core/compare/v3.3.5...v3.3.6) #### What's Changed - Fix typo on "Test your API" guide page by [@​alamirault](https://togithub.com/alamirault) in [https://github.com/api-platform/core/pull/6351](https://togithub.com/api-platform/core/pull/6351) - fix(test): canonicalizing json arrays by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6386](https://togithub.com/api-platform/core/pull/6386) - fix(graphql): name converter with class by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6396](https://togithub.com/api-platform/core/pull/6396) - chore: update assets by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6400](https://togithub.com/api-platform/core/pull/6400) - fix(metadata) Added phpdoc to ORM by [@​stephanvierkant](https://togithub.com/stephanvierkant) in [https://github.com/api-platform/core/pull/6387](https://togithub.com/api-platform/core/pull/6387) - chore(symfony): deprecations by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6401](https://togithub.com/api-platform/core/pull/6401) - chore(symfony): deprecations ([#​6401](https://togithub.com/api-platform/core/issues/6401)) by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6405](https://togithub.com/api-platform/core/pull/6405) - fix(state) handle empty request in read provider by [@​guillaume-sainthillier](https://togithub.com/guillaume-sainthillier) in [https://github.com/api-platform/core/pull/6403](https://togithub.com/api-platform/core/pull/6403) - Lint container by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6409](https://togithub.com/api-platform/core/pull/6409) - chore: openapi container lint by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6410](https://togithub.com/api-platform/core/pull/6410) - Fix endpoint in subresource guide by [@​alamirault](https://togithub.com/alamirault) in [https://github.com/api-platform/core/pull/6420](https://togithub.com/api-platform/core/pull/6420) - fix(doctrine): use null-safe operator when retrieving parameters by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6423](https://togithub.com/api-platform/core/pull/6423) - fix(symfony): load swagger_ui when enabled by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6424](https://togithub.com/api-platform/core/pull/6424) - fix(graphql): validate after resolver by [@​soyuka](https://togithub.com/soyuka) in [https://github.com/api-platform/core/pull/6426](https://togithub.com/api-platform/core/pull/6426) #### New Contributors - [@​alamirault](https://togithub.com/alamirault) made their first contribution in [https://github.com/api-platform/core/pull/6351](https://togithub.com/api-platform/core/pull/6351) - [@​guillaume-sainthillier](https://togithub.com/guillaume-sainthillier) made their first contribution in [https://github.com/api-platform/core/pull/6403](https://togithub.com/api-platform/core/pull/6403) **Full Changelog**: https://github.com/api-platform/core/compare/v3.3.5...v3.3.6
paratestphp/paratest (brianium/paratest) ### [`v7.5.0`](https://togithub.com/paratestphp/paratest/releases/tag/v7.5.0) [Compare Source](https://togithub.com/paratestphp/paratest/compare/v7.4.5...v7.5.0) #### What's Changed - Add support for PHPUnit 11.1 `--group` and `--exclude-group` to be used multiple times by [@​Slamdunk](https://togithub.com/Slamdunk) in [https://github.com/paratestphp/paratest/pull/860](https://togithub.com/paratestphp/paratest/pull/860) - Drop Windows support by [@​Slamdunk](https://togithub.com/Slamdunk) in [https://github.com/paratestphp/paratest/pull/861](https://togithub.com/paratestphp/paratest/pull/861) **Full Changelog**: https://github.com/paratestphp/paratest/compare/v7.4.5...v7.5.0
doctrine/dbal (doctrine/dbal) ### [`v3.8.5`](https://togithub.com/doctrine/dbal/releases/tag/3.8.5) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.8.4...3.8.5) ##### Release Notes for [3.8.5](https://togithub.com/doctrine/dbal/milestone/154) ##### 3.8.5 - Total issues resolved: **0** - Total pull requests resolved: **24** - Total contributors: **9** ##### Bugfixes - [6425: Fix MariaDB fetching of default table character-set](https://togithub.com/doctrine/dbal/pull/6425) thanks to [@​grooverdan](https://togithub.com/grooverdan) - [6423: Fix: Skip type comparison if disableTypeComments is true](https://togithub.com/doctrine/dbal/pull/6423) thanks to [@​berkut1](https://togithub.com/berkut1) - [6413: Fix foreign key name change detection](https://togithub.com/doctrine/dbal/pull/6413) thanks to [@​achterin](https://togithub.com/achterin) - [6353: Fix SQL Server "extended property" SQL generation](https://togithub.com/doctrine/dbal/pull/6353) thanks to [@​mvorisek](https://togithub.com/mvorisek) - [6338: Fix DB name passing in SqliteSchemaManager::listTableForeignKeys()](https://togithub.com/doctrine/dbal/pull/6338) thanks to [@​mvorisek](https://togithub.com/mvorisek) - [6315: Fix SQLite temp table name must not contain dot](https://togithub.com/doctrine/dbal/pull/6315) thanks to [@​mvorisek](https://togithub.com/mvorisek) ##### Improvement - [6412: remove duplicate set NLS_DATE_FORMAT](https://togithub.com/doctrine/dbal/pull/6412) thanks to [@​pilot114](https://togithub.com/pilot114) ##### Static Analysis - [6402: Fix return type of iterateKeyValue()](https://togithub.com/doctrine/dbal/pull/6402) thanks to [@​derrabus](https://togithub.com/derrabus) - [6399: PHPStan 1.11.1](https://togithub.com/doctrine/dbal/pull/6399) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Documentation - [6430: Fix typo in the portability documentation](https://togithub.com/doctrine/dbal/pull/6430) thanks to [@​stof](https://togithub.com/stof) - [6429: Fix the portability documentation](https://togithub.com/doctrine/dbal/pull/6429) thanks to [@​stof](https://togithub.com/stof) - [6407: Fix documentation of supported MariaDB releases](https://togithub.com/doctrine/dbal/pull/6407) thanks to [@​derrabus](https://togithub.com/derrabus) ##### CI - [6432: CI MariaDB: add 11.4, remove 11.0](https://togithub.com/doctrine/dbal/pull/6432) thanks to [@​derrabus](https://togithub.com/derrabus) - [6426: CI: Update MariaDB versions](https://togithub.com/doctrine/dbal/pull/6426) thanks to [@​grooverdan](https://togithub.com/grooverdan) - [6391: Bump doctrine/.github from 5.0.0 to 5.0.1](https://togithub.com/doctrine/dbal/pull/6391) thanks to [@​dependabot](https://togithub.com/dependabot)\[bot] - [6384: Use 3.8.x as a target for dependabot version updates](https://togithub.com/doctrine/dbal/pull/6384) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6383: Setup dependabot](https://togithub.com/doctrine/dbal/pull/6383) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6379: Bump workflow actions](https://togithub.com/doctrine/dbal/pull/6379) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6374: Provide CODECOV_TOKEN](https://togithub.com/doctrine/dbal/pull/6374) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6373: Specify the minor version number for MySQL image](https://togithub.com/doctrine/dbal/pull/6373) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6372: Set fail_ci_if_error flag to true](https://togithub.com/doctrine/dbal/pull/6372) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [6388: Fix "Plugin 'mysql_native_password' is not loaded"](https://togithub.com/doctrine/dbal/pull/6388) thanks to [@​derrabus](https://togithub.com/derrabus) - [6386: Run tests against MySQL 8.4](https://togithub.com/doctrine/dbal/pull/6386) thanks to [@​derrabus](https://togithub.com/derrabus) - [6387: PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2](https://togithub.com/doctrine/dbal/pull/6387) thanks to [@​derrabus](https://togithub.com/derrabus)
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer) ### [`v3.59.1`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3591) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.59.0...v3.59.1) - fix: Bump React's JSON decoder buffer size ([#​8068](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8068)) - docs: options - handle enums in dicts ([#​8082](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8082)) ### [`v3.59.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3590) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.58.1...v3.59.0) - feat(Docker): Multi-arch build (support for `arm64`) ([#​8079](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8079)) - feat: `@PhpCsFixer` ruleset - normalise implicit backslashes in single quoted strings ([#​7965](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7965)) - feat: `SimpleToComplexStringVariableFixer` - support variable being an array ([#​8064](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8064)) - fix: Look up for PHPDoc's variable name by only chars allowed in the variables ([#​8062](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8062)) - fix: Update `PhpUnitTestCaseStaticMethodCallsFixer::STATIC_METHODS` ([#​8073](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8073)) - fix: `native_constant_invocation` - array constants with native constant names ([#​8008](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8008)) - chore: update PHPStan ([#​8060](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8060)) - CI: Update PHPStan to 1.11.4 ([#​8074](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8074)) - docs: don't expose list as config type for dicts ([#​8081](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8081)) - docs: Make wording in `final_class` docs less dismissive ([#​8065](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8065)) - docs: Update 1-bug_report.yml ([#​8067](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8067)) - DX: Remove version from Docker Compose files ([#​8061](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8061))
sebastianbergmann/phpunit (phpunit/phpunit) ### [`v11.2.2`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.2.2): PHPUnit 11.2.2 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.2.1...11.2.2) ##### Changed - [#​5861](https://togithub.com/sebastianbergmann/phpunit/pull/5861): Destroy `TestCase` object after its test was run ##### Fixed - [#​5822](https://togithub.com/sebastianbergmann/phpunit/pull/5822): PHP deprecations triggered within a closure are not handled correctly *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.2/installation.html) ### [`v11.2.1`](https://togithub.com/sebastianbergmann/phpunit/releases/tag/11.2.1): PHPUnit 11.2.1 [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.2.0...11.2.1) ##### Fixed - [#​5857](https://togithub.com/sebastianbergmann/phpunit/issues/5857): Mocked methods cannot be called from the original constructor of a partially mocked class - [#​5859](https://togithub.com/sebastianbergmann/phpunit/issues/5859): XML Configuration File Migrator does not remove `cacheDirectory` attribute from `` element when migrating from PHPUnit 11.1 to PHPUnit 11.2 *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.2/installation.html)
symfony/maker-bundle (symfony/maker-bundle) ### [`v1.60.0`](https://togithub.com/symfony/maker-bundle/blob/HEAD/CHANGELOG.md#v1600) [Compare Source](https://togithub.com/symfony/maker-bundle/compare/v1.59.1...v1.60.0) *June 10th, 2024* ##### Feature - [#​1534](https://togithub.com/symfony/maker-bundle/pull/1534) \[make:entity] add enum support - *[@​loicsapone](https://togithub.com/loicsapone)* - [#​1543](https://togithub.com/symfony/maker-bundle/pull/1543) \[dx] make it easier to use tooling for devs - *[@​jrushlow](https://togithub.com/jrushlow)* - [#​1544](https://togithub.com/symfony/maker-bundle/pull/1544) \[make:webhook] phpstan types and single quotes - *[@​seb-jean](https://togithub.com/seb-jean)* - [#​1546](https://togithub.com/symfony/maker-bundle/pull/1546) \[make:message] phpstan types - *[@​seb-jean](https://togithub.com/seb-jean)* - [#​1545](https://togithub.com/symfony/maker-bundle/pull/1545) 1545 \[make:crud] use getString() instead of get() for csrf token - *[@​seb-jean](https://togithub.com/seb-jean)* - [#​1568](https://togithub.com/symfony/maker-bundle/pull/1568) \[make:schedule] Add transport name for attribute - *[@​NicolasJourdan](https://togithub.com/NicolasJourdan)* - [#​1574](https://togithub.com/symfony/maker-bundle/pull/1547) \[make:validator] phpstan types - *[@​seb-jean](https://togithub.com/seb-jean)* ##### Bug - [#​1496](https://togithub.com/symfony/maker-bundle/pull/1496) \[make:entity] confirm to allow non-ascii char's in entity names - *[@​Fan2Shrek](https://togithub.com/Fan2Shrek)* - [#​1533](https://togithub.com/symfony/maker-bundle/pull/1533) make:security:form-login] fix remember me label - *[@​jrushlow](https://togithub.com/jrushlow)* - [#​1535](https://togithub.com/symfony/maker-bundle/pull/1535) \[make:entity] Update ux-turbo package name to have proper suggestion - *[@​nfragnet](https://togithub.com/nfragnet)* - [#​1559](https://togithub.com/symfony/maker-bundle/pull/1559) \[make:entity] fix indentation in broadcast_twig_template.tpl.php - *[@​seb-jean](https://togithub.com/seb-jean)* - [#​1569](https://togithub.com/symfony/maker-bundle/pull/1569) Fix generated twig file location - *[@​IndraGunawan](https://togithub.com/IndraGunawan)*
webpack/webpack (webpack) ### [`v5.92.0`](https://togithub.com/webpack/webpack/releases/tag/v5.92.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.91.0...v5.92.0) #### Bug Fixes - Correct tidle range's comutation for module federation - Consider runtime for pure expression dependency update hash - Return value in the `subtractRuntime` function for runtime logic - Fixed failed to resolve promise when eager import a dynamic cjs - Avoid generation extra code for external modules when remapping is not required - The `css/global` type now handles the exports name - Avoid hashing for `@keyframe` and `@property` at-rules in `css/global` type - Fixed mangle with destructuring for JSON modules - The `stats.hasWarnings()` method now respects the `ignoreWarnings` option - Fixed `ArrayQueue` iterator - Correct behavior of `__webpack_exports_info__.a.b.canMangle` - Changed to the correct plugin name for the `CommonJsChunkFormatPlugin` plugin - Set the `chunkLoading` option to the `import` when environment is unknown and output is module - Fixed when runtimeChunk has no exports when `module` chunkFormat used - \[CSS] Fixed parsing minimized CSS import - \[CSS] URLs in CSS files now have correct public path - \[CSS] The `css` module type should not allow parser to switch mode - \[Types] Improved context module types #### New Features - Added platform target properties to compiler - Improved multi compiler cache location and validating it - Support `import attributes` spec (`with` keyword) - Support `node:` prefix for Node.js core modules in runtime code - Support prefetch/preload for module chunk format - Support "..." in the `importsFields` option for resolver - Root module is less prone to be wrapped in IIFE - Export `InitFragment` class for plugins - Export `compileBooleanMatcher` util for plugins - Export `InputFileSystem` and `OutputFileSystem` types - \[CSS] Support the `esModule` generator option for CSS modules - \[CSS] Support CSS when chunk format is module
yarnpkg/berry (yarn) ### [`v4.3.0`](https://togithub.com/yarnpkg/berry/compare/effc932614d5351bbfeed8e0e6aa4b2c6c52821d...b2eb9dce084f1a892101d1b693fea25f05428ff8) [Compare Source](https://togithub.com/yarnpkg/berry/compare/effc932614d5351bbfeed8e0e6aa4b2c6c52821d...b2eb9dce084f1a892101d1b693fea25f05428ff8)

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.