From 16135db63c3dd4f7e089d0fda975abd709e6bc23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:19:36 +0000 Subject: [PATCH 1/2] Update dependency laravel/framework to v11.16.0 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 41ce1907f..a7367a233 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "htmlmin/htmlmin": "dev-master", "http-interop/http-factory-guzzle": "1.2.0", "kiritokatklian/nova-permission": "4.0.10", - "laravel/framework": "11.15.0", + "laravel/framework": "11.16.0", "laravel/horizon": "5.25.0", "laravel/nova": "4.34.3", "laravel/passport": "12.2.0", diff --git a/composer.lock b/composer.lock index 698d2ab9d..98da11d23 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c9f5b4ee58151f8e412de44177d548d4", + "content-hash": "43f7473fc437a08af777e5632367e787", "packages": [ { "name": "ans-group/laravel-health-check", @@ -2998,16 +2998,16 @@ }, { "name": "laravel/framework", - "version": "v11.15.0", + "version": "v11.16.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "ba85f1c019bed59b3c736c9c4502805efd0ba84b" + "reference": "bd4808aaf103ccb5cb4b00bcee46140c070c0ec4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/ba85f1c019bed59b3c736c9c4502805efd0ba84b", - "reference": "ba85f1c019bed59b3c736c9c4502805efd0ba84b", + "url": "https://api.github.com/repos/laravel/framework/zipball/bd4808aaf103ccb5cb4b00bcee46140c070c0ec4", + "reference": "bd4808aaf103ccb5cb4b00bcee46140c070c0ec4", "shasum": "" }, "require": { @@ -3200,7 +3200,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-07-09T15:38:12+00:00" + "time": "2024-07-16T14:33:07+00:00" }, { "name": "laravel/horizon", From 76d8ca503a1c088786572dfb8c07e3ee22ef72ac Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Wed, 17 Jul 2024 10:31:14 -0400 Subject: [PATCH 2/2] Update PHPStan ignores --- phpstan.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 16ad0cec6..863dc45e8 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -137,9 +137,9 @@ parameters: - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::filter\(\) expects \(callable\(mixed, int\|string\): bool\)\|null, Closure\(App\\Models\\[a-zA-Z0-9]+\): bool given\.#' - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::map\(\) expects callable\(mixed, int\|string\): array, Closure\(array, string\): array given\.#' - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::map\(\) expects callable\(mixed, int\|string\): string, Closure\(array\): string given\.#' + - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::map\(\) expects callable\(mixed, int\|string\): string, Closure\(string\): string given\.#' + - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::mapWithKeys\(\) expects callable\(mixed, int\|string\): array, Closure\(string\|null\): array given\.#' - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection<\(int\|string\),mixed>::reduce\(\) expects callable\(string\|null, mixed, int\|string\): string, Closure\(string\|null, string\): non-falsy-string given\.#' - - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection::map\(\) expects callable\(mixed, int\|string\): string, Closure\(string\): string given\.#' - - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection::mapWithKeys\(\) expects callable\(mixed, int\|string\): array, Closure\(string\|null\): array given\.#' - '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection::sortBy\(\) expects array\|\(callable\(mixed, string\): mixed\)\|string, Closure\(string, string\): int given\.#' - '#Parameter \#1 \$callback of method Laravel\\Nova\\Actions\\Action::canRun\(\) expects Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, mixed\): bool, Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, App\\Models\\[a-zA-Z]+\): bool given\.#' - '#Parameter \#1 \$callback of method Laravel\\Nova\\Fields\\FieldElement::hideFromDetail\(\) expects bool\|\(callable\(\): bool\), Closure\(Laravel\\Nova\\Http\\Requests\\NovaRequest, App\\Models\\User\): bool given\.#'