Update dependency alpinejs to v3.15.12 #512

Open
renovate-bot wants to merge 1 commit from renovate/alpinejs-3.x into main
Collaborator

This PR contains the following updates:

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

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

alpinejs/alpine (alpinejs)

v3.15.12

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.15.11...v3.15.12

v3.15.11

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.15.10...v3.15.11

v3.15.10

Compare Source

Fixed

  • Fix x-anchor crash during wire:navigate cleanup #​4790

v3.15.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.15.8...v3.15.9

v3.15.8

Compare Source

Fixed

  • Flush x-model.blur value before form submit handlers run #​4729

v3.15.7

Compare Source

Fixed

  • Fix $watch firing callback when primitive value unchanged #​4732

v3.15.6

Compare Source

Added

  • Add reactive effect transactions #​4731

v3.15.5

Compare Source

Added

  • feat(x-model): add .change, .blur, and .enter event modifiers #​4728

v3.15.4

Compare Source

Fixed

  • Fix sort auto evaluation #​4716
  • Fix duplicate attribute/value situations

v3.15.3

Compare Source

Changes

  • Improve evaluator #​4711
  • fix add support for ShadowRoot in findClosest function and export of injectMagics/initInterceptors #​4699
  • fix(docs): initialise data, fix typo in x-on example #​4701

v3.15.2

Compare Source

Changes

v3.15.1

Compare Source

Changed

  • x-sort improvements
  • CSP build allowGlobals now defaults to false instead of true

v3.15.0

Compare Source

Changed

  • Improve CSP build #​4671
  • Add Alpine.morphBetween() #​4629
  • style: use let instead of var in x-model.js #​4645
  • style: use let/const instead of var in debounce.js #​4644
  • style: remove useless param #​4650
  • feat(persist): add 'exports' field for proper ESM/CJS resolution #​4611
  • Fix Chrome warning when using x-trap.inert #​4640
  • Fixes license #​4647

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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [alpinejs](https://alpinejs.dev) ([source](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs)) | [`3.14.9` -> `3.15.12`](https://renovatebot.com/diffs/npm/alpinejs/3.14.9/3.15.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/alpinejs/3.15.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/alpinejs/3.15.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/alpinejs/3.14.9/3.15.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/alpinejs/3.14.9/3.15.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>alpinejs/alpine (alpinejs)</summary> ### [`v3.15.12`](https://github.com/alpinejs/alpine/releases/tag/v3.15.12) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.11...v3.15.12) #### What's Changed - Add .fixed positioning modifier to x-anchor by [@&#8203;nicolagianelli](https://github.com/nicolagianelli) in https://github.com/alpinejs/alpine/pull/4773 - fix(csp): support MemberExpression assignments in evaluator by [@&#8203;dasm](https://github.com/dasm) in https://github.com/alpinejs/alpine/pull/4807 - Fix `x-for` crashing on null-prototype objects like `Object.groupBy()` results by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4825 - Fix `&&` and `||` not short-circuiting in CSP evaluator by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4823 - Fix `x-sort` crash when container has a `<template>` with no `.content` by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4819 - Add minified ESM build output for each package by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4820 - Fix `x-id` evaluation order so `$id` resolves consistently inside `x-data` by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4821 - Fix `@teleport` leaking detached nodes on every Livewire render by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4822 #### New Contributors - [@&#8203;dasm](https://github.com/dasm) made their first contribution in https://github.com/alpinejs/alpine/pull/4807 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.15.11...v3.15.12 ### [`v3.15.11`](https://github.com/alpinejs/alpine/releases/tag/v3.15.11) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.10...v3.15.11) #### What's Changed - fix(csp): skip sharedStorage when enumerating globalThis properties by [@&#8203;PierreBultez](https://github.com/PierreBultez) in https://github.com/alpinejs/alpine/pull/4787 - Fix x-trap.noscroll layout shift conflict with scrollbar-gutter by [@&#8203;dotfrag](https://github.com/dotfrag) in https://github.com/alpinejs/alpine/pull/4512 - Add support for \[x-sort:handle] attributes defined in template tags by [@&#8203;SimoTod](https://github.com/SimoTod) in https://github.com/alpinejs/alpine/pull/4483 - Add `x-anchor.noflip` modifier by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4791 - Warn when x-for template has multiple root elements by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4752 - Fix $refs unavailable during morph (v3.15.9 regression) by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4793 #### New Contributors - [@&#8203;PierreBultez](https://github.com/PierreBultez) made their first contribution in https://github.com/alpinejs/alpine/pull/4787 - [@&#8203;dotfrag](https://github.com/dotfrag) made their first contribution in https://github.com/alpinejs/alpine/pull/4512 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.15.10...v3.15.11 ### [`v3.15.10`](https://github.com/alpinejs/alpine/releases/tag/v3.15.10) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.9...v3.15.10) #### Fixed - Fix x-anchor crash during wire:navigate cleanup [#&#8203;4790](https://github.com/alpinejs/alpine/pull/4790) ### [`v3.15.9`](https://github.com/alpinejs/alpine/releases/tag/v3.15.9) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.8...v3.15.9) #### What's Changed - fix(morph): close dialogs properly when removing open attribute by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4739 - Update `tabbable` and `focus-trap` dependencies in focus plugin by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4737 - feat(x-anchor): allow dynamic reference to be used with x-anchor by [@&#8203;maximbelyayev](https://github.com/maximbelyayev) in https://github.com/alpinejs/alpine/pull/4735 - Handle all types of whitespace in class lists, not just spaces by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4743 - docs: clearer variable name in x-bind example by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4742 - Fix `x-model.parent` when inside of `x-teleport` by [@&#8203;willrowe](https://github.com/willrowe) in https://github.com/alpinejs/alpine/pull/4676 - feat: `x-on.passive.false` modifier by [@&#8203;hirasso](https://github.com/hirasso) in https://github.com/alpinejs/alpine/pull/4610 - Add support for Set objects in x-for loop function by [@&#8203;alfanzain](https://github.com/alfanzain) in https://github.com/alpinejs/alpine/pull/4672 - Add support for custom options and cancelable `$dispatch` by [@&#8203;nicolagianelli](https://github.com/nicolagianelli) in https://github.com/alpinejs/alpine/pull/4608 - Fix how `x-html` handles `undefined` by [@&#8203;willrowe](https://github.com/willrowe) in https://github.com/alpinejs/alpine/pull/4555 - move dependencies from monorepo root to correct packages by [@&#8203;Igloczek](https://github.com/Igloczek) in https://github.com/alpinejs/alpine/pull/4550 - Don't assign the normalEvaluator per default by [@&#8203;JeroenBoersma](https://github.com/JeroenBoersma) in https://github.com/alpinejs/alpine/pull/4548 - Fix class setters invocation on nested `x-data` by [@&#8203;helio3197](https://github.com/helio3197) in https://github.com/alpinejs/alpine/pull/4528 - :bug: Masks model updates by [@&#8203;ekwoka](https://github.com/ekwoka) in https://github.com/alpinejs/alpine/pull/4175 - Allow debouncing/throttling x-model when using x-modelable by [@&#8203;Spitfire972](https://github.com/Spitfire972) in https://github.com/alpinejs/alpine/pull/4186 - UI x-radio: fix keyboard navigation when value of first/last radio option is null by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in https://github.com/alpinejs/alpine/pull/4308 - Improve handling of autocomplete values in X-Mask by [@&#8203;robertmarney](https://github.com/robertmarney) in https://github.com/alpinejs/alpine/pull/4260 - :zap: Improves x-for performance by [@&#8203;ekwoka](https://github.com/ekwoka) in https://github.com/alpinejs/alpine/pull/4361 - Fix x-ref crash during child-element morph by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4748 - Fix $watch oldValue for objects by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4749 - Escape attribute values in morph `setAttribute` patch by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4770 - Fix x-model setting .value instead of .checked on checkboxes by [@&#8203;ganyicz](https://github.com/ganyicz) in https://github.com/alpinejs/alpine/pull/4779 - Fix `x-model.blur` crash when input is removed from a form by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4783 #### New Contributors - [@&#8203;maximbelyayev](https://github.com/maximbelyayev) made their first contribution in https://github.com/alpinejs/alpine/pull/4735 - [@&#8203;hirasso](https://github.com/hirasso) made their first contribution in https://github.com/alpinejs/alpine/pull/4610 - [@&#8203;alfanzain](https://github.com/alfanzain) made their first contribution in https://github.com/alpinejs/alpine/pull/4672 - [@&#8203;nicolagianelli](https://github.com/nicolagianelli) made their first contribution in https://github.com/alpinejs/alpine/pull/4608 - [@&#8203;Igloczek](https://github.com/Igloczek) made their first contribution in https://github.com/alpinejs/alpine/pull/4550 - [@&#8203;JeroenBoersma](https://github.com/JeroenBoersma) made their first contribution in https://github.com/alpinejs/alpine/pull/4548 - [@&#8203;helio3197](https://github.com/helio3197) made their first contribution in https://github.com/alpinejs/alpine/pull/4528 - [@&#8203;Spitfire972](https://github.com/Spitfire972) made their first contribution in https://github.com/alpinejs/alpine/pull/4186 - [@&#8203;robertmarney](https://github.com/robertmarney) made their first contribution in https://github.com/alpinejs/alpine/pull/4260 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.15.8...v3.15.9 ### [`v3.15.8`](https://github.com/alpinejs/alpine/releases/tag/v3.15.8) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.7...v3.15.8) #### Fixed - Flush `x-model.blur` value before form submit handlers run [#&#8203;4729](https://github.com/alpinejs/alpine/pull/4729) ### [`v3.15.7`](https://github.com/alpinejs/alpine/releases/tag/v3.15.7) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.6...v3.15.7) #### Fixed - Fix $watch firing callback when primitive value unchanged [#&#8203;4732](https://github.com/alpinejs/alpine/pull/4732) ### [`v3.15.6`](https://github.com/alpinejs/alpine/releases/tag/v3.15.6) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.5...v3.15.6) #### Added - Add reactive effect transactions [#&#8203;4731](https://github.com/alpinejs/alpine/pull/4731) ### [`v3.15.5`](https://github.com/alpinejs/alpine/releases/tag/v3.15.5) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.4...v3.15.5) #### Added - feat(x-model): add .change, .blur, and .enter event modifiers [#&#8203;4728](https://github.com/alpinejs/alpine/pull/4728) ### [`v3.15.4`](https://github.com/alpinejs/alpine/releases/tag/v3.15.4) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.3...v3.15.4) #### Fixed - Fix sort auto evaluation [#&#8203;4716](https://github.com/alpinejs/alpine/pull/4716) - Fix duplicate attribute/value situations ### [`v3.15.3`](https://github.com/alpinejs/alpine/releases/tag/v3.15.3) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.2...v3.15.3) #### Changes - Improve evaluator [#&#8203;4711](https://github.com/alpinejs/alpine/pull/4711) - fix add support for ShadowRoot in findClosest function and export of injectMagics/initInterceptors [#&#8203;4699](https://github.com/alpinejs/alpine/pull/4699) - fix(docs): initialise data, fix typo in x-on example [#&#8203;4701](https://github.com/alpinejs/alpine/pull/4701) ### [`v3.15.2`](https://github.com/alpinejs/alpine/releases/tag/v3.15.2) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.1...v3.15.2) #### Changes - Imrove CSP bundle [#&#8203;4704](https://github.com/alpinejs/alpine/pull/4704) - Add `setErrorHandler` [#&#8203;4673](https://github.com/alpinejs/alpine/pull/4673) ### [`v3.15.1`](https://github.com/alpinejs/alpine/releases/tag/v3.15.1) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.0...v3.15.1) #### Changed - `x-sort` improvements - CSP build `allowGlobals` now defaults to `false` instead of `true` ### [`v3.15.0`](https://github.com/alpinejs/alpine/releases/tag/v3.15.0) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.14.9...v3.15.0) #### Changed - Improve CSP build [#&#8203;4671](https://github.com/alpinejs/alpine/pull/4671) - Add Alpine.morphBetween() [#&#8203;4629](https://github.com/alpinejs/alpine/pull/4629) - style: use let instead of var in x-model.js [#&#8203;4645](https://github.com/alpinejs/alpine/pull/4645) - style: use let/const instead of var in debounce.js [#&#8203;4644](https://github.com/alpinejs/alpine/pull/4644) - style: remove useless param [#&#8203;4650](https://github.com/alpinejs/alpine/pull/4650) - feat(persist): add 'exports' field for proper ESM/CJS resolution [#&#8203;4611](https://github.com/alpinejs/alpine/pull/4611) - Fix Chrome warning when using `x-trap.inert` [#&#8203;4640](https://github.com/alpinejs/alpine/pull/4640) - Fixes license [#&#8203;4647](https://github.com/alpinejs/alpine/pull/4647) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5IiwiamF2YXNjcmlwdCIsInJ1bnRpbWUiXX0=-->
Update dependency alpinejs to v3.15.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
754ae38f67
renovate-bot changed title from Update dependency alpinejs to v3.15.0 to Update dependency alpinejs to v3.15.3 2026-01-02 14:43:58 +00:00
renovate-bot force-pushed renovate/alpinejs-3.x from c514aedb30
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 8fe6333a50
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-05-28 18:38:16 +00:00
Compare
renovate-bot changed title from Update dependency alpinejs to v3.15.3 to Update dependency alpinejs to v3.15.12 2026-05-28 18:38:17 +00:00
tobi force-pushed renovate/alpinejs-3.x from 8fe6333a50
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 0f4eaa527b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-05-28 21:38:34 +00:00
Compare
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/alpinejs-3.x:renovate/alpinejs-3.x
git switch renovate/alpinejs-3.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/alpinejs-3.x
git switch renovate/alpinejs-3.x
git rebase main
git switch main
git merge --ff-only renovate/alpinejs-3.x
git switch renovate/alpinejs-3.x
git rebase main
git switch main
git merge --no-ff renovate/alpinejs-3.x
git switch main
git merge --squash renovate/alpinejs-3.x
git switch main
git merge --ff-only renovate/alpinejs-3.x
git switch main
git merge renovate/alpinejs-3.x
git push origin main
Sign in to join this conversation.
No description provided.