From 644a9da2483c3075a420507faa8c7404db4affc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:22:35 +0000 Subject: [PATCH 1/3] build(deps): bump intervention/image from 3.7.0 to 3.7.1 Bumps [intervention/image](https://github.com/Intervention/image) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/Intervention/image/releases) - [Commits](https://github.com/Intervention/image/compare/3.7.0...3.7.1) --- updated-dependencies: - dependency-name: intervention/image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index c0c2467..3ca3593 100644 --- a/composer.lock +++ b/composer.lock @@ -1673,16 +1673,16 @@ }, { "name": "intervention/image", - "version": "3.7.0", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "6bfd3dd1d430c5224c728dc4f8b2fdc757b5eaf5" + "reference": "137bdb356aacc01409d22aee3f0904497616cf3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/6bfd3dd1d430c5224c728dc4f8b2fdc757b5eaf5", - "reference": "6bfd3dd1d430c5224c728dc4f8b2fdc757b5eaf5", + "url": "https://api.github.com/repos/Intervention/image/zipball/137bdb356aacc01409d22aee3f0904497616cf3c", + "reference": "137bdb356aacc01409d22aee3f0904497616cf3c", "shasum": "" }, "require": { @@ -1729,7 +1729,7 @@ ], "support": { "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/3.7.0" + "source": "https://github.com/Intervention/image/tree/3.7.1" }, "funding": [ { @@ -1741,7 +1741,7 @@ "type": "github" } ], - "time": "2024-06-13T16:34:59+00:00" + "time": "2024-06-29T07:51:20+00:00" }, { "name": "laminas/laminas-diactoros", From 73d520fe1fba26c16cfe3d636d4ab75e7a12c2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Jul 2024 03:23:00 +0000 Subject: [PATCH 2/3] Dusting --- app/Policies/SummonerEmotePolicy.php | 28 ++++++--------------- app/View/Components/About/Faq/Dropdown.php | 3 +-- app/View/Components/Champions/List_all.php | 4 +-- app/View/Components/Emotes/List_all.php | 4 +-- app/View/Components/Icons/List_all.php | 4 +-- app/View/Components/Icons/View_grid.php | 4 +-- app/View/Components/Posts/Listposts.php | 4 +-- app/View/Components/Sales/Current_sales.php | 4 +-- app/View/Components/Skins/Grid_info.php | 4 +-- app/View/Components/Skins/Paginatedlist.php | 4 +-- app/View/Components/home/recent_skins.php | 4 +-- app/View/Components/home/upcoming_skins.php | 4 +-- 12 files changed, 18 insertions(+), 53 deletions(-) diff --git a/app/Policies/SummonerEmotePolicy.php b/app/Policies/SummonerEmotePolicy.php index 8f13068..be54978 100644 --- a/app/Policies/SummonerEmotePolicy.php +++ b/app/Policies/SummonerEmotePolicy.php @@ -10,31 +10,17 @@ class SummonerEmotePolicy { use HandlesAuthorization; - public function viewAny(User $user): bool - { - } + public function viewAny(User $user): bool {} - public function view(User $user, SummonerEmote $summonerEmote): bool - { - } + public function view(User $user, SummonerEmote $summonerEmote): bool {} - public function create(User $user): bool - { - } + public function create(User $user): bool {} - public function update(User $user, SummonerEmote $summonerEmote): bool - { - } + public function update(User $user, SummonerEmote $summonerEmote): bool {} - public function delete(User $user, SummonerEmote $summonerEmote): bool - { - } + public function delete(User $user, SummonerEmote $summonerEmote): bool {} - public function restore(User $user, SummonerEmote $summonerEmote): bool - { - } + public function restore(User $user, SummonerEmote $summonerEmote): bool {} - public function forceDelete(User $user, SummonerEmote $summonerEmote): bool - { - } + public function forceDelete(User $user, SummonerEmote $summonerEmote): bool {} } diff --git a/app/View/Components/About/Faq/Dropdown.php b/app/View/Components/About/Faq/Dropdown.php index fbfbe1c..c123645 100644 --- a/app/View/Components/About/Faq/Dropdown.php +++ b/app/View/Components/About/Faq/Dropdown.php @@ -10,8 +10,7 @@ class Dropdown extends Component public function __construct( public string $question, public string $answer - ) { - } + ) {} public function render(): View { diff --git a/app/View/Components/Champions/List_all.php b/app/View/Components/Champions/List_all.php index 902eaa3..47061e3 100644 --- a/app/View/Components/Champions/List_all.php +++ b/app/View/Components/Champions/List_all.php @@ -7,9 +7,7 @@ use Illuminate\View\Component; class List_all extends Component { - public function __construct(public array $champions, public array $roles) - { - } + public function __construct(public array $champions, public array $roles) {} public function render(): View { diff --git a/app/View/Components/Emotes/List_all.php b/app/View/Components/Emotes/List_all.php index 21b8c6f..55328b1 100644 --- a/app/View/Components/Emotes/List_all.php +++ b/app/View/Components/Emotes/List_all.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class List_all extends Component { - public function __construct(public SummonerEmote $emotes) - { - } + public function __construct(public SummonerEmote $emotes) {} public function render(): View { diff --git a/app/View/Components/Icons/List_all.php b/app/View/Components/Icons/List_all.php index c70e618..99df428 100644 --- a/app/View/Components/Icons/List_all.php +++ b/app/View/Components/Icons/List_all.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class List_all extends Component { - public function __construct(public SummonerIcon $icons) - { - } + public function __construct(public SummonerIcon $icons) {} public function render(): View { diff --git a/app/View/Components/Icons/View_grid.php b/app/View/Components/Icons/View_grid.php index 08dc7aa..db6b2bc 100644 --- a/app/View/Components/Icons/View_grid.php +++ b/app/View/Components/Icons/View_grid.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class View_grid extends Component { - public function __construct(public SummonerIcon $icon) - { - } + public function __construct(public SummonerIcon $icon) {} public function render(): View { diff --git a/app/View/Components/Posts/Listposts.php b/app/View/Components/Posts/Listposts.php index 80800c4..2504cfd 100644 --- a/app/View/Components/Posts/Listposts.php +++ b/app/View/Components/Posts/Listposts.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class Listposts extends Component { - public function __construct(public LengthAwarePaginator $posts) - { - } + public function __construct(public LengthAwarePaginator $posts) {} public function render(): View { diff --git a/app/View/Components/Sales/Current_sales.php b/app/View/Components/Sales/Current_sales.php index b369906..d9499f0 100644 --- a/app/View/Components/Sales/Current_sales.php +++ b/app/View/Components/Sales/Current_sales.php @@ -7,9 +7,7 @@ use Illuminate\View\Component; class Current_sales extends Component { - public function __construct(public array $sales) - { - } + public function __construct(public array $sales) {} public function render(): View { diff --git a/app/View/Components/Skins/Grid_info.php b/app/View/Components/Skins/Grid_info.php index 91a37b5..37ab8d0 100644 --- a/app/View/Components/Skins/Grid_info.php +++ b/app/View/Components/Skins/Grid_info.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class Grid_info extends Component { - public function __construct(public ChampionSkin $skin) - { - } + public function __construct(public ChampionSkin $skin) {} public function render(): View { diff --git a/app/View/Components/Skins/Paginatedlist.php b/app/View/Components/Skins/Paginatedlist.php index e80d781..9583b77 100644 --- a/app/View/Components/Skins/Paginatedlist.php +++ b/app/View/Components/Skins/Paginatedlist.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class Paginatedlist extends Component { - public function __construct(public Paginator $skins, public array $rarityColor) - { - } + public function __construct(public Paginator $skins, public array $rarityColor) {} public function render(): View { diff --git a/app/View/Components/home/recent_skins.php b/app/View/Components/home/recent_skins.php index 52c5733..aedc35a 100644 --- a/app/View/Components/home/recent_skins.php +++ b/app/View/Components/home/recent_skins.php @@ -11,9 +11,7 @@ class recent_skins extends Component /** * Create a new component instance. */ - public function __construct(public array $latestSkins) - { - } + public function __construct(public array $latestSkins) {} /** * Get the view / contents that represent the component. diff --git a/app/View/Components/home/upcoming_skins.php b/app/View/Components/home/upcoming_skins.php index 9c8f298..a069b8f 100644 --- a/app/View/Components/home/upcoming_skins.php +++ b/app/View/Components/home/upcoming_skins.php @@ -7,9 +7,7 @@ use Illuminate\View\Component; class upcoming_skins extends Component { - public function __construct(public array $upcomingSkins) - { - } + public function __construct(public array $upcomingSkins) {} public function render(): View { From 0683ff8df9a429de2d85f996ba6e8c677b5a52f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Jul 2024 03:23:01 +0000 Subject: [PATCH 3/3] Ignore Dusting commit in git blame --- .git-blame-ignore-revs | 1 + 1 file changed, 1 insertion(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 5cf94d1..fe541d3 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,3 +1,4 @@ eb60b5e7789a20ddb6e84e9daca78e724d60573e be90837cabd09300502d25e0b1a68d01e7ebc2b2 efa2a6cf54fa52fbd0875138e116479dc81662df +73d520fe1fba26c16cfe3d636d4ab75e7a12c2d2