-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.x] Adds L11 support #167
Conversation
Thanks! Ping me when you want this to be reviewed, merged, tagged 👍 |
Can you merge and tag please @freekmurze ? |
tests/Solutions/SolutionProviders/UndefinedLivewireMethodSolutionProviderTest.php
Show resolved
Hide resolved
Seems like some tests are failing, could you take a look? |
@freekmurze Can you run tests again? |
Slightly better, but still failing 🙂 |
Should be good now. If not, can you give me access to run tests by myself? @freekmurze |
You should now be able to run the tests yourself. |
You're almost there! 👍 |
@freekmurze Ready! |
Can you release as |
Thank you! |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [spatie/laravel-ignition](https://flareapp.io/ignition) ([source](https://togithub.com/spatie/laravel-ignition)) | `2.3.2` -> `2.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/spatie%2flaravel-ignition/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/spatie%2flaravel-ignition/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/spatie%2flaravel-ignition/2.3.2/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/spatie%2flaravel-ignition/2.3.2/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spatie/laravel-ignition (spatie/laravel-ignition)</summary> ### [`v2.4.1`](https://togithub.com/spatie/laravel-ignition/blob/HEAD/CHANGELOG.md#241---2024-01-12) [Compare Source](https://togithub.com/spatie/laravel-ignition/compare/2.4.0...2.4.1) ##### What's Changed - \[2.x] Fixes dump header on different symfony versions by [@​nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/spatie/laravel-ignition/pull/177](https://togithub.com/spatie/laravel-ignition/pull/177) **Full Changelog**: spatie/laravel-ignition@2.4.0...2.4.1 ### [`v2.4.0`](https://togithub.com/spatie/laravel-ignition/blob/HEAD/CHANGELOG.md#240---2024-01-04) [Compare Source](https://togithub.com/spatie/laravel-ignition/compare/2.3.3...2.4.0) ##### What's Changed - \[2.x] Adds L11 support by [@​nunomaduro](https://togithub.com/nunomaduro) in [https://github.com/spatie/laravel-ignition/pull/167](https://togithub.com/spatie/laravel-ignition/pull/167) ##### New Contributors - [@​nunomaduro](https://togithub.com/nunomaduro) made their first contribution in [https://github.com/spatie/laravel-ignition/pull/167](https://togithub.com/spatie/laravel-ignition/pull/167) **Full Changelog**: spatie/laravel-ignition@2.3.3...2.4.0 ### [`v2.3.3`](https://togithub.com/spatie/laravel-ignition/blob/HEAD/CHANGELOG.md#233---2023-12-21) [Compare Source](https://togithub.com/spatie/laravel-ignition/compare/2.3.2...2.3.3) - decode job payload data if it is a string </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/RadioRoster/backend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Livewire 3 support for Laravel 11 has been merged and tagged, so we can now move forward with this.
This pull request adds L11 support to this package. Note that I've noticed Ignition does not support Livewire 3. While this is not related to this pull request, I've already adjusted the CI to run tests against Livewire 3, and failing tests are being skipped with the message 'Missing Livewire 3 support.'"