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 across 1 directory with 3 updates #746

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates ash from 3.0.16 to 3.2.2

Changelog

Sourced from ash's changelog.

v3.2.2 (2024-07-17)

Features:

  • [Ash.Reactor] Add ash_step wrapper (#1311)

Bug Fixes:

  • [bulk destroys] honor atomic validations in destroy actions using filter

  • [Ash.Type.Vector] handle casting nil vectors (#1316)

  • [Ash.Type] don't override nil handling in Ash.Type.cast_input/3

v3.2.1 (2024-07-17)

Bug Fixes:

  • properly honor the include_nil? option

  • store after_action hooks added outside of changes for atomic upgrade

  • don't use type/3 in string interpolation

  • properly pass include_nil? from when building query aggregates

Improvements:

  • allow skipping initialization of types in unions

v3.2.0 (2024-07-15)

Features:

  • [field policies] Allow field policies to hide private fields (#1289)

Use the private_fields :include | :show | :hide option in the field_policies section of your resource to control how private fields are handled by field policies.

For example:

# hide all private fields when authorizing
field_policies :hide
the current behavior. Private fields are ignored by field policies
field_policies :show
private fields can have field policies like any other field
field_policies :include

... (truncated)

Commits
  • d6868dd chore: release version v3.2.2
  • 6632f59 chore: keep only correct changes from earlier reverts
  • 05cdaa0 Revert "fix: honor atomic validations in destroy actions using filter"
  • 1db2b0f Revert "chore: undo change to bulk destroy omitting changeset.filter"
  • 6484881 chore: undo change to bulk destroy omitting changeset.filter
  • a6a9961 fix: honor atomic validations in destroy actions using filter
  • dad0bfd fix: handle casting nil vectors (#1316)
  • dd5bf4a improvement: update spark for docs fixes, hide aggregate kind
  • a49d99b docs: Set default value for include_nil? aggregate option (#1315)
  • 15655e0 fix: don't handle nil in Ash.Type.cast_input/3
  • Additional commits viewable in compare view

Updates ash_postgres from 2.0.12 to 2.1.8

Changelog

Sourced from ash_postgres's changelog.

v2.1.8 (2024-07-17)

Bug Fixes:

  • [aggregates] update ash_sql & ash for include_nil? fix (and test it)

  • [aggregates] ensure synthesized query aggregates have context set

Improvements:

  • [installers] update igniter dependencies

  • [expressions] add binding() expression, for referring to the current table

v2.1.7 (2024-07-17)

Bug Fixes:

  • update to latest ash version for aggregate fix

  • update ash_sql for include_nil? fix and test it

  • ensure synthesized query aggregates have context set

Improvements:

  • update ash/igniter dependencies

  • add binding() expression

  • use latest type casting code from ash

  • support new type determination code

v2.1.6 (2024-07-16)

Bug Fixes:

  • ensure synthesized query aggregates have context set

Improvements:

  • update ash/igniter dependencies

  • add binding() expression

  • use latest type casting code from ash

  • support new type determination code

... (truncated)

Commits
  • aedbaee chore: release version v2.1.8
  • d5f5bae test: add tests for include_nil? on first aggregates as well
  • 67ab07a fix: update to latest ash version for aggregate fix
  • 7cf06f3 fix: update ash_sql for include_nil? fix and test it
  • 2393c2c chore: update tests to account for non-keepable-atom-keys
  • 1e637f9 test: replicate error when building json object and using inline aggregate (#...
  • a121ba1 chore: test changes & update dependency
  • de69ec0 chore: release version v2.1.6
  • 8cd8650 improvement: update ash/igniter dependencies
  • 6b100a0 chore: update changelog
  • Additional commits viewable in compare view

Updates spark from 2.2.7 to 2.2.10

Changelog

Sourced from spark's changelog.

v2.2.10 (2024-07-18)

Improvements:

  • add docs & specs, and Spark.Igniter.has_extension/5

v2.2.9 (2024-07-17)

Bug Fixes:

  • hide hidden docs & auto_set_fields in options tables

v2.2.8 (2024-07-15)

Improvements:

  • add Spark.Igniter.prepend_to_section_order
Commits
  • 6a86a47 chore: release version v2.2.10
  • 8dfb0e3 improvement: add docs & specs, and Spark.Igniter.has_extension/5
  • b3bda6b chore: release version v2.2.9
  • 09009c2 fix: hide hidden docs & auto_set_fields in options tables
  • 86e51d3 chore: update igniter dep
  • c531043 chore: release version v2.2.8
  • 2cea9e4 improvement: add Spark.Igniter.prepend_to_section_order
  • 16d752b chore: make extension module prettier
  • See full diff 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

…y with 3 updates

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


Updates `ash` from 3.0.16 to 3.2.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.0.16...v3.2.2)

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

Updates `spark` from 2.2.7 to 2.2.10
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.2.7...v2.2.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jul 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2024

Superseded by #751.

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-d9d31b177c branch July 25, 2024 16:08
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.

None yet

0 participants