Roave / psr-container-doctrine

Doctrine Factories for PSR-11 Containers
BSD 2-Clause "Simplified" License
95 stars 31 forks source link

Update all non-major dependencies #93

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
doctrine/dbal (source) require patch ^3.5.1 -> ^3.5.2
doctrine/orm (source) require minor ^2.13.4 -> ^2.14.0
vimeo/psalm require-dev minor ^5.3.0 -> ^5.4.0

Release Notes

doctrine/dbal ### [`v3.5.2`](https://togithub.com/doctrine/dbal/releases/tag/3.5.2) [Compare Source](https://togithub.com/doctrine/dbal/compare/3.5.1...3.5.2) Release [3.5.2](https://togithub.com/doctrine/dbal/milestone/125) # 3.5.2 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **2** ## Static Analysis - [5834: Document tuple return type of `generateCacheKeys()`](https://togithub.com/doctrine/dbal/pull/5834) thanks to [@​derrabus](https://togithub.com/derrabus) - [5807: PHPStan 1.9.1](https://togithub.com/doctrine/dbal/pull/5807) thanks to [@​derrabus](https://togithub.com/derrabus) ## Static Analysis,Test Suite - [5828: Bump tools and workflows](https://togithub.com/doctrine/dbal/pull/5828) thanks to [@​derrabus](https://togithub.com/derrabus) - [5806: Bump dev tools](https://togithub.com/doctrine/dbal/pull/5806) thanks to [@​derrabus](https://togithub.com/derrabus) ## Test Suite - [5810: Merge tests for fetch behavior of freed results](https://togithub.com/doctrine/dbal/pull/5810) thanks to [@​derrabus](https://togithub.com/derrabus) ## Documentation - [5801: Remove unwanted suffix](https://togithub.com/doctrine/dbal/pull/5801) thanks to [@​greg0ire](https://togithub.com/greg0ire) ## Bug,sqlite3 - [5799: Fix typo in exception message](https://togithub.com/doctrine/dbal/pull/5799) thanks to [@​derrabus](https://togithub.com/derrabus) ## CI,MariaDB - [5798: Run tests with MariaDB 10.9](https://togithub.com/doctrine/dbal/pull/5798) thanks to [@​derrabus](https://togithub.com/derrabus)
doctrine/orm ### [`v2.14.0`](https://togithub.com/doctrine/orm/releases/tag/2.14.0) [Compare Source](https://togithub.com/doctrine/orm/compare/2.13.5...2.14.0) ##### Release Notes for [2.14.0](https://togithub.com/doctrine/orm/milestone/115) ##### 2.14.0 - Total issues resolved: **0** - Total pull requests resolved: **43** - Total contributors: **10** ##### New Features - [10313: Add TypedFieldMapper for automatic mapping of typed PHP fields to DBAL types](https://togithub.com/doctrine/orm/pull/10313) thanks to [@​michnovka](https://togithub.com/michnovka) - [10288: Allow enum discriminator columns](https://togithub.com/doctrine/orm/pull/10288) thanks to [@​michnovka](https://togithub.com/michnovka) - [10187: Leverage LazyGhostTrait when possible](https://togithub.com/doctrine/orm/pull/10187) thanks to [@​nicolas-grekas](https://togithub.com/nicolas-grekas) - [10040: Add lockMode to EntityManager#refresh()](https://togithub.com/doctrine/orm/pull/10040) thanks to [@​michnovka](https://togithub.com/michnovka) ##### Improvements - [10321: Drop forceful loading of annotations](https://togithub.com/doctrine/orm/pull/10321) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10320: Support doctrine/annotations 2](https://togithub.com/doctrine/orm/pull/10320) thanks to [@​derrabus](https://togithub.com/derrabus) - [10301: Allow lexer 2](https://togithub.com/doctrine/orm/pull/10301) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10233: update help for RunDqlCommand](https://togithub.com/doctrine/orm/pull/10233) thanks to [@​dmaicher](https://togithub.com/dmaicher) - [10206: Use a more accurate name for $annotationName](https://togithub.com/doctrine/orm/pull/10206) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10123: Allow doctrine/event-manager 2](https://togithub.com/doctrine/orm/pull/10123) thanks to [@​derrabus](https://togithub.com/derrabus) - [10122: Automap events in AttachEntityListenersListener](https://togithub.com/doctrine/orm/pull/10122) thanks to [@​HypeMC](https://togithub.com/HypeMC) - [10070: Add support for doctrine/collection 2](https://togithub.com/doctrine/orm/pull/10070) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10153: Address dbal deprecations](https://togithub.com/doctrine/orm/pull/10153) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10121: Address deprecation of Table::changeColumn()](https://togithub.com/doctrine/orm/pull/10121) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10116: Address deprecations from DBAL](https://togithub.com/doctrine/orm/pull/10116) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10105: Backport DBAL-related fixes](https://togithub.com/doctrine/orm/pull/10105) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10162: Use error style for notifications](https://togithub.com/doctrine/orm/pull/10162) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10256: Make use statements redundant](https://togithub.com/doctrine/orm/pull/10256) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Deprecations - [10212: Add a constructor to `CacheKey`](https://togithub.com/doctrine/orm/pull/10212) thanks to [@​derrabus](https://togithub.com/derrabus) - [10204: Rename internal methods](https://togithub.com/doctrine/orm/pull/10204) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10178: Deprecate the `Annotation` interface](https://togithub.com/doctrine/orm/pull/10178) thanks to [@​derrabus](https://togithub.com/derrabus) - [10098: Deprecate annotation driver](https://togithub.com/doctrine/orm/pull/10098) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10086: Create dedicated event argument classes](https://togithub.com/doctrine/orm/pull/10086) thanks to [@​franmomu](https://togithub.com/franmomu) - [10045: Deprecate `Doctrine\ORM\Proxy\Proxy` and decouple a bit more from `Doctrine\Common\Proxy`](https://togithub.com/doctrine/orm/pull/10045) thanks to [@​nicolas-grekas](https://togithub.com/nicolas-grekas) - [9961: Deprecate `EntityManager::create()`](https://togithub.com/doctrine/orm/pull/9961) thanks to [@​derrabus](https://togithub.com/derrabus) - [10267: Add `$not` constructor parameter to AST classes](https://togithub.com/doctrine/orm/pull/10267) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Bugfixes - [10165: Fix calls to `AbstractSchemaManager::createSchema()`](https://togithub.com/doctrine/orm/pull/10165) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Static Analysis - [10315: Document stdClass structures used by `CommitOrderCalculator`](https://togithub.com/doctrine/orm/pull/10315) thanks to [@​derrabus](https://togithub.com/derrabus) - [10242: Solve some PHPStan baseline errors](https://togithub.com/doctrine/orm/pull/10242) thanks to [@​VincentLanglet](https://togithub.com/VincentLanglet) - [10238: Use more precise phpdoc](https://togithub.com/doctrine/orm/pull/10238) thanks to [@​VincentLanglet](https://togithub.com/VincentLanglet) - [10231: Make the code easier to statically analyse](https://togithub.com/doctrine/orm/pull/10231) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10224: Document property as non-nullable](https://togithub.com/doctrine/orm/pull/10224) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10218: Ignore PropertyNotSetInConstructor](https://togithub.com/doctrine/orm/pull/10218) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10202: Allow "Expr\Func" as condition in join in PHPDoc](https://togithub.com/doctrine/orm/pull/10202) thanks to [@​willemverspyck](https://togithub.com/willemverspyck) - [10199: refactor: use list type in SchemaTool](https://togithub.com/doctrine/orm/pull/10199) thanks to [@​simPod](https://togithub.com/simPod) - [10145: Fix type doc blocks in annotation classes](https://togithub.com/doctrine/orm/pull/10145) thanks to [@​derrabus](https://togithub.com/derrabus) - [10089: Document properties as possibly null](https://togithub.com/doctrine/orm/pull/10089) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10002: Make paginator covariant](https://togithub.com/doctrine/orm/pull/10002) thanks to [@​VincentLanglet](https://togithub.com/VincentLanglet) - [10302: Add assertions about non nullability](https://togithub.com/doctrine/orm/pull/10302) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Documentation - [10205: Avoid references to annotations](https://togithub.com/doctrine/orm/pull/10205) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10161: Make the mapping driver deprecations more obvious](https://togithub.com/doctrine/orm/pull/10161) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Test Suite - [10282: Control proxy implementation via env](https://togithub.com/doctrine/orm/pull/10282) thanks to [@​derrabus](https://togithub.com/derrabus) - [10197: Backport `NonProxyLoadingEntityManager::refresh()` signature change](https://togithub.com/doctrine/orm/pull/10197) thanks to [@​michnovka](https://togithub.com/michnovka) ### [`v2.13.5`](https://togithub.com/doctrine/orm/releases/tag/2.13.5) [Compare Source](https://togithub.com/doctrine/orm/compare/2.13.4...2.13.5) ##### Release Notes for [2.13.5](https://togithub.com/doctrine/orm/milestone/119) ##### 2.13.5 - Total issues resolved: **0** - Total pull requests resolved: **17** - Total contributors: **5** ##### Bugfixes - [10311: add apcu enabled check if apcu extension loaded (#​10310)](https://togithub.com/doctrine/orm/pull/10311) thanks to [@​aleksejs1](https://togithub.com/aleksejs1) - [10277: Fix changeset computation for enum arrays](https://togithub.com/doctrine/orm/pull/10277) thanks to [@​michnovka](https://togithub.com/michnovka) - [10274: Fix enum IDs in association mappings](https://togithub.com/doctrine/orm/pull/10274) thanks to [@​michnovka](https://togithub.com/michnovka) ##### Static Analysis - [10318: PHPStan 1.9.4](https://togithub.com/doctrine/orm/pull/10318) thanks to [@​derrabus](https://togithub.com/derrabus) - [10317: Psalm 5.3.0](https://togithub.com/doctrine/orm/pull/10317) thanks to [@​derrabus](https://togithub.com/derrabus) - [10298: PHPStan 1.9.3](https://togithub.com/doctrine/orm/pull/10298) thanks to [@​derrabus](https://togithub.com/derrabus) - [10291: Psalm 5.2.0](https://togithub.com/doctrine/orm/pull/10291) thanks to [@​derrabus](https://togithub.com/derrabus) - [10257: Leverage Lexer's Token type (follow up)](https://togithub.com/doctrine/orm/pull/10257) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10248: Psalm 5 fixes](https://togithub.com/doctrine/orm/pull/10248) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10247: Fix types for Paginator](https://togithub.com/doctrine/orm/pull/10247) thanks to [@​derrabus](https://togithub.com/derrabus) - [10261: Bump Psalm to 5.0.0 and fix errors for Symfony 6.2](https://togithub.com/doctrine/orm/pull/10261) thanks to [@​derrabus](https://togithub.com/derrabus) - [10264: Upgrade to Psalm 5.1.0](https://togithub.com/doctrine/orm/pull/10264) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [10252: Upgrade to Psalm v5](https://togithub.com/doctrine/orm/pull/10252) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Code Style - [10295: Bump coding standard to v11](https://togithub.com/doctrine/orm/pull/10295) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Test Suite - [10294: Rename `AbstractCommandTest`](https://togithub.com/doctrine/orm/pull/10294) thanks to [@​derrabus](https://togithub.com/derrabus) ##### CI - [10287: Run tools on PHP 8.2](https://togithub.com/doctrine/orm/pull/10287) thanks to [@​derrabus](https://togithub.com/derrabus) ##### Documentation - [10271: Correct spelling errors](https://togithub.com/doctrine/orm/pull/10271) thanks to [@​kalifg](https://togithub.com/kalifg)
vimeo/psalm ### [`v5.4.0`](https://togithub.com/vimeo/psalm/releases/tag/5.4.0) [Compare Source](https://togithub.com/vimeo/psalm/compare/5.3.0...5.4.0) #### What's Changed ##### Features - ReflectionClass stub updates by [@​jack-worman](https://togithub.com/jack-worman) in [https://github.com/vimeo/psalm/pull/8933](https://togithub.com/vimeo/psalm/pull/8933) ##### Fixes - Fix getParentClass stub by [@​VincentLanglet](https://togithub.com/VincentLanglet) in [https://github.com/vimeo/psalm/pull/8931](https://togithub.com/vimeo/psalm/pull/8931) - Allow conditions inside loops to preserve or narrow int range by [@​theodorejb](https://togithub.com/theodorejb) in [https://github.com/vimeo/psalm/pull/8934](https://togithub.com/vimeo/psalm/pull/8934) - More array fixes by [@​danog](https://togithub.com/danog) in [https://github.com/vimeo/psalm/pull/8943](https://togithub.com/vimeo/psalm/pull/8943) ##### Internal changes - Trailing commas by [@​jack-worman](https://togithub.com/jack-worman) in [https://github.com/vimeo/psalm/pull/8927](https://togithub.com/vimeo/psalm/pull/8927) **Full Changelog**: https://github.com/vimeo/psalm/compare/5.3.0...5.4.0

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



Read more about the use of Renovate Bot within ocramius/* projects.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.