Skip to content

Commit

Permalink
chore(deps): Update php deps (#45)
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 | Type | Update | Change |
|---|---|---|---|
| [google/protobuf](https://developers.google.com/protocol-buffers/)
([source](https://togithub.com/protocolbuffers/protobuf-php)) | require
| patch | `3.23.3` -> `3.23.4` |
| [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | require-dev
| patch | `1.10.22` -> `1.10.25` |
| [phpunit/phpunit](https://phpunit.de/)
([source](https://togithub.com/sebastianbergmann/phpunit)) | require-dev
| patch | `10.2.3` -> `10.2.4` |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf-php (google/protobuf)</summary>

###
[`v3.23.4`](https://togithub.com/protocolbuffers/protobuf-php/compare/v3.23.3...v3.23.4)

[Compare
Source](https://togithub.com/protocolbuffers/protobuf-php/compare/v3.23.3...v3.23.4)

</details>

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

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.24...1.10.25)

# Improvements 🔧

- Understand that promoted property can come from renamed trait
constructor
(phpstan/phpstan-src@eafba2e)
- Understand that methods called from constructor throwing exception
cannot leave object in an uninitializad state
(phpstan/phpstan-src@f4d060b)

# Bugfixes 🐛

- Allow promoted properties in trait `__construct` even when renamed
(phpstan/phpstan-src@4dd3f75),
[#&#8203;9577](https://togithub.com/phpstan/phpstan/issues/9577)
- IllegalConstructorStaticCallRule - fix for renamed trait constructor
(phpstan/phpstan-src@65330d3),
[#&#8203;9577](https://togithub.com/phpstan/phpstan/issues/9577)

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.23...1.10.24)

# Improvements 🔧

- Evaluate uninitialized properties based on each execution end in
constructor
(phpstan/phpstan-src@b2d2a9d),
[#&#8203;7649](https://togithub.com/phpstan/phpstan/issues/7649)
- ConstructorReturnTypeRule
(phpstan/phpstan-src@2ebbb53)

# Bugfixes 🐛

- Fix `processCalledMethod` when anonymous classes are involved
(phpstan/phpstan-src@3f52779)
- Do not require return type for renamed trait constructor
(phpstan/phpstan-src@f6ca9c8),
[#&#8203;9571](https://togithub.com/phpstan/phpstan/issues/9571)
- FileTypeMapper - fix PHPDocs for renamed trait methods
(phpstan/phpstan-src@0bd48b4),
[#&#8203;9571](https://togithub.com/phpstan/phpstan/issues/9571),
[#&#8203;6856](https://togithub.com/phpstan/phpstan/issues/6856)
- Register `json_validate` stub only on PHP 8.3+
(phpstan/phpstan-src@8f8c1af),
[#&#8203;9574](https://togithub.com/phpstan/phpstan/issues/9574)

# Function signature fixes 🤖

- More precise `session_status()` return type
([#&#8203;2509](https://togithub.com/phpstan/phpstan-src/pull/2509)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

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

[Compare
Source](https://togithub.com/phpstan/phpstan/compare/1.10.22...1.10.23)

# Improvements 🔧

- Fix false positives and false negatives about uninitialized properties
(phpstan/phpstan-src@348debc),
[#&#8203;7198](https://togithub.com/phpstan/phpstan/issues/7198)
- This leads to uninitialized properties being detected in more places
- Lazy initialization of `AnalyserResult::$errors`
([#&#8203;2400](https://togithub.com/phpstan/phpstan-src/pull/2400)),
thanks [@&#8203;takaram](https://togithub.com/takaram)!
- Check additional assign of promoted readonly property
(phpstan/phpstan-src@8fe4401)

# Bugfixes 🐛

- Fix readonly property assigned in if-else
(phpstan/phpstan-src@ce3c164),
[#&#8203;6402](https://togithub.com/phpstan/phpstan/issues/6402)
- Fix ConstantArrayTypeBuilder's isList flag
([#&#8203;2408](https://togithub.com/phpstan/phpstan-src/pull/2408)),
thanks [@&#8203;jlherren](https://togithub.com/jlherren)!
- TypeSpecifier - handle AlwaysRememberedExpr in handling Identical
(phpstan/phpstan-src@a769a1c),
[#&#8203;9499](https://togithub.com/phpstan/phpstan/issues/9499)
- Fix processing traits with renamed methods
(phpstan/phpstan-src@c6035f3),
[#&#8203;7198](https://togithub.com/phpstan/phpstan/issues/7198),
[#&#8203;6039](https://togithub.com/phpstan/phpstan/issues/6039),
[#&#8203;4758](https://togithub.com/phpstan/phpstan/issues/4758)

# Function signature fixes 🤖

- Allow `null` in `mysqli*real_connect` arguments
([#&#8203;2508](https://togithub.com/phpstan/phpstan-src/pull/2508)),
thanks [@&#8203;staabm](https://togithub.com/staabm)!

# Internals 🔍

- Cheap checks first in IgnoredRegexValidator
([#&#8203;2505](https://togithub.com/phpstan/phpstan-src/pull/2505)),
thanks [@&#8203;mad-briller](https://togithub.com/mad-briller)!
- Do not use `instanceof ThisType` as it can be unreliable in case of
intersection types
(phpstan/phpstan-src@7935945)

</details>

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

###
[`v10.2.4`](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.4)

[Compare
Source](https://togithub.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.4)

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent 9ac3027 commit ce2a116
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.lock

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

0 comments on commit ce2a116

Please sign in to comment.