omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
252 stars 113 forks source link

Update dependency doctrine/persistence to v2 - autoclosed #166

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
doctrine/persistence (source) require-dev major ^1.3.4 -> ^2.0.0

Release Notes

doctrine/persistence ### [`v2.1.0`](https://togithub.com/doctrine/persistence/releases/2.1.0) [Compare Source](https://togithub.com/doctrine/persistence/compare/2.0.1...2.1.0) ##### Release Notes for [2.1.0](https://togithub.com/doctrine/persistence/milestone/16) ##### 2.1.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **1** - [132: Migrate all checks to Github Actions](https://togithub.com/doctrine/persistence/pull/132) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [122: Import useful reflection classes](https://togithub.com/doctrine/persistence/pull/122) thanks to [@​greg0ire](https://togithub.com/greg0ire) ### [`v2.0.1`](https://togithub.com/doctrine/persistence/releases/2.0.1) [Compare Source](https://togithub.com/doctrine/persistence/compare/2.0.0...2.0.1) ##### Release Notes for [2.0.1](https://togithub.com/doctrine/persistence/milestone/17) ##### 2.0.1 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **3** - [136: Update branch metadata](https://togithub.com/doctrine/persistence/pull/136) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [133: Upgrade cs](https://togithub.com/doctrine/persistence/pull/133) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [130: Setup automatic releases workflow](https://togithub.com/doctrine/persistence/pull/130) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [129: Fix PHP8 build](https://togithub.com/doctrine/persistence/pull/129) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [128: Move website config to default branch](https://togithub.com/doctrine/persistence/pull/128) thanks to [@​SenseException](https://togithub.com/SenseException) - [119: Remove Scrutinizer badge](https://togithub.com/doctrine/persistence/pull/119) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [115: Use CodeCov instead of Scrutinizer](https://togithub.com/doctrine/persistence/pull/115) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Enhancement - [114: Allow PHP 8](https://togithub.com/doctrine/persistence/pull/114) thanks to [@​greg0ire](https://togithub.com/greg0ire) ##### Bug - [111: Revert phpdoc type for class name argument](https://togithub.com/doctrine/persistence/pull/111) thanks to [@​andrew-demb](https://togithub.com/andrew-demb) ### [`v2.0.0`](https://togithub.com/doctrine/persistence/releases/2.0.0) [Compare Source](https://togithub.com/doctrine/persistence/compare/1.3.8...2.0.0) Release [2.0.0](https://togithub.com/doctrine/persistence/milestone/4) # 2.0.0 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** - [106: Drop backwards-compatibility layer](https://togithub.com/doctrine/persistence/pull/106) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [74: Merge 1.3.x into master](https://togithub.com/doctrine/persistence/pull/74) thanks to [@​alcaeus](https://togithub.com/alcaeus) ## Improvement - [75: Remove return types from all interfaces](https://togithub.com/doctrine/persistence/pull/75) thanks to [@​alcaeus](https://togithub.com/alcaeus) - [61: Add more specific doc block type hints for arrays.](https://togithub.com/doctrine/persistence/pull/61) thanks to [@​jwage](https://togithub.com/jwage) - [40: CI: Test against PHP 7.4snapshot instead of nightly (8.0)](https://togithub.com/doctrine/persistence/pull/40) thanks to [@​Majkl578](https://togithub.com/Majkl578) ## BC Break - [51: Remove PersistentObject magic object.](https://togithub.com/doctrine/persistence/pull/51) thanks to [@​jwage](https://togithub.com/jwage) ## BC Break,Improvement - [50: Add types to all interfaces.](https://togithub.com/doctrine/persistence/pull/50) thanks to [@​jwage](https://togithub.com/jwage) - [35: Open 2.x](https://togithub.com/doctrine/persistence/pull/35) thanks to [@​Majkl578](https://togithub.com/Majkl578) ## Enhancement - [43: Updated doctrine/coding-standard to 6.0](https://togithub.com/doctrine/persistence/pull/43) thanks to [@​patrickjahns](https://togithub.com/patrickjahns)

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

curry684 commented 4 years ago

Needs proper testing (and preferably support for 1.x and 2.x both).

jkabat commented 3 years ago

@curry684 any chance to take a look on this upgrade?