ECFMP / flow

Flow Control System
GNU General Public License v3.0
8 stars 1 forks source link

build(deps): bump alpinejs from 3.12.0 to 3.13.0 #425

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps alpinejs from 3.12.0 to 3.13.0.

Release notes

Sourced from alpinejs's releases.

v3.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.12.3...v3.13.0

v3.12.3

Internal changes release...

v3.12.2

Fixed

v3.12.1

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

... (truncated)

Commits
  • 71adfd4 Bump version to 3.13.0
  • 2e520c1 Walk and destroy the tree of elements when it is removed from the DOM
  • 938bb33 Make morphdom faster and more powerful (#3692)
  • 98a0fff Expose a hook for added attributes
  • 2337eac fix: Entangle inner state undefined (#3681)
  • 7043509 Tweak x-data to sometimes run while cloning a tree
  • 0043bf1 Merge branch 'main' into livewire3
  • fb8e33a :bug: Allows model.fill to work with checkbox arrays (#3676)
  • 394edf0 wip
  • d8ec4b0 Bump version to 3.12.3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 11 months ago

Superseded by #438.