4k4xs4pH1r3 / artemisa

Source code of artemisa.unbosque.edu.co, including room and other systems.
GNU General Public License v3.0
1 stars 1 forks source link

chore(deps): update dependency phpunit/phpunit to v10.5.38 #2541

Closed renovate[bot] closed 1 day ago

renovate[bot] commented 1 day ago

This PR contains the following updates:

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

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sebastianbergmann/phpunit (phpunit/phpunit) ### [`v10.5.38`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.38): PHPUnit 10.5.38 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.37...10.5.38) ##### Changed - [#​6012](https://redirect.github.com/sebastianbergmann/phpunit/pull/6012): Remove empty lines between TeamCity events *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.37`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.37): PHPUnit 10.5.37 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.36...10.5.37) ##### Fixed - [#​5982](https://redirect.github.com/sebastianbergmann/phpunit/pull/5982): Typo in exception message *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.36`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.36): PHPUnit 10.5.36 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.35...10.5.36) ##### Changed - [#​5957](https://redirect.github.com/sebastianbergmann/phpunit/pull/5957): Skip data provider build when requirements are not satisfied - [#​5969](https://redirect.github.com/sebastianbergmann/phpunit/pull/5969): Check for requirements before creating a separate process - Updated regular expressions used by `StringMatchesFormatDescription` constraint to be consistent with PHP's `run-tests.php` ##### Fixed - [#​5965](https://redirect.github.com/sebastianbergmann/phpunit/issues/5965): `PHPUnit\Framework\Exception` does not handle string error codes (`PDOException` with error code `'HY000'`, for example) *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.35`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35) ### [`v10.5.34`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.34): PHPUnit 10.5.34 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.33...10.5.34) ##### Fixed - [#​5931](https://redirect.github.com/sebastianbergmann/phpunit/pull/5931): Reverted addition of `name` property on `` element in JUnit XML logfile - [#​5946](https://redirect.github.com/sebastianbergmann/phpunit/issues/5946): `Callback` throws a `TypeError` when checking a `callable` has variadic parameters *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.33`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.33): PHPUnit 10.5.33 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.32...10.5.33) ##### Fixed - [#​4584](https://redirect.github.com/sebastianbergmann/phpunit/issues/4584): `assertJsonStringEqualsJsonString()` considers objects with sequential numeric keys equal to be arrays - [#​4625](https://redirect.github.com/sebastianbergmann/phpunit/issues/4625): Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider - [#​4674](https://redirect.github.com/sebastianbergmann/phpunit/issues/4674): JSON assertions should treat objects as unordered - [#​5891](https://redirect.github.com/sebastianbergmann/phpunit/issues/5891): `Callback` constraint does not handle variadic arguments correctly when used for mock object expectations - [#​5929](https://redirect.github.com/sebastianbergmann/phpunit/issues/5929): TestDox output containing `$` at the beginning gets truncated when used with a data provider *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.32`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.32): PHPUnit 10.5.32 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.31...10.5.32) ##### Added - [#​5937](https://redirect.github.com/sebastianbergmann/phpunit/issues/5937): `failOnPhpunitDeprecation` attribute on the `` element of the XML configuration file and `--fail-on-phpunit-deprecation` CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider) - `displayDetailsOnPhpunitDeprecations` attribute on the `` element of the XML configuration file and `--display-phpunit-deprecations` CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display) ##### Changed - [#​5937](https://redirect.github.com/sebastianbergmann/phpunit/issues/5937): PHPUnit deprecations will, by default, no longer affect the test runner's shell exit code. This can optionally be turned back on using the `--fail-on-phpunit-deprecation` CLI option or the `failOnPhpunitDeprecation="true"` attribute on the `` element of the XML configuration file. - Details for PHPUnit deprecations will, by default, no longer be displayed. This can optionally be turned back on using the `--display-phpunit-deprecations` CLI option or the `displayDetailsOnPhpunitDeprecations` attribute on the `` element of the XML configuration file. *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.31`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.31): PHPUnit 10.5.31 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.30...10.5.31) ##### Changed - [#​5931](https://redirect.github.com/sebastianbergmann/phpunit/pull/5931): `name` property on `` element in JUnit XML logfile - Removed `.phpstorm.meta.php` file as methods such as `TestCase::createStub()` use generics / template types for their return types and PhpStorm, for example, uses that information ##### Fixed - [#​5884](https://redirect.github.com/sebastianbergmann/phpunit/issues/5884): TestDox printer does not consider that issues can be suppressed by attribute, baseline, source location, or `@` operator *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.30`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.30): PHPUnit 10.5.30 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.29...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](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.29`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.29): PHPUnit 10.5.29 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.28...10.5.29) ##### Fixed - [#​5887](https://redirect.github.com/sebastianbergmann/phpunit/pull/5887): Issue baseline generator does not correctly handle ignoring suppressed issues - [#​5908](https://redirect.github.com/sebastianbergmann/phpunit/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](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.28`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.27...10.5.28) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.27...10.5.28) ### [`v10.5.27`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.27): PHPUnit 10.5.27 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.26...10.5.27) ##### Changed - Updated dependencies (so that users that install using Composer's `--prefer-lowest` CLI option also get recent versions) ##### Fixed - [#​5892](https://redirect.github.com/sebastianbergmann/phpunit/issues/5892): Errors during write of `phpunit.xml` are not handled correctly when `--generate-configuration` is used *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.26`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.26): PHPUnit 10.5.26 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.25...10.5.26) ##### 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](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.25`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.25): PHPUnit 10.5.25 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.24...10.5.25) ##### Changed - Updated dependencies for PHAR distribution *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.24`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.24): PHPUnit 10.5.24 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.23...10.5.24) ##### Changed - [#​5877](https://redirect.github.com/sebastianbergmann/phpunit/pull/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](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.23`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.23): PHPUnit 10.5.23 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.22...10.5.23) ##### Changed - [#​5875](https://redirect.github.com/sebastianbergmann/phpunit/pull/5875): Also destruct `TestCase` objects early that use a data provider *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.22`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.22): PHPUnit 10.5.22 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.21...10.5.22) ##### Changed - [#​5871](https://redirect.github.com/sebastianbergmann/phpunit/pull/5871): Do not collect unnecessary information using `debug_backtrace()` *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.21`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.21): PHPUnit 10.5.21 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.20...10.5.21) ##### Changed - [#​5861](https://redirect.github.com/sebastianbergmann/phpunit/pull/5861): Destroy `TestCase` object after its test was run *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.20`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.20): PHPUnit 10.5.20 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.19...10.5.20) - [#​5771](https://redirect.github.com/sebastianbergmann/phpunit/issues/5771): JUnit XML logger may crash when test that is run in separate process exits unexpectedly - [#​5819](https://redirect.github.com/sebastianbergmann/phpunit/issues/5819): Duplicate keys from different data providers are not handled properly *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.19`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.19): PHPUnit 10.5.19 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.18...10.5.19) ##### Fixed - [#​5818](https://redirect.github.com/sebastianbergmann/phpunit/issues/5818): Calling `method()` on a test stub created using `createStubForIntersectionOfInterfaces()` throws an unexpected exception *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.18`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.17...10.5.18) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.17...10.5.18) ### [`v10.5.17`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.17): PHPUnit 10.5.17 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.16...10.5.17) ##### 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](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.16`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.15...10.5.16) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.15...10.5.16) ### [`v10.5.15`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.14...10.5.15) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.14...10.5.15) ### [`v10.5.14`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.14): PHPUnit 10.5.14 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.13...10.5.14) ##### Changed - [#​5747](https://redirect.github.com/sebastianbergmann/phpunit/pull/5747): Cache result of `Groups::groups()` - [#​5748](https://redirect.github.com/sebastianbergmann/phpunit/pull/5748): Improve performance of `NamePrettifier::prettifyTestMethodName()` - [#​5750](https://redirect.github.com/sebastianbergmann/phpunit/pull/5750): Micro-optimize `NamePrettifier::prettifyTestMethodName()` once again ##### Fixed - [#​5760](https://redirect.github.com/sebastianbergmann/phpunit/issues/5760): TestDox printer does not display details about exceptions raised in before-test methods *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.13`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.12...10.5.13) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.12...10.5.13) ### [`v10.5.12`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/10.5.12) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.11...10.5.12) ##### Fixed - [#​5652](https://redirect.github.com/sebastianbergmann/phpunit/issues/5652): `HRTime::duration()` throws `InvalidArgumentException` *** [How to install or update PHPUnit](https://docs.phpunit.de/en/10.5/installation.html) ### [`v10.5.11`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.10...10.5.11) ### [`v10.5.10`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) ### [`v10.5.9`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9) ### [`v10.5.8`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8) ### [`v10.5.7`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.6...10.5.7) ### [`v10.5.6`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.6) ### [`v10.5.5`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.4...10.5.5) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.4...10.5.5) ### [`v10.5.4`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.4) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.4) ### [`v10.5.3`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3) ### [`v10.5.2`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2) ### [`v10.5.1`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1) ### [`v10.5.0`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0) ### [`v10.4.2`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2) ### [`v10.4.1`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1) ### [`v10.4.0`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0) ### [`v10.3.5`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5) ### [`v10.3.4`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4) ### [`v10.3.3`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3) [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.3.2...10.3.3)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 day ago

⚠️ 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:

The artifact failure details are included below:

File name: serviciosacademicos/observatorio/dompdf/lib/php-css-parser/composer.lock
Command failed: composer update phpunit/phpunit:10.5.38 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "phpunit/phpunit:10.5.38" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 will be shutdown on August 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package phpunit/phpunit (locked at 10.3.2, required as 10.5.38) is satisfiable by phpunit/phpunit[10.3.2] but these conflict with your requirements or minimum-stability.
  Problem 2
    - Can only install one of: sebastian/global-state[6.0.2, 6.0.1].
    - Can only install one of: sebastian/global-state[6.0.2, 6.0.1].
    - phpunit/phpunit 10.5.38 requires sebastian/global-state ^6.0.2 -> satisfiable by sebastian/global-state[6.0.2].
    - Installation request for phpunit/phpunit 10.5.38 -> satisfiable by phpunit/phpunit[10.5.38].
    - Installation request for sebastian/global-state (locked at 6.0.1) -> satisfiable by sebastian/global-state[6.0.1].
difflens[bot] commented 1 day ago

View changes in DiffLens

deepsource-io[bot] commented 1 day ago

Here's the code health analysis summary for commits 82e5193..89cdb04. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Docker LogoDockerβœ… SuccessView Check β†—
DeepSource Terraform LogoTerraformβœ… SuccessView Check β†—
DeepSource Ruby LogoRubyβœ… SuccessView Check β†—
DeepSource Scala LogoScalaβœ… SuccessView Check β†—
DeepSource Python LogoPythonβœ… SuccessView Check β†—
DeepSource Ansible LogoAnsibleβœ… SuccessView Check β†—
DeepSource Go LogoGoβœ… SuccessView Check β†—
DeepSource PHP LogoPHPβœ… SuccessView Check β†—
DeepSource Rust LogoRustβœ… SuccessView Check β†—
DeepSource Shell LogoShellβœ… SuccessView Check β†—
DeepSource SQL LogoSQLβœ… SuccessView Check β†—
DeepSource Secrets LogoSecretsβœ… SuccessView Check β†—
DeepSource Java LogoJavaβœ… SuccessView Check β†—
DeepSource JavaScript LogoJavaScriptβœ… SuccessView Check β†—
DeepSource C# LogoC#βœ… SuccessView Check β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.