From 0ed9968bb994d599aa8ac44c8ed06de3acc0296a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:22:41 +0000 Subject: [PATCH 1/3] build(deps-dev): bump tightenco/duster from 3.0.0 to 3.0.1 Bumps [tightenco/duster](https://github.com/tighten/duster) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/tighten/duster/releases) - [Changelog](https://github.com/tighten/duster/blob/3.x/RELEASE.md) - [Commits](https://github.com/tighten/duster/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: tightenco/duster dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index c0c2467..b61e793 100644 --- a/composer.lock +++ b/composer.lock @@ -11690,28 +11690,28 @@ }, { "name": "tightenco/duster", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/tighten/duster.git", - "reference": "e7c38d576ec555a2765b4a01fb762f09fe7179bd" + "reference": "0128c2eb26fe759b79148c18a8dfe442b32eb211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/duster/zipball/e7c38d576ec555a2765b4a01fb762f09fe7179bd", - "reference": "e7c38d576ec555a2765b4a01fb762f09fe7179bd", + "url": "https://api.github.com/repos/tighten/duster/zipball/0128c2eb26fe759b79148c18a8dfe442b32eb211", + "reference": "0128c2eb26fe759b79148c18a8dfe442b32eb211", "shasum": "" }, "require": { "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.54", + "friendsofphp/php-cs-fixer": "^3.59", "laravel-zero/framework": "^11.0", - "laravel/pint": "^1.15", + "laravel/pint": "^1.16", "nunomaduro/termwind": "^2.0", "spatie/invade": "^1.1", - "squizlabs/php_codesniffer": "^3.9", + "squizlabs/php_codesniffer": "^3.10", "tightenco/tlint": "^9.3" }, "bin": [ @@ -11756,7 +11756,7 @@ "issues": "https://github.com/tighten/duster/issues", "source": "https://github.com/tighten/duster" }, - "time": "2024-06-03T18:29:50+00:00" + "time": "2024-06-24T20:05:09+00:00" } ], "aliases": [], From a1713c2f67dc8fcb83b8a54013b74859ff93f076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Jul 2024 03:23:05 +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 cb8ab990ad412d7a45d3931dcc53763a9660e0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Jul 2024 03:23:06 +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..666811a 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,3 +1,4 @@ eb60b5e7789a20ddb6e84e9daca78e724d60573e be90837cabd09300502d25e0b1a68d01e7ebc2b2 efa2a6cf54fa52fbd0875138e116479dc81662df +a1713c2f67dc8fcb83b8a54013b74859ff93f076