Open renovate[bot] opened 6 months 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/breeze:2.0.3 --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/breeze 2.0.3 -> satisfiable by laravel/breeze[v2.0.3].
- laravel/breeze v2.0.3 requires illuminate/console ^11.0 -> found illuminate/console[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.6) does not satisfy that requirement.
- phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
- phpunit/phpunit is locked to version 9.5.21 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/breeze:2.2.4 --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 doctrine/dbal 4.0.1 (exact version match: 4.0.1 or 4.0.1.0), found doctrine/dbal[4.0.1] but the package is fixed to 3.3.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 2
- Root composer.json requires laravel/breeze 2.2.4 -> satisfiable by laravel/breeze[v2.2.4].
- laravel/breeze v2.2.4 requires illuminate/console ^11.0 -> found illuminate/console[v11.0.0, ..., 11.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 3
- phpunit/phpunit is locked to version 9.5.21 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.3.13) does not satisfy that requirement.
- phpunit/phpunit 9.5.21 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.10.0
->2.2.4
Release Notes
laravel/breeze (laravel/breeze)
### [`v2.2.4`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v224---2024-10-29) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.2.3...v2.2.4) - fix(sanctum): add 127.0.0.1:3000 for proper API auth during local development with 127.0.0.1:3000 by [@ShahAlamShaikat](https://redirect.github.com/ShahAlamShaikat) in [https://github.com/laravel/breeze/pull/431](https://redirect.github.com/laravel/breeze/pull/431) - Using the translate function instead of a static value by [@ashkanfekridev](https://redirect.github.com/ashkanfekridev) in [https://github.com/laravel/breeze/pull/432](https://redirect.github.com/laravel/breeze/pull/432) ### [`v2.2.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v223---2024-10-17) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.2.2...v2.2.3) - \[2.x] Fixed TypeScript Errors in React SSR Setup with Ziggy Props when Builds by [@akr4m](https://redirect.github.com/akr4m) in [https://github.com/laravel/breeze/pull/430](https://redirect.github.com/laravel/breeze/pull/430) ### [`v2.2.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v222---2024-10-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.2.1...v2.2.2) - Update logo to support dark/light theme by [@milewski](https://redirect.github.com/milewski) in [https://github.com/laravel/breeze/pull/418](https://redirect.github.com/laravel/breeze/pull/418) - Add hint to clarify how to use multiselect by [@bdweix](https://redirect.github.com/bdweix) in [https://github.com/laravel/breeze/pull/417](https://redirect.github.com/laravel/breeze/pull/417) - \[2.x] Utilise `Illuminate\Support\php_binary()` by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/breeze/pull/421](https://redirect.github.com/laravel/breeze/pull/421) - Remove blade unescape for attributes by [@Rattone](https://redirect.github.com/Rattone) in [https://github.com/laravel/breeze/pull/422](https://redirect.github.com/laravel/breeze/pull/422) - \[2.x] chore: text-input to use [@disabled](https://redirect.github.com/disabled) by [@MrPunyapal](https://redirect.github.com/MrPunyapal) in [https://github.com/laravel/breeze/pull/427](https://redirect.github.com/laravel/breeze/pull/427) - Updated names of the default functions to match the file names. by [@msamgan](https://redirect.github.com/msamgan) in [https://github.com/laravel/breeze/pull/428](https://redirect.github.com/laravel/breeze/pull/428) ### [`v2.2.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v221---2024-09-22) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.2.0...v2.2.1) - \[2.x] Add `pnpm` lockfile to `flushNodeModules` by [@osbre](https://redirect.github.com/osbre) in [https://github.com/laravel/breeze/pull/411](https://redirect.github.com/laravel/breeze/pull/411) - \[2.x] Add option to install ESLint with Prettier by [@avosalmon](https://redirect.github.com/avosalmon) in [https://github.com/laravel/breeze/pull/412](https://redirect.github.com/laravel/breeze/pull/412) - \[2.x] Allows GitHub Actions to run directly from GA UI by [@crynobone](https://redirect.github.com/crynobone) in [https://github.com/laravel/breeze/pull/413](https://redirect.github.com/laravel/breeze/pull/413) - Refactor: Break long email validation rule into multiple lines by [@Amidope](https://redirect.github.com/Amidope) in [https://github.com/laravel/breeze/pull/416](https://redirect.github.com/laravel/breeze/pull/416) ### [`v2.2.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v220---2024-09-11) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.1.5...v2.2.0) - fix: add clearErrors on DeleteUserForm on closeModal function by [@radumargina](https://redirect.github.com/radumargina) in [https://github.com/laravel/breeze/pull/406](https://redirect.github.com/laravel/breeze/pull/406) - check for import.meta.env.SSR instead of import.meta.env.DEV to know… by [@YassineBenh](https://redirect.github.com/YassineBenh) in [https://github.com/laravel/breeze/pull/409](https://redirect.github.com/laravel/breeze/pull/409) - Declare global types for React PageProps by [@matsantosz](https://redirect.github.com/matsantosz) in [https://github.com/laravel/breeze/pull/405](https://redirect.github.com/laravel/breeze/pull/405) ### [`v2.1.5`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v215---2024-09-09) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.1.4...v2.1.5) - Adjust feature request template by [@driesvints](https://redirect.github.com/driesvints) in [https://github.com/laravel/breeze/pull/401](https://redirect.github.com/laravel/breeze/pull/401) - \[2.x] Add Bun & Deno Support for installStacks (Blade, Livewire, Inertia) by [@thecodechef](https://redirect.github.com/thecodechef) in [https://github.com/laravel/breeze/pull/403](https://redirect.github.com/laravel/breeze/pull/403) - \[2.x] Eagerly prefetch assets by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/400](https://redirect.github.com/laravel/breeze/pull/400) - \[2.x] Added `bun` & `deno` support to `flushNodeModules()` by [@thecodechef](https://redirect.github.com/thecodechef) in [https://github.com/laravel/breeze/pull/404](https://redirect.github.com/laravel/breeze/pull/404) - \[2.x] Use Pest as default testing framework by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/402](https://redirect.github.com/laravel/breeze/pull/402) - Uses Pest 3 by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/408](https://redirect.github.com/laravel/breeze/pull/408) **Full Changelog**: https://github.com/laravel/breeze/compare/v2.1.4...v2.1.5 ### [`v2.1.4`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v214---2024-08-12) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.1.3...v2.1.4) - Update User type to match db schema by [@ninjaparade](https://redirect.github.com/ninjaparade) in [https://github.com/laravel/breeze/pull/399](https://redirect.github.com/laravel/breeze/pull/399) ### [`v2.1.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v213---2024-07-17) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.1.2...v2.1.3) - fix clearing password fields on React auth forms by [@daleweaver777](https://redirect.github.com/daleweaver777) in [https://github.com/laravel/breeze/pull/395](https://redirect.github.com/laravel/breeze/pull/395) ### [`v2.1.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v212---2024-07-05) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.1.1...v2.1.2) - \[2.x] Replace `switch` with `match` in `dropdown.blade.php` by [@osbre](https://redirect.github.com/osbre) in [https://github.com/laravel/breeze/pull/393](https://redirect.github.com/laravel/breeze/pull/393) ### [`v2.1.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v211---2024-07-02) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.1.0...v2.1.1) - Bump vue-tsc to v2 to fix crash with TypeScript v5.5 by [@daleweaver777](https://redirect.github.com/daleweaver777) in [https://github.com/laravel/breeze/pull/391](https://redirect.github.com/laravel/breeze/pull/391) ### [`v2.1.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v210---2024-06-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.0.5...v2.1.0) - Bump `[@headlessui](https://redirect.github.com/headlessui)/react` to v2 by [@RobinMalfait](https://redirect.github.com/RobinMalfait) in [https://github.com/laravel/breeze/pull/389](https://redirect.github.com/laravel/breeze/pull/389) ### [`v2.0.5`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v205---2024-05-28) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.0.4...v2.0.5) - \[2.x] Use `[@isset](https://redirect.github.com/isset)` directive by [@dasundev](https://redirect.github.com/dasundev) in [https://github.com/laravel/breeze/pull/388](https://redirect.github.com/laravel/breeze/pull/388) ### [`v2.0.4`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v204---2024-05-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.0.3...v2.0.4) - Update RegisteredUserController.php by [@olivsinz](https://redirect.github.com/olivsinz) in [https://github.com/laravel/breeze/pull/386](https://redirect.github.com/laravel/breeze/pull/386) - Update NewPasswordController.php by [@olivsinz](https://redirect.github.com/olivsinz) in [https://github.com/laravel/breeze/pull/385](https://redirect.github.com/laravel/breeze/pull/385) - Adding bun support within install command by [@Mavv3006](https://redirect.github.com/Mavv3006) in [https://github.com/laravel/breeze/pull/384](https://redirect.github.com/laravel/breeze/pull/384) - fix: add `hydrateRoot` when react ssr enabled by [@jrson83](https://redirect.github.com/jrson83) in [https://github.com/laravel/breeze/pull/387](https://redirect.github.com/laravel/breeze/pull/387) ### [`v2.0.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v203---2024-04-24) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.0.2...v2.0.3) - Refactor email verification tests by [@javadihugo](https://redirect.github.com/javadihugo) in [https://github.com/laravel/breeze/pull/379](https://redirect.github.com/laravel/breeze/pull/379) - \[2.x] Fix React TS errors by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/381](https://redirect.github.com/laravel/breeze/pull/381) - Remove welcome view by [@taylorotwell](https://redirect.github.com/taylorotwell) in https://github.com/laravel/breeze/commit/86cccf3d7ed843fc60738963ed2ed800eaf314d9 - Remove welcome view by [@taylorotwell](https://redirect.github.com/taylorotwell) in https://github.com/laravel/breeze/commit/0d97c710d25e69916b84eb8ff4b630c838709c11 ### [`v2.0.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v202---2024-04-01) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.0.1...v2.0.2) - \[2.x] Removes "(experimental)" label by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/377](https://redirect.github.com/laravel/breeze/pull/377) ### [`v2.0.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v201---2024-03-21) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v2.0.0...v2.0.1) - Remove duplicate "id" attribute by [@edikurniawan-dev](https://redirect.github.com/edikurniawan-dev) in [https://github.com/laravel/breeze/pull/368](https://redirect.github.com/laravel/breeze/pull/368) - Add Laravel Herd by [@mpociot](https://redirect.github.com/mpociot) in [https://github.com/laravel/breeze/pull/372](https://redirect.github.com/laravel/breeze/pull/372) - \[2.x] Make commands lazy by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/373](https://redirect.github.com/laravel/breeze/pull/373) - \[2.x] Fixes non dark mode on Livewire's `welcome/navigation.blade.php` by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/375](https://redirect.github.com/laravel/breeze/pull/375) ### [`v2.0.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v200---2024-03-12) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.29.1...v2.0.0) - Adds Laravel 11 support by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/331](https://redirect.github.com/laravel/breeze/pull/331) - Add id to Input component by [@mmkhakdaman](https://redirect.github.com/mmkhakdaman) in [https://github.com/laravel/breeze/pull/151](https://redirect.github.com/laravel/breeze/pull/151) - Implement 11.x welcome page design by [@jasonlbeggs](https://redirect.github.com/jasonlbeggs) in [https://github.com/laravel/breeze/pull/362](https://redirect.github.com/laravel/breeze/pull/362) ### [`v1.29.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1291---2024-03-04) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.29.0...v1.29.1) - Updated throttleKey method to meet Str::lower excepted value in LoginRequest stub by [@rileyshannon](https://redirect.github.com/rileyshannon) in [https://github.com/laravel/breeze/pull/365](https://redirect.github.com/laravel/breeze/pull/365) - Fix Livewire form validation by [@PerryvanderMeer](https://redirect.github.com/PerryvanderMeer) in [https://github.com/laravel/breeze/pull/364](https://redirect.github.com/laravel/breeze/pull/364) ### [`v1.29.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1290---2024-02-21) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.28.3...v1.29.0) - Update to Ziggy v2 by [@bakerkretzmar](https://redirect.github.com/bakerkretzmar) in [https://github.com/laravel/breeze/pull/359](https://redirect.github.com/laravel/breeze/pull/359) ### [`v1.28.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1283---2024-02-19) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.28.2...v1.28.3) - Improve default auth tests inside the stubs by [@Pilskalns](https://redirect.github.com/Pilskalns) in [https://github.com/laravel/breeze/pull/358](https://redirect.github.com/laravel/breeze/pull/358) ### [`v1.28.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1282---2024-02-13) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.28.1...v1.28.2) - \[1.x] Use Livewire's `redirectIntended` function by [@PerryvanderMeer](https://redirect.github.com/PerryvanderMeer) in [https://github.com/laravel/breeze/pull/352](https://redirect.github.com/laravel/breeze/pull/352) ### [`v1.28.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1281---2024-01-15) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.28.0...v1.28.1) - Add default value for useRef calls in .tsx files by [@matthiasweiss](https://redirect.github.com/matthiasweiss) in [https://github.com/laravel/breeze/pull/348](https://redirect.github.com/laravel/breeze/pull/348) ### [`v1.28.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1280---2024-01-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.27.0...v1.28.0) - \[1.x] Switch to `defineModel` in Vue stubs by [@osbre](https://redirect.github.com/osbre) in [https://github.com/laravel/breeze/pull/285](https://redirect.github.com/laravel/breeze/pull/285) ### [`v1.27.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1270---2023-12-19) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.26.3...v1.27.0) - Update PostCSS version by [@TENIOS](https://redirect.github.com/TENIOS) in [https://github.com/laravel/breeze/pull/339](https://redirect.github.com/laravel/breeze/pull/339) - Added a x-on:close-modal.window directive so we can close modal from a livewire function by [@lucidpolygon](https://redirect.github.com/lucidpolygon) in [https://github.com/laravel/breeze/pull/341](https://redirect.github.com/laravel/breeze/pull/341) - Improve Ziggy setup in Inertia stacks by [@bakerkretzmar](https://redirect.github.com/bakerkretzmar) in [https://github.com/laravel/breeze/pull/340](https://redirect.github.com/laravel/breeze/pull/340) - \[1.x] Vite 5 by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/342](https://redirect.github.com/laravel/breeze/pull/342) ### [`v1.26.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1263---2023-12-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.26.2...v1.26.3) - asserting responses are ok before asserting presence of components by [@da-mask](https://redirect.github.com/da-mask) in [https://github.com/laravel/breeze/pull/337](https://redirect.github.com/laravel/breeze/pull/337) - Fix handling of names with single quotes in Livewire navigation by [@dragi-ns](https://redirect.github.com/dragi-ns) in [https://github.com/laravel/breeze/pull/336](https://redirect.github.com/laravel/breeze/pull/336) - Change Livewire Rule Attribute to Validate Attribute by [@achmedislamic](https://redirect.github.com/achmedislamic) in [https://github.com/laravel/breeze/pull/334](https://redirect.github.com/laravel/breeze/pull/334) - \[1.x] Uses `json_encode` like Jetstream by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/338](https://redirect.github.com/laravel/breeze/pull/338) ### [`v1.26.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1262---2023-11-24) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.26.1...v1.26.2) - refactor: remove unused import by [@hsndmr](https://redirect.github.com/hsndmr) in [https://github.com/laravel/breeze/pull/328](https://redirect.github.com/laravel/breeze/pull/328) - Remove unused import statement by [@arifhp86](https://redirect.github.com/arifhp86) in [https://github.com/laravel/breeze/pull/329](https://redirect.github.com/laravel/breeze/pull/329) - \[1.x] Fix duplicate password fields by [@tonysm](https://redirect.github.com/tonysm) in [https://github.com/laravel/breeze/pull/33](https://redirect.github.com/laravel/breeze/pull/33) ### [`v1.26.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1261---2023-11-01) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.26.0...v1.26.1) - Better Support for RTL by [@joelbutcher](https://redirect.github.com/joelbutcher) in [https://github.com/laravel/breeze/pull/327](https://redirect.github.com/laravel/breeze/pull/327) ### [`v1.26.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1260---2023-10-29) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.25.1...v1.26.0) - Fix Livewire 'remember me' flow for login doesn't remember by [@ebosveld](https://redirect.github.com/ebosveld) in [https://github.com/laravel/breeze/pull/325](https://redirect.github.com/laravel/breeze/pull/325) - Beautify Livewire Stack by [@taylorotwell](https://redirect.github.com/taylorotwell) in [https://github.com/laravel/breeze/pull/326](https://redirect.github.com/laravel/breeze/pull/326) ### [`v1.25.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1251---2023-10-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.25.0...v1.25.1) - \[1.x] Adds `lowercase` validation rule to user's `email` field by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/321](https://redirect.github.com/laravel/breeze/pull/321) - \[1.x] Fix React type issue for SSR route by [@parth391](https://redirect.github.com/parth391) in [https://github.com/laravel/breeze/pull/320](https://redirect.github.com/laravel/breeze/pull/320) - \[1.x] Don't hide options by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/322](https://redirect.github.com/laravel/breeze/pull/322) ### [`v1.25.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1250---2023-10-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.24.1...v1.25.0) - Adds Livewire Volt Functional API by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/318](https://redirect.github.com/laravel/breeze/pull/318) ### [`v1.24.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1241---2023-10-04) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.24.0...v1.24.1) - Fix missing class import by [@qwert1x](https://redirect.github.com/qwert1x) in [https://github.com/laravel/breeze/pull/317](https://redirect.github.com/laravel/breeze/pull/317) ### [`v1.24.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1240---2023-09-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.23.3...v1.24.0) - Adds Livewire stack 🐙 by [@nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/314](https://redirect.github.com/laravel/breeze/pull/314) ### [`v1.23.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1233---2023-09-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.23.2...v1.23.3) - Add logout tests by [@xiCO2k](https://redirect.github.com/xiCO2k) in [https://github.com/laravel/breeze/pull/311](https://redirect.github.com/laravel/breeze/pull/311) ### [`v1.23.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1232---2023-09-01) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.23.1...v1.23.2) - Highlight Alpine by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/307](https://redirect.github.com/laravel/breeze/pull/307) ### [`v1.23.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1231---2023-08-27) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.23.0...v1.23.1) - Replace `array_merge` with spread operator in `HandleInertiaRequests` by [@osbre](https://redirect.github.com/osbre) in [https://github.com/laravel/breeze/pull/302](https://redirect.github.com/laravel/breeze/pull/302) ### [`v1.23.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1230---2023-08-08) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.22.0...v1.23.0) - \[1.x] Pest detection by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/300](https://redirect.github.com/laravel/breeze/pull/300) ### [`v1.22.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1220---2023-08-02) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.21.2...v1.22.0) - \[1.x] Update `[@vitejs](https://redirect.github.com/vitejs)/plugin-react` to v4 by [@parth391](https://redirect.github.com/parth391) in [https://github.com/laravel/breeze/pull/298](https://redirect.github.com/laravel/breeze/pull/298) - \[1.x] Prompts by [@jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/295](https://redirect.github.com/laravel/breeze/pull/295) ### [`v1.21.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1212---2023-06-21) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.21.1...v1.21.2) - Fix and standardise transitions by [@timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/293](https://redirect.github.com/laravel/breeze/pull/293) - Use appName directly from .env inConfiguration
📅 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.