Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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), [#​11641](https://redirect.github.com/phpstan/phpstan/issues/11641) - Do not truncate offset key in error tip message ([#​3437](https://redirect.github.com/phpstan/phpstan-src/pull/3437)), thanks [@​ruudk](https://redirect.github.com/ruudk)! - Errors with `argument.named` are ignorable now (phpstan/phpstan-src@193b4f5) - Normalize path in TypeInferenceTestCase ([#​3449](https://redirect.github.com/phpstan/phpstan-src/pull/3449)), thanks [@​staabm](https://redirect.github.com/staabm)! - Fix duplicate paths in `composerAutoloaderProjectPaths` on Windows ([#​3451](https://redirect.github.com/phpstan/phpstan-src/pull/3451)), thanks [@​staabm](https://redirect.github.com/staabm)! - Update nikic/php-parser to 4.19.2 (phpstan/phpstan-src@05630e6) - Allow toggling `treatPhpDocTypesAsCertain` tip ([#​3452](https://redirect.github.com/phpstan/phpstan-src/pull/3452)), [#​11689](https://redirect.github.com/phpstan/phpstan/issues/11689), thanks [@​ruudk](https://redirect.github.com/ruudk)! # Bugfixes 🐛 - Fix conditional types in `array_map()` return value ([#​3425](https://redirect.github.com/phpstan/phpstan-src/pull/3425)), [#​10715](https://redirect.github.com/phpstan/phpstan/issues/10715), [#​11056](https://redirect.github.com/phpstan/phpstan/issues/11056), [#​10685](https://redirect.github.com/phpstan/phpstan/issues/10685), thanks [@​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), [#​11665](https://redirect.github.com/phpstan/phpstan/issues/11665), thanks [@​VincentLanglet](https://redirect.github.com/VincentLanglet)! - Prevent warning in `range()` on PHP 7.x ([#​3424](https://redirect.github.com/phpstan/phpstan-src/pull/3424)), thanks [@​staabm](https://redirect.github.com/staabm)! - Process expression assignments other than Variable in by-ref parameters (phpstan/phpstan-src@d3a2a92), [#​11667](https://redirect.github.com/phpstan/phpstan/issues/11667), [#​8781](https://redirect.github.com/phpstan/phpstan/issues/8781) - Allow nonexistent other-than-Variable expressions in by-ref parameters (phpstan/phpstan-src@00d2caf), [#​11617](https://redirect.github.com/phpstan/phpstan/issues/11617), [#​5077](https://redirect.github.com/phpstan/phpstan/issues/5077), [#​9361](https://redirect.github.com/phpstan/phpstan/issues/9361), [#​7251](https://redirect.github.com/phpstan/phpstan/issues/7251), [#​2313](https://redirect.github.com/phpstan/phpstan/issues/2313), [#​11655](https://redirect.github.com/phpstan/phpstan/issues/11655), [#​2634](https://redirect.github.com/phpstan/phpstan/issues/2634) - Fix false positive when type casting in If\_ statement ([#​3431](https://redirect.github.com/phpstan/phpstan-src/pull/3431)), [#​11674](https://redirect.github.com/phpstan/phpstan/issues/11674), thanks [@​staabm](https://redirect.github.com/staabm)! - Simplify abs return type ([#​3433](https://redirect.github.com/phpstan/phpstan-src/pull/3433)), [#​9224](https://redirect.github.com/phpstan/phpstan/issues/9224), thanks [@​rvanvelzen](https://redirect.github.com/rvanvelzen)! - Fix late static binding calls ([#​3361](https://redirect.github.com/phpstan/phpstan-src/pull/3361)), [#​10469](https://redirect.github.com/phpstan/phpstan/issues/10469), thanks [@​mvorisek](https://redirect.github.com/mvorisek)! - Fix string types sorting ([#​3441](https://redirect.github.com/phpstan/phpstan-src/pull/3441)), thanks [@​VincentLanglet](https://redirect.github.com/VincentLanglet)! - RegexArrayShapeMatcher - Fix matching literal dot character ([#​3444](https://redirect.github.com/phpstan/phpstan-src/pull/3444)), [#​11699](https://redirect.github.com/phpstan/phpstan/issues/11699), thanks [@​staabm](https://redirect.github.com/staabm)! - Fix infer new templated type from initial assign into static property ([#​3364](https://redirect.github.com/phpstan/phpstan-src/pull/3364)), [#​5551](https://redirect.github.com/phpstan/phpstan/issues/5551), thanks [@​mvorisek](https://redirect.github.com/mvorisek)! - `range()` with float step should return an array of floats ([#​3447](https://redirect.github.com/phpstan/phpstan-src/pull/3447)), [#​11692](https://redirect.github.com/phpstan/phpstan/issues/11692), thanks [@​staabm](https://redirect.github.com/staabm)! - Narrow string on `*strlen()` with positive-int ([#​3407](https://redirect.github.com/phpstan/phpstan-src/pull/3407)), [#​11558](https://redirect.github.com/phpstan/phpstan/issues/11558), thanks [@​staabm](https://redirect.github.com/staabm)! - Fix late static binding calls for first class callable ([#​3435](https://redirect.github.com/phpstan/phpstan-src/pull/3435)), thanks [@​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` ([#​3440](https://redirect.github.com/phpstan/phpstan-src/pull/3440)), thanks [@​schlndh](https://redirect.github.com/schlndh)! - Expose `Output::isDecorated` and `Output::isVeryVerbose` ([#​3436](https://redirect.github.com/phpstan/phpstan-src/pull/3436)), thanks [@​ruudk](https://redirect.github.com/ruudk)! - Simplify SubstrDynamicReturnTypeExtension ([#​3439](https://redirect.github.com/phpstan/phpstan-src/pull/3439)), thanks [@​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