WildPHP / irc-bot

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

Bump phpunit/phpunit from 8.4.1 to 8.4.3 #125

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps phpunit/phpunit from 8.4.1 to 8.4.3.

Changelog *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/8.4.3/ChangeLog-8.4.md).* > ## [8.4.3] - 2019-11-06 > > ### Fixed > > * Fixed [#3922](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3922): Wrong test case executed with test case inheritance > > ## [8.4.2] - 2019-10-28 > > ### Fixed > > * Fixed [#3727](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3727): Problem hidden by PHPUnit's error handler > * Fixed [#3793](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3793): JUnit logger reports warnings as failures > * Fixed [#3863](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3863): `\Countable` needs to be checked before `\EmptyIterator` > * Fixed [#3889](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3889): Test(s) not found when source filename does not match test case class name > * Fixed [#3893](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3893): `TypeError` when called with a filename without extension
Commits - [`67f9e35`](https://github.com/sebastianbergmann/phpunit/commit/67f9e35bffc0dd52d55d565ddbe4230454fd6a4e) Prepare release - [`71a1cb7`](https://github.com/sebastianbergmann/phpunit/commit/71a1cb73a1a988f9d0d771ecc2adcc03dc0529bf) Merge branch '7.5' into 8.4 - [`c05f7cc`](https://github.com/sebastianbergmann/phpunit/commit/c05f7cca1eaadcab448ea9fd916d93926d50e113) Enhancement: Cache dependencies installed with composer between builds - [`37fc30d`](https://github.com/sebastianbergmann/phpunit/commit/37fc30dd45a7e05e10fa3f422deb9586645e5d2f) Package .phpstorm.meta.php - [`c6b6317`](https://github.com/sebastianbergmann/phpunit/commit/c6b631733679fef2e2ceb3f1b01fe19e37ed2962) Update tools - [`07c11d8`](https://github.com/sebastianbergmann/phpunit/commit/07c11d80e2f262416b1a07bab70d6c3524788aa6) Merge branch '7.5' into 8.4 - [`92fb277`](https://github.com/sebastianbergmann/phpunit/commit/92fb277de5ef5623fe954c5c653700bd87972e60) Fix: Do not fail step when sending code coverage failed - [`2b377f5`](https://github.com/sebastianbergmann/phpunit/commit/2b377f543eb08592ee2f6b48e4e82ded7a8f8202) Enhancement: Run tests using GitHub actions - [`c2871ef`](https://github.com/sebastianbergmann/phpunit/commit/c2871efbb6d385ef4c0ea1831a77ba4e7deb7ffb) Enhancement: Lint XML configuration using GitHub actions - [`fbd8975`](https://github.com/sebastianbergmann/phpunit/commit/fbd897513fa6d07494602f413adab7868c11b403) Update tools - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.4.1...8.4.3)


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)