Skip to content

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

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

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#353
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/hex/production-dependencies-009f63eecc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

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

Updates ash from 3.5.31 to 3.5.33

Release notes

Sourced from ash's releases.

v3.5.33

Bug Fixes:

Improvements:

  • get_by_id typo fix in usage rules (#2230) by albinkc

  • Add array modifier to ash.gen.resource (#2228) by Kenneth Kostrešević

  • Add prepend? opt to hooks and Ash.Subject transaction hooks (#2221) by @​chazwatkins

  • hooks: Add transaction hooks to Ash.Subject by @​chazwatkins

  • Ash.Subject delegation and improvements by @​chazwatkins

  • add log? option to can functions by @​zachdaniel

  • add transaction hooks for read actions (#2219) by ChristianAlexander

v3.5.32

Bug Fixes:

  • ensure that exists "at_path" is returned as a relationship path by @​zachdaniel

Improvements:

  • add before/after/around transaction hooks to generic actions (#2218) by ChristianAlexander
Changelog

Sourced from ash's changelog.

v3.5.33 (2025-07-29)

Bug Fixes:

Improvements:

  • get_by_id typo fix in usage rules (#2230) by albinkc

  • Add array modifier to ash.gen.resource (#2228) by Kenneth Kostrešević

  • Add prepend? opt to hooks and Ash.Subject transaction hooks (#2221) by @​chazwatkins

  • hooks: Add transaction hooks to Ash.Subject by @​chazwatkins

  • Ash.Subject delegation and improvements by @​chazwatkins

  • add log? option to can functions by @​zachdaniel

  • add transaction hooks for read actions (#2219) by ChristianAlexander

v3.5.32 (2025-07-23)

Bug Fixes:

  • ensure that exists "at_path" is returned as a relationship path by @​zachdaniel

Improvements:

  • add before/after/around transaction hooks to generic actions (#2218) by ChristianAlexander
Commits
  • 6b237ba chore: release version v3.5.33
  • 9aa8442 fix: handle nil values properly in atomic changing validations
  • bf31c46 fix: Application ER Mermaid Diagram (#2231)
  • 72b8a92 chore: reproduce w/ a test
  • 2f6382b fix: clear nil options in typed struct to constraints process
  • b3da249 Improvement: get_by_id typo fix in usage rules (#2230)
  • 6eefeea docs: Update docs on default pagination behavior. (#2226)
  • 02147e0 improvement: Add array modifier to ash.gen.resource (#2228)
  • a56d447 chore: undo stream change
  • e66487c chore(enum): remove gettext example from Enum docs (#2222)
  • Additional commits viewable in compare view

Updates ash_phoenix from 2.3.10 to 2.3.12

Release notes

Sourced from ash_phoenix's releases.

v2.3.12

Bug Fixes:

  • fix typo in usage rules (#397) by albinkc

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.12 (2025-07-29)

Bug Fixes:

  • fix typo in usage rules (#397) by albinkc

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
  • dbbd5ca chore: release version v2.3.12
  • d2d197d docs: fix example
  • 857421d fix: fix typo in usage rules (#397)
  • 92df065 fix: Fix edge cases with keyset navigation (#395)
  • 41e3d0a docs: Merge pull request #387 from matt-savvy/many-to-many-guide
  • 63a1145 chore(deps): bump the production-dependencies group with 2 updates (#394)
  • c505a68 Update dependabot schedule to monthly
  • ece9a6f Update guide, add prepare_params
  • 8048aae Update guide, remove value_is_key reference
  • 73a4dc5 Update guide, fix code block
  • Additional commits viewable in compare view

Updates phoenix_live_view from 1.1.0-rc.3 to 1.1.2

Changelog

Sourced from phoenix_live_view's changelog.

Changelog for v1.2

Nothing, so far.

v1.1

The CHANGELOG for v1.1 releases can be found in the v1.1 branch.

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 1, 2025
…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.31 to 3.5.33
- [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.31...v3.5.33)

Updates `ash_phoenix` from 2.3.10 to 2.3.12
- [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.12)

Updates `phoenix_live_view` from 1.1.0-rc.3 to 1.1.2
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_view/commits)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_phoenix
  dependency-version: 2.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.1.2
  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-009f63eecc branch from 82bd76c to 7b53d59 Compare August 2, 2025 17:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

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

@dependabot dependabot bot closed this Aug 7, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-009f63eecc branch August 7, 2025 02:19
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