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

chore(deps): update dependency alpinejs to v3.14.8 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2023

This PR contains the following updates:

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

Release Notes

alpinejs/alpine (alpinejs)

v3.14.8

Compare Source

Fixed
  • Fix x-mask triggering update requests on load #​4481

v3.14.7

Compare Source

Fixed

  • Fix x-teleport by removing clone x-ignore #​4469

v3.14.6

Compare Source

Fixed

  • Fix regression on x-ignore when removed #​4458

v3.14.5

Compare Source

Changed

  • Optimize mutation observer to better handle move operations - ref #​4450 #​4451
  • 🐛 Fixes Regression in Mutation handling #​4450

v3.14.4

Compare Source

What's Changed

Full Changelog: alpinejs/alpine@v3.14.3...v3.14.4

v3.14.3

Compare Source

Changes

Full Changelog: alpinejs/alpine@v3.14.2...v3.14.3

v3.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.14.1...v3.14.2

v3.14.1

Compare Source

Changed
  • Minor grammar correction in the for directive docs #​4266
  • 🐛 Fixes issue with setters accessing deeply nested data #​4265
  • [UI][Tabs] Prevent tab focus on mousedown #​4239
  • [CSP] Add support for nested properties to CSP build #​4238

v3.14.0

Compare Source

Changed

  • ✨ Enhances clicks with key modifiers #​4209
  • Update transition.md - changed span to div #​4215
  • collapse: remove overflow hidden even if height does not match perfect #​4203
  • Fix error: TypeError: i is not a function #​4204
  • Adjust code block according to example #​4197
  • Higher visibility in docs about needing x-data for things to work #​4194

v3.13.10

Compare Source

Changed

  • Comma modifier to keyup and keydown events #​4170
  • Fix morphing root level state #​4169
  • Fix morph when x-for is used inside x-teleport #​4168
  • Fix form reset for x-model radio, checkbox arrays, select multiple and various modifiers #​4159
  • Wrong plugin name in Sort docs #​4165

v3.13.9

Compare Source

Changed

  • Add "sort" plugin #​4137
  • Add missing plugin warnings #​4158
  • Change to x-sort:item, add sorting class to body, and use x-sort:group #​4161
  • Remove extra destroyTree call #​4151
  • Fix x-on with both self and once #​4152
  • Documentation issue: Event name in code snippet and description doesn't match in dispatch.md #​4141
  • Fix some typos #​4134
  • Chore: remove repetitive words #​4132

v3.13.8

Compare Source

Changed

  • Cleanup after x-bind:class and other attribute modifications #​4111
  • Bug: Fixes x-model.fill when used with debounce #​4103
  • Remove hidden from booleanAttributes #​4099
  • Fix fill modifier for radio buttons #​4101
  • Add missing border to fill example #​4104
  • Fixed persist crash when the stored value is undefined #​4091

v3.13.7

Compare Source

Changed

  • Revert breaking mutation fix #​4084
  • 🐛 Prevents Setting from registering a dependency #​4081

v3.13.6

Compare Source

Changes

v3.13.5

Compare Source

Fixed

v3.13.4

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.13.3...v3.13.4

v3.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@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

v3.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.12.3...v3.13.0

v3.12.3

Compare Source

Internal changes release...

v3.12.2

Compare Source

Fixed

v3.12.1

Compare Source

Added

  • Support for registering multiple plugins at once: Alpine.plugin([...]) #​3497
  • Add warning to prevent Alpine from being loaded twice on the same page #​3565
  • Add descriptive warning for undefined x-for key and updates tests. #​3498

Fixed

  • Fix x-for scope updates when looping through x-data elements #​3504
  • Exclude dependencies from non-CDN builds #​3459
  • Make x-transition delay syntax consistent with duration syntax #​3476
  • Fix throttle/debounce user callback after preventDefault/stopPropagation is executed #​3481
  • Make .fill work with selects and other modifiers #​3495
  • Fix morphing @​event handlers #​3494
  • Allow Booleans in bound x-transitions #​3519
  • Handle special binding case for 'checked' and 'selected' #​3535
  • Fix Safari AutoFill #​3483
  • Fix duplicate/inaccurate test #​3520
  • Fix typo on alt "component" #​3541
  • Attempt memory leak fix from using magics #​2832

v3.12.0

Compare Source

Added

  • x-model.fill by input value on null or empty string #​3423
  • x-mask custom decimal precision #​3415
  • x-mask $money allow for negative values #​3416
  • Accept x-data="true" as a synonym for x-data="{}" #​3339

Fixed

  • 🐛 fixes improper use of nullish coalescing #​3408
  • Fixes @keyup and @keydown listeners with .capture modifier never executed #​3398
  • Remove Alpine UI references from Alpine core #​3336
  • Update CSP documentation to clarify availability of the CSP build #​2619
  • Fix x-model event listener doubling when cloned #​3393
  • docs: Fix a few typos #​3363
  • Fix Alpine.js becoming unresponsive after uncaught exception in reactive effect callback #​3279
  • Fix inconsistent update for template x-if (issue #​2803) #​3278

v3.11.1

Compare Source

Fixed

  • Hotfix: "outerHashLatest" is not defined

v3.11.0

Compare Source

  • Support for custom directive order #​3307
  • Fix recursion problem with x-trap inert #​3309
  • x-mask: Allow overriding thousands separator #​3122
  • Remove letters from money mask #​3174
  • Allow await in invalid expression wrapper #​3146
  • Fixed throttling on keypress #​3054
  • Introduce x-teleport values/modifiers #​3268
  • Refactor: remove next tick import #​3163
  • Fix: prevents coercion of space and underscore to minus #​3134
  • Use supercommas to break up comma-containing list items #​3125
  • Docs: switch unpkg to jsdelivr #​3048

v3.10.5

Compare Source

Added

Fixed

v3.10.4

Compare Source

Changed

  • Process headless Alpine UI component directives before standard Alpine ones (namely x-bind)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.2 chore(deps): update dependency alpinejs to v3.13.3 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from f4a7671 to 923467b Compare November 20, 2023 11:58
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 923467b to 83be5a5 Compare January 23, 2024 14:53
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.3 chore(deps): update dependency alpinejs to v3.13.4 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 83be5a5 to 60853dd Compare January 25, 2024 05:06
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.4 chore(deps): update dependency alpinejs to v3.13.5 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 60853dd to e11d63e Compare March 7, 2024 05:30
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.5 chore(deps): update dependency alpinejs to v3.13.6 Mar 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.6 chore(deps): update dependency alpinejs to v3.13.7 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from e11d63e to 674e2aa Compare March 9, 2024 05:57
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 674e2aa to 7bcb8b6 Compare April 2, 2024 14:48
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.7 chore(deps): update dependency alpinejs to v3.13.8 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 7bcb8b6 to a2ccb83 Compare April 21, 2024 17:46
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.8 chore(deps): update dependency alpinejs to v3.13.9 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from a2ccb83 to 5dd78da Compare April 24, 2024 20:57
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.9 chore(deps): update dependency alpinejs to v3.13.10 Apr 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.13.10 chore(deps): update dependency alpinejs to v3.14.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 5dd78da to 6e03af9 Compare May 23, 2024 05:28
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 6e03af9 to 24c06e3 Compare June 19, 2024 23:44
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.0 chore(deps): update dependency alpinejs to v3.14.1 Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.1 chore(deps): update dependency alpinejs to v3.14.3 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 24c06e3 to 93268b8 Compare October 16, 2024 23:58
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 93268b8 to 27df97f Compare November 28, 2024 09:01
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.3 chore(deps): update dependency alpinejs to v3.14.4 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 27df97f to 19c1840 Compare November 29, 2024 02:44
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.4 chore(deps): update dependency alpinejs to v3.14.5 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 19c1840 to 2f54c10 Compare December 3, 2024 04:48
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.5 chore(deps): update dependency alpinejs to v3.14.6 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 2f54c10 to b080c64 Compare December 7, 2024 05:36
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.6 chore(deps): update dependency alpinejs to v3.14.7 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from b080c64 to 3f4b0ad Compare December 24, 2024 23:49
@renovate renovate bot changed the title chore(deps): update dependency alpinejs to v3.14.7 chore(deps): update dependency alpinejs to v3.14.8 Dec 24, 2024
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.

0 participants