Skip to content
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

Merged
merged 13 commits into from
Jan 4, 2024
Merged

[2.x] Adds L11 support #167

merged 13 commits into from
Jan 4, 2024

Conversation

nunomaduro
Copy link
Collaborator

@nunomaduro nunomaduro commented Oct 18, 2023

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.'"

@freekmurze
Copy link
Member

Thanks!

Ping me when you want this to be reviewed, merged, tagged 👍

@nunomaduro nunomaduro marked this pull request as ready for review December 29, 2023 14:32
@nunomaduro nunomaduro marked this pull request as draft December 29, 2023 14:32
@nunomaduro nunomaduro marked this pull request as ready for review January 4, 2024 12:33
@nunomaduro
Copy link
Collaborator Author

Can you merge and tag please @freekmurze ?

@freekmurze
Copy link
Member

Seems like some tests are failing, could you take a look?

@nunomaduro
Copy link
Collaborator Author

@freekmurze Can you run tests again?

@freekmurze
Copy link
Member

Slightly better, but still failing 🙂

@nunomaduro
Copy link
Collaborator Author

Should be good now. If not, can you give me access to run tests by myself? @freekmurze

@freekmurze
Copy link
Member

You should now be able to run the tests yourself.

@freekmurze
Copy link
Member

You're almost there! 👍

@nunomaduro
Copy link
Collaborator Author

@freekmurze Ready!

@nunomaduro
Copy link
Collaborator Author

Can you release as 2.4 please?

@freekmurze freekmurze merged commit b9395ba into spatie:main Jan 4, 2024
33 checks passed
@freekmurze
Copy link
Member

Thank you!

renovate bot referenced this pull request in RadioRoster/backend Feb 10, 2024
[![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
[@&#8203;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
[@&#8203;nunomaduro](https://togithub.com/nunomaduro) in
[https://github.com/spatie/laravel-ignition/pull/167](https://togithub.com/spatie/laravel-ignition/pull/167)

##### New Contributors

- [@&#8203;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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants