-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/php84 #175
Merged
Merged
Feat/php84 #175
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Removed old cachetool artifacts form Deployer config file
- maatwebsite/excel, phpoffice/phpspreadsheet and ezyang/htmlpurifier needed version bumps due to fixed versions in composer.lock
stevenobird
added a commit
that referenced
this pull request
Dec 18, 2024
* build(deps-dev): bump laravel/sail from 1.36.0 to 1.37.0 Bumps [laravel/sail](https://github.com/laravel/sail) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.36.0...v1.37.0) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump laravel/dusk from 8.2.9 to 8.2.10 Bumps [laravel/dusk](https://github.com/laravel/dusk) from 8.2.9 to 8.2.10. - [Release notes](https://github.com/laravel/dusk/releases) - [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md) - [Commits](laravel/dusk@v8.2.9...v8.2.10) --- updated-dependencies: - dependency-name: laravel/dusk dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump laravel/framework from 11.28.1 to 11.29.0 Bumps [laravel/framework](https://github.com/laravel/framework) from 11.28.1 to 11.29.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.28.1...v11.29.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump deployer/deployer from 7.4.1 to 7.5.4 Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 7.4.1 to 7.5.4. - [Release notes](https://github.com/deployphp/deployer/releases) - [Commits](deployphp/deployer@v7.4.1...v7.5.4) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump vite from 5.4.9 to 5.4.10 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump pestphp/pest from 3.4.1 to 3.5.0 Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](pestphp/pest@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Clear that op/realtime cache after deployment (#127) * build(deps): bump laravel/jetstream from 5.3.0 to 5.3.1 (#129) Bumps [laravel/jetstream](https://github.com/laravel/jetstream) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/laravel/jetstream/releases) - [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md) - [Commits](laravel/jetstream@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: laravel/jetstream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel/sail from 1.37.0 to 1.37.1 (#130) Bumps [laravel/sail](https://github.com/laravel/sail) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.37.0...v1.37.1) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump laravel/framework from 11.29.0 to 11.30.0 (#131) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.29.0 to 11.30.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.29.0...v11.30.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump pestphp/pest from 3.5.0 to 3.5.1 (#132) Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](pestphp/pest@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spatie/laravel-permission from 6.9.0 to 6.10.1 (#135) Bumps [spatie/laravel-permission](https://github.com/spatie/laravel-permission) from 6.9.0 to 6.10.1. - [Release notes](https://github.com/spatie/laravel-permission/releases) - [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md) - [Commits](spatie/laravel-permission@6.9.0...6.10.1) --- updated-dependencies: - dependency-name: spatie/laravel-permission dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump symfony/http-foundation in the composer group (#134) Bumps the composer group with 1 update: [symfony/http-foundation](https://github.com/symfony/http-foundation). Updates `symfony/http-foundation` from 7.1.5 to 7.1.7 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump laravel/framework from 11.30.0 to 11.35.1 (#168) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.30.0 to 11.35.1. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.30.0...v11.35.1) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump tailwindcss from 3.4.14 to 3.4.16 (#165) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.16. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.16) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump prettier from 3.3.3 to 3.4.2 (#164) Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel-vite-plugin from 1.0.5 to 1.1.1 (#163) Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.0.5 to 1.1.1. - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Commits](laravel/vite-plugin@v1.0.5...v1.1.1) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump deployer/deployer from 7.5.4 to 7.5.8 (#160) Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 7.5.4 to 7.5.8. - [Release notes](https://github.com/deployphp/deployer/releases) - [Commits](deployphp/deployer@v7.5.4...v7.5.8) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel/sail from 1.37.1 to 1.39.1 (#158) Bumps [laravel/sail](https://github.com/laravel/sail) from 1.37.1 to 1.39.1. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.37.1...v1.39.1) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump vite from 5.4.10 to 6.0.3 (#166) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 6.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump fakerphp/faker from 1.23.1 to 1.24.1 (#149) Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/FakerPHP/Faker/releases) - [Changelog](https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md) - [Commits](FakerPHP/Faker@v1.23.1...v1.24.1) --- updated-dependencies: - dependency-name: fakerphp/faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump phpoffice/phpspreadsheet (#170) Bumps the composer group with 1 update in the / directory: [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet). Updates `phpoffice/phpspreadsheet` from 1.29.2 to 1.29.6 - [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases) - [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/1.29.6/CHANGELOG.md) - [Commits](PHPOffice/PhpSpreadsheet@1.29.2...1.29.6) --- updated-dependencies: - dependency-name: phpoffice/phpspreadsheet dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump maatwebsite/excel from 3.1.58 to 3.1.61 (#150) Bumps [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) from 3.1.58 to 3.1.61. - [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases) - [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md) - [Commits](SpartnerNL/Laravel-Excel@3.1.58...3.1.61) --- updated-dependencies: - dependency-name: maatwebsite/excel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Clear caches after deploy (#171) * Clear that op/realtime cache after deployment * fix: opcache didn't work, so we use uberspace's restart tool * feat: add PHP 8.4 to the deployment matrix (#172) - Removed old cachetool artifacts form Deployer config file * Feat/php84 (#175) * feat: add PHP 8.4 to the deployment matrix - Removed old cachetool artifacts form Deployer config file * update: PHP dependencies for 8.4 support - maatwebsite/excel, phpoffice/phpspreadsheet and ezyang/htmlpurifier needed version bumps due to fixed versions in composer.lock * build(deps): bump laravel/framework from 11.29.0 to 11.30.0 (#131) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.29.0 to 11.30.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.29.0...v11.30.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump symfony/http-foundation in the composer group (#134) Bumps the composer group with 1 update: [symfony/http-foundation](https://github.com/symfony/http-foundation). Updates `symfony/http-foundation` from 7.1.5 to 7.1.7 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: added missing 8.4 in php-browser-tests matrix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
stevenobird
added a commit
that referenced
this pull request
Dec 18, 2024
* build(deps-dev): bump laravel/sail from 1.36.0 to 1.37.0 Bumps [laravel/sail](https://github.com/laravel/sail) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.36.0...v1.37.0) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump laravel/dusk from 8.2.9 to 8.2.10 Bumps [laravel/dusk](https://github.com/laravel/dusk) from 8.2.9 to 8.2.10. - [Release notes](https://github.com/laravel/dusk/releases) - [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md) - [Commits](laravel/dusk@v8.2.9...v8.2.10) --- updated-dependencies: - dependency-name: laravel/dusk dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump laravel/framework from 11.28.1 to 11.29.0 Bumps [laravel/framework](https://github.com/laravel/framework) from 11.28.1 to 11.29.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.28.1...v11.29.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump deployer/deployer from 7.4.1 to 7.5.4 Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 7.4.1 to 7.5.4. - [Release notes](https://github.com/deployphp/deployer/releases) - [Commits](deployphp/deployer@v7.4.1...v7.5.4) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump vite from 5.4.9 to 5.4.10 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump pestphp/pest from 3.4.1 to 3.5.0 Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](pestphp/pest@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Clear that op/realtime cache after deployment (#127) * build(deps): bump laravel/jetstream from 5.3.0 to 5.3.1 (#129) Bumps [laravel/jetstream](https://github.com/laravel/jetstream) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/laravel/jetstream/releases) - [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md) - [Commits](laravel/jetstream@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: laravel/jetstream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel/sail from 1.37.0 to 1.37.1 (#130) Bumps [laravel/sail](https://github.com/laravel/sail) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.37.0...v1.37.1) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump laravel/framework from 11.29.0 to 11.30.0 (#131) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.29.0 to 11.30.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.29.0...v11.30.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump pestphp/pest from 3.5.0 to 3.5.1 (#132) Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](pestphp/pest@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spatie/laravel-permission from 6.9.0 to 6.10.1 (#135) Bumps [spatie/laravel-permission](https://github.com/spatie/laravel-permission) from 6.9.0 to 6.10.1. - [Release notes](https://github.com/spatie/laravel-permission/releases) - [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md) - [Commits](spatie/laravel-permission@6.9.0...6.10.1) --- updated-dependencies: - dependency-name: spatie/laravel-permission dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump symfony/http-foundation in the composer group (#134) Bumps the composer group with 1 update: [symfony/http-foundation](https://github.com/symfony/http-foundation). Updates `symfony/http-foundation` from 7.1.5 to 7.1.7 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump laravel/framework from 11.30.0 to 11.35.1 (#168) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.30.0 to 11.35.1. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.30.0...v11.35.1) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump tailwindcss from 3.4.14 to 3.4.16 (#165) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.16. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.16) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump prettier from 3.3.3 to 3.4.2 (#164) Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel-vite-plugin from 1.0.5 to 1.1.1 (#163) Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.0.5 to 1.1.1. - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Commits](laravel/vite-plugin@v1.0.5...v1.1.1) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump deployer/deployer from 7.5.4 to 7.5.8 (#160) Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 7.5.4 to 7.5.8. - [Release notes](https://github.com/deployphp/deployer/releases) - [Commits](deployphp/deployer@v7.5.4...v7.5.8) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel/sail from 1.37.1 to 1.39.1 (#158) Bumps [laravel/sail](https://github.com/laravel/sail) from 1.37.1 to 1.39.1. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.37.1...v1.39.1) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump vite from 5.4.10 to 6.0.3 (#166) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 6.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump fakerphp/faker from 1.23.1 to 1.24.1 (#149) Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/FakerPHP/Faker/releases) - [Changelog](https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md) - [Commits](FakerPHP/Faker@v1.23.1...v1.24.1) --- updated-dependencies: - dependency-name: fakerphp/faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump phpoffice/phpspreadsheet (#170) Bumps the composer group with 1 update in the / directory: [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet). Updates `phpoffice/phpspreadsheet` from 1.29.2 to 1.29.6 - [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases) - [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/1.29.6/CHANGELOG.md) - [Commits](PHPOffice/PhpSpreadsheet@1.29.2...1.29.6) --- updated-dependencies: - dependency-name: phpoffice/phpspreadsheet dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump maatwebsite/excel from 3.1.58 to 3.1.61 (#150) Bumps [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) from 3.1.58 to 3.1.61. - [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases) - [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md) - [Commits](SpartnerNL/Laravel-Excel@3.1.58...3.1.61) --- updated-dependencies: - dependency-name: maatwebsite/excel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Clear caches after deploy (#171) * Clear that op/realtime cache after deployment * fix: opcache didn't work, so we use uberspace's restart tool * feat: add PHP 8.4 to the deployment matrix (#172) - Removed old cachetool artifacts form Deployer config file * Feat/php84 (#175) * feat: add PHP 8.4 to the deployment matrix - Removed old cachetool artifacts form Deployer config file * update: PHP dependencies for 8.4 support - maatwebsite/excel, phpoffice/phpspreadsheet and ezyang/htmlpurifier needed version bumps due to fixed versions in composer.lock * build(deps): bump laravel/framework from 11.29.0 to 11.30.0 (#131) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.29.0 to 11.30.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.29.0...v11.30.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump symfony/http-foundation in the composer group (#134) Bumps the composer group with 1 update: [symfony/http-foundation](https://github.com/symfony/http-foundation). Updates `symfony/http-foundation` from 7.1.5 to 7.1.7 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: added missing 8.4 in php-browser-tests matrix * teat: add workflow_dispatch event to deploy.yaml workflow * ci: add inputs to workflow_dispatch and adjust job conditions * ci: deployer syntax fix * chore: PHP dependency updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
stevenobird
added a commit
that referenced
this pull request
Dec 18, 2024
* build(deps-dev): bump laravel/sail from 1.36.0 to 1.37.0 Bumps [laravel/sail](https://github.com/laravel/sail) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.36.0...v1.37.0) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump laravel/dusk from 8.2.9 to 8.2.10 Bumps [laravel/dusk](https://github.com/laravel/dusk) from 8.2.9 to 8.2.10. - [Release notes](https://github.com/laravel/dusk/releases) - [Changelog](https://github.com/laravel/dusk/blob/8.x/CHANGELOG.md) - [Commits](laravel/dusk@v8.2.9...v8.2.10) --- updated-dependencies: - dependency-name: laravel/dusk dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump laravel/framework from 11.28.1 to 11.29.0 Bumps [laravel/framework](https://github.com/laravel/framework) from 11.28.1 to 11.29.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.28.1...v11.29.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump deployer/deployer from 7.4.1 to 7.5.4 Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 7.4.1 to 7.5.4. - [Release notes](https://github.com/deployphp/deployer/releases) - [Commits](deployphp/deployer@v7.4.1...v7.5.4) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump vite from 5.4.9 to 5.4.10 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump pestphp/pest from 3.4.1 to 3.5.0 Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](pestphp/pest@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Clear that op/realtime cache after deployment (#127) * build(deps): bump laravel/jetstream from 5.3.0 to 5.3.1 (#129) Bumps [laravel/jetstream](https://github.com/laravel/jetstream) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/laravel/jetstream/releases) - [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md) - [Commits](laravel/jetstream@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: laravel/jetstream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel/sail from 1.37.0 to 1.37.1 (#130) Bumps [laravel/sail](https://github.com/laravel/sail) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.37.0...v1.37.1) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump laravel/framework from 11.29.0 to 11.30.0 (#131) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.29.0 to 11.30.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.29.0...v11.30.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump pestphp/pest from 3.5.0 to 3.5.1 (#132) Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/pestphp/pest/releases) - [Changelog](https://github.com/pestphp/pest/blob/3.x/RELEASE.md) - [Commits](pestphp/pest@v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: pestphp/pest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump spatie/laravel-permission from 6.9.0 to 6.10.1 (#135) Bumps [spatie/laravel-permission](https://github.com/spatie/laravel-permission) from 6.9.0 to 6.10.1. - [Release notes](https://github.com/spatie/laravel-permission/releases) - [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md) - [Commits](spatie/laravel-permission@6.9.0...6.10.1) --- updated-dependencies: - dependency-name: spatie/laravel-permission dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump symfony/http-foundation in the composer group (#134) Bumps the composer group with 1 update: [symfony/http-foundation](https://github.com/symfony/http-foundation). Updates `symfony/http-foundation` from 7.1.5 to 7.1.7 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump laravel/framework from 11.30.0 to 11.35.1 (#168) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.30.0 to 11.35.1. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.30.0...v11.35.1) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump tailwindcss from 3.4.14 to 3.4.16 (#165) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.16. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.16) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump prettier from 3.3.3 to 3.4.2 (#164) Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel-vite-plugin from 1.0.5 to 1.1.1 (#163) Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.0.5 to 1.1.1. - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Commits](laravel/vite-plugin@v1.0.5...v1.1.1) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump deployer/deployer from 7.5.4 to 7.5.8 (#160) Bumps [deployer/deployer](https://github.com/deployphp/deployer) from 7.5.4 to 7.5.8. - [Release notes](https://github.com/deployphp/deployer/releases) - [Commits](deployphp/deployer@v7.5.4...v7.5.8) --- updated-dependencies: - dependency-name: deployer/deployer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump laravel/sail from 1.37.1 to 1.39.1 (#158) Bumps [laravel/sail](https://github.com/laravel/sail) from 1.37.1 to 1.39.1. - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.37.1...v1.39.1) --- updated-dependencies: - dependency-name: laravel/sail dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump vite from 5.4.10 to 6.0.3 (#166) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 6.0.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump fakerphp/faker from 1.23.1 to 1.24.1 (#149) Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/FakerPHP/Faker/releases) - [Changelog](https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md) - [Commits](FakerPHP/Faker@v1.23.1...v1.24.1) --- updated-dependencies: - dependency-name: fakerphp/faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump phpoffice/phpspreadsheet (#170) Bumps the composer group with 1 update in the / directory: [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet). Updates `phpoffice/phpspreadsheet` from 1.29.2 to 1.29.6 - [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases) - [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/1.29.6/CHANGELOG.md) - [Commits](PHPOffice/PhpSpreadsheet@1.29.2...1.29.6) --- updated-dependencies: - dependency-name: phpoffice/phpspreadsheet dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump maatwebsite/excel from 3.1.58 to 3.1.61 (#150) Bumps [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) from 3.1.58 to 3.1.61. - [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases) - [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md) - [Commits](SpartnerNL/Laravel-Excel@3.1.58...3.1.61) --- updated-dependencies: - dependency-name: maatwebsite/excel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Clear caches after deploy (#171) * Clear that op/realtime cache after deployment * fix: opcache didn't work, so we use uberspace's restart tool * feat: add PHP 8.4 to the deployment matrix (#172) - Removed old cachetool artifacts form Deployer config file * Feat/php84 (#175) * feat: add PHP 8.4 to the deployment matrix - Removed old cachetool artifacts form Deployer config file * update: PHP dependencies for 8.4 support - maatwebsite/excel, phpoffice/phpspreadsheet and ezyang/htmlpurifier needed version bumps due to fixed versions in composer.lock * build(deps): bump laravel/framework from 11.29.0 to 11.30.0 (#131) Bumps [laravel/framework](https://github.com/laravel/framework) from 11.29.0 to 11.30.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](laravel/framework@v11.29.0...v11.30.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump symfony/http-foundation in the composer group (#134) Bumps the composer group with 1 update: [symfony/http-foundation](https://github.com/symfony/http-foundation). Updates `symfony/http-foundation` from 7.1.5 to 7.1.7 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.1/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.1.5...v7.1.7) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: added missing 8.4 in php-browser-tests matrix * teat: add workflow_dispatch event to deploy.yaml workflow * ci: add inputs to workflow_dispatch and adjust job conditions * ci: deployer syntax fix * chore: PHP dependency updates * ci: Deployer fix for real this time --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hot from the press! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.