From 861dfefa78d8c5b40c81e76b8fdfd38937895c6b Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Fri, 24 Feb 2023 20:10:22 -0500 Subject: [PATCH 1/4] added ext-gd dependency --- Dockerfile | 1 + docker/8.1/Dockerfile | 2 +- docker/8.2/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f47bba15e..391903f7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ ENV SSL_MODE="mixed" RUN apt-get update && apt-get install -y \ cron \ gnupg \ + php8.1-gd \ php8.1-pgsql \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* diff --git a/docker/8.1/Dockerfile b/docker/8.1/Dockerfile index 2b50361c9..ecb8c9325 100644 --- a/docker/8.1/Dockerfile +++ b/docker/8.1/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ && echo "deb [signed-by=/usr/share/keyrings/ppa_ondrej_php.gpg] https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ppa_ondrej_php.list \ && apt-get update \ && apt-get install -y php8.1-cli php8.1-dev \ - php8.1-pgsql php8.1-sqlite3 \ + php8.1-pgsql php8.1-sqlite3 php8.1-gd \ php8.1-curl \ php8.1-mysql php8.1-mbstring \ php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap \ diff --git a/docker/8.2/Dockerfile b/docker/8.2/Dockerfile index b16da4fde..eb4d22f19 100644 --- a/docker/8.2/Dockerfile +++ b/docker/8.2/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ && echo "deb [signed-by=/usr/share/keyrings/ppa_ondrej_php.gpg] https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ppa_ondrej_php.list \ && apt-get update \ && apt-get install -y php8.2-cli php8.2-dev \ - php8.2-pgsql php8.2-sqlite3 \ + php8.2-pgsql php8.2-sqlite3 php8.1-gd \ php8.2-curl \ php8.2-mysql php8.2-mbstring \ php8.2-xml php8.2-zip php8.2-bcmath php8.2-soap \ From a8196359a0dfcc08bd3d891df1a525761bc333f1 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Fri, 24 Feb 2023 20:10:31 -0500 Subject: [PATCH 2/4] updated composer dependencies --- _ide_helper.php | 13 ++++- composer.lock | 149 ++++++++++++++++++++++++------------------------ 2 files changed, 86 insertions(+), 76 deletions(-) diff --git a/_ide_helper.php b/_ide_helper.php index 606d9cd11..ee9123330 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -4,7 +4,7 @@ /** * A helper file for Laravel, to provide autocomplete information to your IDE - * Generated for Laravel 9.52.0. + * Generated for Laravel 9.52.4. * * This file should not be included in your code, only analyzed by your IDE! * @@ -20264,6 +20264,17 @@ public static function assertCanNotSeeTableRecords($records) public static function assertCountTableRecords($count) { return \Livewire\Testing\TestableLivewire::assertCountTableRecords($count); + } + /** + * + * + * @see \Filament\Tables\Testing\TestsRecords::loadTable() + * @return static + * @static + */ + public static function loadTable() + { + return \Livewire\Testing\TestableLivewire::loadTable(); } } diff --git a/composer.lock b/composer.lock index 4ad967839..5c451e7b9 100644 --- a/composer.lock +++ b/composer.lock @@ -1847,16 +1847,16 @@ }, { "name": "filament/filament", - "version": "v2.17.3", + "version": "v2.17.6", "source": { "type": "git", "url": "https://github.com/filamentphp/app.git", - "reference": "cb5654772125da73c3327b59e777195e1c0ea74a" + "reference": "7ba321c1ac6e87550c3d8839dcf6bf6a15c3251f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/app/zipball/cb5654772125da73c3327b59e777195e1c0ea74a", - "reference": "cb5654772125da73c3327b59e777195e1c0ea74a", + "url": "https://api.github.com/repos/filamentphp/app/zipball/7ba321c1ac6e87550c3d8839dcf6bf6a15c3251f", + "reference": "7ba321c1ac6e87550c3d8839dcf6bf6a15c3251f", "shasum": "" }, "require": { @@ -1906,20 +1906,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-02-18T12:33:47+00:00" + "time": "2023-02-23T21:55:29+00:00" }, { "name": "filament/forms", - "version": "v2.17.3", + "version": "v2.17.6", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "0b8406996117673e25817259cf0acfeafe6f9a26" + "reference": "5af47619fe003c509b16eb9b1e9af4b1bf2279ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/0b8406996117673e25817259cf0acfeafe6f9a26", - "reference": "0b8406996117673e25817259cf0acfeafe6f9a26", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/5af47619fe003c509b16eb9b1e9af4b1bf2279ff", + "reference": "5af47619fe003c509b16eb9b1e9af4b1bf2279ff", "shasum": "" }, "require": { @@ -1964,20 +1964,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-02-18T12:33:49+00:00" + "time": "2023-02-23T21:55:28+00:00" }, { "name": "filament/notifications", - "version": "v2.17.3", + "version": "v2.17.6", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "9d36c8aa6881a3451bacd39d88507978a959696c" + "reference": "98a3434533e9b0d501b17774d4c1d2bae1b24913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/9d36c8aa6881a3451bacd39d88507978a959696c", - "reference": "9d36c8aa6881a3451bacd39d88507978a959696c", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/98a3434533e9b0d501b17774d4c1d2bae1b24913", + "reference": "98a3434533e9b0d501b17774d4c1d2bae1b24913", "shasum": "" }, "require": { @@ -2017,11 +2017,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-02-14T20:59:43+00:00" + "time": "2023-02-23T21:55:22+00:00" }, { "name": "filament/spatie-laravel-settings-plugin", - "version": "v2.17.3", + "version": "v2.17.6", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-settings-plugin.git", @@ -2068,16 +2068,16 @@ }, { "name": "filament/support", - "version": "v2.17.3", + "version": "v2.17.6", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "bab474878e8048ce6bbe95ef17ed6fc081bbd636" + "reference": "f214bec84e41f5ad3e2c238e93dfe88d3c735773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/bab474878e8048ce6bbe95ef17ed6fc081bbd636", - "reference": "bab474878e8048ce6bbe95ef17ed6fc081bbd636", + "url": "https://api.github.com/repos/filamentphp/support/zipball/f214bec84e41f5ad3e2c238e93dfe88d3c735773", + "reference": "f214bec84e41f5ad3e2c238e93dfe88d3c735773", "shasum": "" }, "require": { @@ -2114,20 +2114,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-02-16T08:24:19+00:00" + "time": "2023-02-23T21:55:29+00:00" }, { "name": "filament/tables", - "version": "v2.17.3", + "version": "v2.17.6", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "ceea1a644c649f205f355e2a3bc9534592e8af1e" + "reference": "3a68b38cf9e5119f9b10efc85207dbd316347d23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/ceea1a644c649f205f355e2a3bc9534592e8af1e", - "reference": "ceea1a644c649f205f355e2a3bc9534592e8af1e", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/3a68b38cf9e5119f9b10efc85207dbd316347d23", + "reference": "3a68b38cf9e5119f9b10efc85207dbd316347d23", "shasum": "" }, "require": { @@ -2170,7 +2170,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-02-18T12:34:09+00:00" + "time": "2023-02-24T11:27:40+00:00" }, { "name": "fruitcake/php-cors", @@ -2842,16 +2842,16 @@ }, { "name": "laravel/framework", - "version": "v9.52.0", + "version": "v9.52.4", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "eb85cd9d72e5bfa54b4d0d9040786f26d6184a9e" + "reference": "9239128cfb4d22afefb64060dfecf53e82987267" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/eb85cd9d72e5bfa54b4d0d9040786f26d6184a9e", - "reference": "eb85cd9d72e5bfa54b4d0d9040786f26d6184a9e", + "url": "https://api.github.com/repos/laravel/framework/zipball/9239128cfb4d22afefb64060dfecf53e82987267", + "reference": "9239128cfb4d22afefb64060dfecf53e82987267", "shasum": "" }, "require": { @@ -3036,7 +3036,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-02-14T14:51:14+00:00" + "time": "2023-02-22T14:38:06+00:00" }, { "name": "laravel/sanctum", @@ -3165,16 +3165,16 @@ }, { "name": "laravel/tinker", - "version": "v2.8.0", + "version": "v2.8.1", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad" + "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/74d0b287cc4ae65d15c368dd697aae71d62a73ad", - "reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad", + "url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10", + "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10", "shasum": "" }, "require": { @@ -3227,9 +3227,9 @@ ], "support": { "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.8.0" + "source": "https://github.com/laravel/tinker/tree/v2.8.1" }, - "time": "2023-01-10T18:03:30+00:00" + "time": "2023-02-15T16:40:09+00:00" }, { "name": "league/commonmark", @@ -3421,16 +3421,16 @@ }, { "name": "league/flysystem", - "version": "3.12.2", + "version": "3.12.3", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f" + "reference": "81e87e74dd5213795c7846d65089712d2dda90ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f6377c709d2275ed6feaf63e44be7a7162b0e77f", - "reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/81e87e74dd5213795c7846d65089712d2dda90ce", + "reference": "81e87e74dd5213795c7846d65089712d2dda90ce", "shasum": "" }, "require": { @@ -3492,7 +3492,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.12.2" + "source": "https://github.com/thephpleague/flysystem/tree/3.12.3" }, "funding": [ { @@ -3508,7 +3508,7 @@ "type": "tidelift" } ], - "time": "2023-01-19T12:02:19+00:00" + "time": "2023-02-18T15:32:41+00:00" }, { "name": "league/mime-type-detection", @@ -3638,16 +3638,16 @@ }, { "name": "livewire/livewire", - "version": "v2.11.2", + "version": "v2.12.1", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "e92233f31dc1b88fb1ac242b32afe1ab7525ee05" + "reference": "c0bd6619358b333f5e47428a4413cc5d24bd60dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/e92233f31dc1b88fb1ac242b32afe1ab7525ee05", - "reference": "e92233f31dc1b88fb1ac242b32afe1ab7525ee05", + "url": "https://api.github.com/repos/livewire/livewire/zipball/c0bd6619358b333f5e47428a4413cc5d24bd60dd", + "reference": "c0bd6619358b333f5e47428a4413cc5d24bd60dd", "shasum": "" }, "require": { @@ -3699,7 +3699,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v2.11.2" + "source": "https://github.com/livewire/livewire/tree/v2.12.1" }, "funding": [ { @@ -3707,20 +3707,20 @@ "type": "github" } ], - "time": "2023-01-29T23:45:02+00:00" + "time": "2023-02-22T21:13:21+00:00" }, { "name": "maatwebsite/excel", - "version": "3.1.47", + "version": "3.1.48", "source": { "type": "git", "url": "https://github.com/SpartnerNL/Laravel-Excel.git", - "reference": "fd928d68a1422d6abce73255b4406b3c5659e197" + "reference": "6d0fe2a1d195960c7af7bf0de760582da02a34b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/fd928d68a1422d6abce73255b4406b3c5659e197", - "reference": "fd928d68a1422d6abce73255b4406b3c5659e197", + "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/6d0fe2a1d195960c7af7bf0de760582da02a34b9", + "reference": "6d0fe2a1d195960c7af7bf0de760582da02a34b9", "shasum": "" }, "require": { @@ -3775,7 +3775,7 @@ ], "support": { "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues", - "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.47" + "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.48" }, "funding": [ { @@ -3787,7 +3787,7 @@ "type": "github" } ], - "time": "2023-02-16T15:09:07+00:00" + "time": "2023-02-22T21:01:38+00:00" }, { "name": "maennchen/zipstream-php", @@ -9369,16 +9369,16 @@ }, { "name": "laravel/pint", - "version": "v1.5.0", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "e0a8cef58b74662f27355be9cdea0e726bbac362" + "reference": "e48e3fadd7863d6b7d03464f5c4f211a828b890f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/e0a8cef58b74662f27355be9cdea0e726bbac362", - "reference": "e0a8cef58b74662f27355be9cdea0e726bbac362", + "url": "https://api.github.com/repos/laravel/pint/zipball/e48e3fadd7863d6b7d03464f5c4f211a828b890f", + "reference": "e48e3fadd7863d6b7d03464f5c4f211a828b890f", "shasum": "" }, "require": { @@ -9386,12 +9386,12 @@ "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", - "php": "^8.0" + "php": "^8.1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.14.4", - "illuminate/view": "^9.51.0", - "laravel-zero/framework": "^9.2.0", + "illuminate/view": "^10.0.0", + "laravel-zero/framework": "^10.0.0", "mockery/mockery": "^1.5.1", "nunomaduro/larastan": "^2.4.0", "nunomaduro/termwind": "^1.15.1", @@ -9431,20 +9431,20 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2023-02-14T16:31:02+00:00" + "time": "2023-02-21T15:44:57+00:00" }, { "name": "laravel/sail", - "version": "v1.20.2", + "version": "v1.21.0", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "5ae072b182b1efbec927409e8a3ce3b1078cc42c" + "reference": "758a914fc4da41f3f6ca5522c85902181b228bd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/5ae072b182b1efbec927409e8a3ce3b1078cc42c", - "reference": "5ae072b182b1efbec927409e8a3ce3b1078cc42c", + "url": "https://api.github.com/repos/laravel/sail/zipball/758a914fc4da41f3f6ca5522c85902181b228bd1", + "reference": "758a914fc4da41f3f6ca5522c85902181b228bd1", "shasum": "" }, "require": { @@ -9492,7 +9492,7 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2023-02-08T20:22:21+00:00" + "time": "2023-02-16T19:16:27+00:00" }, { "name": "mockery/mockery", @@ -11210,16 +11210,16 @@ }, { "name": "spatie/backtrace", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b" + "reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1", + "reference": "7b34fee6c1ad45f8ee0498d17cd8ea9a076402c1", "shasum": "" }, "require": { @@ -11255,8 +11255,7 @@ "spatie" ], "support": { - "issues": "https://github.com/spatie/backtrace/issues", - "source": "https://github.com/spatie/backtrace/tree/1.2.1" + "source": "https://github.com/spatie/backtrace/tree/1.2.2" }, "funding": [ { @@ -11268,7 +11267,7 @@ "type": "other" } ], - "time": "2021-11-09T10:57:15+00:00" + "time": "2023-02-21T08:29:12+00:00" }, { "name": "spatie/flare-client-php", From b124e429f656203a867184cdfe6fad86f64fdc2e Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Fri, 24 Feb 2023 20:10:39 -0500 Subject: [PATCH 3/4] bumped build information --- config/speedtest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/speedtest.php b/config/speedtest.php index 80cccce98..d75602b77 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,7 +6,7 @@ /** * Build information */ - 'build_date' => Carbon::parse('2023-01-28'), + 'build_date' => Carbon::parse('2023-02-24'), - 'build_version' => '0.11.1', + 'build_version' => '0.11.2', ]; From 4c534817f87ae8b89ed257848fee3ecc5f58e2d1 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Fri, 24 Feb 2023 20:16:52 -0500 Subject: [PATCH 4/4] php8.2-gd --- docker/8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/8.2/Dockerfile b/docker/8.2/Dockerfile index eb4d22f19..336f85896 100644 --- a/docker/8.2/Dockerfile +++ b/docker/8.2/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ && echo "deb [signed-by=/usr/share/keyrings/ppa_ondrej_php.gpg] https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ppa_ondrej_php.list \ && apt-get update \ && apt-get install -y php8.2-cli php8.2-dev \ - php8.2-pgsql php8.2-sqlite3 php8.1-gd \ + php8.2-pgsql php8.2-sqlite3 php8.2-gd \ php8.2-curl \ php8.2-mysql php8.2-mbstring \ php8.2-xml php8.2-zip php8.2-bcmath php8.2-soap \