Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency phpunit/phpunit to v10.5.26 #1351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 10.5.7 -> 10.5.26 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.26: PHPUnit 10.5.26

Compare Source

Added
  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

How to install or update PHPUnit

v10.5.25: PHPUnit 10.5.25

Compare Source

Changed
  • Updated dependencies for PHAR distribution

How to install or update PHPUnit

v10.5.24: PHPUnit 10.5.24

Compare Source

Changed
  • #​5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

v10.5.23: PHPUnit 10.5.23

Compare Source

Changed
  • #​5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

v10.5.22: PHPUnit 10.5.22

Compare Source

Changed
  • #​5871: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

v10.5.21: PHPUnit 10.5.21

Compare Source

Changed
  • #​5861: Destroy TestCase object after its test was run

How to install or update PHPUnit

v10.5.20: PHPUnit 10.5.20

Compare Source

  • #​5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #​5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

v10.5.19: PHPUnit 10.5.19

Compare Source

Fixed
  • #​5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

v10.5.18

Compare Source

v10.5.17: PHPUnit 10.5.17

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v10.5.16

Compare Source

v10.5.15

Compare Source

v10.5.14: PHPUnit 10.5.14

Compare Source

Changed
  • #​5747: Cache result of Groups::groups()
  • #​5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #​5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
Fixed
  • #​5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

v10.5.13

Compare Source

v10.5.12

Compare Source

Fixed
  • #​5652: HRTime::duration() throws InvalidArgumentException

How to install or update PHPUnit

v10.5.11

Compare Source

v10.5.10

Compare Source

v10.5.9

Compare Source

v10.5.8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Add or update dependencies label Jan 25, 2024
Copy link
Contributor Author

renovate bot commented Jan 25, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: backend/composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - lcobucci/clock is locked to version 3.0.0 and an update of this package was not requested.
    - lcobucci/clock 3.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
  Problem 2
    - lcobucci/clock 3.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - lexik/jwt-authentication-bundle v2.20.3 requires lcobucci/clock ^1.2|^2.0|^3.0 -> satisfiable by lcobucci/clock[3.0.0].
    - lexik/jwt-authentication-bundle is locked to version v2.20.3 and an update of this package was not requested.


renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 25, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from a8f668f to 74fb6ff Compare January 30, 2024 16:34
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 74fb6ff to 9445bb4 Compare February 4, 2024 11:12
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.9 Update dependency phpunit/phpunit to v10.5.10 Feb 4, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 4, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 9445bb4 to 2c2c9d4 Compare February 25, 2024 16:09
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.10 Update dependency phpunit/phpunit to v10.5.11 Feb 25, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 25, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 2c2c9d4 to 009d5bd Compare March 9, 2024 13:39
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.11 Update dependency phpunit/phpunit to v10.5.12 Mar 9, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 9, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 009d5bd to 2aaeb3e Compare March 12, 2024 20:08
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.12 Update dependency phpunit/phpunit to v10.5.13 Mar 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 12, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch 2 times, most recently from a8a5942 to 23bc633 Compare March 18, 2024 12:41
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 23bc633 to 415420a Compare March 21, 2024 11:20
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.13 Update dependency phpunit/phpunit to v10.5.14 Mar 21, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 21, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 415420a to da8f6ff Compare March 22, 2024 05:08
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.14 Update dependency phpunit/phpunit to v10.5.15 Mar 22, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 22, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from d9fa21c to 0c8debf Compare April 17, 2024 15:21
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.18 Update dependency phpunit/phpunit to v10.5.19 Apr 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 17, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 0c8debf to 181c919 Compare April 24, 2024 07:11
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.19 Update dependency phpunit/phpunit to v10.5.20 Apr 24, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 24, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 181c919 to cd32b91 Compare June 15, 2024 13:08
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.20 Update dependency phpunit/phpunit to v10.5.21 Jun 15, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 15, 2024
Copy link
Contributor Author

renovate bot commented Jun 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: backend/composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - lcobucci/clock is locked to version 3.0.0 and an update of this package was not requested.
    - lcobucci/clock 3.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.9) does not satisfy that requirement.
  Problem 2
    - lcobucci/clock 3.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.9) does not satisfy that requirement.
    - lexik/jwt-authentication-bundle v2.20.3 requires lcobucci/clock ^1.2|^2.0|^3.0 -> satisfiable by lcobucci/clock[3.0.0].
    - lexik/jwt-authentication-bundle is locked to version v2.20.3 and an update of this package was not requested.


renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 19, 2024
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.21 Update dependency phpunit/phpunit to v10.5.22 Jun 19, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 14d11fb to 44efc99 Compare June 20, 2024 11:26
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.22 Update dependency phpunit/phpunit to v10.5.23 Jun 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 20, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from 44efc99 to c326392 Compare June 20, 2024 13:33
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.23 Update dependency phpunit/phpunit to v10.5.24 Jun 20, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 20, 2024
@renovate renovate bot force-pushed the deps-phpunit-phpunit-10.5.x branch from c326392 to 35d93ed Compare July 9, 2024 23:18
@renovate renovate bot changed the title Update dependency phpunit/phpunit to v10.5.24 Update dependency phpunit/phpunit to v10.5.26 Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Add or update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants