Skip to content

chore(deps): bump the production-dependencies group with 4 updates#462

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-521820f3ca
Closed

chore(deps): bump the production-dependencies group with 4 updates#462
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-521820f3ca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the production-dependencies group with 4 updates: ash, phoenix, phoenix_live_view and spark.

Updates ash from 3.13.2 to 3.18.0

Release notes

Sourced from ash's releases.

v3.17.0

Features:

Bug Fixes:

Improvements:

v3.16.0

Features:

Bug Fixes:

... (truncated)

Changelog

Sourced from ash's changelog.

v3.18.0 (2026-02-25)

Features:

Bug Fixes:

Improvements:

v3.17.1 (2026-02-23)

Bug Fixes:

Improvements:

... (truncated)

Commits
  • 17ae3bb chore: release version v3.18.0
  • 428f6cf feat: Add offset option to has_one and has_many relationships (#2584)
  • ef3f8bb improvement: add pre_flight_authorization() builtin validation for conditiona...
  • 3856ff2 chore: only attempt to parse ISO8601 durations if the value is a string
  • a9f2141 fix: use to_doc to inspect vectors
  • 1a405fa improvement: Add error messages to cast_stored and dump_to_native (#2570)
  • b3e6b67 fix: pass all opts to for_destroy in soft deletes
  • 0aafe65 feat: add support for data layers with partial success in bulk_create (#2576)
  • ea25c6d improvement: Enhance Ash.Type.NewType custom constraints to support arrays (#...
  • c6eefbb improvement: Add context to read actions in cascade changes (#2582)
  • Additional commits viewable in compare view

Updates phoenix from 1.8.3 to 1.8.4

Changelog

Sourced from phoenix's changelog.

1.8.4 (2026-2-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.25

Release notes

Sourced from phoenix_live_view's releases.

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

Updates spark from 2.4.0 to 2.4.1

Release notes

Sourced from spark's releases.

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

  • docs redirect tests (#252) by leonqadirie

Changelog

Sourced from spark's changelog.

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

  • docs redirect tests (#252) by leonqadirie

Commits
  • 93de1c7 chore: release version v2.4.1
  • 9c4a2ca chore: remove multiline warning from DSL option docs
  • 36adb5f fix: suppress Dialyzer warnings for generated anno functions on OTP 28 (#261)
  • 6ad8801 fix: Handle same-named sibling sections in DSL extensions
  • 128e35c chore: SPDX contributor links (#254)
  • b3a15af chore: format
  • 748d8d8 fix: docs redirect tests (#252)
  • See full diff 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 1, 2026
@dependabot dependabot bot force-pushed the dependabot/hex/production-dependencies-521820f3ca branch from a39c725 to 82b391f Compare March 1, 2026 13:10
Bumps the production-dependencies group with 4 updates: [ash](https://github.com/ash-project/ash), [phoenix](https://github.com/phoenixframework/phoenix), [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) and [spark](https://github.com/ash-project/spark).


Updates `ash` from 3.13.2 to 3.18.0
- [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.18.0)

Updates `phoenix` from 1.8.3 to 1.8.4
- [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.4)

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

Updates `spark` from 2.4.0 to 2.4.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.4.1)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: phoenix
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.1.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/production-dependencies-521820f3ca branch from 82b391f to 62cdc17 Compare March 2, 2026 06:25
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 1, 2026
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-521820f3ca branch April 1, 2026 15:23
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.

0 participants