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

[Dependabot] Update phpunit/phpunit requirement from 8.5.40 to 8.5.41 #779

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Updates the requirements on phpunit/phpunit to permit the latest version.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 8.5.41

Fixed

  • #6071: PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated versions of Prophecy

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[8.5.41] - 2024-12-05

Fixed

  • #6071: PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated versions of Prophecy

[8.5.40] - 2024-09-19

Changed

  • #5956: Deprecation of the E_STRICT constant in PHP 8.4
  • 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

[8.5.39] - 2024-07-10

Changed

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

[8.5.38] - 2024-04-05

Changed

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

[8.5.37] - 2024-03-06

Changed

  • Improve output of --check-version CLI option
  • Improve description of --check-version CLI option
  • Show help for --manifest, --sbom, and --composer-lock when the PHAR is used
  • Make PHAR build reproducible (the only remaining differences were in the timestamps for the files in the PHAR)

[8.5.36] - 2023-12-01

Fixed

  • #5596: PHPUnit\Framework\TestCase has @internal annotation in PHAR

[8.5.35] - 2023-12-01

Added

  • #5577: --composer-lock CLI option for PHAR binary that displays the composer.lock used to build the PHAR

[8.5.34] - 2023-09-19

Changed

... (truncated)

Commits
  • d843cb5 Prepare release
  • ea476db Fix CS/WS issue
  • 93fbfff Update tools
  • 2e3d093 Update tools
  • 4971678 Update dependencies
  • ba7966e Update tools
  • 9887ce9 Enhancement: Configure target_commitish to target branch to show commits to b...
  • f4d280d Fix: Do not configure deprecated use_trait option of no_extra_blank_lines fixer
  • 978cb6b Fix: Run 'tools/php-cs-fixer fix
  • e4f6230 Enhancement: Configure tokens for no_extra_blank_lines fixer
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.41/ChangeLog-8.5.md)
- [Commits](sebastianbergmann/phpunit@8.5.40...8.5.41)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 12, 2024
@coveralls
Copy link

Coverage Status

coverage: 38.583%. remained the same
when pulling e1d9544 on dependabot/composer/phpunit/phpunit-8.5.41
into 72899b5 on main.

@oliverklee oliverklee merged commit 1c1cdda into main Dec 12, 2024
22 checks passed
@oliverklee oliverklee deleted the dependabot/composer/phpunit/phpunit-8.5.41 branch December 12, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants