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 3 updates #228

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 3 updates: ash, igniter and spark.

Updates ash from 3.4.26 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 igniter from 0.3.52 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

v0.3.58 (2024-10-13)

... (truncated)

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

Updates spark from 2.2.32 to 2.2.34

Changelog

Sourced from spark's changelog.

v2.2.34 (2024-10-15)

Improvements:

  • more and better typespecs for Spark.Options.Validator

v2.2.33 (2024-10-13)

Bug Fixes:

  • include optional arguments as entity builders in spark.formatter
Commits
  • 7f99d22 chore: release version v2.2.34
  • 86ce99c improvement: more and better typespecs for Spark.Options.Validator
  • d1b5cde docs: explain Spark.Options better
  • bb4b178 chore: release version v2.2.33
  • 5a82cb8 fix: include optional arguments as entity builders in spark.formatter
  • 2f0d947 sync-tool-versions-with-ash (#112)
  • e3d937c chore: update igniter and resolve compiler warnings
  • c584066 chore: format
  • cb253bc Revert "Revert "improvement: raise multiple DslErrors at once""
  • 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

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


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

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

Updates `spark` from 2.2.32 to 2.2.34
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.2.32...v2.2.34)

---
updated-dependencies:
- dependency-name: ash
  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
- dependency-name: spark
  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 faa9cb8 into main Oct 17, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-95e3a32281 branch October 17, 2024 15: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