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 production-dependencies group with 6 updates #254

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 6 updates:

Package From To
ash 3.4.36 3.4.37
ash_admin 0.11.9 0.11.11
ash_phoenix 2.1.6 2.1.8
ash_postgres 2.4.11 2.4.12
phoenix_ecto 4.6.2 4.6.3
req 0.5.6 0.5.7

Updates ash from 3.4.36 to 3.4.37

Changelog

Sourced from ash's changelog.

v3.4.37 (2024-10-30)

Bug Fixes:

  • [Ash.Type.Union] handle nil union changing to nil

  • [multitenancy] enforce multitenancy on bulk creation

  • [Ash.Changeset] force_change_attribute no longer cares what the old value is

Improvements:

  • [Ash.Changeset] allow specifying return_skipped_upsert? as an option to changeset

  • [Ash.DataLayer] add prefer_transaction_for_atomic_updates? data layer callback

  • [Ash.DataLayer] support prefer_transaction? on DataLayer

  • [loading data] allow data loading when no primary read action exists

Commits

Updates ash_admin from 0.11.9 to 0.11.11

Changelog

Sourced from ash_admin's changelog.

v0.11.11 (2024-10-30)

Bug Fixes:

  • properly update any kind of form data

  • fix relationship loading on Resource Update form (#220) (#221)

v0.11.10 (2024-10-29)

Bug Fixes:

  • various fixes for unions & form mutations
Commits
  • 1e2cdc9 chore: release version v0.11.11
  • 9a9cce4 fix: properly update any kind of form data
  • 400eb02 fix: fix relationship loading on Resource Update form (#220) (#221)
  • 7dccb99 chore: release version v0.11.10
  • 6ab3964 fix: various fixes for unions & form mutations
  • cf82326 chore: clarify scope example in getting started guide
  • 09ed6fc docs: Add more details of documentation of format_fields (#219)
  • f1a8d75 chore(deps-dev): bump the dev-dependencies group with 4 updates (#218)
  • 1719b8f chore: update spark for docs fixes
  • 55994d7 chore: update formatter
  • Additional commits viewable in compare view

Updates ash_phoenix from 2.1.6 to 2.1.8

Changelog

Sourced from ash_phoenix's changelog.

v2.1.8 (2024-10-29)

Improvements:

  • track raw_params

v2.1.7 (2024-10-29)

Bug Fixes:

  • set _union_type param when unnesting a resource in a union

  • don't wrap resources inside of unions as WrappedValue

  • warn on missing params on submit

  • unwrap unions & wrapped values when fetching values

Commits
  • 0c996dd chore: release version v2.1.8
  • 354e425 improvement: track raw_params
  • 1c07c23 chore: release version v2.1.7
  • a4597c2 fix: set _union_type param when unnesting a resource in a union
  • 85175b8 fix: don't wrap resources inside of unions as WrappedValue
  • 295a51c test: extend test for deeply nested union stuff (#259)
  • 86a682b chore: update tests to reflect simpler form value behavior
  • c270d64 fix: warn on missing params on submit
  • dc932d6 fix: unwrap unions & wrapped values when fetching values
  • 6b916c4 test for failing union values (#257)
  • Additional commits viewable in compare view

Updates ash_postgres from 2.4.11 to 2.4.12

Changelog

Sourced from ash_postgres's changelog.

v2.4.12 (2024-10-30)

Bug Fixes:

  • [query builder] don't double add distinct clauses

  • [AshPostgres.DataLayer] don't use cast for changes

Improvements:

  • [AshPostgres.Repo] set prefer_transaction? to false in generated repos

  • [AshPostgres.DataLayer] support prefer_transaction?

Commits

Updates phoenix_ecto from 4.6.2 to 4.6.3

Changelog

Sourced from phoenix_ecto's changelog.

v4.6.3

  • Enhancements

    • Add prefix option to check repo status plug
  • Bug fix

    • Fix map.field notation warning on Elixir 1.17
Commits

Updates req from 0.5.6 to 0.5.7

Changelog

Sourced from req's changelog.

v0.5.7 (2024-10-29)

  • [put_aws_sigv4]: Fix signature when using custom port

  • [retry]: Do not call retry_delay fun twice

  • [auth]: Support passing a 0-arity function

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

Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.4.36` | `3.4.37` |
| [ash_admin](https://github.com/ash-project/ash_admin) | `0.11.9` | `0.11.11` |
| [ash_phoenix](https://github.com/ash-project/ash_phoenix) | `2.1.6` | `2.1.8` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.4.11` | `2.4.12` |
| [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) | `4.6.2` | `4.6.3` |
| [req](https://github.com/wojtekmach/req) | `0.5.6` | `0.5.7` |


Updates `ash` from 3.4.36 to 3.4.37
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits)

Updates `ash_admin` from 0.11.9 to 0.11.11
- [Changelog](https://github.com/ash-project/ash_admin/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_admin@v0.11.9...v0.11.11)

Updates `ash_phoenix` from 2.1.6 to 2.1.8
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.1.6...v2.1.8)

Updates `ash_postgres` from 2.4.11 to 2.4.12
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/commits)

Updates `phoenix_ecto` from 4.6.2 to 4.6.3
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_ecto@v4.6.2...v4.6.3)

Updates `req` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](wojtekmach/req@v0.5.6...v0.5.7)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_ecto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: req
  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 the dependencies Pull requests that update a dependency file label Oct 31, 2024
@zachdaniel zachdaniel merged commit 624d051 into main Oct 31, 2024
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-fea43654b4 branch October 31, 2024 12:47
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