Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ash from 3.2.6 to 3.3.1 #23

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2024

Bumps ash from 3.2.6 to 3.3.1.

Changelog

Sourced from ash's changelog.

v3.3.1 (2024-07-30)

Bug Fixes:

  • [mix ash.gen.domain] properly parse domain module in mix ash.gen.domain

  • [Ash.Resource.Change, Ash.Resource.Validation] properly handle mixed atomic & non-atomic validations/changes

  • [Ash.Filter] properly find data layer predicates when name is provided as a string

  • [relationships] set accessing_from and join read action for many_to_many relationships correctly (#1355)

Improvements:

  • [Ash.Resource.Change] implement change/3 automatically if batch callbacks are defined

v3.3.0 (2024-07-27)

Features:

  • [Ash.Type.File] Add Ash.Type.File (#1337)

Bug Fixes:

  • [bulk actions] ensure that statuses are set correctly on bulk actions

  • [bulk actions] properly transfer process context(tracers) for bulk actions

  • [embedded resources] properly display identity/primary key mismatch error on lists of embeds

  • [Ash.Type.NewType] apply constraints to NewType even when casting an array (#1341)

  • [Ash.Query] pass reuse_values? true when loading in Ash.Query.apply_to/2 (#1346)

  • [code interfaces] honor skip_unknown_inputs in code interfaces

  • [notifications] don't gather notifications except for in the top level transaction starter

  • [generic actions] support skip_unknown_inputs on generic actions

  • [atomic updates] ensure changed? context is set on atomic changesets (we assume it is true, its up to extensions to handle)

  • [Ash.Type.CiString, Ash.Type.String] Update string/ci_string generators to ensure min_length (#1335)

  • [Ash] handle {record, action, input} types in Ash.can?

  • [bulk actions] only call batch_change if it is defined, never change in bulk create

Improvements:

... (truncated)

Commits
  • c74ac7f chore: release version v3.3.1
  • 55456b3 fix: properly parse domain module in mix ash.gen.domain
  • cb7b712 improvement: implement change/3 automatically if batch callbacks are defined
  • 1ce0480 test: tests for atomic only validation (#1331)
  • 1c641fa fix: properly find data layer predicates when name is provided as a string
  • ac18d18 fix: set accessing from and join read action for many_to_many relationships c...
  • 5838a85 docs: Fix SECURITY.md badge URL (#1353)
  • b3ac13e chore: release version v3.3.0
  • 303da2a improvement: better positional argument handling with igniter
  • dc4a63c fix: ensure that statuses are set correctly on bulk actions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ash](https://github.com/ash-project/ash) from 3.2.6 to 3.3.1.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.2.6...v3.3.1)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2024
@rhblind rhblind merged commit 73885f4 into main Jul 31, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/hex/ash-3.3.1 branch July 31, 2024 08:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant