Skip to content

Commit

Permalink
chore(deps): update composer dev dependencies (#757)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | `11.3.0` ->
`11.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/11.3.0/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/11.3.0/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [rector/rector](https://getrector.org)
([source](https://togithub.com/rectorphp/rector)) | `1.2.2` -> `1.2.3` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/rector%2frector/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/rector%2frector/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/rector%2frector/1.2.2/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/rector%2frector/1.2.2/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary>

###
[`v11.3.1`](https://togithub.com/sebastianbergmann/phpunit/compare/11.3.0...11.3.1)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.3.0...11.3.1)

</details>

<details>
<summary>rectorphp/rector (rector/rector)</summary>

###
[`v1.2.3`](https://togithub.com/rectorphp/rector/releases/tag/1.2.3):
Released Rector 1.2.3

[Compare
Source](https://togithub.com/rectorphp/rector/compare/1.2.2...1.2.3)

š## New Features 🥳

- Add withRealPathReporting() to allow real paths in output formatters
([#&#8203;6187](https://togithub.com/rectorphp/rector-src/pull/6187)),
Thanks [@&#8203;llaville](https://togithub.com/llaville)!
- Add known type casting to AnnotationToAttributeRector
([#&#8203;6217](https://togithub.com/rectorphp/rector-src/pull/6217))

<br><br>

#### Bugfixes 🐛

- Only import docblock if import name enabled on PostFileProcessor
([#&#8203;6185](https://togithub.com/rectorphp/rector-src/pull/6185))
- fix issue
[#&#8203;8755](https://togithub.com/rectorphp/rector/issues/8755) about
wrong systemError location
([#&#8203;6184](https://togithub.com/rectorphp/rector-src/pull/6184)),
Thanks [@&#8203;llaville](https://togithub.com/llaville)!
- \[PostRector] Only register ClassRenamingPostRector when class data
collector not empty
([#&#8203;6188](https://togithub.com/rectorphp/rector-src/pull/6188))
- \[Performance] \[PostRector] Avoid unnecessary traverse() to count
total namespaces on NameImportingPostRector
([#&#8203;6191](https://togithub.com/rectorphp/rector-src/pull/6191))
- Support more assign cases in PropertyFetchAssignManipulator
([#&#8203;6192](https://togithub.com/rectorphp/rector-src/pull/6192)),
Thanks [@&#8203;andersonamuller](https://togithub.com/andersonamuller)!
- Use instanceof check
([#&#8203;6200](https://togithub.com/rectorphp/rector-src/pull/6200))
- Skip symfony response in ReturnTypeFromReturnNewRector
([#&#8203;6202](https://togithub.com/rectorphp/rector-src/pull/6202))
- Skip only response inside controller class
([#&#8203;6204](https://togithub.com/rectorphp/rector-src/pull/6204))
- Carbon use parse method
([#&#8203;6183](https://togithub.com/rectorphp/rector-src/pull/6183)),
Thanks [@&#8203;florisbosch](https://togithub.com/florisbosch)!
- \[Php54] No need reprint when array is just created on
LongArrayToShortArrayRector
([#&#8203;6206](https://togithub.com/rectorphp/rector-src/pull/6206))
- \[TypeDeclaration] Handle crash on nullable intersection on
ClosureReturnTypeRector
([#&#8203;6213](https://togithub.com/rectorphp/rector-src/pull/6213))
- Merge only if one item follow next to avoid skipping a type in
MultiExceptionCatchRector
([#&#8203;6216](https://togithub.com/rectorphp/rector-src/pull/6216))
- \[Php71] Allow multiple same catches on MultiExceptionCatchRector
([#&#8203;6218](https://togithub.com/rectorphp/rector-src/pull/6218))
- \[CodeQuality] Skip Generator on SimplifyForeachToCoalescingRector
([#&#8203;6221](https://togithub.com/rectorphp/rector-src/pull/6221))
- \[CodeQuality] Ensure check native array type on Foreach\* rules
([#&#8203;6222](https://togithub.com/rectorphp/rector-src/pull/6222))
- \[TypeDeclaration] Skip isset and empty with index on param variable
on StrictArrayParamDimFetchRector
([#&#8203;6227](https://togithub.com/rectorphp/rector-src/pull/6227))
- \[TypeDeclaration] Skip mixed in union on ClosureReturnTypeRector
([#&#8203;6228](https://togithub.com/rectorphp/rector-src/pull/6228))

<br><br>

#### Removed 💀

- Remove SimplifyUselessVariableRector from code quality level
([#&#8203;6201](https://togithub.com/rectorphp/rector-src/pull/6201)),
Thanks [@&#8203;Harfusha](https://togithub.com/Harfusha)!

***

#### rectorphp/rector-symfony

- Add the Symfony 7.0 set to SymfonySetList.php
([#&#8203;659](https://togithub.com/rectorphp/rector-symfony/pull/659)),
Thanks [@&#8203;pbowyer](https://togithub.com/pbowyer)
- add ContainerGetNameToTypeInTestsRector to
symfony-constructor-injection set
([#&#8203;656](https://togithub.com/rectorphp/rector-symfony/pull/656))
- \[Config] Add ParameterBagToAutowireAttributeRector
([#&#8203;654](https://togithub.com/rectorphp/rector-symfony/pull/654))
- add void fixture
([#&#8203;653](https://togithub.com/rectorphp/rector-symfony/pull/653))
- \[CodeQuality] Remove no returns check on
ResponseReturnTypeControllerActionRector
([#&#8203;652](https://togithub.com/rectorphp/rector-symfony/pull/652))
- Add new Response() support to ResponseReturnTypeControllerActionRector
([#&#8203;651](https://togithub.com/rectorphp/rector-symfony/pull/651))
- \[Configs] Add MergeServiceNameTypeRector
([#&#8203;650](https://togithub.com/rectorphp/rector-symfony/pull/650))
- Deprecate ServicesSetNameToSetTypeRector as it creates invalid code
([#&#8203;649](https://togithub.com/rectorphp/rector-symfony/pull/649))

<br>

#### rectorphp/rector-doctrine

- Add ODM support to TypedPropertyFromToManyRelationTypeRector
([#&#8203;335](https://togithub.com/rectorphp/rector-doctrine/pull/335))
- Add next fixture
([#&#8203;334](https://togithub.com/rectorphp/rector-doctrine/pull/334))
- Include ODM in description
([#&#8203;333](https://togithub.com/rectorphp/rector-doctrine/pull/333))
- Add TYPED_COLLECTIONS set, to have rules deadling with collections
together
([#&#8203;332](https://togithub.com/rectorphp/rector-doctrine/pull/332))
- Merge
AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector to
single rule
([#&#8203;331](https://togithub.com/rectorphp/rector-doctrine/pull/331))
- Add odm support to
AddReturnDocBlockToCollectionPropertyGetterByToManyAnnotationRector
([#&#8203;330](https://togithub.com/rectorphp/rector-doctrine/pull/330))
- Add ODM support to ExplicitRelationCollectionRector
([#&#8203;329](https://togithub.com/rectorphp/rector-doctrine/pull/329))

<br>

#### rectorphp/rector-phpunit

- \[PHPUnit100] Skip First class callable on
RemoveSetMethodsMethodCallRector
([#&#8203;352](https://togithub.com/rectorphp/rector-phpunit/pull/352))
- Add magic methods mocking to RemoveSetMethodsMethodCallRector
([#&#8203;351](https://togithub.com/rectorphp/rector-phpunit/pull/351))
- \[CodeQuality] SetUpBeforeClassToSetUpRector
([#&#8203;350](https://togithub.com/rectorphp/rector-phpunit/pull/350))

</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://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/Lendable/aggregate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 7e0d1f1 commit fa83e00
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa83e00

Please sign in to comment.