Update php-dev #13

Merged
Skitounet merged 1 commits from renovate/php-dev into main 2025-01-15 08:09:05 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
phpunit/phpunit (source) require-dev patch 11.5.2 -> 11.5.3
symfony/maker-bundle (source) require-dev minor 1.61.0 -> 1.62.0

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.3: PHPUnit 11.5.3

Compare Source

Added
  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events
Fixed
  • #​6093: Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4
  • #​6094: Errors in after-last-test methods are not reported
  • #​6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #​6096: --list-tests-xml is broken when a group with a numeric name is defined
  • #​6098: No system-out element in JUnit XML logfile
  • #​6100: Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation

How to install or update PHPUnit

symfony/maker-bundle (symfony/maker-bundle)

v1.62.0: : Final Controllers, Validators, & PHP-CS-Fixer as a Composer dependency

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/symfony/maker-bundle/compare/v1.61.0...v1.62.0


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 | |---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://github.com/sebastianbergmann/phpunit)) | require-dev | patch | `11.5.2` -> `11.5.3` | | [symfony/maker-bundle](https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html) ([source](https://github.com/symfony/maker-bundle)) | require-dev | minor | `1.61.0` -> `1.62.0` | --- ### Release Notes <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v11.5.3`](https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.3): PHPUnit 11.5.3 [Compare Source](https://github.com/sebastianbergmann/phpunit/compare/11.5.2...11.5.3) ##### Added - `Test\AfterLastTestMethodErrored`, `Test\AfterTestMethodErrored`, `Test\BeforeTestMethodErrored`, `Test\PostConditionErrored`, and `Test\PreConditionErrored` events ##### Fixed - [#&#8203;6093](https://github.com/sebastianbergmann/phpunit/issues/6093): Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4 - [#&#8203;6094](https://github.com/sebastianbergmann/phpunit/issues/6094): Errors in after-last-test methods are not reported - [#&#8203;6095](https://github.com/sebastianbergmann/phpunit/issues/6095): Expectation is not counted correctly when a doubled method is called more often than is expected - [#&#8203;6096](https://github.com/sebastianbergmann/phpunit/issues/6096): `--list-tests-xml` is broken when a group with a numeric name is defined - [#&#8203;6098](https://github.com/sebastianbergmann/phpunit/issues/6098): No `system-out` element in JUnit XML logfile - [#&#8203;6100](https://github.com/sebastianbergmann/phpunit/issues/6100): Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) </details> <details> <summary>symfony/maker-bundle (symfony/maker-bundle)</summary> ### [`v1.62.0`](https://github.com/symfony/maker-bundle/releases/tag/v1.62.0): : Final Controllers, Validators, &amp; PHP-CS-Fixer as a Composer dependency [Compare Source](https://github.com/symfony/maker-bundle/compare/v1.61.0...v1.62.0) #### What's Changed - \[make:validator] drop annotation support in constraint by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1590 - \[docs] ignore composer lock file by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1593 - \[make:validator] generate final classes by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1589 - \[ci] temp. skip API Platform tests - recipe conflict by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1598 - \[make:\*] Use a PHP-CS-Fixer shim rather than an external PHAR by [@&#8203;theofidry](https://github.com/theofidry) in https://github.com/symfony/maker-bundle/pull/1575 - \[tests] allow dev's to view test process output locally by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1601 - \[make:controller] add tests for command argument names by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1602 - \[make:controller] generate final controller class by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1588 - \[make:controller] add ability to create controller with tests by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1603 - \[make:controller] maker housekeeping by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1604 - \[tests] Fix double slashes in tmp PHPUnit path by [@&#8203;symfonyaml](https://github.com/symfonyaml) in https://github.com/symfony/maker-bundle/pull/1596 - \[make:crud] name repository variable with entity prefix when generating tests by [@&#8203;dr-matt-smith](https://github.com/dr-matt-smith) in https://github.com/symfony/maker-bundle/pull/1597 - replace Bundle with the new AbstractBundle class by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1514 - move templates to root template dir by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1606 - Move help files into new directory structure by [@&#8203;jrushlow](https://github.com/jrushlow) in https://github.com/symfony/maker-bundle/pull/1605 - minor: run cs-fixer/phpstan with lowest supported PHP by [@&#8203;kbond](https://github.com/kbond) in https://github.com/symfony/maker-bundle/pull/1620 - \[doc] make:entity requires Doctrine by [@&#8203;alexislefebvre](https://github.com/alexislefebvre) in https://github.com/symfony/maker-bundle/pull/1611 - \[make:entity] Issue with detected mixed type set to be nullable by [@&#8203;sadikoff](https://github.com/sadikoff) in https://github.com/symfony/maker-bundle/pull/1619 - \[make-entity]Keep the 'is' prefixes for booleans properties setters by [@&#8203;octoseth](https://github.com/octoseth) in https://github.com/symfony/maker-bundle/pull/1621 - minor: cs fix by [@&#8203;kbond](https://github.com/kbond) in https://github.com/symfony/maker-bundle/pull/1623 - \[doc]remove prepended doubleslash in exceptionmessage by [@&#8203;Butterd](https://github.com/Butterd) in https://github.com/symfony/maker-bundle/pull/1622 #### New Contributors - [@&#8203;symfonyaml](https://github.com/symfonyaml) made their first contribution in https://github.com/symfony/maker-bundle/pull/1596 - [@&#8203;alexislefebvre](https://github.com/alexislefebvre) made their first contribution in https://github.com/symfony/maker-bundle/pull/1611 - [@&#8203;octoseth](https://github.com/octoseth) made their first contribution in https://github.com/symfony/maker-bundle/pull/1621 - [@&#8203;Butterd](https://github.com/Butterd) made their first contribution in https://github.com/symfony/maker-bundle/pull/1622 **Full Changelog**: https://github.com/symfony/maker-bundle/compare/v1.61.0...v1.62.0 </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-15 00:02:58 +00:00
Renovate scheduled this pull request to auto merge when all checks succeed 2025-01-15 00:02:59 +00:00
Skitounet merged commit 15b33a11d7 into main 2025-01-15 08:09:05 +00:00
Skitounet deleted branch renovate/php-dev 2025-01-15 08:09:13 +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#13
No description provided.