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

chore(deps): bump the patch-updates group across 1 directory with 3 updates #8

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps the patch-updates group with 3 updates in the / directory: ash, ash_phoenix and ash_postgres.

Updates ash from 3.4.1 to 3.4.3

Changelog

Sourced from ash's changelog.

v3.4.3 (2024-09-04)

Bug Fixes:

  • [loading relationships] properly await tasks from lazy loading multiple relationships

v3.4.2 (2024-09-04)

Bug Fixes:

  • [soft destroys] honor return_destroyed? in soft destroy actions

  • [Ash.Resource.Change] correctly handle return values of batch callbacks (#1424)

  • [read actions] ensure that async limiter is cleared up front

  • [bulk creates] honor bulk upsert condition (#1432)

  • [bulk updates] ensure that update_defaults are set on streaming updates

  • [bulk actions] honor skip_global_validations? in bulk actions

  • [pagination] honor the countable option in pagination

  • [read actions] return proper data shape when doing a read in a transaction

  • [notifications] ensure that from is properly set on all notifications

  • [notifications] fix typo in bulk destroy not clearing ash_started_transaction state

  • [calculations] traverse calculated relationships when rewriting transient calculation values

  • [calculations] don't unload calculation dependencies when lazy? is set

  • [Ash.DataLayer.Ets] handle no_attributes when joining lateral join relationship data

  • [Ash.DataLayer.Ets] fix ets lateral join source field usage

  • [Ash.DataLayer.Ets] properly apply distinct in ets

Improvements with backwards compatibility configurations

These configurations default to the current behavior, but in 4.0 (someday) will be removed, and the new option will be the only option.

  • [pagination] make default page type configurable, defaulting to :offset.
# set this configuration to adopt the new preferred behavior
config :ash,
</tr></table> 

... (truncated)

Commits
  • 0879084 chore: release version v3.4.3
  • d144be6 fix: properly await tasks from lazy loading multiple relationships
  • 745aa6e chore: update changelog
  • 032a242 chore: release version v3.4.2
  • a2cfaa5 chore: use a better config name
  • 06cd509 chore: make the new policy behavior opt-in with config
  • 82230f1 fix: don't clean calc deps that may need to be reused
  • 3c90063 fix: fix upsert condition for ets bulk creates
  • de0f72b Fix: honor bulk upsert condition (#1432)
  • abef091 fix: honor return_destroyed? in soft destroy actions
  • Additional commits viewable in compare view

Updates ash_phoenix from 2.1.1 to 2.1.2

Changelog

Sourced from ash_phoenix's changelog.

v2.1.2 (2024-09-03)

Bug Fixes:

  • spec update_form to accept functions of lists
Commits
  • ac20825 chore: release version v2.1.2
  • 6d68aa3 fix: spec update_form to accept functions of lists
  • d24129e chore: unlock unused deps
  • 0fc519b chore(deps): bump ash in the production-dependencies group (#234)
  • 227d47f Cleanup specs with path type (#233)
  • 7f743ac chore(deps): bump ash in the production-dependencies group (#232)
  • 9848dc1 chore(deps): bump ash in the production-dependencies group (#230)
  • See full diff in compare view

Updates ash_postgres from 2.2.3 to 2.2.5

Changelog

Sourced from ash_postgres's changelog.

v2.2.5 (2024-09-04)

Improvements:

  • [AshPostgres.DataLayer] support ash main upsert_condition logic

v2.2.4 (2024-09-03)

Bug Fixes:

  • [AshPostgres.DataLayer] ensure default bindings are present on data layer

  • [AshPostgres.DataLayer] properly traverse newtypes when determining types

Commits
  • 6e0b8fb chore: release version v2.2.5
  • 2015aa6 improvement: support ash main upsert_condition logic
  • 7285b33 chore: release version v2.2.4
  • 9650852 test: additional tests for bulk updates
  • 06c0c32 test: add test for bugfix in ash
  • c104e6a chore(deps): bump the production-dependencies group with 2 updates (#377)
  • fe16511 Remove IO.inspect (#376)
  • 725e14a test: add tests for filter input parsing
  • 4ccdc7b chore: update deps, fix tests
  • cf1207d chore: fix recent type casting logic change
  • Additional commits viewable 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 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

…pdates

Bumps the patch-updates group with 3 updates in the / directory: [ash](https://github.com/ash-project/ash), [ash_phoenix](https://github.com/ash-project/ash_phoenix) and [ash_postgres](https://github.com/ash-project/ash_postgres).


Updates `ash` from 3.4.1 to 3.4.3
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.1...v3.4.3)

Updates `ash_phoenix` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.1.1...v2.1.2)

Updates `ash_postgres` from 2.2.3 to 2.2.5
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.2.3...v2.2.5)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Sep 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

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

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/hex/patch-updates-b6bb11d185 branch September 6, 2024 01:18
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