Skip to content

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

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/hex/production-dependencies-4cf1a376c1
Closed

chore(deps): bump the production-dependencies group with 4 updates#383
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/hex/production-dependencies-4cf1a376c1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

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

Updates ash from 3.16.0 to 3.17.1

Release notes

Sourced from ash's releases.

v3.17.0

Features:

Bug Fixes:

Improvements:

Changelog

Sourced from ash's changelog.

v3.17.1 (2026-02-23)

Bug Fixes:

Improvements:

v3.17.0 (2026-02-22)

Features:

Bug Fixes:

Improvements:

Commits
  • 2648eff chore: release version v3.17.1
  • 6707fe0 fix: Include usage-rules directory in package (#2581)
  • d4afc9d fix: boolean expression not eq optimization (#2579)
  • 7412b5a chore: do less calls to notify since it loads now
  • 8ff7cec chore: CI
  • 7577352 chore: write docs & walk back type & transform options on notifiers
  • e9a91c5 chore: format
  • 0c72edf chore: fix rewriting calculations with the same name but different loads
  • d63b62d chore: format
  • 7a3b443 improvement: add support for notifier load statements
  • Additional commits viewable in compare view

Updates cinder from 0.9.0 to 0.11.1

Changelog

Sourced from cinder's changelog.

v0.11.1 (2026-02-21)

Features

  • Add action attribute to collections for specifying a custom read action (#125)

Bugfixes

  • Use primary read action instead of hardcoded :read when no action is specified (#125)

v0.11.0 (2026-02-19)

Features

  • Add collapsible filter toggle via show_filters={:toggle} (starts collapsed) and show_filters={:toggle_open} (starts expanded). Can be set globally via config :cinder, show_filters: :toggle.
  • Add Danish translation (#121)

Chores

  • Add missing data-key attributes to theme-styled elements in filters and renderers

v0.10.0 (2026-02-14)

Features

  • Add new radio_group filter type, for any set of mutually exclusive options. The existing boolean filter now delegates to radio_group internally. (#115)
  • Add <:loading>, <:empty>, and <:error> slots for custom state content, plus error_message attribute (#20)
  • Support custom filter labels via filter={[label: "..."]} to override the column label in the filter UI (#102)

Bugfixes

  • Fix loading overlay positioning in built-in themes (#20)

Breaking Changes

  • Renamed filter_boolean_* theme keys to filter_radio_group_*. Theme keys filter_boolean_container_class, filter_boolean_option_class, filter_boolean_radio_class, and filter_boolean_label_class have been renamed to their filter_radio_group_* equivalents. Run mix cinder.upgrade 0.9.1 0.10.0 to automatically update custom themes. See the upgrading guide for details. (#115)

  • Removed _data theme keys. Theme maps no longer contain _data companion keys (e.g. container_data, th_data). The data-key attributes are now hardcoded directly in templates. If you have custom filter templates that spread _data theme keys (e.g. {@theme.filter_text_input_data}), replace them with a hardcoded data-key attribute matching the _class key name (e.g. data-key="filter_text_input_class"). See the upgrading guide for details. (#117)

Chores

  • Remove unused theme keys: loading_class, filter_placeholder_class, search_container_class, search_label_class, search_wrapper_class

v0.9.1 (2026-02-13)

Bugfixes

  • Fix crash when passing a struct as scope (#110)
  • Fix query actor not being respected when no explicit actor or scope actor provided (#111)
  • Fix sorting on relationship fields, calculations, and aggregates (#111)
Commits
  • 2611c73 Tag and release v0.11.1
  • 6f7c939 Merge pull request #125 from zachdaniel/set-action-at-the-end
  • b2566d6 Update gettext extractions with correct line numbers
  • a2bb5b2 fix: defer query_opts application until after search/filters
  • c19e8a6 improvement: set action at the end, to allow for args to be set
  • 6e5af5e Tag and release v0.11.0
  • 1cf4b78 Add collapsible filter toggle via show_filters attribute
  • b0d9041 Merge pull request #121 from Munksgaard/add-da-translation
  • 798ce22 Add Danish translation
  • 6d0a9e6 Update theming guide to note that data-key attributes can also be used as C...
  • 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)

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

Changelog

Sourced from phoenix_live_view's changelog.

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

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

Bumps the production-dependencies group with 4 updates: [ash](https://github.com/ash-project/ash), [cinder](https://github.com/sevenseacat/cinder), [phoenix](https://github.com/phoenixframework/phoenix) and [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view).


Updates `ash` from 3.16.0 to 3.17.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.16.0...v3.17.1)

Updates `cinder` from 0.9.0 to 0.11.1
- [Changelog](https://github.com/sevenseacat/cinder/blob/main/CHANGELOG.md)
- [Commits](sevenseacat/cinder@v0.9.0...v0.11.1)

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.24
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.24/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.1.22...v1.1.24)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cinder
  dependency-version: 0.11.1
  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.24
  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 added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Feb 23, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2026

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

@dependabot dependabot bot closed this Feb 28, 2026
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-4cf1a376c1 branch February 28, 2026 23:24
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