Skip to content

Commit

Permalink
chore(deps): Update php deps (#100)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google/protobuf](https://developers.google.com/protocol-buffers/)
([source](https://redirect.github.com/protocolbuffers/protobuf-php)) |
`4.28.1` -> `4.28.2` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/google%2fprotobuf/4.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/google%2fprotobuf/4.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/google%2fprotobuf/4.28.1/4.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/google%2fprotobuf/4.28.1/4.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan) |
`1.12.3` -> `1.12.4` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [phpunit/phpunit](https://phpunit.de/)
([source](https://redirect.github.com/sebastianbergmann/phpunit)) |
`10.5.34` -> `10.5.35` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/10.5.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/10.5.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/10.5.34/10.5.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/10.5.34/10.5.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.28.2`](https://redirect.github.com/protocolbuffers/protobuf-php/compare/v4.28.1...v4.28.2)

[Compare
Source](https://redirect.github.com/protocolbuffers/protobuf-php/compare/v4.28.1...v4.28.2)

</details>

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

###
[`v1.12.4`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.4)

[Compare
Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.3...1.12.4)

# Improvements 🔧

- Special internal error message for Larastan & Laravel
(phpstan/phpstan-src@475a18c),
[#&#8203;11641](https://redirect.github.com/phpstan/phpstan/issues/11641)
- Do not truncate offset key in error tip message
([#&#8203;3437](https://redirect.github.com/phpstan/phpstan-src/pull/3437)),
thanks [@&#8203;ruudk](https://redirect.github.com/ruudk)!
- Errors with `argument.named` are ignorable now
(phpstan/phpstan-src@193b4f5)
- Normalize path in TypeInferenceTestCase
([#&#8203;3449](https://redirect.github.com/phpstan/phpstan-src/pull/3449)),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Fix duplicate paths in `composerAutoloaderProjectPaths` on Windows
([#&#8203;3451](https://redirect.github.com/phpstan/phpstan-src/pull/3451)),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Update nikic/php-parser to 4.19.2
(phpstan/phpstan-src@05630e6)
- Allow toggling `treatPhpDocTypesAsCertain` tip
([#&#8203;3452](https://redirect.github.com/phpstan/phpstan-src/pull/3452)),
[#&#8203;11689](https://redirect.github.com/phpstan/phpstan/issues/11689),
thanks [@&#8203;ruudk](https://redirect.github.com/ruudk)!

# Bugfixes 🐛

- Fix conditional types in `array_map()` return value
([#&#8203;3425](https://redirect.github.com/phpstan/phpstan-src/pull/3425)),
[#&#8203;10715](https://redirect.github.com/phpstan/phpstan/issues/10715),
[#&#8203;11056](https://redirect.github.com/phpstan/phpstan/issues/11056),
[#&#8203;10685](https://redirect.github.com/phpstan/phpstan/issues/10685),
thanks [@&#8203;rvanvelzen](https://redirect.github.com/rvanvelzen)!
- Fix false positive when extending SplObjectStorage on PHP < 8.4 by
updating BetterReflection
([https://github.com/Roave/BetterReflection/pull/1448](https://redirect.github.com/Roave/BetterReflection/pull/1448),
phpstan/phpstan-src@fd25c27),
[#&#8203;11665](https://redirect.github.com/phpstan/phpstan/issues/11665),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- Prevent warning in `range()` on PHP 7.x
([#&#8203;3424](https://redirect.github.com/phpstan/phpstan-src/pull/3424)),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Process expression assignments other than Variable in by-ref
parameters
(phpstan/phpstan-src@d3a2a92),
[#&#8203;11667](https://redirect.github.com/phpstan/phpstan/issues/11667),
[#&#8203;8781](https://redirect.github.com/phpstan/phpstan/issues/8781)
- Allow nonexistent other-than-Variable expressions in by-ref parameters
(phpstan/phpstan-src@00d2caf),
[#&#8203;11617](https://redirect.github.com/phpstan/phpstan/issues/11617),
[#&#8203;5077](https://redirect.github.com/phpstan/phpstan/issues/5077),
[#&#8203;9361](https://redirect.github.com/phpstan/phpstan/issues/9361),
[#&#8203;7251](https://redirect.github.com/phpstan/phpstan/issues/7251),
[#&#8203;2313](https://redirect.github.com/phpstan/phpstan/issues/2313),
[#&#8203;11655](https://redirect.github.com/phpstan/phpstan/issues/11655),
[#&#8203;2634](https://redirect.github.com/phpstan/phpstan/issues/2634)
- Fix false positive when type casting in If\_ statement
([#&#8203;3431](https://redirect.github.com/phpstan/phpstan-src/pull/3431)),
[#&#8203;11674](https://redirect.github.com/phpstan/phpstan/issues/11674),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Simplify abs return type
([#&#8203;3433](https://redirect.github.com/phpstan/phpstan-src/pull/3433)),
[#&#8203;9224](https://redirect.github.com/phpstan/phpstan/issues/9224),
thanks [@&#8203;rvanvelzen](https://redirect.github.com/rvanvelzen)!
- Fix late static binding calls
([#&#8203;3361](https://redirect.github.com/phpstan/phpstan-src/pull/3361)),
[#&#8203;10469](https://redirect.github.com/phpstan/phpstan/issues/10469),
thanks [@&#8203;mvorisek](https://redirect.github.com/mvorisek)!
- Fix string types sorting
([#&#8203;3441](https://redirect.github.com/phpstan/phpstan-src/pull/3441)),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- RegexArrayShapeMatcher - Fix matching literal dot character
([#&#8203;3444](https://redirect.github.com/phpstan/phpstan-src/pull/3444)),
[#&#8203;11699](https://redirect.github.com/phpstan/phpstan/issues/11699),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Fix infer new templated type from initial assign into static property
([#&#8203;3364](https://redirect.github.com/phpstan/phpstan-src/pull/3364)),
[#&#8203;5551](https://redirect.github.com/phpstan/phpstan/issues/5551),
thanks [@&#8203;mvorisek](https://redirect.github.com/mvorisek)!
- `range()` with float step should return an array of floats
([#&#8203;3447](https://redirect.github.com/phpstan/phpstan-src/pull/3447)),
[#&#8203;11692](https://redirect.github.com/phpstan/phpstan/issues/11692),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Narrow string on `*strlen()` with positive-int
([#&#8203;3407](https://redirect.github.com/phpstan/phpstan-src/pull/3407)),
[#&#8203;11558](https://redirect.github.com/phpstan/phpstan/issues/11558),
thanks [@&#8203;staabm](https://redirect.github.com/staabm)!
- Fix late static binding calls for first class callable
([#&#8203;3435](https://redirect.github.com/phpstan/phpstan-src/pull/3435)),
thanks [@&#8203;mvorisek](https://redirect.github.com/mvorisek)!
- E_ALL value is different on PHP 8.4
(phpstan/phpstan-src@cb8f910)

# Function signature fixes 🤖

- Fix SplObjectStorage generic stub for PHP 8.4
(phpstan/phpstan-src@9d9fb56)

# Internals 🔍

- Extract getMessageFromInternalError
(phpstan/phpstan-src@d047c7f)
- Optimize NodeScopeResolverTest when running with `paratest`
([#&#8203;3440](https://redirect.github.com/phpstan/phpstan-src/pull/3440)),
thanks [@&#8203;schlndh](https://redirect.github.com/schlndh)!
- Expose `Output::isDecorated` and `Output::isVeryVerbose`
([#&#8203;3436](https://redirect.github.com/phpstan/phpstan-src/pull/3436)),
thanks [@&#8203;ruudk](https://redirect.github.com/ruudk)!
- Simplify SubstrDynamicReturnTypeExtension
([#&#8203;3439](https://redirect.github.com/phpstan/phpstan-src/pull/3439)),
thanks
[@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)!
- CollectedDataNode is VirtualNode
(phpstan/phpstan-src@2d61399)

</details>

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

###
[`v10.5.35`](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35)

[Compare
Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/10.5.34...10.5.35)

</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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cerbos/cerbos-sdk-php).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBzIiwiYm90cyIsImtpbmQvY2hvcmUiXX0=-->

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] authored Sep 26, 2024
1 parent 3474d3e commit 3f30d30
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions composer.lock

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

0 comments on commit 3f30d30

Please sign in to comment.