omines / datatables-bundle

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

Update dependency ocramius/package-versions to 1.8.* #151

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ocramius/package-versions require-dev minor 1.4.* -> 1.8.*

Release Notes

Ocramius/PackageVersions ### [`v1.8.0`](https://togithub.com/Ocramius/PackageVersions/releases/1.8.0) [Compare Source](https://togithub.com/Ocramius/PackageVersions/compare/1.7.0...1.8.0) [![Build Status](https://travis-ci.org/Ocramius/PackageVersions.svg?branch=1.8.0)](https://travis-ci.org/Ocramius/PackageVersions) This release adds forward-compatibility for `composer/composer:2.0.0`. Total issues resolved: **1** - [133: Add support for Composer 2.x](https://togithub.com/Ocramius/PackageVersions/pull/133) thanks to [@​Seldaek](https://togithub.com/Seldaek) ### [`v1.7.0`](https://togithub.com/Ocramius/PackageVersions/releases/1.7.0) [Compare Source](https://togithub.com/Ocramius/PackageVersions/compare/1.6.0...1.7.0) [![Build Status](https://travis-ci.org/Ocramius/PackageVersions.svg?branch=1.7.0)](https://travis-ci.org/Ocramius/PackageVersions) This release adds `@psalm-pure` to the generated version of `PackageVersions\Versions`. Please note that if you run your composer installation with `--no-scripts` and `--no-plugins`, then the fallback version of `PackageVersions\Versions` will be in use, and therefore purity is not guaranteed. Total issues resolved: **1** - [120: Ensure that, when generated, `PackageVersions\Versions::getVersion()` is `@psalm-pure`](https://togithub.com/Ocramius/PackageVersions/pull/120) thanks to [@​Ocramius](https://togithub.com/Ocramius) ### [`v1.6.0`](https://togithub.com/Ocramius/PackageVersions/releases/1.6.0) [Compare Source](https://togithub.com/Ocramius/PackageVersions/compare/1.5.1...1.6.0) [![Build Status](https://travis-ci.org/Ocramius/PackageVersions.svg?branch=1.6.0)](https://travis-ci.org/Ocramius/PackageVersions) This release upgrades dependencies, improves testing/static analysis checks, and moves the package to PHP 7.4 as a minimum required engine version. Total issues resolved: **4** - [111: Update .gitattributes](https://togithub.com/Ocramius/PackageVersions/pull/111) thanks to [@​reedy](https://togithub.com/reedy) - [114: Travis CI config - PHP 7.4 stable builds](https://togithub.com/Ocramius/PackageVersions/pull/114) thanks to [@​michalbundyra](https://togithub.com/michalbundyra) - [115: Allow using internal/deprecated symbols, but only in the test suite](https://togithub.com/Ocramius/PackageVersions/pull/115) thanks to [@​Ocramius](https://togithub.com/Ocramius) - [118: Upgrade dependencies, minimum PHP version upgraded to 7.4](https://togithub.com/Ocramius/PackageVersions/pull/118) thanks to [@​Ocramius](https://togithub.com/Ocramius) ### [`v1.5.1`](https://togithub.com/Ocramius/PackageVersions/releases/1.5.1) [Compare Source](https://togithub.com/Ocramius/PackageVersions/compare/1.5.0...1.5.1) [![Build Status](https://travis-ci.org/Ocramius/PackageVersions.svg?branch=1.5.1)](https://travis-ci.org/Ocramius/PackageVersions) This release fixes an issue leading `FallbackVersions` (used when installing with `--no-scripts`) to fail to detect `composer.lock` or `installed.json` locations due to `getcwd()` misbehavior during composer installation. Total issues resolved: **2** - [101: Cannot locate `composer.lock` nor `installed.json` when using package with `--no-scripts`](https://togithub.com/Ocramius/PackageVersions/issues/101) thanks to [@​PhilETaylor](https://togithub.com/PhilETaylor) - [102: #​101 corrected scanned locations for `installed.json` and `composer.json`](https://togithub.com/Ocramius/PackageVersions/pull/102) thanks to [@​Ocramius](https://togithub.com/Ocramius) ### [`v1.5.0`](https://togithub.com/Ocramius/PackageVersions/releases/1.5.0) [Compare Source](https://togithub.com/Ocramius/PackageVersions/compare/1.4.2...1.5.0) [![Build Status](https://travis-ci.org/Ocramius/PackageVersions.svg?branch=1.5.0)](https://travis-ci.org/Ocramius/PackageVersions) This release improves discovery of versions when `composer.lock` cannot be located, falling back to `installed.json` (which is at a fixed relative filesystem location). We removed duplicate plugin runs during install/update, and runs the plugin only during the `POST_AUTOLOAD_DUMP` event. The minimum supported PHP version is now PHP 7.3.0. PHP 7.4 compatibility issues with `ReflectionType#__toString()` have been fixed. Static analysis additions will also now start highlighting issues in downstream projects using `vimeo/psalm` (at build-time) when non-existing dependency lookups are performed against `PackageVersions\Versions::getVersion()`, preventing useless runtime exceptions. Total issues resolved: **12** - [81: added docs to `Versions::VERSION`](https://togithub.com/Ocramius/PackageVersions/pull/81) thanks to [@​staabm](https://togithub.com/staabm) - [82: Use `vendor/composer/installed.json` and fallback to using composer.lock](https://togithub.com/Ocramius/PackageVersions/pull/82) thanks to [@​9ae8sdf76](https://togithub.com/9ae8sdf76) - [83: Update to `doctrine/coding-standard` v6.0.0](https://togithub.com/Ocramius/PackageVersions/pull/83) thanks to [@​carusogabriel](https://togithub.com/carusogabriel) - [87: Added experimental github sponsorship/funding links through tidelift](https://togithub.com/Ocramius/PackageVersions/pull/87) thanks to [@​Ocramius](https://togithub.com/Ocramius) - [88: Simplify autoloader notes](https://togithub.com/Ocramius/PackageVersions/pull/88) thanks to [@​weshooper](https://togithub.com/weshooper) - [89: Provide `@psalm-param key-of` type-check for downstream](https://togithub.com/Ocramius/PackageVersions/pull/89) thanks to [@​Ocramius](https://togithub.com/Ocramius) - [91: dump the version class on `composer dump-autoload`](https://togithub.com/Ocramius/PackageVersions/pull/91) thanks to [@​staabm](https://togithub.com/staabm) - [92: Failures on PHP 7.4 build due to `ReflectionType#__toString()` deprecations](https://togithub.com/Ocramius/PackageVersions/issues/92) thanks to [@​Ocramius](https://togithub.com/Ocramius) - [93: updated dependencies](https://togithub.com/Ocramius/PackageVersions/pull/93) thanks to [@​staabm](https://togithub.com/staabm) - [95: the `POST_AUTOLOAD_DUMP` event also happens on composer install/update](https://togithub.com/Ocramius/PackageVersions/pull/95) thanks to [@​staabm](https://togithub.com/staabm) - [96: #​90 add psalm static analysis tests](https://togithub.com/Ocramius/PackageVersions/pull/96) thanks to [@​Ocramius](https://togithub.com/Ocramius) - [99: Bumped dependencies, dropped PHP 7.2.0 support, simplified build matrix](https://togithub.com/Ocramius/PackageVersions/pull/99) thanks to [@​Ocramius](https://togithub.com/Ocramius)

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.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (1.8.*). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.