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

Bump alpinejs from 3.10.2 to 3.13.0 #360

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps alpinejs from 3.10.2 to 3.13.0.

Release notes

Sourced from alpinejs's releases.

v3.13.0

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@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 🐛 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 <dependency name> 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)

Bumps [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) from 3.10.2 to 3.13.0.
- [Release notes](https://github.com/alpinejs/alpine/releases)
- [Commits](https://github.com/alpinejs/alpine/commits/v3.13.0/packages/alpinejs)

---
updated-dependencies:
- dependency-name: alpinejs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2023
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (67b98bc) 0.00% compared to head (9e2015a) 0.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##              main    #360   +/-   ##
=======================================
  Coverage     0.00%   0.00%           
  Complexity     363     363           
=======================================
  Files          129     129           
  Lines         1585    1585           
=======================================
  Misses        1585    1585           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants