Open renovate[bot] opened 2 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: composer update laravel/sail:1.29.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency laravel/framework is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires laravel/sail 1.29.1 -> satisfiable by laravel/sail[v1.29.1].
- laravel/sail v1.29.1 requires illuminate/console ^9.52.16|^10.0|^11.0 -> found illuminate/console[v9.52.16, 9.x-dev, v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.4) does not satisfy that requirement.
- phpunit/phpunit 9.5.20 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
- phpunit/phpunit is locked to version 9.5.20 and an update of this package was not requested.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: composer update laravel/sail:1.39.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency laravel/framework is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires laravel/sail 1.39.1 -> satisfiable by laravel/sail[v1.39.1].
- laravel/sail v1.39.1 requires illuminate/console ^9.52.16|^10.0|^11.0 -> found illuminate/console[v9.52.16, 9.x-dev, v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- phpunit/phpunit is locked to version 9.5.20 and an update of this package was not requested.
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.4.1) does not satisfy that requirement.
- phpunit/phpunit 9.5.20 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
This PR contains the following updates:
1.14.6
->1.39.1
Release Notes
laravel/sail (laravel/sail)
### [`v1.39.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1391---2024-11-27) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.39.0...v1.39.1) - \[1.x] Remove the default `ubuntu` user by [@rojtjo](https://redirect.github.com/rojtjo) in [https://github.com/laravel/sail/pull/762](https://redirect.github.com/laravel/sail/pull/762) ### [`v1.39.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1390---2024-11-25) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.38.0...v1.39.0) - \[1.x] Use Ubuntu 24.04 and Node 22 by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/758](https://redirect.github.com/laravel/sail/pull/758) ### [`v1.38.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1380---2024-11-11) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.37.1...v1.38.0) - fix: Use xdg-open if open does not exist by [@rqpt](https://redirect.github.com/rqpt) in [https://github.com/laravel/sail/pull/744](https://redirect.github.com/laravel/sail/pull/744) - Add MongoDB extension and service by [@GromNaN](https://redirect.github.com/GromNaN) in [https://github.com/laravel/sail/pull/748](https://redirect.github.com/laravel/sail/pull/748) - fix: Sail share 504 timeout fix for linux hosts by [@rqpt](https://redirect.github.com/rqpt) in [https://github.com/laravel/sail/pull/709](https://redirect.github.com/laravel/sail/pull/709) - Use equals sign (=) instead of space as ENV variable separator by [@jpkleemans](https://redirect.github.com/jpkleemans) in [https://github.com/laravel/sail/pull/753](https://redirect.github.com/laravel/sail/pull/753) ### [`v1.37.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1371---2024-10-29) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.37.0...v1.37.1) - Update typesense.stub to 27.1 by [@Braunson](https://redirect.github.com/Braunson) in [https://github.com/laravel/sail/pull/741](https://redirect.github.com/laravel/sail/pull/741) - Update typesense.stub to correct version tag by [@Braunson](https://redirect.github.com/Braunson) in [https://github.com/laravel/sail/pull/742](https://redirect.github.com/laravel/sail/pull/742) ### [`v1.37.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1370---2024-10-21) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.36.0...v1.37.0) - Add php 8.4 to the list of runtimes by [@jobvink](https://redirect.github.com/jobvink) in [https://github.com/laravel/sail/pull/740](https://redirect.github.com/laravel/sail/pull/740) ### [`v1.36.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1360---2024-10-10) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.35.0...v1.36.0) - \[1.x] Update Postgres client to v17 by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/737](https://redirect.github.com/laravel/sail/pull/737) ### [`v1.35.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1350---2024-10-08) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.34.0...v1.35.0) - Upgrade to Postgres 17 by [@ziadoz](https://redirect.github.com/ziadoz) in [https://github.com/laravel/sail/pull/735](https://redirect.github.com/laravel/sail/pull/735) - Use /data path for minio by [@francoism90](https://redirect.github.com/francoism90) in [https://github.com/laravel/sail/pull/736](https://redirect.github.com/laravel/sail/pull/736) ### [`v1.34.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1340---2024-09-27) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.33.0...v1.34.0) - M3 silicon support and fix 'Hash Sum Mismatch' by [@ConrDev](https://redirect.github.com/ConrDev) in [https://github.com/laravel/sail/pull/734](https://redirect.github.com/laravel/sail/pull/734) - Update logo to support dark/light theme by [@milewski](https://redirect.github.com/milewski) in [https://github.com/laravel/sail/pull/733](https://redirect.github.com/laravel/sail/pull/733) ### [`v1.33.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1330---2024-09-22) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.32.0...v1.33.0) - Pass all command line arguments to wrapped executable by [@JoaquinTrinanes](https://redirect.github.com/JoaquinTrinanes) in [https://github.com/laravel/sail/pull/728](https://redirect.github.com/laravel/sail/pull/728) - Use apt php8.3-swoole again by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/731](https://redirect.github.com/laravel/sail/pull/731) ### [`v1.32.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1320---2024-09-11) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.31.3...v1.32.0) - \[1.x] Add Docker Compose Tests by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/721](https://redirect.github.com/laravel/sail/pull/721) - Cleanup unneeded code by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/724](https://redirect.github.com/laravel/sail/pull/724) - Use selenium/standalone-chromium on ARM by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/723](https://redirect.github.com/laravel/sail/pull/723) - Use selenium/standalone-chromium on AMD and ARM by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/722](https://redirect.github.com/laravel/sail/pull/722) ### [`v1.31.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1313---2024-09-03) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.31.2...v1.31.3) - fix: missing \ in dockerfile 8.3 by [@saullo](https://redirect.github.com/saullo) in [https://github.com/laravel/sail/pull/718](https://redirect.github.com/laravel/sail/pull/718) ### [`v1.31.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1312---2024-09-03) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.31.1...v1.31.2) - fix: fixed swoole extension that gets the SQLSTATE\[08006] error by [@pedrovian4](https://redirect.github.com/pedrovian4) in [https://github.com/laravel/sail/pull/715](https://redirect.github.com/laravel/sail/pull/715) ### [`v1.31.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1311---2024-08-02) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.31.0...v1.31.1) - minio: health check using mc by [@francoism90](https://redirect.github.com/francoism90) in [https://github.com/laravel/sail/pull/711](https://redirect.github.com/laravel/sail/pull/711) ### [`v1.31.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1310---2024-07-22) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.30.2...v1.31.0) - \[1.x] Only support MariaDB 11 by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/707](https://redirect.github.com/laravel/sail/pull/707) - Update EXPOSE port command by [@SamuelMwangiW](https://redirect.github.com/SamuelMwangiW) in [https://github.com/laravel/sail/pull/706](https://redirect.github.com/laravel/sail/pull/706) ### [`v1.30.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1302---2024-07-05) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.30.1...v1.30.2) - \[1.x] Use Official MariaDB Healthcheck Script by [@a1383n](https://redirect.github.com/a1383n) in [https://github.com/laravel/sail/pull/704](https://redirect.github.com/laravel/sail/pull/704) ### [`v1.30.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1301---2024-07-01) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.30.0...v1.30.1) - Fixed undefined array key mariadb10|11 error on installation. by [@kursatcanciger](https://redirect.github.com/kursatcanciger) in [https://github.com/laravel/sail/pull/703](https://redirect.github.com/laravel/sail/pull/703) ### [`v1.30.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1300---2024-06-18) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.29.3...v1.30.0) - MariaDB 11 support by [@tomcoonen](https://redirect.github.com/tomcoonen) in [https://github.com/laravel/sail/pull/698](https://redirect.github.com/laravel/sail/pull/698) ### [`v1.29.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1293---2024-06-12) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.29.2...v1.29.3) - Fix meilisearch healthcheck gets to IPv6 instead IPv4 by [@Theprim0](https://redirect.github.com/Theprim0) in [https://github.com/laravel/sail/pull/697](https://redirect.github.com/laravel/sail/pull/697) ### [`v1.29.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1292---2024-05-16) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.29.1...v1.29.2) - \[1.x] Install "mariadb-client" package for MariaDB users by [@staudenmeir](https://redirect.github.com/staudenmeir) in [https://github.com/laravel/sail/pull/693](https://redirect.github.com/laravel/sail/pull/693) ### [`v1.29.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1291---2024-03-20) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.29.0...v1.29.1) - \[1.x] Make commands lazy by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/sail/pull/683](https://redirect.github.com/laravel/sail/pull/683) - Preinstall nano, so default make tinker edit work out of the box by [@negoziator](https://redirect.github.com/negoziator) in [https://github.com/laravel/sail/pull/685](https://redirect.github.com/laravel/sail/pull/685) - Revert opcache for CLI by [@driesvints](https://redirect.github.com/driesvints) in [https://github.com/laravel/sail/pull/684](https://redirect.github.com/laravel/sail/pull/684) ### [`v1.29.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1290---2024-03-08) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.28.2...v1.29.0) - Allow building sail to run PHP as root by [@vmsh0](https://redirect.github.com/vmsh0) in [https://github.com/laravel/sail/pull/677](https://redirect.github.com/laravel/sail/pull/677) - Update MAILER config to use mailpit on L11 by [@SamuelMwangiW](https://redirect.github.com/SamuelMwangiW) in [https://github.com/laravel/sail/pull/678](https://redirect.github.com/laravel/sail/pull/678) ### [`v1.28.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1282---2024-03-04) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.28.1...v1.28.2) - \[1.x] Switch from XDEBUG_SESSION to XDEBUG_TRIGGER for sail debug by [@GregMayes](https://redirect.github.com/GregMayes) in [https://github.com/laravel/sail/pull/675](https://redirect.github.com/laravel/sail/pull/675) - Error calling command "sail mariadb" by [@halfbaked](https://redirect.github.com/halfbaked) in [https://github.com/laravel/sail/pull/674](https://redirect.github.com/laravel/sail/pull/674) ### [`v1.28.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1281---2024-02-23) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.28.0...v1.28.1) - \[1.x] Use new MariaDB connection if possible by [@staudenmeir](https://redirect.github.com/staudenmeir) in [https://github.com/laravel/sail/pull/672](https://redirect.github.com/laravel/sail/pull/672) ### [`v1.28.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1280---2024-02-20) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.27.4...v1.28.0) - Changing pcov Directory by [@joaopalopes24](https://redirect.github.com/joaopalopes24) in [https://github.com/laravel/sail/pull/670](https://redirect.github.com/laravel/sail/pull/670) - add ffmpeg to support videos, when using Spatie media-library for Videos by [@negoziator](https://redirect.github.com/negoziator) in [https://github.com/laravel/sail/pull/671](https://redirect.github.com/laravel/sail/pull/671) ### [`v1.27.4`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1274---2024-02-08) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.27.3...v1.27.4) - Fix open in browser with APP_PORT by [@ijpatricio](https://redirect.github.com/ijpatricio) in [https://github.com/laravel/sail/pull/663](https://redirect.github.com/laravel/sail/pull/663) ### [`v1.27.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1273---2024-01-30) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.27.2...v1.27.3) - \[1.x] Improves console output by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/sail/pull/661](https://redirect.github.com/laravel/sail/pull/661) ### [`v1.27.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1272---2024-01-21) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.27.1...v1.27.2) - Add Support for Typesense by [@jasonbosco](https://redirect.github.com/jasonbosco) in [https://github.com/laravel/sail/pull/655](https://redirect.github.com/laravel/sail/pull/655) - Lint sail script by [@dimitriacosta](https://redirect.github.com/dimitriacosta) in [https://github.com/laravel/sail/pull/656](https://redirect.github.com/laravel/sail/pull/656) - Make DB_CONNECTION replacement more robust by [@taylorotwell](https://redirect.github.com/taylorotwell) in https://github.com/laravel/sail/commit/2276a8d9d6cfdcaad98bf67a34331d100149d5b6 ### [`v1.27.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1271---2024-01-13) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.27.0...v1.27.1) - \[1.x] \[[#651](https://redirect.github.com/laravel/sail/issues/651)] Don't do anything if no phpunit files are present by [@zack6849](https://redirect.github.com/zack6849) in [https://github.com/laravel/sail/pull/652](https://redirect.github.com/laravel/sail/pull/652) ### [`v1.27.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1270---2024-01-03) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.26.3...v1.27.0) - \[1.x] Allow easy customization of the command ran by supervisor's PHP process by [@bram-pkg](https://redirect.github.com/bram-pkg) in [https://github.com/laravel/sail/pull/645](https://redirect.github.com/laravel/sail/pull/645) - \[1.x] Default to PHP 8.3 by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/647](https://redirect.github.com/laravel/sail/pull/647) ### [`v1.26.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1263---2023-12-02) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.26.2...v1.26.3) - \[1.x] Add PHP 8.3 xdebug by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/642](https://redirect.github.com/laravel/sail/pull/642) ### [`v1.26.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1262---2023-11-27) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.26.1...v1.26.2) - Add missing PHP 8.3 extensions by [@hebbet](https://redirect.github.com/hebbet) in [https://github.com/laravel/sail/pull/640](https://redirect.github.com/laravel/sail/pull/640) ### [`v1.26.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1261---2023-11-20) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.26.0...v1.26.1) - Update default user by [@taylorotwell](https://redirect.github.com/taylorotwell) in https://github.com/laravel/sail/commit/7a82f5aa364dbee3fd9c52fc464cf0bdd11150ed ### [`v1.26.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1260---2023-10-18) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.25.0...v1.26.0) - Fix: Allow postCreateCommand to fail silently in VS Code on Windows by [@seanburns326a](https://redirect.github.com/seanburns326a) in [https://github.com/laravel/sail/pull/626](https://redirect.github.com/laravel/sail/pull/626) - Support Laravel 11 and update dependencies by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/629](https://redirect.github.com/laravel/sail/pull/629) - Use nodejs 20 by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/628](https://redirect.github.com/laravel/sail/pull/628) ### [`v1.25.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1250---2023-09-11) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.24.1...v1.25.0) - Add Bun by [@punyflash](https://redirect.github.com/punyflash) in [https://github.com/laravel/sail/pull/616](https://redirect.github.com/laravel/sail/pull/616) - Install bun from npm by [@punyflash](https://redirect.github.com/punyflash) in [https://github.com/laravel/sail/pull/617](https://redirect.github.com/laravel/sail/pull/617) ### [`v1.24.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1241---2023-09-01) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.24.0...v1.24.1) - Change node source repository by [@alexpado](https://redirect.github.com/alexpado) in [https://github.com/laravel/sail/pull/613](https://redirect.github.com/laravel/sail/pull/613) - Add PHP 8.3 Runtime (missing extensions excluded) by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/614](https://redirect.github.com/laravel/sail/pull/614) ### [`v1.24.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1240---2023-08-27) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.23.4...v1.24.0) - Make MEILISEARCH_NO_ANALYTICS environment variable available by [@mawnicat](https://redirect.github.com/mawnicat) in [https://github.com/laravel/sail/pull/611](https://redirect.github.com/laravel/sail/pull/611) - Use Laravel Prompts when available by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/sail/pull/612](https://redirect.github.com/laravel/sail/pull/612) ### [`v1.23.4`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1234---2023-08-17) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.23.3...v1.23.4) - Adjust pnpm to support Sail alias by [@SamuelMTeixeira](https://redirect.github.com/SamuelMTeixeira) in [https://github.com/laravel/sail/pull/607](https://redirect.github.com/laravel/sail/pull/607) ### [`v1.23.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1233---2023-08-14) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.23.2...v1.23.3) - Upgrade the Compose file format version to Compose specification by [@goodjack](https://redirect.github.com/goodjack) in [https://github.com/laravel/sail/pull/601](https://redirect.github.com/laravel/sail/pull/601) - Add PNPM support to enhance dependency management efficiency by [@SamuelMTeixeira](https://redirect.github.com/SamuelMTeixeira) in [https://github.com/laravel/sail/pull/605](https://redirect.github.com/laravel/sail/pull/605) ### [`v1.23.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1232---2023-08-07) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.23.1...v1.23.2) - add fswatch for pest support by [@Thinkro](https://redirect.github.com/Thinkro) in [https://github.com/laravel/sail/pull/600](https://redirect.github.com/laravel/sail/pull/600) ### [`v1.23.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1231---2023-06-28) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.23.0...v1.23.1) - Also publish database init scripts by [@spasstiger23](https://redirect.github.com/spasstiger23) in [https://github.com/laravel/sail/pull/592](https://redirect.github.com/laravel/sail/pull/592) ### [`v1.23.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1230---2023-06-16) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.22.0...v1.23.0) - Add `a` as alias for artisan command by [@5thmv](https://redirect.github.com/5thmv) in [https://github.com/laravel/sail/pull/588](https://redirect.github.com/laravel/sail/pull/588) ### [`v1.22.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1220---2023-05-04) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.21.5...v1.22.0) - Remove PHP 7.4 Support by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/580](https://redirect.github.com/laravel/sail/pull/580) ### [`v1.21.5`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1215---2023-04-24) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.21.4...v1.21.5) - Fix opening files from Ignition error page by [@NiclasvanEyk](https://redirect.github.com/NiclasvanEyk) in [https://github.com/laravel/sail/pull/576](https://redirect.github.com/laravel/sail/pull/576) - Add librsvg2-bin package for SVG support by [@Bottelet](https://redirect.github.com/Bottelet) in [https://github.com/laravel/sail/pull/575](https://redirect.github.com/laravel/sail/pull/575) ### [`v1.21.4`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1214---2023-03-30) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.21.3...v1.21.4) - Speeds up CLI and tests by enabling OpCache by [@lukeraymonddowning](https://redirect.github.com/lukeraymonddowning) in [https://github.com/laravel/sail/pull/569](https://redirect.github.com/laravel/sail/pull/569) ### [`v1.21.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1213---2023-03-13) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.21.2...v1.21.3) - Enable Expose Global Server Infrastructure by [@theutz](https://redirect.github.com/theutz) in [https://github.com/laravel/sail/pull/563](https://redirect.github.com/laravel/sail/pull/563) - feat: upgrade postgresql-client to 15 by [@fedorvladimirov](https://redirect.github.com/fedorvladimirov) in [https://github.com/laravel/sail/pull/564](https://redirect.github.com/laravel/sail/pull/564) ### [`v1.21.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1212---2023-03-06) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.21.1...v1.21.2) - Use curl to download composer by [@larsnystrom](https://redirect.github.com/larsnystrom) in [https://github.com/laravel/sail/pull/561](https://redirect.github.com/laravel/sail/pull/561) ### [`v1.21.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1211---2023-03-01) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.21.0...v1.21.1) - Added Imagick to the php runtimes by [@ams-ryanolson](https://redirect.github.com/ams-ryanolson) in [https://github.com/laravel/sail/pull/559](https://redirect.github.com/laravel/sail/pull/559) ### [`v1.21.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1210---2023-02-16) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.20.2...v1.21.0) - Add `sail open` command. by [@xiCO2k](https://redirect.github.com/xiCO2k) in [https://github.com/laravel/sail/pull/551](https://redirect.github.com/laravel/sail/pull/551) - Update keyring path to new default recommendation by [@binaryfire](https://redirect.github.com/binaryfire) in [https://github.com/laravel/sail/pull/552](https://redirect.github.com/laravel/sail/pull/552) ### [`v1.20.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1202---2023-02-08) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.20.1...v1.20.2) ##### Fixed - Fix `SAIL_SHARE_DOMAIN` default value by [@gonzalom](https://redirect.github.com/gonzalom) in [https://github.com/laravel/sail/pull/546](https://redirect.github.com/laravel/sail/pull/546) ### [`v1.20.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1201---2023-02-07) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.20.0...v1.20.1) ##### Fixed - Fixed the path to devcontainer.stub by [@gabrielgry](https://redirect.github.com/gabrielgry) in [https://github.com/laravel/sail/pull/544](https://redirect.github.com/laravel/sail/pull/544) ### [`v1.20.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1200---2023-02-05) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.19.0...v1.20.0) ##### Added - Use symfony/yaml, new Soketi service, and new sail:add command by [@tonysm](https://redirect.github.com/tonysm) in [https://github.com/laravel/sail/pull/532](https://redirect.github.com/laravel/sail/pull/532) ##### Fixed - Move settings into customizations.vscode by [@Kyzegs](https://redirect.github.com/Kyzegs) in [https://github.com/laravel/sail/pull/542](https://redirect.github.com/laravel/sail/pull/542) ### [`v1.19.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1190---2023-01-31) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.18.1...v1.19.0) ##### Added - Add custom domain config to sail share by [@mojowill](https://redirect.github.com/mojowill) in [https://github.com/laravel/sail/pull/531](https://redirect.github.com/laravel/sail/pull/531) - Add pest command to sail bin by [@MortenDHansen](https://redirect.github.com/MortenDHansen) in [https://github.com/laravel/sail/pull/534](https://redirect.github.com/laravel/sail/pull/534) ##### Changed - Replace mailhog with mailpit by [@ankurk91](https://redirect.github.com/ankurk91) in [https://github.com/laravel/sail/pull/533](https://redirect.github.com/laravel/sail/pull/533) ### [`v1.18.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1181---2023-01-12) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.18.0...v1.18.1) ##### Changed - Update devcontainer stub (vscode customizations) by [@mojgit](https://redirect.github.com/mojgit) in [https://github.com/laravel/sail/pull/528](https://redirect.github.com/laravel/sail/pull/528) ### [`v1.18.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1180---2023-01-10) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.17.0...v1.18.0) ##### Added - Laravel v10 Support by [@driesvints](https://redirect.github.com/driesvints) in [https://github.com/laravel/sail/pull/527](https://redirect.github.com/laravel/sail/pull/527) ### [`v1.17.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1170---2022-12-22) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.6...v1.17.0) ##### Changed - Upgrade to Postgres 15 by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/519](https://redirect.github.com/laravel/sail/pull/519) - Install `dnsutils` package to use `dig` command by [@buismaarten](https://redirect.github.com/buismaarten) in [https://github.com/laravel/sail/pull/520](https://redirect.github.com/laravel/sail/pull/520) ### [`v1.16.6`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1166---2022-12-19) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.5...v1.16.6) ##### Changed - Add PHP 8.2 pcov extension again by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/515](https://redirect.github.com/laravel/sail/pull/515) ### [`v1.16.5`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1165---2022-12-14) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.4...v1.16.5) ##### Changed - Add Forward Memcached Port by [@dammy001](https://redirect.github.com/dammy001) in [https://github.com/laravel/sail/pull/512](https://redirect.github.com/laravel/sail/pull/512) ### [`v1.16.4`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1164---2022-12-12) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.3...v1.16.4) ##### Fixed - Changing ubuntu keyserver to use curl by [@jseitel](https://redirect.github.com/jseitel) in [https://github.com/laravel/sail/pull/508](https://redirect.github.com/laravel/sail/pull/508) ### [`v1.16.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1163---2022-11-21) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.2...v1.16.3) ##### Fixed - Fix usage of none for services list by [@jf-prevost](https://redirect.github.com/jf-prevost) in [https://github.com/laravel/sail/pull/495](https://redirect.github.com/laravel/sail/pull/495) ### [`v1.16.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1162---2022-09-28) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.1...v1.16.2) ##### Fixed - Add extra hosts to Selenium by [@nomnoms12](https://redirect.github.com/nomnoms12) in [https://github.com/laravel/sail/pull/485](https://redirect.github.com/laravel/sail/pull/485) ### [`v1.16.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1161---2022-09-26) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.16.0...v1.16.1) ##### Fixed - Script not loading all app env files by [@LouisHaftmann](https://redirect.github.com/LouisHaftmann) in [https://github.com/laravel/sail/pull/482](https://redirect.github.com/laravel/sail/pull/482) ### [`v1.16.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1160---2022-08-31) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.15.4...v1.16.0) ##### Added - PHP 8.2 Support by [@Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/laravel/sail/pull/473](https://redirect.github.com/laravel/sail/pull/473) ### [`v1.15.4`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1154---2022-08-17) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.15.3...v1.15.4) ##### Fixed - Don't error when docker is not available by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/sail/pull/468](https://redirect.github.com/laravel/sail/pull/468) ### [`v1.15.3`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1153---2022-08-17) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.15.2...v1.15.3) ##### Changed - Build and pull images on install by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/sail/pull/467](https://redirect.github.com/laravel/sail/pull/467) ### [`v1.15.2`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1152---2022-08-08) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.15.1...v1.15.2) ##### Fixed - Fix splitting SAIL_FILES into array by [@mortenscheel](https://redirect.github.com/mortenscheel) in [https://github.com/laravel/sail/pull/458](https://redirect.github.com/laravel/sail/pull/458) ### [`v1.15.1`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1151---2022-07-21) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.15.0...v1.15.1) ##### Fixed - Fix ubuntu versions for PHP 7.4 & 8.0 runtimes by [@taylorotwell](https://redirect.github.com/taylorotwell) in https://github.com/laravel/sail/commit/2fe64c0b45a3af56cac0af638c8020a8adc860d7 ### [`v1.15.0`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1150---2022-06-24) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.14.11...v1.15.0) ##### Added - Adds `sail pint` by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/sail/pull/439](https://redirect.github.com/laravel/sail/pull/439) ##### Changed - Publish the Vite port by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/sail/pull/433](https://redirect.github.com/laravel/sail/pull/433) ##### Fixed - Fixed devcontainer permissions by [@GoodM4ven](https://redirect.github.com/GoodM4ven) in [https://github.com/laravel/sail/pull/438](https://redirect.github.com/laravel/sail/pull/438) - Update default PostgreSQL versions for PHP 8.0 and 7.4 runtimes by [@driesvints](https://redirect.github.com/driesvints) in [https://github.com/laravel/sail/pull/441](https://redirect.github.com/laravel/sail/pull/441) ### [`v1.14.11`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v11411---2022-06-14) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.14.10...v1.14.11) ##### Fixed - Revert "Expose 8080 port for hot module replacement" by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/sail/pull/432](https://redirect.github.com/laravel/sail/pull/432) ### [`v1.14.10`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v11410---2022-06-09) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.14.9...v1.14.10) ##### Fixed - Fix testing DB creation by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/sail/pull/429](https://redirect.github.com/laravel/sail/pull/429) ### [`v1.14.9`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1149---2022-06-06) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.14.8...v1.14.9) ##### Changed - Allow for creation of databases needed for parallel testing by [@bram-pkg](https://redirect.github.com/bram-pkg) in [https://github.com/laravel/sail/pull/424](https://redirect.github.com/laravel/sail/pull/424) ### [`v1.14.8`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1148---2022-05-31) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.14.7...v1.14.8) ##### Changed - Run supervisord with pid 1 by [@ryoluo](https://redirect.github.com/ryoluo) in [https://github.com/laravel/sail/pull/419](https://redirect.github.com/laravel/sail/pull/419) ### [`v1.14.7`](https://redirect.github.com/laravel/sail/blob/HEAD/CHANGELOG.md#v1147---2022-05-21) [Compare Source](https://redirect.github.com/laravel/sail/compare/v1.14.6...v1.14.7) ##### Changed - Update meilisearch stub to reflect new data path by [@tdondich](https://redirect.github.com/tdondich) in [https://github.com/laravel/sail/pull/414](https://redirect.github.com/laravel/sail/pull/414)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.