WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Bump phpunit/phpunit from 8.3.5 to 8.4.0 #120

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps phpunit/phpunit from 8.3.5 to 8.4.0.

Changelog *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md).* > ## [8.4.0] - 2019-10-04 > > ### Added > > * Implemented [#3120](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3120): Provide `TestCase::createStub()` method as alternative to `TestCase::createMock()` > * Implemented [#3775](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3775): Explicit API for expecting PHP errors, warnings, and notices > > ### Changed > > * The method `expectExceptionMessageRegExp()` is now deprecated. There is no behavioral change in this version of PHPUnit. Using this method will trigger a deprecation warning in PHPUnit 9 and in PHPUnit 10 it will be removed. Please use `expectExceptionMessageMatches()` instead. > > [8.4.0]: https://github.com/sebastianbergmann/phpunit/compare/8.3.5...8.4.0
Commits - [`57e5e77`](https://github.com/sebastianbergmann/phpunit/commit/57e5e77b62086033528ee1f4063ae03035f57894) Prepare release - [`4d2e3f8`](https://github.com/sebastianbergmann/phpunit/commit/4d2e3f801b316766fbfc3431f6fda6137b63fab0) Reformat - [`46f0d54`](https://github.com/sebastianbergmann/phpunit/commit/46f0d54a2c468a2988df99a297674659c999b2f2) Be more specific (now that we have createStub()) - [`5dbaa12`](https://github.com/sebastianbergmann/phpunit/commit/5dbaa128fcd8a80220cf58f5290b628c5ed03b8b) Merge branch '8.3' - [`e6fe31c`](https://github.com/sebastianbergmann/phpunit/commit/e6fe31c25341d0f6c74f8a7644a1e32de7d8aeae) Update tools - [`8fdb4a6`](https://github.com/sebastianbergmann/phpunit/commit/8fdb4a65381e656c342af209f7548f1128fe33e8) Closes [#3742](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3742) - [`67641d7`](https://github.com/sebastianbergmann/phpunit/commit/67641d70f1cbe226f709667d0b25ac35fea0e9cb) Merge branch '8.3' - [`e7e7525`](https://github.com/sebastianbergmann/phpunit/commit/e7e7525d5587783173ab050d8a64bd944028e15e) Rephrase - [`d5a2676`](https://github.com/sebastianbergmann/phpunit/commit/d5a2676db2a707362ae15f7fba5018f76091c61b) Merge branch '8.3' - [`cfe3a02`](https://github.com/sebastianbergmann/phpunit/commit/cfe3a028e410b0db78d4eafa23d463105a2628df) Closes [#3861](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3861) - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.3.5...8.4.0)


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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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)