Skip to content

Commit

Permalink
Update dependency ziggy-js to v2 (#15)
Browse files Browse the repository at this point in the history
[![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-->
  • Loading branch information
tisnamuliarta authored Mar 11, 2024
2 parents fa02f4e + d132082 commit fdd4d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"sonner": "^1.4.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"ziggy-js": "^1.8.2",
"ziggy-js": "^2.0.0",
"zod": "^3.22.4"
},
"prettier": {
Expand Down

0 comments on commit fdd4d11

Please sign in to comment.