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

chore(deps): update dependency phpunit/phpunit to vrenamed11.5.0 #4607

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

This PR contains the following updates:

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

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.0: PHPUnit 11.5.0

Compare Source

Added
  • #​5948: Support for Property Hooks in Test Doubles
  • #​5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events
Changed
  • #​5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #​5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process
Deprecated
  • #​6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #​6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #​6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #​6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)

How to install or update PHPUnit

v11.4.4: PHPUnit 11.4.4

Compare Source

Fixed
  • #​6028: ignoreIndirectDeprecations=true suppresses deprecations triggered in test code

How to install or update PHPUnit


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 3, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 2a58e54 to f0635c5 Compare February 4, 2024 10:15
Copy link
Contributor Author

renovate bot commented Feb 4, 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: api/composer.lock
Command failed: composer update phpunit/phpunit:11.1.3 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - phpunit/php-code-coverage[11.0.0, ..., 11.0.3] require nikic/php-parser ^5.0 -> found nikic/php-parser[v5.0.0, v5.0.1, v5.0.2] but these were not loaded, likely because it conflicts with another require.
    - phpunit/phpunit 11.1.3 requires phpunit/php-code-coverage ^11.0 -> satisfiable by phpunit/php-code-coverage[11.0.0, 11.0.1, 11.0.2, 11.0.3].
    - Root composer.json requires phpunit/phpunit 11.1.3 -> satisfiable by phpunit/phpunit[11.1.3].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 5 times, most recently from 76f5bca to 65c8e3c Compare February 10, 2024 11:04
@BacLuc
Copy link
Contributor

BacLuc commented Feb 17, 2024

api-platform/core requries "sebastian/comparator": "<5.0",

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 85c2fd5 to 7d1b758 Compare February 20, 2024 18:26
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 84c5e62 to b29c039 Compare February 29, 2024 17:21
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 4 times, most recently from 030cc18 to 52c947e Compare March 12, 2024 18:31
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 6 times, most recently from 931d6c3 to 42eb8dc Compare March 22, 2024 08:52
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 5 times, most recently from a2a4232 to e9c43d6 Compare March 28, 2024 19:41
@usu
Copy link
Member

usu commented Mar 30, 2024

fixed with api-platform/core#6202?

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from e9c43d6 to 4b8274a Compare March 31, 2024 09:07
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 3 times, most recently from f1858cb to 8cde434 Compare November 20, 2024 14:19
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11 chore(deps): update dependency phpunit/phpunit to v11 - autoclosed Nov 21, 2024
@renovate renovate bot closed this Nov 21, 2024
@renovate renovate bot deleted the renovate/phpunit-phpunit-11.x branch November 21, 2024 22:13
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11 - autoclosed chore(deps): update dependency phpunit/phpunit to v11 Nov 27, 2024
@renovate renovate bot reopened this Nov 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11 chore(deps): update dependency phpunit/phpunit to v11.4.4 Nov 27, 2024
@renovate renovate bot enabled auto-merge November 27, 2024 14:24
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 6 times, most recently from 0f8da87 to 14da912 Compare December 1, 2024 12:21
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 3 times, most recently from e563612 to 66458b7 Compare December 6, 2024 07:18
@renovate renovate bot changed the title chore(deps): update dependency phpunit/phpunit to v11.4.4 chore(deps): update dependency phpunit/phpunit to v11.5.0 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 988c414 to 17a7413 Compare December 9, 2024 18:25
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 17a7413 to 20b4f52 Compare December 10, 2024 16:25
@BacLuc BacLuc closed this Dec 10, 2024
auto-merge was automatically disabled December 10, 2024 20:21

Pull request was closed

Copy link
Contributor Author

renovate bot commented Dec 10, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (11.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@BacLuc BacLuc changed the title chore(deps): update dependency phpunit/phpunit to v11.5.0 chore(deps): update dependency phpunit/phpunit to v11.5.0 renamed Dec 10, 2024
@BacLuc BacLuc changed the title chore(deps): update dependency phpunit/phpunit to v11.5.0 renamed chore(deps): update dependency phpunit/phpunit to vrenamed11.5.0 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants