TechWilk / rota

Web-based rota management with email reminders.
7 stars 2 forks source link

Bump phpunit/phpunit from 5.7.27 to 7.2.4 #132

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps phpunit/phpunit from 5.7.27 to 7.2.4.

Changelog *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md).* > # Changes in PHPUnit 6.5 > > All notable changes of the PHPUnit 6.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. > > ## [6.5.9] - 2018-MM-DD > > ### Fixed > > * Fixed [#3142](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3142): Method-level annotations (`[**backupGlobals**](https://github.com/backupGlobals)`, `[**backupStaticAttributes**](https://github.com/backupStaticAttributes)`, `[**errorHandler**](https://github.com/errorHandler)`, `[**preserveGlobalState**](https://github.com/preserveGlobalState)`) do not override class-level annotations > > ## [6.5.8] - 2018-04-10 > > ### Fixed > > * Fixed [#2830](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2830): `[**runClassInSeparateProcess**](https://github.com/runClassInSeparateProcess)` does not work for tests that use `[**dataProvider**](https://github.com/dataProvider)` > > ## [6.5.7] - 2018-02-26 > > ### Fixed > > * Fixed [#2974](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2974): JUnit XML logfile contains invalid characters when test output contains binary data > > ## [6.5.6] - 2018-02-01 > > ### Fixed > > * Fixed [#2236](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2236): Exceptions in `tearDown()` do not affect `getStatus()` > * Fixed [#2950](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PHPUnit\FrameworkTestCase` > * Fixed [#2972](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when test suite contains both `.phpt` files and unconventionally named tests > > ## [6.5.5] - 2017-12-17 > > ### Fixed > > * Fixed [#2922](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2922): Test class is not discovered when there is a test class with `[**group**](https://github.com/group)` and provider throwing exception in it, tests are run with `--exclude-group` for that group, there is another class called later (after the class from above), and the name of that another class does not match its filename > > ## [6.5.4] - 2017-12-10 > > ### Changed > > * Require version 5.0.5 of `phpunit/phpunit-mock-objects` for [phpunit-mock-objects#394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit-mock-objects/issues/394) > > ## [6.5.3] - 2017-12-06 > > ### Fixed > > * Fixed an issue with PHPT tests when `forceCoversAnnotation="true"` is configured > > ## [6.5.2] - 2017-12-02 > > ... (truncated)
Commits - [`00bc0b9`](https://github.com/sebastianbergmann/phpunit/commit/00bc0b93f0ff4f557e9ea766557fde96da9a03dd) Prepare release - [`710965a`](https://github.com/sebastianbergmann/phpunit/commit/710965a530f8a0664f6c32a1d0f74ae94a6a738b) Update ChangeLog - [`68ea29f`](https://github.com/sebastianbergmann/phpunit/commit/68ea29fe9e086428de31bd910d3df76945053fbc) Revert "Consistently use PHP_EOL" - [`36caa65`](https://github.com/sebastianbergmann/phpunit/commit/36caa656a75cabb89ec2743a7cb9198282c54ea9) Merge branch '6.5' into 7.2 - [`b8b45e1`](https://github.com/sebastianbergmann/phpunit/commit/b8b45e1bb61b94ea07494b1ac057a01880b232ee) Use Phive for tool management - [`6184477`](https://github.com/sebastianbergmann/phpunit/commit/6184477b5483d0942e6c71cc23be055270a99d98) Remove PHP Mess Detector from build - [`9c50a9c`](https://github.com/sebastianbergmann/phpunit/commit/9c50a9c35a2958f6b6bd5ae2d28cb6afa082689e) Remove configuration file that is no longer used - [`86832e2`](https://github.com/sebastianbergmann/phpunit/commit/86832e2abea49d5cb1e18243136fbd681bdd3a50) Remove certificate that is no longer used - [`42bb8f5`](https://github.com/sebastianbergmann/phpunit/commit/42bb8f5b2cb36483907a20f45e4cd1665c24d8a7) Prepare release - [`d17d5ae`](https://github.com/sebastianbergmann/phpunit/commit/d17d5aef6eff468fab75a6c9c7878cbe9d52498e) Update ChangeLog - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/5.7.27...7.2.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Looks like phpunit/phpunit is no longer updatable, so this is no longer needed.