Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Dec 9, 2025

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ phpunit/phpunit (12.5.1 → 12.5.2) · Repo

Release Notes

12.5.2

Added

  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 9 commits:

↗️ nikic/php-parser (indirect, 5.6.2 → 5.7.0) · Repo · Changelog

Release Notes

5.7.0

Fixed

  • Fixed changing modifier on anonymous class with formatting preserving pretty printer.
  • Emit an error for unparenthesized arrow functions in pipe operator, and print necessary parentheses in the pretty printer.
  • Fix PHP 8.5 deprecation warning in php-parse binary.

Changed

  • When targeting PHP 8.4 or newer, omit parentheses around immediately dereferenced new expressions.

Added

  • Added shouldPrintRawValue attribute to Scalar\Int_, which makes the pretty printer use the rawValue of the node. This can be used to print integers with separators.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

↗️ phpunit/php-code-coverage (indirect, 12.5.0 → 12.5.1) · Repo · Changelog

Release Notes

12.5.1

Changed

  • #1125: Improve performance of XML report by using XMLWriter instead of DOM

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ theseer/tokenizer (indirect, 1.3.1 → 2.0.1) · Repo · Changelog

Release Notes

2.0.0

What's Changed

  • Utilize PhpToken::tokenize() - requires PHP8+ by @staabm in #35
  • Add XMLSerializer->appendToWriter() by @staabm in #38

Full Changelog: 1.3.1...2.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 30 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 9, 2025
@semanticdiff-com
Copy link

semanticdiff-com bot commented Dec 9, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  composer.json  0% smaller
  composer.lock Unsupported file format

@pr-code-reviewer
Copy link

👋 Hi there!

  1. Update the phpunit/phpunit version in composer.json from "^12.5.1" to "^12.5.2".
  2. Modify the nikic/php-parser version in composer.lock from "v5.6.2" to "v5.7.0".
  3. Complete the missing information for the reference field under "nikic/php-parser" in composer.lock.


Automatically generated with the help of gpt-3.5-turbo.
Feedback? Please don't hesitate to drop me an email at [email protected].

@guibranco guibranco enabled auto-merge (squash) December 9, 2025 09:00
@gstraccini gstraccini bot added the ☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) label Dec 9, 2025
@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 9, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@guibranco guibranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by gstraccini[bot]

@gstraccini gstraccini bot added the 🤖 bot Automated processes or integrations label Dec 9, 2025
@guibranco
Copy link
Member

@depfu merge

@deepsource-io
Copy link

deepsource-io bot commented Dec 9, 2025

Here's the code health analysis summary for commits 006b520..80221d8. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Test coverage LogoTest coverage⚠️ Artifact not reportedTimed out: Artifact was never reportedView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource PHP LogoPHP✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

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

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Infisical secrets check: ✅ No secrets leaked!

💻 Scan logs
2025-12-09T09:00:46Z INF scanning for exposed secrets...
9:00AM INF 215 commits scanned.
2025-12-09T09:00:46Z INF scan completed in 93.3ms
2025-12-09T09:00:46Z INF no leaks found

@guibranco guibranco merged commit af21462 into main Dec 9, 2025
21 of 23 checks passed
@guibranco guibranco deleted the depfu/update/composer/phpunit/phpunit-12.5.2 branch December 9, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

☑️ auto-merge Automatic merging of pull requests (gstraccini-bot) 🤖 bot Automated processes or integrations depfu size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants