Update dependency alpinejs to v3.17.3 #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.17.3 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.17.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.17.2...v3.17.3

v3.17.2

Compare Source

What's Changed

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.17.1...v3.17.2

v3.17.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.17.0...v3.17.1

v3.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.16.3...v3.17.0

v3.16.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.16.2...v3.16.3

v3.16.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.16.1...v3.16.2

v3.16.1

Compare Source

What's Changed

Full Changelog: https://github.com/alpinejs/alpine/compare/v3.16.0...v3.16.1

v3.16.0

Compare Source

What's Changed

New Contributors

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

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.17.3`](https://renovatebot.com/diffs/npm/alpinejs/3.14.9/3.17.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/alpinejs/3.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/alpinejs/3.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/alpinejs/3.14.9/3.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/alpinejs/3.14.9/3.17.3?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.17.3`](https://github.com/alpinejs/alpine/releases/tag/v3.17.3) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.17.2...v3.17.3) #### What's Changed - Bump js-yaml from 3.14.1 to 3.15.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/alpinejs/alpine/pull/4896 - Change x-for to allow loops like `(foo)in(bar)` by [@&#8203;ColonelThirtyTwo](https://github.com/ColonelThirtyTwo) in https://github.com/alpinejs/alpine/pull/4897 - Fix(CspParser): accept reserved words as property/method names and object keys by [@&#8203;MaxencePaulin](https://github.com/MaxencePaulin) in https://github.com/alpinejs/alpine/pull/4905 - Fix: `$watch` and `x-modelable` can fire after being unwatched/released by [@&#8203;MaxencePaulin](https://github.com/MaxencePaulin) in https://github.com/alpinejs/alpine/pull/4903 - Fix: skip init() in x-data during clone, matching x-init behavior by [@&#8203;MaxencePaulin](https://github.com/MaxencePaulin) in https://github.com/alpinejs/alpine/pull/4901 - Bump [@&#8203;vitest/mocker](https://github.com/vitest/mocker) and vitest by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/alpinejs/alpine/pull/4898 - Stop x-on and x-model's own modifiers from being read as key names by [@&#8203;dylanpulver](https://github.com/dylanpulver) in https://github.com/alpinejs/alpine/pull/4891 - Fix CI compatibility after the Vitest 5 upgrade by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4906 #### New Contributors - [@&#8203;ColonelThirtyTwo](https://github.com/ColonelThirtyTwo) made their first contribution in https://github.com/alpinejs/alpine/pull/4897 - [@&#8203;MaxencePaulin](https://github.com/MaxencePaulin) made their first contribution in https://github.com/alpinejs/alpine/pull/4905 - [@&#8203;dylanpulver](https://github.com/dylanpulver) made their first contribution in https://github.com/alpinejs/alpine/pull/4891 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.17.2...v3.17.3 ### [`v3.17.2`](https://github.com/alpinejs/alpine/releases/tag/v3.17.2) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.17.1...v3.17.2) #### What's Changed - Fix decode-uri-component Dependabot alert by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4889 - Bump browserslist from 4.21.5 to 4.28.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/alpinejs/alpine/pull/4890 - Fix CSP initialization in sandboxed iframes by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4893 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.17.1...v3.17.2 ### [`v3.17.1`](https://github.com/alpinejs/alpine/releases/tag/v3.17.1) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.17.0...v3.17.1) #### What's Changed - Add dwell timing to the intersect plugin by [@&#8203;cyppe](https://github.com/cyppe) in https://github.com/alpinejs/alpine/pull/4884 - Bump brace-expansion from 1.1.11 to 1.1.18 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/alpinejs/alpine/pull/4882 - Docs: clarify how Alpine effects track reactive dependencies by [@&#8203;MuslumYilmaz](https://github.com/MuslumYilmaz) in https://github.com/alpinejs/alpine/pull/4883 #### New Contributors - [@&#8203;cyppe](https://github.com/cyppe) made their first contribution in https://github.com/alpinejs/alpine/pull/4884 - [@&#8203;MuslumYilmaz](https://github.com/MuslumYilmaz) made their first contribution in https://github.com/alpinejs/alpine/pull/4883 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.17.0...v3.17.1 ### [`v3.17.0`](https://github.com/alpinejs/alpine/releases/tag/v3.17.0) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.16.3...v3.17.0) #### What's Changed - Fix Unicode escapes in CSP string literals by [@&#8203;dawNotPoi](https://github.com/dawNotPoi) in https://github.com/alpinejs/alpine/pull/4881 - Add Alpine.deferInit() — suspend a tree until an async prerequisite settles by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4887 #### New Contributors - [@&#8203;dawNotPoi](https://github.com/dawNotPoi) made their first contribution in https://github.com/alpinejs/alpine/pull/4881 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.16.3...v3.17.0 ### [`v3.16.3`](https://github.com/alpinejs/alpine/releases/tag/v3.16.3) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.16.2...v3.16.3) #### What's Changed - docs: clarify x-modelable value support by [@&#8203;pooridev](https://github.com/pooridev) in https://github.com/alpinejs/alpine/pull/4880 - Fix `x-mask` attribute changes on `x-model` inputs by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4852 - Bump postcss from 8.5.6 to 8.5.26 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/alpinejs/alpine/pull/4871 #### New Contributors - [@&#8203;pooridev](https://github.com/pooridev) made their first contribution in https://github.com/alpinejs/alpine/pull/4880 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.16.2...v3.16.3 ### [`v3.16.2`](https://github.com/alpinejs/alpine/releases/tag/v3.16.2) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.16.1...v3.16.2) #### What's Changed - Fix fallback storage returning undefined for missing keys by [@&#8203;hamdyelbatal122](https://github.com/hamdyelbatal122) in https://github.com/alpinejs/alpine/pull/4867 - fix(persist): don't persist undefined values by [@&#8203;Xuepoo](https://github.com/Xuepoo) in https://github.com/alpinejs/alpine/pull/4876 - Run structural effects before dependent effects by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4878 - Upgrade `@vue/reactivity` to Vue 3.5 by [@&#8203;oddvalue](https://github.com/oddvalue) in https://github.com/alpinejs/alpine/pull/4861 #### New Contributors - [@&#8203;hamdyelbatal122](https://github.com/hamdyelbatal122) made their first contribution in https://github.com/alpinejs/alpine/pull/4867 - [@&#8203;Xuepoo](https://github.com/Xuepoo) made their first contribution in https://github.com/alpinejs/alpine/pull/4876 - [@&#8203;oddvalue](https://github.com/oddvalue) made their first contribution in https://github.com/alpinejs/alpine/pull/4861 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.16.1...v3.16.2 ### [`v3.16.1`](https://github.com/alpinejs/alpine/releases/tag/v3.16.1) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.16.0...v3.16.1) #### What's Changed - Fix Persist compatibility with older Alpine versions by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4875 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.16.0...v3.16.1 ### [`v3.16.0`](https://github.com/alpinejs/alpine/releases/tag/v3.16.0) [Compare Source](https://github.com/alpinejs/alpine/compare/v3.15.12...v3.16.0) #### What's Changed - Fix data loss when binding objects to regular attributes by [@&#8203;daftspunk](https://github.com/daftspunk) in https://github.com/alpinejs/alpine/pull/4826 - Fix mask resurrecting key in object when it is cleared by [@&#8203;danharrin](https://github.com/danharrin) in https://github.com/alpinejs/alpine/pull/4812 - Fix x-if and x-for content duplicating during morph by [@&#8203;ganyicz](https://github.com/ganyicz) in https://github.com/alpinejs/alpine/pull/4785 - fix: sync x-model select value after x-for renders options by [@&#8203;ljk0071](https://github.com/ljk0071) in https://github.com/alpinejs/alpine/pull/4769 - Fix `x-bind:value` on `<option>` losing attribute when value is an empty string by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4831 - Fix `:value` bindings not updating custom elements when bound object data mutates by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4833 - Add `.parent` modifier for `x-intersect` by [@&#8203;kevinruscoe](https://github.com/kevinruscoe) in https://github.com/alpinejs/alpine/pull/4839 - Upgrade Cypress by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4849 - Preserve x-data scope when its expression changes by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4868 - Fix persisted single-value stores by [@&#8203;joshhanley](https://github.com/joshhanley) in https://github.com/alpinejs/alpine/pull/4859 - Pass cleanup callback to direct store interceptors by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4869 - Split draft and npm release workflows by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4870 - Use Node 24 for release workflows by [@&#8203;calebporzio](https://github.com/calebporzio) in https://github.com/alpinejs/alpine/pull/4872 #### New Contributors - [@&#8203;daftspunk](https://github.com/daftspunk) made their first contribution in https://github.com/alpinejs/alpine/pull/4826 - [@&#8203;ljk0071](https://github.com/ljk0071) made their first contribution in https://github.com/alpinejs/alpine/pull/4769 - [@&#8203;kevinruscoe](https://github.com/kevinruscoe) made their first contribution in https://github.com/alpinejs/alpine/pull/4839 **Full Changelog**: https://github.com/alpinejs/alpine/compare/v3.15.12...v3.16.0 ### [`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
renovate-bot force-pushed renovate/alpinejs-3.x from 0f4eaa527b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 8582c1e72c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-08-14 04:43:44 +00:00
Compare
renovate-bot changed title from Update dependency alpinejs to v3.15.12 to Update dependency alpinejs to v3.16.0 2026-08-14 04:43:45 +00:00
renovate-bot force-pushed renovate/alpinejs-3.x from 8582c1e72c
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 68d1a50f3b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-08-15 04:43:28 +00:00
Compare
renovate-bot changed title from Update dependency alpinejs to v3.16.0 to Update dependency alpinejs to v3.16.1 2026-08-15 04:43:30 +00:00
renovate-bot changed title from Update dependency alpinejs to v3.16.1 to Update dependency alpinejs to v3.16.2 2026-08-21 04:43:43 +00:00
renovate-bot changed title from Update dependency alpinejs to v3.16.2 to Update dependency alpinejs to v3.16.3 2026-08-28 04:43:41 +00:00
renovate-bot changed title from Update dependency alpinejs to v3.16.3 to Update dependency alpinejs to v3.17.0 2026-09-03 04:43:47 +00:00
renovate-bot force-pushed renovate/alpinejs-3.x from f365bb568d
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to b1cea62c5b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-09-04 04:43:49 +00:00
Compare
renovate-bot changed title from Update dependency alpinejs to v3.17.0 to Update dependency alpinejs to v3.17.1 2026-09-04 04:43:50 +00:00
renovate-bot force-pushed renovate/alpinejs-3.x from b1cea62c5b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to 3911bd7d5b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-09-11 04:43:37 +00:00
Compare
renovate-bot changed title from Update dependency alpinejs to v3.17.1 to Update dependency alpinejs to v3.17.2 2026-09-11 04:43:40 +00:00
renovate-bot force-pushed renovate/alpinejs-3.x from 3911bd7d5b
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
to d6876a0ad2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2026-09-18 04:43:39 +00:00
Compare
renovate-bot changed title from Update dependency alpinejs to v3.17.2 to Update dependency alpinejs to v3.17.3 2026-09-18 04:43:40 +00:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
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.