nunhes / laobrezz

0 stars 5 forks source link

Update dependency laravel/breeze to v2 #39

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/breeze 1.10.0 -> 2.2.4 age adoption passing confidence

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 in by [@​domnantas](https://redirect.github.com/domnantas) in [https://github.com/laravel/breeze/pull/292](https://redirect.github.com/laravel/breeze/pull/292) ### [`v1.21.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1211---2023-06-16) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.21.0...v1.21.1) - Remove implicit form method calls by [@​Jacobtims](https://redirect.github.com/Jacobtims) in [https://github.com/laravel/breeze/pull/290](https://redirect.github.com/laravel/breeze/pull/290) ### [`v1.21.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1210---2023-05-04) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.20.2...v1.21.0) - Migrate to modules by [@​timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/246](https://redirect.github.com/laravel/breeze/pull/246) ### [`v1.20.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1202---2023-04-16) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.20.1...v1.20.2) - Remove redundant form data in vue stub by [@​datlechin](https://redirect.github.com/datlechin) in [https://github.com/laravel/breeze/pull/280](https://redirect.github.com/laravel/breeze/pull/280) - Add Sanctum Guard by [@​taylorotwell](https://redirect.github.com/taylorotwell) in https://github.com/laravel/breeze/commit/b010ff3f8cd8e9ae2a2023ca323fba9987157f60 ### [`v1.20.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1201---2023-03-28) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.20.0...v1.20.1) - Fix ref in react TextInput by [@​denis-n-ko](https://redirect.github.com/denis-n-ko) in [https://github.com/laravel/breeze/pull/277](https://redirect.github.com/laravel/breeze/pull/277) - Update `current_password` rule in ProfileController by [@​saade](https://redirect.github.com/saade) in [https://github.com/laravel/breeze/pull/278](https://redirect.github.com/laravel/breeze/pull/278) - Fix Pest test installation for Inertia stack by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/279](https://redirect.github.com/laravel/breeze/pull/279) ### [`v1.20.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1200---2023-03-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.19.2...v1.20.0) - Add opt-in TypeScript support by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/267](https://redirect.github.com/laravel/breeze/pull/267) - Uses Pest 2 by [@​nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/274](https://redirect.github.com/laravel/breeze/pull/274) - API Stub EnsureEmailIsVerified Middleware: Remove unused function arguments in params by [@​raksbisht](https://redirect.github.com/raksbisht) in [https://github.com/laravel/breeze/pull/264](https://redirect.github.com/laravel/breeze/pull/264) - Prop consistency by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/272](https://redirect.github.com/laravel/breeze/pull/272) - React - Fix potential "undefined" class by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/271](https://redirect.github.com/laravel/breeze/pull/271) - React - Remove unnecessary text input wrapper by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/270](https://redirect.github.com/laravel/breeze/pull/270) - React - Fix input focusing when password update fails by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/269](https://redirect.github.com/laravel/breeze/pull/269) - React - Simplify Form Handler by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/268](https://redirect.github.com/laravel/breeze/pull/268) - Fix password-update pest tests by [@​mtvbrianking](https://redirect.github.com/mtvbrianking) in [https://github.com/laravel/breeze/pull/273](https://redirect.github.com/laravel/breeze/pull/273) ### [`v1.19.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1192---2023-02-18) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.19.1...v1.19.2) - Improve React components by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/257](https://redirect.github.com/laravel/breeze/pull/257) - Fix input field Id in ForgotPassword.jsx by [@​tomdupont](https://redirect.github.com/tomdupont) in [https://github.com/laravel/breeze/pull/262](https://redirect.github.com/laravel/breeze/pull/262) ### [`v1.19.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1191---2023-02-14) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.19.0...v1.19.1) ##### Changed - Remove link ### [`v1.19.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1190---2023-02-14) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.18.2...v1.19.0) ##### Changed - Clean up route definition for Single Action Controllers by [@​istiak-tridip](https://redirect.github.com/istiak-tridip) in [https://github.com/laravel/breeze/pull/249](https://redirect.github.com/laravel/breeze/pull/249) - Add translation to placeholder in delete-user-form.blade.php by [@​castrohenworx](https://redirect.github.com/castrohenworx) in [https://github.com/laravel/breeze/pull/250](https://redirect.github.com/laravel/breeze/pull/250) - Allowed a hardcoded string to be localized by [@​Wendelstein7](https://redirect.github.com/Wendelstein7) in [https://github.com/laravel/breeze/pull/254](https://redirect.github.com/laravel/breeze/pull/254) - Update font and welcome page by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/253](https://redirect.github.com/laravel/breeze/pull/253) ##### Fixed - Allows to install `--pest` in Laravel 10 by [@​driesvints](https://redirect.github.com/driesvints) in [https://github.com/laravel/breeze/pull/251](https://redirect.github.com/laravel/breeze/pull/251) ##### Removed - Remove unused files from stubs by [@​emargareten](https://redirect.github.com/emargareten) in [https://github.com/laravel/breeze/pull/255](https://redirect.github.com/laravel/breeze/pull/255) ### [`v1.18.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1182---2023-02-02) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.18.1...v1.18.2) ##### Changed - Use autocomplete for all fields for password manager compatibility by [@​lukearmstrong](https://redirect.github.com/lukearmstrong) in [https://github.com/laravel/breeze/pull/245](https://redirect.github.com/laravel/breeze/pull/245) ### [`v1.18.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1181---2023-01-31) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.18.0...v1.18.1) ##### Changed - Inform user of dependency install process by [@​itxshakil](https://redirect.github.com/itxshakil) in [https://github.com/laravel/breeze/pull/241](https://redirect.github.com/laravel/breeze/pull/241) ##### Fixed - Update nav menu dark text to be consistent with nav link by [@​RhysLees](https://redirect.github.com/RhysLees) in [https://github.com/laravel/breeze/pull/239](https://redirect.github.com/laravel/breeze/pull/239) ### [`v1.18.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1180---2023-01-18) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.17.0...v1.18.0) ##### Added - Laravel v10 Support by [@​driesvints](https://redirect.github.com/driesvints) in [https://github.com/laravel/breeze/pull/235](https://redirect.github.com/laravel/breeze/pull/235) - Inertia v1 Support by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/238](https://redirect.github.com/laravel/breeze/pull/238) ##### Changed - Prompt when the stack argument is not provided by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/236](https://redirect.github.com/laravel/breeze/pull/236) - Use Illuminate console components for prompting by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/237](https://redirect.github.com/laravel/breeze/pull/237) ### [`v1.17.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1170---2023-01-03) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.16.1...v1.17.0) ##### Changed - Uses PHP Native Type Declarations 🐘 by [@​nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/201](https://redirect.github.com/laravel/breeze/pull/201) ### [`v1.16.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1161---2022-12-19) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.16.0...v1.16.1) ##### Fixed - Remove unused vue imports by [@​dillingham](https://redirect.github.com/dillingham) in [https://github.com/laravel/breeze/pull/231](https://redirect.github.com/laravel/breeze/pull/231) - Renamed isFocused prop on TextInput component by [@​drewmw5](https://redirect.github.com/drewmw5) in [https://github.com/laravel/breeze/pull/232](https://redirect.github.com/laravel/breeze/pull/232) ### [`v1.16.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1160---2022-12-16) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.15.4...v1.16.0) ##### Added - \[1.x] Vite 4 support by [@​timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/226](https://redirect.github.com/laravel/breeze/pull/226) ##### Changed - Blade stack - Moved duplicated logo component to guest layout by [@​magdicom](https://redirect.github.com/magdicom) in [https://github.com/laravel/breeze/pull/228](https://redirect.github.com/laravel/breeze/pull/228) ##### Fixed - Fix typo in delete user forms by [@​alexcanana](https://redirect.github.com/alexcanana) in [https://github.com/laravel/breeze/pull/225](https://redirect.github.com/laravel/breeze/pull/225) - Fixed capitalization of autoComplete prop by [@​drewmw5](https://redirect.github.com/drewmw5) in [https://github.com/laravel/breeze/pull/230](https://redirect.github.com/laravel/breeze/pull/230) ### [`v1.15.4`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1154---2022-12-05) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.15.3...v1.15.4) ##### Changed - Use Default NPM Package Manager of User if Lock File Exists In Base Path by [@​andrewdwallo](https://redirect.github.com/andrewdwallo) in [https://github.com/laravel/breeze/pull/224](https://redirect.github.com/laravel/breeze/pull/224) ### [`v1.15.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1153---2022-11-28) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.15.2...v1.15.3) ##### Fixed - Fix-psr-4-warning by [@​Kamona-WD](https://redirect.github.com/Kamona-WD) in [https://github.com/laravel/breeze/pull/221](https://redirect.github.com/laravel/breeze/pull/221) - Status must be String by [@​marsuboss](https://redirect.github.com/marsuboss) in [https://github.com/laravel/breeze/pull/219](https://redirect.github.com/laravel/breeze/pull/219) - Fix close modal with escape keydown and cleanup import react by [@​fouteox](https://redirect.github.com/fouteox) in [https://github.com/laravel/breeze/pull/218](https://redirect.github.com/laravel/breeze/pull/218) ### [`v1.15.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1152---2022-11-21) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.15.1...v1.15.2) ##### Fixed - Fix closing tag by [@​kaozaza2](https://redirect.github.com/kaozaza2) in [https://github.com/laravel/breeze/pull/213](https://redirect.github.com/laravel/breeze/pull/213) - Vue code formatting by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/212](https://redirect.github.com/laravel/breeze/pull/212) - React formatting by [@​fouteox](https://redirect.github.com/fouteox) in [https://github.com/laravel/breeze/pull/214](https://redirect.github.com/laravel/breeze/pull/214) - Add missing translation methods to Blade stack by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/215](https://redirect.github.com/laravel/breeze/pull/215) ### [`v1.15.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1151---2022-11-15) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.15.0...v1.15.1) ##### Fixed - Fix namespace in PasswordUpdateTest.php by [@​irsyadadl](https://redirect.github.com/irsyadadl) in [https://github.com/laravel/breeze/pull/211](https://redirect.github.com/laravel/breeze/pull/211) ### [`v1.15.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1150---2022-11-15) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.14.3...v1.15.0) ##### Added - Add "Profile" page by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/205](https://redirect.github.com/laravel/breeze/pull/205) - Opt-in dark mode support :crescent_moon: by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/209](https://redirect.github.com/laravel/breeze/pull/209) ### [`v1.14.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1143---2022-11-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.14.2...v1.14.3) ##### Changed - RegisteredUserController stubs should use the User model name instead of table name in the validators by [@​viliamjr](https://redirect.github.com/viliamjr) in [https://github.com/laravel/breeze/pull/206](https://redirect.github.com/laravel/breeze/pull/206) ### [`v1.14.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1142---2022-10-26) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.14.1...v1.14.2) ##### Fixed - Fix preloading in dev by [@​timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/199](https://redirect.github.com/laravel/breeze/pull/199) ### [`v1.14.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1141---2022-10-25) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.14.0...v1.14.1) ##### Changed - Replace double quote(") with single quote(') by [@​itxshakil](https://redirect.github.com/itxshakil) in [https://github.com/laravel/breeze/pull/195](https://redirect.github.com/laravel/breeze/pull/195) - Bump React and Vue Dependencies by [@​dammy001](https://redirect.github.com/dammy001) in [https://github.com/laravel/breeze/pull/197](https://redirect.github.com/laravel/breeze/pull/197) - Vite preloading by [@​timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/196](https://redirect.github.com/laravel/breeze/pull/196) ### [`v1.14.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1140---2022-09-27) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.13.1...v1.14.0) ##### Added - Upgrade to React 18 by [@​kjoedion](https://redirect.github.com/kjoedion) in [https://github.com/laravel/breeze/pull/192](https://redirect.github.com/laravel/breeze/pull/192) ##### Changed - Display errors alongside fields in Blade stack by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/191](https://redirect.github.com/laravel/breeze/pull/191) - Consistently use `verified` middleware on `/dashboard` route. by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/190](https://redirect.github.com/laravel/breeze/pull/190) - Make Blade app header optional by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/189](https://redirect.github.com/laravel/breeze/pull/189) ##### Fixed - Fixes `HandleInertiaRequests::handle` related types by [@​felixdorn](https://redirect.github.com/felixdorn) in [https://github.com/laravel/breeze/pull/193](https://redirect.github.com/laravel/breeze/pull/193) ### [`v1.13.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1131---2022-09-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.13.0...v1.13.1) ##### Fixed - Make app directory consistently lowercase by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/187](https://redirect.github.com/laravel/breeze/pull/187) ### [`v1.13.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1130---2022-09-06) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.12.0...v1.13.0) ##### Changed - Remove "Breeze" component prefix by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/179](https://redirect.github.com/laravel/breeze/pull/179) ### [`v1.12.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1120---2022-08-16) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.11.4...v1.12.0) ##### Changed - Install NPM dependencies and build assets by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/180](https://redirect.github.com/laravel/breeze/pull/180) - Set application home URI to /dashboard by [@​nikolaynikolaevn](https://redirect.github.com/nikolaynikolaevn) in [https://github.com/laravel/breeze/pull/181](https://redirect.github.com/laravel/breeze/pull/181) - Update inertia-laravel by [@​timacdonald](https://redirect.github.com/timacdonald) in https://github.com/laravel/breeze/commit/6d95e9aacbe992e19c81d5cd6f7eec994e50dd8d ### [`v1.11.4`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1114---2022-08-08) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.11.3...v1.11.4) ##### Changed - Display validation errors alongside their field by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/175](https://redirect.github.com/laravel/breeze/pull/175) - Validate the stack argument by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/178](https://redirect.github.com/laravel/breeze/pull/178) - Style improvements by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/177](https://redirect.github.com/laravel/breeze/pull/177) ### [`v1.11.3`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1113---2022-08-01) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.11.2...v1.11.3) ##### Changed - Transliterate throttle key by [@​JurianArie](https://redirect.github.com/JurianArie) in [https://github.com/laravel/breeze/pull/173](https://redirect.github.com/laravel/breeze/pull/173) - Switch to fonts.bunny.net instead of Google Fonts by [@​lucasRolff](https://redirect.github.com/lucasRolff) in [https://github.com/laravel/breeze/pull/174](https://redirect.github.com/laravel/breeze/pull/174) ### [`v1.11.2`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1112---2022-07-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.11.1...v1.11.2) ##### Changed - Improved console output by [@​nunomaduro](https://redirect.github.com/nunomaduro) in [https://github.com/laravel/breeze/pull/172](https://redirect.github.com/laravel/breeze/pull/172) ### [`v1.11.1`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1111---2022-07-20) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.11.0...v1.11.1) ##### Changed - Vite 3 support by [@​timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/171](https://redirect.github.com/laravel/breeze/pull/171) ### [`v1.11.0`](https://redirect.github.com/laravel/breeze/blob/HEAD/CHANGELOG.md#v1110---2022-07-11) [Compare Source](https://redirect.github.com/laravel/breeze/compare/v1.10.0...v1.11.0) ##### Changed - Add default view / routes reloading to breeze stacks by [@​timacdonald](https://redirect.github.com/timacdonald) in [https://github.com/laravel/breeze/pull/166](https://redirect.github.com/laravel/breeze/pull/166) - Update SSR directory by [@​jessarcher](https://redirect.github.com/jessarcher) in [https://github.com/laravel/breeze/pull/168](https://redirect.github.com/laravel/breeze/pull/168) ##### Fixed - Fix: React SSR installation error by [@​renomureza](https://redirect.github.com/renomureza) in [https://github.com/laravel/breeze/pull/169](https://redirect.github.com/laravel/breeze/pull/169) ##### Removed - Laravel 8 don't support the vite. by [@​Jehong-Ahn](https://redirect.github.com/Jehong-Ahn) in [https://github.com/laravel/breeze/pull/167](https://redirect.github.com/laravel/breeze/pull/167) </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).</p> <p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.</p> <p>🔕 <strong>Ignore</strong>: Close this PR and you won't be reminded about this update again.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box</li> </ul> <hr /> <p>This PR was generated by <a rel="noreferrer nofollow" target="_blank" href="https://mend.io/renovate/">Mend Renovate</a>. View the <a rel="noreferrer nofollow" target="_blank" href="https://developer.mend.io/github/nunhes/laobrezz">repository job log</a>.</p> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/renovate[bot]"><img src="https://avatars.githubusercontent.com/in/2740?v=4" />renovate[bot]</a> commented <strong> 6 months ago</strong> </div> <div class="markdown-body"> <h3>⚠ Artifact update problem</h3> <p>Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.</p> <p>♻ Renovate will retry this branch, including artifacts, only when one of the following happens:</p> <ul> <li>any of the package files in this branch needs updating, or </li> <li>the branch becomes conflicted, or</li> <li>you click the rebase/retry checkbox if found above, or</li> <li>you rename this PR's title to start with "rebase!" to trigger it manually</li> </ul> <p>The artifact failure details are included below:</p> <h5>File name: composer.lock</h5> <pre><code>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. </code></pre> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/renovate[bot]"><img src="https://avatars.githubusercontent.com/in/2740?v=4" />renovate[bot]</a> commented <strong> 5 months ago</strong> </div> <div class="markdown-body"> <h3>⚠️ Artifact update problem</h3> <p>Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.</p> <p>♻ Renovate will retry this branch, including artifacts, only when one of the following happens:</p> <ul> <li>any of the package files in this branch needs updating, or </li> <li>the branch becomes conflicted, or</li> <li>you click the rebase/retry checkbox if found above, or</li> <li>you rename this PR's title to start with "rebase!" to trigger it manually</li> </ul> <p>The artifact failure details are included below:</p> <h5>File name: composer.lock</h5> <pre><code>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. </code></pre> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>