Skip to content

Commit

Permalink
chore(deps): Update php deps (#70)
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.48` ->
`1.10.50` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.50?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.10.50?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.10.48/1.10.50?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.10.48/1.10.50?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | `10.5.2` ->
`10.5.3` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/10.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/10.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/10.5.2/10.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/10.5.2/10.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vimeo/psalm](https://togithub.com/vimeo/psalm) | `5.17.0` -> `5.18.0`
|
[![age](https://developer.mend.io/api/mc/badges/age/packagist/vimeo%2fpsalm/5.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/vimeo%2fpsalm/5.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/vimeo%2fpsalm/5.17.0/5.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/vimeo%2fpsalm/5.17.0/5.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.49...1.10.50)

# Improvements 🔧

- Update `nikic/php-parser` to 4.18.0
(phpstan/phpstan-src@24f92cc)

# Bugfixes 🐛

- `VoidType` - accept `null`
(phpstan/phpstan-src@40c8fb2),
[#&#8203;10291](https://togithub.com/phpstan/phpstan/issues/10291)

# Internals 🔍

- `InvalidPromotedPropertiesRule` - use `FunctionLike` as node type
([#&#8203;2823](https://togithub.com/phpstan/phpstan-src/pull/2823)),
thanks [@&#8203;paulbalandan](https://togithub.com/paulbalandan)!
- Deduplicate inferred template type generalization logic
(phpstan/phpstan-src@39fe102)

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.48...1.10.49)

# Bleeding edge 🔪

- Do not generalize template types, except when in `GenericObjectType`
([#&#8203;2818](https://togithub.com/phpstan/phpstan-src/pull/2818),
[#&#8203;2821](https://togithub.com/phpstan/phpstan-src/pull/2821))
- This fixes following **17 issues**:
[#&#8203;8166](https://togithub.com/phpstan/phpstan/issues/8166),
[#&#8203;8127](https://togithub.com/phpstan/phpstan/issues/8127),
[#&#8203;7944](https://togithub.com/phpstan/phpstan/issues/7944),
[#&#8203;7283](https://togithub.com/phpstan/phpstan/issues/7283),
[#&#8203;6653](https://togithub.com/phpstan/phpstan/issues/6653),
[#&#8203;6196](https://togithub.com/phpstan/phpstan/issues/6196),
[#&#8203;9084](https://togithub.com/phpstan/phpstan/issues/9084),
[#&#8203;8683](https://togithub.com/phpstan/phpstan/issues/8683),
[#&#8203;8074](https://togithub.com/phpstan/phpstan/issues/8074),
[#&#8203;7984](https://togithub.com/phpstan/phpstan/issues/7984),
[#&#8203;7301](https://togithub.com/phpstan/phpstan/issues/7301),
[#&#8203;7087](https://togithub.com/phpstan/phpstan/issues/7087),
[#&#8203;5594](https://togithub.com/phpstan/phpstan/issues/5594),
[#&#8203;5592](https://togithub.com/phpstan/phpstan/issues/5592),
[#&#8203;9472](https://togithub.com/phpstan/phpstan/issues/9472),
[#&#8203;9764](https://togithub.com/phpstan/phpstan/issues/9764),
[#&#8203;10092](https://togithub.com/phpstan/phpstan/issues/10092)

*If you want to see the shape of things to come and adopt bleeding edge
features early, you can include this config file in your project's
`phpstan.neon`:*

    includes:
    	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

*Of course, there are no backwards compatibility guarantees when you
include this file. The behaviour and reported errors can change in minor
versions with this file included. [Learn
more](https://phpstan.org/blog/what-is-bleeding-edge)*

# Improvements 🔧

- Transform `void` return to `null` after call
([#&#8203;2778](https://togithub.com/phpstan/phpstan-src/pull/2778)),
[#&#8203;6720](https://togithub.com/phpstan/phpstan/issues/6720), thanks
[@&#8203;herndlm](https://togithub.com/herndlm)!

# Bugfixes 🐛

- Fix `count(list)` regression
([#&#8203;2813](https://togithub.com/phpstan/phpstan-src/pull/2813)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!
- Make AcceptsResult reasons unique
(phpstan/phpstan-src@01aabcf)

# Function signature fixes 🤖

- Make `SimpleXMLElement` method return types benevolent (when they
return `static|null`)
(phpstan/phpstan-src@fb76c9f)

</details>

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

###
[`v10.5.3`](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.5.2...10.5.3)

</details>

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

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

[Compare
Source](https://togithub.com/vimeo/psalm/compare/5.17.0...5.18.0)

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

#### What's Changed

##### Features

- Add support for Override attribute by
[@&#8203;delolmo](https://togithub.com/delolmo) in
[vimeo/psalm#10493

##### Fixes

- Fix [#&#8203;10460](https://togithub.com/vimeo/psalm/issues/10460) by
[@&#8203;danog](https://togithub.com/danog) in
[vimeo/psalm#10464
- Emit AfterCodebasePopulatedEvent even on partial scans by
[@&#8203;danog](https://togithub.com/danog) in
[vimeo/psalm#10457
- Small assertion fix by [@&#8203;danog](https://togithub.com/danog) in
[vimeo/psalm#10455
- Fix shaped array class string key combination by
[@&#8203;danog](https://togithub.com/danog) in
[vimeo/psalm#10450
- Fix remaining POSIX-only absolute path detection by
[@&#8203;theodorejb](https://togithub.com/theodorejb) in
[vimeo/psalm#10452
- dont combine empty string with numeric-string by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10459
- Fix type not equal when parent by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10477
- Use same parameter names in stubs by
[@&#8203;danog](https://togithub.com/danog) in
[vimeo/psalm#10480
- fix false positive ArgumentTypeCoercion for callback param by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10454
- report error for invalid array key type by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10481
- fix literal int/string comparisons only using one literal by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10484
- add InvalidArgument error when passing false to true param by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10488
- Fix Uncaught RuntimeException: PHP Error: Uninitialized string offset
0 when $pattern is empty by
[@&#8203;iMu3ic](https://togithub.com/iMu3ic) in
[vimeo/psalm#10489

##### Internal changes

- fix composer scripts running with inconsistent php versions by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10463
- update fidry/cpu-core-counter dependency by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10456
- fix psalm v4 hardcoded in tests by
[@&#8203;kkmuffme](https://togithub.com/kkmuffme) in
[vimeo/psalm#10475

#### New Contributors

- [@&#8203;iMu3ic](https://togithub.com/iMu3ic) made their first
contribution in
[vimeo/psalm#10489
- [@&#8203;delolmo](https://togithub.com/delolmo) made their first
contribution in
[vimeo/psalm#10493

**Full Changelog**:
vimeo/psalm@5.17.0...5.18.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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

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 Dec 20, 2023
1 parent 9b7d366 commit fc11347
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions composer.lock

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

0 comments on commit fc11347

Please sign in to comment.