Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#468

Merged
zachdaniel merged 1 commit intomainfrom
dependabot/hex/production-dependencies-fddd01dd6d
Apr 1, 2026
Merged

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#468
zachdaniel merged 1 commit intomainfrom
dependabot/hex/production-dependencies-fddd01dd6d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the production-dependencies group with 2 updates in the / directory: ash and inertia.

Updates ash from 3.13.2 to 3.23.1

Release notes

Sourced from ash's releases.

v3.23.1

Bug Fixes:

  • ensure is/_not/_distinct_from cast parameters to the same type by @​zachdaniel

v3.23.0

Features:

Bug Fixes:

  • ensure that update timestamps are properly updated in atomic updates by @​zachdaniel

  • ensure get_data raises on data not available by @​zachdaniel

Improvements:

v3.22.1

Bug Fixes:

  • just to be extra-safe also prevent when loading modules by @​zachdaniel

v3.22.0

Features:

Bug Fixes:

  • remove Module.concat from Ash.Type.Module.cast_input/2 by @​zachdaniel

... (truncated)

Changelog

Sourced from ash's changelog.

v3.23.1 (2026-04-01)

Bug Fixes:

  • ensure is/_not/_distinct_from cast parameters to the same type by @​zachdaniel

Improvements:

v3.23.0 (2026-03-31)

Features:

Bug Fixes:

  • ensure that update timestamps are properly updated in atomic updates by @​zachdaniel

  • ensure get_data raises on data not available by @​zachdaniel

Improvements:

v3.22.2 (2026-03-31)

Bug Fixes:

  • handle more :no_rollback cases in Ash.DataLayer.destroy/2 by @​zachdaniel

  • handle {:array, :same} in data layer and expression type resolution by @​zachdaniel

  • more specific types for has and intersects functions by @​zachdaniel

  • add test for intersects function type resolution with {:array, :same} by @​zachdaniel

v3.22.1 (2026-03-29)

... (truncated)

Commits
  • 490caf6 chore: release version v3.23.1
  • d2df163 fix: ensure is/_not/_distinct_from cast parameters to the same type
  • 80331de docs: add docs for pipelines
  • efe10ce chore: release version v3.23.0
  • 05814f9 fix: ensure that update timestamps are properly updated in atomic updates
  • 7519947 fix: ensure get_data raises on data not available
  • 851d78e improvement: Add resource metadata to Ash.NotLoaded struct (#2653)
  • 45a2467 feat: add pipelines DSL for reusable action logic composition (#2652)
  • 62ab733 chore: release version v3.22.2
  • 68634fc fix: handle more :no_rollback cases in Ash.DataLayer.destroy/2
  • Additional commits viewable in compare view

Updates inertia from 2.6.0 to 2.6.1

Release notes

Sourced from inertia's releases.

Version 2.6.1

Fixed

  • Fix onSuccess not being called when errorBag is set and there are no validation errors (#72).

Full Changelog: inertiajs/inertia-phoenix@v2.6.0...v2.6.1

Changelog

Sourced from inertia's changelog.

2.6.1

Fixed

  • Fix onSuccess not being called when errorBag is set and there are no validation errors (#72).
Commits
  • c0b6f69 Version 2.6.1
  • adbcc99 Fix onSuccess not called when errorBag is set
  • 483de2d Typos
  • 64604d4 Fix cimg/elixir version tags for CI
  • 5955361 Fix flaky test failures caused by leaked app env and phx_new 1.8.5
  • fdb3e50 Elixir 1.18+ compatibility: upgrade deps, fix credo, fix formatter
  • See full diff in compare view

Updates phoenix from 1.8.3 to 1.8.5

Changelog

Sourced from phoenix's changelog.

1.8.5 (2026-03-05)

JavaScript Client Bug Fixes

  • Fix socket connecting on visibility change when never established

Enhancements

  • Fix warnings on Elixir 1.20

1.8.4 (2026-02-23)

JavaScript Client Bug Fixes

  • Fix bug reconnecting connections when close was gracefully initiated by server
  • Fix LongPoll transport name in sessionStorage and logs

Enhancements

  • Adds guards support in assert_push, assert_broadcast, and assert_reply
  • Enable purging in Phoenix code server for Elixir 1.20
Commits

Updates phoenix_live_view from 1.1.22 to 1.1.28

Release notes

Sourced from phoenix_live_view's releases.

v1.1.28

Bug fixes

  • Fix race condition that could lead to a JS exception when nested LiveView is removed while it is joining (#4177)

Enhancements

  • A bunch of small performance and documentation improvements (thank you @​preciz!)

v1.1.27

Bug fixes

  • Workaround Chrome bug when patching \<template> elements (#4163)
  • Fix more type warnings on Elixir 1.20

v1.1.26

Bug fixes

  • Fix phx-click-away for nested portals
  • Fix type warnings on Elixir 1.20

v1.1.25

Bug fixes

  • Fix phx-click-away when clicked element is teleported (#4141)
  • Handle phx-hook outside of LiveViews when reconnecting (#4147)
Changelog

Sourced from phoenix_live_view's changelog.

v1.1.28 (2026-03-27)

Bug fixes

  • Fix race condition that could lead to a JS exception when nested LiveView is removed while it is joining (#4177)

Enhancements

  • A bunch of small performance and documentation improvements (thank you @​preciz!)

v1.1.27 (2026-03-10)

Bug fixes

  • Workaround Chrome bug when patching \<template> elements (#4163)
  • Fix more type warnings on Elixir 1.20

v1.1.26 (2026-03-04)

Bug fixes

  • Fix phx-click-away for nested portals
  • Fix type warnings on Elixir 1.20

v1.1.25 (2026-02-26)

Bug fixes

  • Fix phx-click-away when clicked element is teleported (#4141)
  • Handle phx-hook outside of LiveViews when reconnecting (#4147)

v1.1.24 (2026-02-16)

Bug fixes

  • Prevent map access on assigns (@foo.bar.baz) being expanded when used in root attributes causing an invalid warning

v1.1.23 (2026-02-12)

Enhancements

  • If a macro is used in HEEx root attributes (<div {@root_attr} />), it is now expanded at compile time (#4145)
Commits
  • df3e88c Release v1.1.28
  • f50f39c Update assets
  • e032e51 Ensure root is set early (#4184)
  • f9ac0d8 Optimize class_attribute_list/1 using an IO data tree (#4172)
  • bfd8d93 Fix docs: reset does not accept list of keys to reset (#4178)
  • f768468 Fix docs: allow_upload :writer expects a 3-arity anonymous function, not a mo...
  • d07ea5a Fix docs: correct typo JS.ignore_attributes/0 to JS.ignore_attributes/1 (#4180)
  • a6408e5 Fix docs: <.link> component does not generate a form for non-get requests (#4...
  • 068692e Optimize implicit inner block slots_defs check (#4176)
  • 39b59a0 Optimize Enum.map |> Enum.filter |> Enum.map pipeline to a for comprehension ...
  • Additional commits viewable in compare view

Updates spark from 2.4.0 to 2.6.1

Release notes

Sourced from spark's releases.

v2.6.1

Bug Fixes:

  • only de-paren sections and entities that have builders at the current level, not nested levels by Zach Daniel

v2.6.0

Features:

  • sort persisters using before/after callbacks (#264) by Torkild Gundersen Kjevik

v2.5.0

Features:

  • Builder API for Sections and Entities (#253) by leonqadirie

Bug Fixes:

  • don't use Code.ensure_compiled by Zach Daniel

  • show correct error message when expecting strings by Zach Daniel

Improvements:

  • add singleton_entity_keys to sections by Zach Daniel

  • add new {:function, ... type by Zach Daniel

v2.4.1

Bug Fixes:

  • suppress Dialyzer warnings for generated anno functions on OTP 28 (#261) by jeffhuen

  • Handle same-named sibling sections in DSL extensions by Zach Daniel

... (truncated)

Changelog

Sourced from spark's changelog.

v2.6.1 (2026-03-25)

Bug Fixes:

  • only de-paren sections and entities that have builders at the current level, not nested levels by Zach Daniel

v2.6.0 (2026-03-22)

Features:

  • sort persisters using before/after callbacks (#264) by Torkild Gundersen Kjevik

v2.5.0 (2026-03-21)

Features:

  • Builder API for Sections and Entities (#253) by leonqadirie

Bug Fixes:

  • don't use Code.ensure_compiled by Zach Daniel

  • show correct error message when expecting strings by Zach Daniel

Improvements:

  • add singleton_entity_keys to sections by Zach Daniel

  • add new {:function, ... type by Zach Daniel

v2.4.1 (2026-02-22)

Bug Fixes:

  • suppress Dialyzer warnings for generated anno functions on OTP 28 (#261) by jeffhuen

  • Handle same-named sibling sections in DSL extensions by Zach Daniel

... (truncated)

Commits
  • 222523d chore: release version v2.6.1
  • d70e02b fix: only de-paren sections and entities that have builders at the current le...
  • 27f58e6 chore: release version v2.6.0
  • 8a6259e feat: sort persisters using before/after callbacks (#264)
  • fd82fb5 chore: reorder guides
  • e00e35f chore: update docs
  • ebd2fb0 chore: clean up guide
  • a2ae348 chore: fix typo in readme
  • 8320e77 chore: add guide to docs
  • ef219d1 chore: release version v2.5.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 5 updates

Bumps the production-dependencies group with 2 updates in the / directory: [ash](https://github.com/ash-project/ash) and [inertia](https://github.com/inertiajs/inertia-phoenix).


Updates `ash` from 3.13.2 to 3.23.1
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.13.2...v3.23.1)

Updates `inertia` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/inertiajs/inertia-phoenix/releases)
- [Changelog](https://github.com/inertiajs/inertia-phoenix/blob/main/CHANGELOG.md)
- [Commits](inertiajs/inertia-phoenix@v2.6.0...v2.6.1)

Updates `phoenix` from 1.8.3 to 1.8.5
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.3...v1.8.5)

Updates `phoenix_live_view` from 1.1.22 to 1.1.28
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.28/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.1.22...v1.1.28)

Updates `spark` from 2.4.0 to 2.6.1
- [Release notes](https://github.com/ash-project/spark/releases)
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.4.0...v2.6.1)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: inertia
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix
  dependency-version: 1.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.1.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Apr 1, 2026
@zachdaniel zachdaniel merged commit 792615f into main Apr 1, 2026
23 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-fddd01dd6d branch April 1, 2026 23:51
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant