From 4d32b08892d906bc302b3bc36923ed5636c23dac Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:05:08 +0100 Subject: [PATCH 1/7] [2.x] Removed gitpkg dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd7708f31..6ac06921d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "prod": "vite build" }, "devDependencies": { - "@appbaseio/reactivesearch-vue": "https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=v1.34.0-vue&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es", + "@appbaseio/reactivesearch-vue": "https://rapidez.io/storage/appbaseio-reactivesearch-vue.tgz", "@babel/core": "^7.23.9", "@hotwired/turbo": "^8.0.2", "@tailwindcss/forms": "^0.5.3", From 091dfeaf2cbb7b8b779b16718d4b7d83488501bd Mon Sep 17 00:00:00 2001 From: indykoning Date: Tue, 6 Jan 2026 12:05:42 +0000 Subject: [PATCH 2/7] Apply fixes from Prettier --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index adcd8b257..8c650b869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26,9 +26,9 @@ redux-thunk "^2.3.0" xdate "^0.8.2" -"@appbaseio/reactivesearch-vue@https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=v1.34.0-vue&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es": +"@appbaseio/reactivesearch-vue@https://rapidez.io/storage/appbaseio-reactivesearch-vue.tgz": version "2.0.0-alpha.4" - resolved "https://gitpkg.vercel.app/api/pkg?url=rapidez/reactivesearch/packages/vue&commit=v1.34.0-vue&scripts.postinstall=yarn%20install%20--ignore-scripts%20%26%26%20yarn%20run%20build-es&scripts.build-es=nps%20build.es#aa3e3bf8a01901a56f123e8022c5df7e57798801" + resolved "https://rapidez.io/storage/appbaseio-reactivesearch-vue.tgz#5e7551d193f6160a8c967d51f511d880fbd17371" dependencies: "@appbaseio/reactivecore" "9.14.25" "@appbaseio/vue-emotion" "0.4.4" From 65ff341908e8bf5826579fe462857abe7be9c6a6 Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:11:33 +0100 Subject: [PATCH 3/7] Removed 8.1 from phpunit --- .github/workflows/phpunit.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e630a2b91..89edfae15 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] + php: [8.2, 8.3] laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: @@ -23,9 +23,6 @@ jobs: testbench: 8.* - laravel: 11.* testbench: 9.* - exclude: - - laravel: 11.* - php: 8.1 services: mysql: From 1f8482d154ffeef90ce8362b70b9a223ce0003c7 Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:59:46 +0100 Subject: [PATCH 4/7] Raise laravel to 12 --- .github/workflows/phpunit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 89edfae15..0e5dfc7d9 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,13 +16,13 @@ jobs: fail-fast: false matrix: php: [8.2, 8.3] - laravel: [10.*, 11.*] + laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 10.* - testbench: 8.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* services: mysql: From 1a2ef205cbf2be064bbf1ffbacac8f48527a885b Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:24:39 +0100 Subject: [PATCH 5/7] Removed L12 --- .github/workflows/phpunit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 0e5dfc7d9..ec3c970cc 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,13 +16,11 @@ jobs: fail-fast: false matrix: php: [8.2, 8.3] - laravel: [11.*, 12.*] + laravel: [11.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* testbench: 9.* - - laravel: 12.* - testbench: 10.* services: mysql: From 6b1440303bddb2cbf88507780709e7dfcb693e96 Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:28:24 +0100 Subject: [PATCH 6/7] Ensure bugfree testbench --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index ec3c970cc..79f1c76d9 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* - testbench: 9.* + testbench: "^9.1.4" services: mysql: From 786bd88ac016710714e384e5d414f10bf3d9868d Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:05:27 +0100 Subject: [PATCH 7/7] Drop support for Laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7c10d198a..7c5d38e8e 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "rapidez/laravel-multi-cache": "^2.1", "blade-ui-kit/blade-heroicons": "^2.4", "mailerlite/laravel-elasticsearch": "^11.1", - "illuminate/database": "^10.0|^11.0", - "illuminate/events": "^10.0|^11.0", - "illuminate/queue": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/database": "^11.0", + "illuminate/events": "^11.0", + "illuminate/queue": "^11.0", + "illuminate/support": "^11.0", "lcobucci/clock": "^2.0|^3.2", "lcobucci/jwt": "^4.0|^5.3", "rapidez/blade-directives": "^0.6",