Skip to content

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

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

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#345
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/production-dependencies-6680f5d7a9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

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

Updates ash from 3.5.26 to 3.5.31

Release notes

Sourced from ash's releases.

v3.5.31

Bug Fixes:

  • Catch invalid load (#2213) by Kenneth Kostrešević

Improvements:

  • Add Ash.Subject to abstract Changeset, Query, ActionInput common functions (#2212) by @​chazwatkins

  • support validations, preparations on generic actions by @​zachdaniel

  • add before/after action hooks to generic actions by @​zachdaniel

v3.5.30

Bug Fixes:

  • handle new return value from kind_of_thing in gen.resource by @​zachdaniel

Improvements:

v3.5.28

Bug Fixes:

v3.5.27

Bug Fixes:

... (truncated)

Changelog

Sourced from ash's changelog.

v3.5.31 (2025-07-22)

Bug Fixes:

  • Catch invalid load (#2213) by Kenneth Kostrešević

Improvements:

  • Add Ash.Subject to abstract Changeset, Query, ActionInput common functions (#2212) by @​chazwatkins

  • support validations, preparations on generic actions by @​zachdaniel

  • add before/after action hooks to generic actions by @​zachdaniel

v3.5.30 (2025-07-18)

Bug Fixes:

  • handle new return value from kind_of_thing in gen.resource by @​zachdaniel

Improvements:

v3.5.29 (2025-07-18)

Bug Fixes:

  • properly return :error when unable to determine type of module by @​zachdaniel

v3.5.28 (2025-07-17)

Bug Fixes:

... (truncated)

Commits
  • 56cd9b0 chore: release version v3.5.31
  • 3effedb chore(deps): bump the github-actions group with 2 updates (#2217)
  • 32cbf16 refactor: Migrate to Ash.Subject for Changeset, Query, ActionInput (#2215)
  • cdb3e43 docs: Fixes typo in sort_by. function doc (#2216)
  • 0808869 improvement: Add Ash.Subject to abstract Changeset, Query, ActionInput common...
  • c244822 fix: Catch invalid load (#2213)
  • d415354 improvement: support validations, preparations on generic actions
  • f24a77e chore: release version v3.5.30
  • 5627169 fix: handle new return value from kind_of_thing in gen.resource
  • fb0ecc4 chore: Remove Elixir. from module name printed in Igniter error message (#2...
  • Additional commits viewable in compare view

Updates ash_phoenix from 2.3.10 to 2.3.11

Release notes

Sourced from ash_phoenix's releases.

v2.3.11

Improvements:

  • Add to_form/2 in usage rules and improve error message when accessing a form without to_form/2 (#390) by Kenneth Kostrešević
Changelog

Sourced from ash_phoenix's changelog.

v2.3.11 (2025-07-17)

Improvements:

  • Add to_form/2 in usage rules and improve error message when accessing a form without to_form/2 (#390) by Kenneth Kostrešević
Commits
  • 85fd465 chore: release version v2.3.11
  • 673ef97 chore: update deps
  • b71d5eb Improvement: Add to_form/2 in usage rules and improve error message when ac...
  • d034481 chore(deps): bump the production-dependencies group with 2 updates (#389)
  • 62bf3bd docs: fix transform_errors option documentation (#388)
  • See full diff in compare view

Updates phoenix_live_view from 1.1.0-rc.3 to 1.1.0-rc.4

Changelog

Sourced from phoenix_live_view's changelog.

v1.1.0-rc.4 (2025-07-22)

Enhancements

  • Rename debug_tags_location to debug_attributes and add data-phx-pid (#3898)
  • Simplify code generated for slots in HEEx when the slot does not contain any dynamic code (#3902)

Bug fixes

  • Prevent focus_wrap from focusing the last element instead of the first on Firefox in rare cases (#3895)
  • Ensure comprehension entries perform a full render when change tracking is disabled (#3904)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 3 updates

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


Updates `ash` from 3.5.26 to 3.5.31
- [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.5.26...v3.5.31)

Updates `ash_phoenix` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.3.10...v2.3.11)

Updates `phoenix_live_view` from 1.1.0-rc.3 to 1.1.0-rc.4
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.0-rc.4/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.1.0-rc.3...v1.1.0-rc.4)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_phoenix
  dependency-version: 2.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.1.0-rc.4
  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 Jul 22, 2025
@zachdaniel
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2025

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

@dependabot dependabot bot closed this Jul 22, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-6680f5d7a9 branch July 22, 2025 19:54
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