Skip to content

Commit

Permalink
Update Composer dev tooling dependencies (#574)
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 |
|---|---|---|---|---|---|
| [php-cs-fixer/shim](https://togithub.com/PHP-CS-Fixer/shim) |
`^3.46.0` -> `^3.47.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/php-cs-fixer%2fshim/3.47.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/php-cs-fixer%2fshim/3.47.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/php-cs-fixer%2fshim/3.46.0/3.47.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/php-cs-fixer%2fshim/3.46.0/3.47.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.10.55`
-> `^1.10.56` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.55/1.10.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.55/1.10.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PHP-CS-Fixer/shim (php-cs-fixer/shim)</summary>

###
[`v3.47.1`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.47.0...v3.47.1)

[Compare
Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.47.0...v3.47.1)

###
[`v3.47.0`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.46.0...v3.47.0)

[Compare
Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.46.0...v3.47.0)

</details>

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.55...1.10.56)

# Major new feature 🚀

- New PHPDoc tags: `@phpstan-require-extends`,
`@phpstan-require-implements`,
[#&#8203;10302](https://togithub.com/phpstan/phpstan/issues/10302),
[#&#8203;9899](https://togithub.com/phpstan/phpstan/issues/9899),
[#&#8203;8550](https://togithub.com/phpstan/phpstan/issues/8550), thanks
[@&#8203;staabm](https://togithub.com/staabm)!
- Learn more: [Making `@property` PHPDoc above interfaces work on PHP
8.2+](https://phpstan.org/blog/solving-phpstan-access-to-undefined-property#making-%40property-phpdoc-above-interfaces-work-on-php-8.2%2B)
- [Enforcing class inheritance for interfaces and
traits](https://phpstan.org/writing-php-code/phpdocs-basics#enforcing-class-inheritance-for-interfaces-and-traits)
- [Enforcing implementing an interface for
traits](https://phpstan.org/writing-php-code/phpdocs-basics#enforcing-implementing-an-interface-for-traits)
- Development of this feature was kindly sponsored by [Pixel &
Tonic](https://pixelandtonic.com/), the team behind [Craft
CMS](https://craftcms.com/)

# Improvements 🔧

- Scope - function call stack includes parameters too
(phpstan/phpstan-src@b87e5c4),
[phpstan/phpstan-deprecation-rules#107

# Bugfixes 🐛

- Process `match` arm condition before analysing the body
(phpstan/phpstan-src@2b74aa8),
[#&#8203;10418](https://togithub.com/phpstan/phpstan/issues/10418)

# Function signature fixes 🤖

- Fix transliterator function maps
([#&#8203;2862](https://togithub.com/phpstan/phpstan-src/pull/2862)),
thanks [@&#8203;PrinsFrank](https://togithub.com/PrinsFrank)!
- Fix duplicate array key `Yaf_Response_Http::__clone`
([#&#8203;2863](https://togithub.com/phpstan/phpstan-src/pull/2863)),
thanks [@&#8203;PrinsFrank](https://togithub.com/PrinsFrank)!
- Add array shape for `transliterator::listIDs` return type
([#&#8203;2865](https://togithub.com/phpstan/phpstan-src/pull/2865)),
thanks [@&#8203;PrinsFrank](https://togithub.com/PrinsFrank)!
- `strtok()` always returns a `non-empty-string` when it does not return
false
([#&#8203;2869](https://togithub.com/phpstan/phpstan-src/pull/2869)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

# Internals 🔍

- Prevent repetative calls to `Type::getConstantArrays()`
([#&#8203;2864](https://togithub.com/phpstan/phpstan-src/pull/2864)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Remove redundant condition in ParametersAcceptorSelector
([#&#8203;2867](https://togithub.com/phpstan/phpstan-src/pull/2867)),
thanks [@&#8203;mad-briller](https://togithub.com/mad-briller)!
- Simplify default return path in extensions
([#&#8203;2868](https://togithub.com/phpstan/phpstan-src/pull/2868)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Reduce unnecessary calls to `Scope::getFunctionType()`
([#&#8203;2872](https://togithub.com/phpstan/phpstan-src/pull/2872)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 2aab885 commit f5a6696
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"lendable/composer-license-checker": "^1.1.0",
"liuggio/fastest": "^1.8",
"mikey179/vfsstream": "^1.6.11",
"php-cs-fixer/shim": "^3.46.0",
"php-cs-fixer/shim": "^3.47.1",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

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

0 comments on commit f5a6696

Please sign in to comment.