Skip to content

Commit

Permalink
Update Composer dev tooling dependencies (#550)
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 |
|---|---|---|---|---|---|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.10.39`
-> `^1.10.40` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.39/1.10.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.39/1.10.40?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[phpstan/phpstan-strict-rules](https://togithub.com/phpstan/phpstan-strict-rules)
| `^1.5.1` -> `^1.5.2` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan-strict-rules/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan-strict-rules/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan-strict-rules/1.5.1/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan-strict-rules/1.5.1/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.39...1.10.40)

# Improvements 🔧

- TemplateTypeCheck tries to resolve template type names such as `self`
because they're not usable
(phpstan/phpstan-src@c6fad64),
[#&#8203;10049](https://togithub.com/phpstan/phpstan/issues/10049)

# Bugfixes 🐛

- Fix used memory reporting
([#&#8203;2686](https://togithub.com/phpstan/phpstan-src/pull/2686)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Fix switch statement with enum in the condition
([#&#8203;2687](https://togithub.com/phpstan/phpstan-src/pull/2687)),
[#&#8203;9806](https://togithub.com/phpstan/phpstan/issues/9806), thanks
[@&#8203;schlndh](https://togithub.com/schlndh)!
- Fix null coalesce assignment type
([#&#8203;2702](https://togithub.com/phpstan/phpstan-src/pull/2702)),
[#&#8203;9995](https://togithub.com/phpstan/phpstan/issues/9995), thanks
[@&#8203;hirokinoue](https://togithub.com/hirokinoue)!
- Fix `!==` with union of constants
([#&#8203;2700](https://togithub.com/phpstan/phpstan-src/pull/2700)),
[#&#8203;10002](https://togithub.com/phpstan/phpstan/issues/10002),
thanks [@&#8203;schlndh](https://togithub.com/schlndh)!
- Process statements inside `declare(ticks=...)`
(phpstan/phpstan-src@eb39381),
[#&#8203;10059](https://togithub.com/phpstan/phpstan/issues/10059)
- Fix crash when template types map and variances map are not of equal
length
(phpstan/phpstan-src@1308c52),
[#&#8203;10049](https://togithub.com/phpstan/phpstan/issues/10049)

# Function signature fixes 🤖

- functionMap.php fixes for YAF 3.3.5
([#&#8203;2696](https://togithub.com/phpstan/phpstan-src/pull/2696)),
thanks [@&#8203;mbakirov](https://togithub.com/mbakirov)!
- Remove `\` from DateTimeZone in functionMap
([#&#8203;2693](https://togithub.com/phpstan/phpstan-src/pull/2693)),
thanks [@&#8203;simPod](https://togithub.com/simPod)!
- Allow `Redis::pconnect` to have 7 parameters
([#&#8203;2695](https://togithub.com/phpstan/phpstan-src/pull/2695)),
thanks [@&#8203;Vaalyn](https://togithub.com/Vaalyn)!

# Internals 🔍

- Micro-optimize `TypeSpecifier::resolveIdentical`
([#&#8203;2700](https://togithub.com/phpstan/phpstan-src/pull/2700)),
thanks [@&#8203;schlndh](https://togithub.com/schlndh)!
- Micro-optimize with `in_array()`
([#&#8203;2698](https://togithub.com/phpstan/phpstan-src/pull/2698)),
thanks [@&#8203;zonuexe](https://togithub.com/zonuexe)!

</details>

<details>
<summary>phpstan/phpstan-strict-rules
(phpstan/phpstan-strict-rules)</summary>

###
[`v1.5.2`](https://togithub.com/phpstan/phpstan-strict-rules/releases/tag/1.5.2)

[Compare
Source](https://togithub.com/phpstan/phpstan-strict-rules/compare/1.5.1...1.5.2)

-
[7a50e96](http://github.com/phpstan/phpstan-strict-rules/commit/7a50e9662ee9f3942e4aaaf3d603653f60282542)
- Fix
-
[5ae7a3d](http://github.com/phpstan/phpstan-strict-rules/commit/5ae7a3d95286f6f2252009ab99a09010b1aaae14)
- StrictFunctionCallsRule - support named arguments

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent c560ad6 commit 4423563
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"mikey179/vfsstream": "^1.6.11",
"php-cs-fixer/shim": "^3.37.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.4.2",
"rector/rector": "^0.18"
},
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

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

0 comments on commit 4423563

Please sign in to comment.