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

Closed benjaminjonard closed 1 month ago

benjaminjonard commented 1 month ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.24.5 -> 7.24.6
@babel/preset-env (source) devDependencies patch 7.24.5 -> 7.24.6
api-platform/core (source) require patch 3.3.3 -> 3.3.4
doctrine/orm (source) require minor 3.1.3 -> 3.2.0

Release Notes

babel/babel (@​babel/core) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung))
api-platform/core (api-platform/core) ### [`v3.3.4`](https://togithub.com/api-platform/core/blob/HEAD/CHANGELOG.md#v334) [Compare Source](https://togithub.com/api-platform/core/compare/v3.3.3...v3.3.4) ##### Bug fixes - [002d8e514](https://togithub.com/api-platform/core/commit/002d8e51490dbe9f5d8e5551226d70db8a33c706) fix(validation): ValidationException causes TypeError exception when called with $code=null ([#​6375](https://togithub.com/api-platform/core/issues/6375)) - [77a917f2a](https://togithub.com/api-platform/core/commit/77a917f2a51b50af84bdc96c1a32ff671b3951db) fix(metadata): resource class php doc ([#​6381](https://togithub.com/api-platform/core/issues/6381)) - [d809315fb](https://togithub.com/api-platform/core/commit/d809315fbb3822dbc6fe50d5c908183f4428f0f2) fix(symfony): store original data without clone ([#​6367](https://togithub.com/api-platform/core/issues/6367)) - [fb7c4658c](https://togithub.com/api-platform/core/commit/fb7c4658c327c9628bcc86d42e85c3546a74d993) fix(test): canonicalizing json arrays ([#​6386](https://togithub.com/api-platform/core/issues/6386))
doctrine/orm (doctrine/orm) ### [`v3.2.0`](https://togithub.com/doctrine/orm/releases/tag/3.2.0) [Compare Source](https://togithub.com/doctrine/orm/compare/3.1.4...3.2.0) ##### Release Notes for [3.2.0](https://togithub.com/doctrine/orm/milestone/153) ##### 3.2.0 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **4** ##### Improvement - [11472: Remove readonly modifier from EntityManager](https://togithub.com/doctrine/orm/pull/11472) thanks to [@​nicolas-grekas](https://togithub.com/nicolas-grekas) ##### Deprecation - [11470: Deprecate the NotSupported exception](https://togithub.com/doctrine/orm/pull/11470) thanks to [@​derrabus](https://togithub.com/derrabus) - [11468: Deprecate SequenceGenerator implementing Serializable](https://togithub.com/doctrine/orm/pull/11468) thanks to [@​derrabus](https://togithub.com/derrabus) - [11357: Deprecate obsolete and unnecessary properties from Table attribute (#​11351)](https://togithub.com/doctrine/orm/pull/11357) thanks to [@​DaDeather](https://togithub.com/DaDeather) - [11354: Deprecate --complete option of orm:schema-tool:update](https://togithub.com/doctrine/orm/pull/11354) thanks to [@​greg0ire](https://togithub.com/greg0ire) ### [`v3.1.4`](https://togithub.com/doctrine/orm/releases/tag/3.1.4) [Compare Source](https://togithub.com/doctrine/orm/compare/3.1.3...3.1.4) ##### Release Notes for [3.1.4](https://togithub.com/doctrine/orm/milestone/161) 3.1.x bugfix release (patch) ##### 3.1.4 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **3** ##### Bugfixes - [11464: Fix failed merge](https://togithub.com/doctrine/orm/pull/11464) thanks to [@​derrabus](https://togithub.com/derrabus) - [11462: Fix return type of `Query::getLockMode()` for DBAL 4](https://togithub.com/doctrine/orm/pull/11462) thanks to [@​derrabus](https://togithub.com/derrabus) - [11456: Using an integer as discriminator value with ORM v3](https://togithub.com/doctrine/orm/pull/11456) thanks to [@​prohalexey](https://togithub.com/prohalexey) - [11425: Discriminator value could be an integer](https://togithub.com/doctrine/orm/pull/11425) thanks to [@​prohalexey](https://togithub.com/prohalexey) ## CI - [11444: Use ramsey/composer-install in PHPBench workflow](https://togithub.com/doctrine/orm/pull/11444) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [11439: Setup Dependabot](https://togithub.com/doctrine/orm/pull/11439) thanks to [@​greg0ire](https://togithub.com/greg0ire)

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.