Update dependency alpinejs to v3.13.3 #389

Merged
obotobot merged 1 commit from renovate/alpinejs-3.x into main 2024-01-06 22:22:47 +00:00
obotobot commented 2023-10-05 15:47:06 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alpinejs (source) 3.13.0 -> 3.13.3 age adoption passing confidence

Release Notes

alpinejs/alpine (alpinejs)

v3.13.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.13.2...v3.13.3

v3.13.2

Compare Source

Changed

  • Allows underscore in event names #​3756
  • update CSP build/installation docs #​3762
  • use normal single quotes #​3764
  • Gracefully handle SecurityError exception if localStorage is unavailable #​3775
  • ♻️ Cleans Up Entangle #​3792
  • 🐛 Fixes proxy stack setters bug #​3807
  • 🐛 Fixes reference to incorrect attribute #​3814
  • Use Internet Explorer conditional comment syntax to preserve morph markers on Cloudflare-proxied sites #​3794

v3.13.1

Compare Source

Changed
  • Names expression evaluators #​3765
  • Fix typos #​3771
  • Update installation.md #​3779
  • Fixed webpack 4 builds breaking due to nullish coalescing operator #​3679
  • ♻️ improves merge proxies #​3722
  • x-if warning if used on non-template #​3737
  • clarify execution order of init #​3702
  • Document destroy method in Alpine.data #​3716
  • Fixed a variable typo #​3727
  • fix(morph): currentNode can also be null, not just undefined, fixes #​3728 #​3729

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [alpinejs](https://alpinejs.dev) ([source](https://togithub.com/alpinejs/alpine/tree/HEAD/packages/alpinejs)) | [`3.13.0` -> `3.13.3`](https://renovatebot.com/diffs/npm/alpinejs/3.13.0/3.13.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/alpinejs/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/alpinejs/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/alpinejs/3.13.0/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/alpinejs/3.13.0/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>alpinejs/alpine (alpinejs)</summary> ### [`v3.13.3`](https://togithub.com/alpinejs/alpine/releases/tag/v3.13.3) [Compare Source](https://togithub.com/alpinejs/alpine/compare/v3.13.2...v3.13.3) ##### What's Changed - Fix teleport morphing by [@&#8203;calebporzio](https://togithub.com/calebporzio) in [https://github.com/alpinejs/alpine/pull/3841](https://togithub.com/alpinejs/alpine/pull/3841) - Add anchor plugin by [@&#8203;calebporzio](https://togithub.com/calebporzio) in [https://github.com/alpinejs/alpine/pull/3843](https://togithub.com/alpinejs/alpine/pull/3843) - Jlb/fix combobox bugs by [@&#8203;calebporzio](https://togithub.com/calebporzio) in [https://github.com/alpinejs/alpine/pull/3854](https://togithub.com/alpinejs/alpine/pull/3854) - Fix typo: Rename x-alpine to x-anchor by [@&#8203;CodeWithKyrian](https://togithub.com/CodeWithKyrian) in [https://github.com/alpinejs/alpine/pull/3848](https://togithub.com/alpinejs/alpine/pull/3848) - Update anchor.md by [@&#8203;allenjd3](https://togithub.com/allenjd3) in [https://github.com/alpinejs/alpine/pull/3847](https://togithub.com/alpinejs/alpine/pull/3847) - `x-model.boolean` modifier by [@&#8203;gdebrauwer](https://togithub.com/gdebrauwer) in [https://github.com/alpinejs/alpine/pull/3532](https://togithub.com/alpinejs/alpine/pull/3532) - :bug: Joins selectors to meet spec by [@&#8203;ekwoka](https://togithub.com/ekwoka) in [https://github.com/alpinejs/alpine/pull/3844](https://togithub.com/alpinejs/alpine/pull/3844) ##### New Contributors - [@&#8203;CodeWithKyrian](https://togithub.com/CodeWithKyrian) made their first contribution in [https://github.com/alpinejs/alpine/pull/3848](https://togithub.com/alpinejs/alpine/pull/3848) - [@&#8203;allenjd3](https://togithub.com/allenjd3) made their first contribution in [https://github.com/alpinejs/alpine/pull/3847](https://togithub.com/alpinejs/alpine/pull/3847) - [@&#8203;gdebrauwer](https://togithub.com/gdebrauwer) made their first contribution in [https://github.com/alpinejs/alpine/pull/3532](https://togithub.com/alpinejs/alpine/pull/3532) **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.13.2...v3.13.3 ### [`v3.13.2`](https://togithub.com/alpinejs/alpine/releases/tag/v3.13.2) [Compare Source](https://togithub.com/alpinejs/alpine/compare/v3.13.1...v3.13.2) #### Changed - :white_check_mark: Allows underscore in event names [#&#8203;3756](https://togithub.com/alpinejs/alpine/pull/3756) - update CSP build/installation docs [#&#8203;3762](https://togithub.com/alpinejs/alpine/pull/3762) - use normal single quotes [#&#8203;3764](https://togithub.com/alpinejs/alpine/pull/3764) - Gracefully handle SecurityError exception if localStorage is unavailable [#&#8203;3775](https://togithub.com/alpinejs/alpine/pull/3775) - :recycle: Cleans Up Entangle [#&#8203;3792](https://togithub.com/alpinejs/alpine/pull/3792) - :bug: Fixes proxy stack setters bug [#&#8203;3807](https://togithub.com/alpinejs/alpine/pull/3807) - :bug: Fixes reference to incorrect attribute [#&#8203;3814](https://togithub.com/alpinejs/alpine/pull/3814) - Use Internet Explorer conditional comment syntax to preserve morph markers on Cloudflare-proxied sites [#&#8203;3794](https://togithub.com/alpinejs/alpine/pull/3794) ### [`v3.13.1`](https://togithub.com/alpinejs/alpine/releases/tag/v3.13.1) [Compare Source](https://togithub.com/alpinejs/alpine/compare/v3.13.0...v3.13.1) ##### Changed - :sparkles: Names expression evaluators [#&#8203;3765](https://togithub.com/alpinejs/alpine/pull/3765) - Fix typos [#&#8203;3771](https://togithub.com/alpinejs/alpine/pull/3771) - Update installation.md [#&#8203;3779](https://togithub.com/alpinejs/alpine/pull/3779) - Fixed webpack 4 builds breaking due to nullish coalescing operator [#&#8203;3679](https://togithub.com/alpinejs/alpine/pull/3679) - :recycle: improves merge proxies [#&#8203;3722](https://togithub.com/alpinejs/alpine/pull/3722) - x-if warning if used on non-template [#&#8203;3737](https://togithub.com/alpinejs/alpine/pull/3737) - clarify execution order of `init` [#&#8203;3702](https://togithub.com/alpinejs/alpine/pull/3702) - Document destroy method in Alpine.data [#&#8203;3716](https://togithub.com/alpinejs/alpine/pull/3716) - Fixed a variable typo [#&#8203;3727](https://togithub.com/alpinejs/alpine/pull/3727) - fix(morph): currentNode can also be null, not just undefined, fixes [#&#8203;3728](https://togithub.com/alpinejs/alpine/issues/3728) [#&#8203;3729](https://togithub.com/alpinejs/alpine/pull/3729) </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/antville/antville). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy44MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign in to join this conversation.
No description provided.