Skip to content

Commit

Permalink
Update Composer dev tooling dependencies (#562)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.10.45`
-> `^1.10.46` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.46?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.46?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.45/1.10.46?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.45/1.10.46?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | `^10.4.2`
-> `^10.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/10.4.2/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/10.4.2/10.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>phpstan/phpstan (phpstan/phpstan)</summary>

###
[`v1.10.46`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.46)

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.45...1.10.46)

# Improvements 🔧

- Improved `isset()` and ternary operator handling
([#&#8203;2710](https://togithub.com/phpstan/phpstan-src/pull/2710)),
[#&#8203;3632](https://togithub.com/phpstan/phpstan/issues/3632),
[#&#8203;8190](https://togithub.com/phpstan/phpstan/issues/8190),
[#&#8203;8366](https://togithub.com/phpstan/phpstan/issues/8366),
[#&#8203;8659](https://togithub.com/phpstan/phpstan/issues/8659),
[#&#8203;9580](https://togithub.com/phpstan/phpstan/issues/9580),
[#&#8203;10064](https://togithub.com/phpstan/phpstan/issues/10064),
[#&#8203;10088](https://togithub.com/phpstan/phpstan/issues/10088),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Optimize enums with many cases
(phpstan/phpstan-src@b17d529)

# Bugfixes 🐛

- Fix namespace of named type in class constant native type by patching
PHP-Parser
(phpstan/phpstan-src@8234dc0),
[#&#8203;10212](https://togithub.com/phpstan/phpstan/issues/10212)
- Do not create conditional expression for the same variable
(phpstan/phpstan-src@aec0406)
- It's okay to have always-throwing expression in arrow function
(phpstan/phpstan-src@758e5f1),
[#&#8203;7890](https://togithub.com/phpstan/phpstan/issues/7890)

# Internals 🔍

- Use dedicated Type methods over `isSuperTypeOf()`
([#&#8203;2788](https://togithub.com/phpstan/phpstan-src/pull/2788)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

</details>

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

###
[`v10.5.0`](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.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://togithub.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Lendable/clock).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent bd91278 commit bf27659
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"mikey179/vfsstream": "^1.6.11",
"php-cs-fixer/shim": "^3.40.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.45",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.4.2",
"phpunit/phpunit": "^10.5.0",
"rector/rector": "^0.18"
},
"provide": {
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

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

0 comments on commit bf27659

Please sign in to comment.