Skip to content

Commit

Permalink
chore(deps): Update php deps (#76)
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.55` ->
`1.10.57` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.57?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.57?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.57?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.57?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | `10.5.7` ->
`10.5.9` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/10.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/10.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/10.5.7/10.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/10.5.7/10.5.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vimeo/psalm](https://togithub.com/vimeo/psalm) | `5.19.0` -> `5.20.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/packagist/vimeo%2fpsalm/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/vimeo%2fpsalm/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/vimeo%2fpsalm/5.19.0/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/vimeo%2fpsalm/5.19.0/5.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.10.57`](https://togithub.com/phpstan/phpstan/compare/1.10.56...1.10.57)

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

###
[`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>

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

###
[`v10.5.9`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.8...10.5.9)

###
[`v10.5.8`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8)

</details>

<details>
<summary>vimeo/psalm (vimeo/psalm)</summary>

### [`v5.20.0`](https://togithub.com/vimeo/psalm/releases/tag/5.20.0)

[Compare
Source](https://togithub.com/vimeo/psalm/compare/5.19.1...5.20.0)

<!-- Release notes generated using configuration in .github/release.yml
at 5.x -->

#### What's Changed

##### Features

- report error for non-strict or empty comparison on truthy+falsy union
by [@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10502

##### Fixes

- Fix template, conditional array keys by
[@&#8203;danog](https://togithub.com/danog) in
[vimeo/psalm#10568

**Full Changelog**:
vimeo/psalm@5.19.1...5.20.0

### [`v5.19.1`](https://togithub.com/vimeo/psalm/releases/tag/5.19.1)

[Compare
Source](https://togithub.com/vimeo/psalm/compare/5.19.0...5.19.1)

<!-- Release notes generated using configuration in .github/release.yml
at 5.x -->

#### What's Changed

##### Fixes

- Deprecated Template Classes are not ignored by
[@&#8203;psalm-suppress](https://togithub.com/psalm-suppress)
DeprecatedClass by
[@&#8203;samlitowitz](https://togithub.com/samlitowitz) in
[vimeo/psalm#10518
- Implement \__set method in SimpleXMLElement stub by
[@&#8203;kthaler](https://togithub.com/kthaler) in
[vimeo/psalm#10536
- Make getrandmax type more specific and unserialize to require
class-string by [@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10540
- Fix mb_get_info can return null - CI failing bc of reflection by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10543
- make basename & dirname return types more specific by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10545
- add support for extract to set variables for keyed arrays and respect
EXTR_SKIP by [@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10544
- remove redundat directory separator which caused "//" in path not
found errors by [@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10542
- Fix empty literal string becomes non-empty-string by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10499

#### New Contributors

- [@&#8203;samlitowitz](https://togithub.com/samlitowitz) made their
first contribution in
[vimeo/psalm#10518
- [@&#8203;kthaler](https://togithub.com/kthaler) made their first
contribution in
[vimeo/psalm#10536

**Full Changelog**:
vimeo/psalm@5.19.0...5.20.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/cerbos/cerbos-sdk-php).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 26, 2024
1 parent 3ccfc6b commit f33258e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions composer.lock

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

0 comments on commit f33258e

Please sign in to comment.