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(deps): update dependency alpinejs to v3.14.8 #28

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

This PR contains the following updates:

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

Release Notes

alpinejs/alpine (alpinejs)

v3.14.8

Compare Source

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


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 fix(deps): update dependency alpinejs to v3.13.0 fix(deps): update dependency alpinejs to v3.13.1 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from dbde85f to 8592ffa Compare October 2, 2023 16:09
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.1 fix(deps): update dependency alpinejs to v3.13.2 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 8592ffa to 69fd33f Compare October 18, 2023 12:52
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.2 fix(deps): update dependency alpinejs to v3.13.3 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 69fd33f to 8b7695a Compare November 19, 2023 15:47
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 8b7695a to 0639112 Compare January 22, 2024 16:33
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.3 fix(deps): update dependency alpinejs to v3.13.4 Jan 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.4 fix(deps): update dependency alpinejs to v3.13.5 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 0639112 to 1c0b466 Compare January 24, 2024 14:31
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.5 fix(deps): update dependency alpinejs to v3.13.6 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch 2 times, most recently from 730552b to 738851a Compare March 8, 2024 16:56
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.6 fix(deps): update dependency alpinejs to v3.13.7 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 738851a to e76a9f8 Compare April 2, 2024 16:40
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.7 fix(deps): update dependency alpinejs to v3.13.8 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from e76a9f8 to c35de58 Compare April 21, 2024 15:26
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.8 fix(deps): update dependency alpinejs to v3.13.9 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from c35de58 to cd54b89 Compare April 24, 2024 12:28
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.9 fix(deps): update dependency alpinejs to v3.13.10 Apr 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.13.10 fix(deps): update dependency alpinejs to v3.14.0 May 21, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from cd54b89 to 56c6421 Compare May 21, 2024 14:28
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 56c6421 to 0a6e141 Compare June 18, 2024 12:31
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.0 fix(deps): update dependency alpinejs to v3.14.1 Jun 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.1 fix(deps): update dependency alpinejs to v3.14.2 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch 2 times, most recently from deaf4ca to 81c053b Compare October 15, 2024 23:17
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.2 fix(deps): update dependency alpinejs to v3.14.3 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 81c053b to 34fe9c9 Compare November 27, 2024 16:01
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.3 fix(deps): update dependency alpinejs to v3.14.4 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 34fe9c9 to 870e8a2 Compare November 28, 2024 17:21
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.4 fix(deps): update dependency alpinejs to v3.14.5 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 870e8a2 to 7615c78 Compare December 2, 2024 18:16
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.5 fix(deps): update dependency alpinejs to v3.14.6 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 7615c78 to 94b911e Compare December 6, 2024 14:46
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.6 fix(deps): update dependency alpinejs to v3.14.7 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 94b911e to b161723 Compare December 23, 2024 15:36
@renovate renovate bot changed the title fix(deps): update dependency alpinejs to v3.14.7 fix(deps): update dependency alpinejs to v3.14.8 Dec 23, 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