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

Fix event listener propagation #724

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Fix event listener propagation #724

merged 1 commit into from
Mar 5, 2024

Conversation

bakerkretzmar
Copy link
Collaborator

Fixes #723.

@bakerkretzmar bakerkretzmar merged commit f3a9b0b into 2.x Mar 5, 2024
16 checks passed
@bakerkretzmar bakerkretzmar deleted the fix-event-listener branch March 5, 2024 15:10
tisnamuliarta referenced this pull request in tisnamuliarta/laravel-shadcn Mar 11, 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 |
|---|---|---|---|---|---|
| [ziggy-js](https://togithub.com/tighten/ziggy) | [`^1.8.2` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/ziggy-js/1.8.2/2.0.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ziggy-js/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ziggy-js/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ziggy-js/1.8.2/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ziggy-js/1.8.2/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tighten/ziggy (ziggy-js)</summary>

###
[`v2.0.4`](https://togithub.com/tighten/ziggy/blob/HEAD/CHANGELOG.md#v204---2024-03-05)

[Compare
Source](https://togithub.com/tighten/ziggy/compare/v2.0.3...v2.0.4)

**Fixed**

- Fix event listener propagation by
[@&#8203;bakerkretzmar](https://togithub.com/bakerkretzmar) in
[https://github.com/tighten/ziggy/pull/724](https://togithub.com/tighten/ziggy/pull/724)

###
[`v2.0.3`](https://togithub.com/tighten/ziggy/blob/HEAD/CHANGELOG.md#v203---2024-02-20)

[Compare
Source](https://togithub.com/tighten/ziggy/compare/v2.0.2...v2.0.3)

**Fixed**

- Add Vue plugin and React hook types by
[@&#8203;bakerkretzmar](https://togithub.com/bakerkretzmar) in
[https://github.com/tighten/ziggy/pull/715](https://togithub.com/tighten/ziggy/pull/715)

###
[`v2.0.2`](https://togithub.com/tighten/ziggy/blob/HEAD/CHANGELOG.md#v202---2024-02-20)

[Compare
Source](https://togithub.com/tighten/ziggy/compare/v2.0.1...v2.0.2)

**Fixed**

- Fix package.json module and exports by
[@&#8203;bakerkretzmar](https://togithub.com/bakerkretzmar) in
[https://github.com/tighten/ziggy/pull/714](https://togithub.com/tighten/ziggy/pull/714)

###
[`v2.0.1`](https://togithub.com/tighten/ziggy/blob/HEAD/CHANGELOG.md#v201---2024-02-20)

[Compare
Source](https://togithub.com/tighten/ziggy/compare/v2.0.0...v2.0.1)

**Fixed**

- Remove default export from type declarations by
[@&#8203;bakerkretzmar](https://togithub.com/bakerkretzmar) in
[https://github.com/tighten/ziggy/pull/713](https://togithub.com/tighten/ziggy/pull/713)

###
[`v2.0.0`](https://togithub.com/tighten/ziggy/blob/HEAD/CHANGELOG.md#v200---2024-02-20)

[Compare
Source](https://togithub.com/tighten/ziggy/compare/v1.8.2...v2.0.0)

See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed
upgrade instructions.

**Changed**

- Changed PHP package namespace from `Tightenco\Ziggy` to
`Tighten\Ziggy`.
-   Updated JavaScript package to only provide named exports.
-   Moved Vue and React integrations to root of JavaScript module.
-   Updated builds to only use ES Modules.
-   Updated minimum dependency versions to Laravel 9 and PHP 8.1.

**Removed**

- Made `makeDirectory` method of `CommandRouteGenerator` class private.
-   Removed deprecated JavaScript `check()` method.

</details>

---

### 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.

---

- [ ] <!-- 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/tisnamuliarta/laravel-shadcn).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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.

Arrow function given to Event::listen stops further propagating of the event
1 participant