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 4 updates #83

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 4 updates: ash, ash_json_api, ash_postgres and igniter.

Updates ash from 3.4.27 to 3.4.32

Changelog

Sourced from ash's changelog.

v3.4.32 (2024-10-14)

Improvements:

  • use new :csv option type from igniter

v3.4.31 (2024-10-14)

Bug Fixes:

  • allow strings in generic action skip_unknown_inputs

v3.4.30 (2024-10-14)

Bug Fixes:

  • add tracer option to generic action opts

v3.4.29 (2024-10-13)

Bug Fixes:

  • clear change from atomics as well

  • update spark for spark.formatter fixes

  • properly invoke notify callback in read actions

Improvements:

  • better ergonomics for atomic updates

  • add private_arguments option

  • validate Ash.ActionInput.for_action opts

  • allow additional callbacks in Ash.Type.NewType

... (truncated)

Commits
  • b0a7c81 chore: release version v3.4.32
  • e3c735f improvement: use new :csv option type from igniter
  • cb3137c chore: release version v3.4.31
  • 7d114e3 fix: allow strings in generic action skip_unknown_inputs
  • b9e29a0 chore: release version v3.4.30
  • 7115d2d fix: add tracer option to generic action opts
  • 9280a69 docs: improve policy guide with additional examples (#1513)
  • 6131110 chore: release version v3.4.29
  • ee50939 chore: handle nil action in atomic_update
  • 716ea01 chore: handle nil action in atomic update
  • Additional commits viewable in compare view

Updates ash_json_api from 1.4.9 to 1.4.11

Changelog

Sourced from ash_json_api's changelog.

v1.4.11 (2024-10-14)

Improvements:

  • add type handler for NaiveDatetime

v1.4.10 (2024-10-10)

Improvements:

  • set status only if it hasn't already been set

  • better examples for fields parameter

Commits
  • 6c2a11f chore: release version v1.4.11
  • c94d242 improvement: add type handler for NaiveDatetime
  • 9c294e2 chore: update igniter and resolve warnings
  • e59a25e chore(deps): bump the production-dependencies group with 3 updates (#242)
  • 7c83610 chore: release version v1.4.10
  • 4e7eb00 chore(deps-dev): bump git_ops in the dev-dependencies group (#243)
  • db73629 improvement: set status only if it hasn't already been set
  • a911199 Update relationships.md (#240)
  • 062d103 improvement: better examples for fields parameter
  • 3b6df90 chore(deps-dev): bump the dev-dependencies group with 2 updates (#238)
  • Additional commits viewable in compare view

Updates ash_postgres from 2.4.6 to 2.4.9

Changelog

Sourced from ash_postgres's changelog.

v2.4.9 (2024-10-16)

Bug Fixes:

  • fix resource generator task & tests

v2.4.8 (2024-10-11)

Improvements:

  • use the name parameter when generating migrations

v2.4.7 (2024-10-10)

Improvements:

  • adapt to fixes and optimizations around skipped upserts in ash core
Commits
  • 2ea4a0d chore: release version v2.4.9
  • bdee388 fix: fix resource generator task & tests
  • e05df69 chore: update tests/deps
  • a1ffa1c chore: fix migration generator tests
  • da61fa8 chore: use count
  • cb80170 chore: release version v2.4.8
  • 733647a chore: remove often-confusing warning
  • 95fe582 improvement: use the name parameter when generating migrations
  • dacc4f9 chore: release version v2.4.7
  • bd91615 improvement: adapt to fixes and optimizations around skipped upserts in ash core
  • Additional commits viewable in compare view

Updates igniter from 0.3.58 to 0.3.63

Changelog

Sourced from igniter's changelog.

v0.3.63 (2024-10-15)

Bug Fixes:

  • properly collect csv options into lists

v0.3.62 (2024-10-14)

Bug Fixes:

  • properly parse csv/keep options

v0.3.61 (2024-10-14)

Improvements:

  • support csv option type and properly handle keep options lists

v0.3.60 (2024-10-14)

Improvements:

  • don't rely on elixir 1.16+ features

v0.3.59 (2024-10-14)

Bug Fixes:

  • don't return igniter from message function
Commits
  • aa43d5c chore: release version v0.3.63
  • 99a8ab2 fix: properly collect csv options into lists
  • e79aed4 chore: release version v0.3.62
  • bfc3d30 fix: properly parse csv/keep options
  • f15e761 chore: bump installer
  • 6e5d66d chore: release version v0.3.61
  • ebe43a1 improvement: support csv option type and properly handle keep options lists
  • addc035 chore: release version v0.3.60
  • 657b547 improvement: don't rely on elixir 1.16+ features
  • 3577774 chore: release version v0.3.59
  • 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

Bumps the production-dependencies group with 4 updates: [ash](https://github.com/ash-project/ash), [ash_json_api](https://github.com/ash-project/ash_json_api), [ash_postgres](https://github.com/ash-project/ash_postgres) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.4.27 to 3.4.32
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.27...v3.4.32)

Updates `ash_json_api` from 1.4.9 to 1.4.11
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.4.9...v1.4.11)

Updates `ash_postgres` from 2.4.6 to 2.4.9
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.4.6...v2.4.9)

Updates `igniter` from 0.3.58 to 0.3.63
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.3.58...v0.3.63)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_json_api
  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: igniter
  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 17, 2024
@zachdaniel zachdaniel merged commit e2fdc6e into main Oct 17, 2024
15 of 16 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-f392e963f2 branch October 17, 2024 15:13
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