Update php-dev #27

Merged
Renovate merged 1 commits from renovate/php-dev into main 2025-01-29 00:14:05 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev patch 3.68.1 -> 3.68.3
phpunit/phpunit (source) require-dev patch 11.5.3 -> 11.5.4

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.68.3

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - fix for enum with "Mixed" case (#​8395)

v3.68.2

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - fix for promoted properties, enums, false and mixed (#​8386)
  • chore: ensure that dev-tools dependencies are bumped (#​8389)
  • chore: experiment to see if we can auto-shrink the lock after dependabot (#​8383)
  • chore: experiment to see if we can auto-shrink the lock after dependabot /part (#​8384)
  • chore: Get rid of Docker warnings during build (#​8379)
  • chore: remove redundant check (#​8391)
  • chore: update types (#​8390)
  • CI: stale - update close msg to emphasize contribution over demand (#​8385)
  • deps: bump phpcompatibility/phpcompatibility-symfony from 1.2.1 to 1.2.2 in /dev-tools (#​8378)
  • deps: bump the phpstan group in /dev-tools with 4 updates (#​8387)
  • refactor: Use native Yaml::parseFile() instead of custom method (#​8380)
sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.4: PHPUnit 11.5.4

Compare Source

Changed
  • #​5958: Support for #[CoversTrait] and #[UsesTrait] attributes is no longer deprecated
  • #​5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes is no longer deprecated
Fixed
  • #​6103: Output from test run in separate process is printed twice
  • #​6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #​6111: Deprecations cause SourceMapper to scan all <source/> files

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | require-dev | patch | `3.68.1` -> `3.68.3` | | [phpunit/phpunit](https://phpunit.de/) ([source](https://github.com/sebastianbergmann/phpunit)) | require-dev | patch | `11.5.3` -> `11.5.4` | --- ### Release Notes <details> <summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary> ### [`v3.68.3`](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3683) [Compare Source](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.2...v3.68.3) - fix: `NativeTypeDeclarationCasingFixer` - fix for enum with "Mixed" case ([#&#8203;8395](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8395)) ### [`v3.68.2`](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3682) [Compare Source](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.1...v3.68.2) - fix: `NativeTypeDeclarationCasingFixer` - fix for promoted properties, enums, `false` and `mixed` ([#&#8203;8386](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8386)) - chore: ensure that `dev-tools` dependencies are bumped ([#&#8203;8389](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8389)) - chore: experiment to see if we can auto-shrink the lock after dependabot ([#&#8203;8383](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8383)) - chore: experiment to see if we can auto-shrink the lock after dependabot /part ([#&#8203;8384](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8384)) - chore: Get rid of Docker warnings during build ([#&#8203;8379](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8379)) - chore: remove redundant check ([#&#8203;8391](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8391)) - chore: update types ([#&#8203;8390](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8390)) - CI: stale - update close msg to emphasize contribution over demand ([#&#8203;8385](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8385)) - deps: bump phpcompatibility/phpcompatibility-symfony from 1.2.1 to 1.2.2 in /dev-tools ([#&#8203;8378](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8378)) - deps: bump the phpstan group in /dev-tools with 4 updates ([#&#8203;8387](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8387)) - refactor: Use native `Yaml::parseFile()` instead of custom method ([#&#8203;8380](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8380)) </details> <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v11.5.4`](https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.4): PHPUnit 11.5.4 [Compare Source](https://github.com/sebastianbergmann/phpunit/compare/11.5.3...11.5.4) ##### Changed - [#&#8203;5958](https://github.com/sebastianbergmann/phpunit/issues/5958): Support for `#[CoversTrait]` and `#[UsesTrait]` attributes is no longer deprecated - [#&#8203;5960](https://github.com/sebastianbergmann/phpunit/issues/5960): Support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes is no longer deprecated ##### Fixed - [#&#8203;6103](https://github.com/sebastianbergmann/phpunit/issues/6103): Output from test run in separate process is printed twice - [#&#8203;6109](https://github.com/sebastianbergmann/phpunit/issues/6109): Skipping a test in a before-class method crashes JUnit XML logger - [#&#8203;6111](https://github.com/sebastianbergmann/phpunit/issues/6111): Deprecations cause `SourceMapper` to scan all `<source/>` files *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-01-28 00:03:25 +00:00
Update dependency friendsofphp/php-cs-fixer to v3.68.3
All checks were successful
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 8s
CI / build-test (push) Successful in 1m20s
rector / Rector (push) Successful in 1m14s
rector / Rector (pull_request) Successful in 1m22s
790974d3bd
Renovate scheduled this pull request to auto merge when all checks succeed 2025-01-28 00:03:25 +00:00
Renovate force-pushed renovate/php-dev from 790974d3bd to e8554bcecc 2025-01-29 00:02:48 +00:00 Compare
Renovate changed title from Update dependency friendsofphp/php-cs-fixer to v3.68.3 to Update php-dev 2025-01-29 00:02:55 +00:00
Renovate merged commit e8554bcecc into main 2025-01-29 00:14:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: camelia-studio/Kumora#27
No description provided.