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/8] 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/8] 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/8] 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 From 4f738eeecd915f2ba4daeb97c13f342c1338da67 Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 3 Jul 2024 20:10:58 +0200 Subject: [PATCH 4/8] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 56a8d73..52be58c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,4 @@ # These are supported funding model platforms github: [rico-vz] +buy_me_a_coffee: ricodev From 3c6278cc6eb48662e01a082f3e721c20cd4ecdde Mon Sep 17 00:00:00 2001 From: rico-vz Date: Wed, 3 Jul 2024 18:11:23 +0000 Subject: [PATCH 5/8] 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 24855890d81d0a70b9d2d0796cf8b02a2c132d49 Mon Sep 17 00:00:00 2001 From: rico-vz Date: Wed, 3 Jul 2024 18:11:24 +0000 Subject: [PATCH 6/8] 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..6203338 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,3 +1,4 @@ eb60b5e7789a20ddb6e84e9daca78e724d60573e be90837cabd09300502d25e0b1a68d01e7ebc2b2 efa2a6cf54fa52fbd0875138e116479dc81662df +3c6278cc6eb48662e01a082f3e721c20cd4ecdde From f96c0b4ff82b87283aa384b9dcee2bb011400a40 Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 3 Jul 2024 20:15:01 +0200 Subject: [PATCH 7/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9deb80..148fffc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@

shieldsshieldsshields

- +⭐ +

🧐 Features

From b9c076bd0349cd132b73752dcbde90e0626eadde Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 3 Jul 2024 20:15:14 +0200 Subject: [PATCH 8/8] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 148fffc..1e05840 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@

shieldsshieldsshields

-⭐ -

🧐 Features

@@ -48,3 +46,8 @@ Technologies used in the project:

⚠️ Disclaimer:

Heimerdinger.lol was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project. + +--- + +⭐ +