d-claassen / dennisclaassen2023

0 stars 0 forks source link

Bump the unit-tests group across 1 directory with 2 updates #240

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the unit-tests group with 1 update in the / directory: phpunit/phpunit.

Updates phpunit/phpunit from 10.5.28 to 10.5.30

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.30

Changed

  • Improved error message when stubbed method is called more often than return values were configured for it

How to install or update PHPUnit

PHPUnit 10.5.29

Fixed

  • #5887: Issue baseline generator does not correctly handle ignoring suppressed issues
  • #5908: --list-tests and --list-tests-xml CLI options do not report error when data provider method throws exception

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.30] - 2024-08-13

Changed

  • Improved error message when stubbed method is called more often than return values were configured for it

[10.5.29] - 2024-07-30

Fixed

  • #5887: Issue baseline generator does not correctly handle ignoring suppressed issues
  • #5908: --list-tests and --list-tests-xml CLI options do not report error when data provider method throws exception
Commits
  • b15524f Prepare release
  • c2d9a77 Update tests after sebastian/comparator update (previous version was hiding p...
  • da9d96a Update dependencies
  • 9de5bef Fix SKIPIF message
  • 131d7f4 Split test into one version for PHP < 8.4 and one version for PHP >= 8.4 (usi...
  • 9893b04 Merge branch '9.6' into 10.5
  • 2a12abf Merge branch '8.5' into 9.6
  • d8e0be7 Suppress deprecation (using trigger_error() with E_USER_ERROR is deprecated i...
  • 49adfe8 Merge branch '9.6' into 10.5
  • 0a965f7 Merge branch '8.5' into 9.6
  • Additional commits viewable in compare view


Updates phpunit/php-code-coverage from 10.1.15 to 10.1.16

Release notes

Sourced from phpunit/php-code-coverage's releases.

phpunit/php-code-coverage 10.1.16

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)
Changelog

Sourced from phpunit/php-code-coverage's changelog.

[10.1.16] - 2024-08-22

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)
Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | phpunit/phpunit | [>= 11.0.a, < 11.1] | | phpunit/phpunit | [>= 11.a, < 12] |

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #247.