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 #225

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 3 updates: ash, igniter and spark.

Updates ash from 3.4.23 to 3.4.26

Changelog

Sourced from ash's changelog.

v3.4.26 (2024-10-08)

Bug Fixes:

  • properly hydrate sort with parent context

  • handle nested parent references in runtime expression logic

  • set parent stack when hydrating references in related queries

v3.4.25 (2024-10-07)

Bug Fixes:

  • honor --yes or -y option when adding a satsolver

  • don't error on type casting against expressions

v3.4.24 (2024-10-07)

Bug Fixes:

  • short-circuit policy condition evaluation when checking all conditions

  • properly hydrate aggregate calculations & fields

Improvements:

  • re-introduce removed behavior to short circuit policy conditions
Commits
  • 3607464 chore: release version v3.4.26
  • 8f2775c fix: properly hydrate sort with parent context
  • 1122aa8 fix: handle nested parent references in runtime expression logic
  • d8a9aea test: Add test that verify parent expression can refer relationship (#1505)
  • 23406c3 chore: release version v3.4.25
  • 926158e fix: honor --yes or -y option when adding a satsolver
  • 573cc08 chore: dialyzer & function arg names
  • 24ea47d fix: don't error on type casting against expressions
  • 0eff9e6 test: Add test to verify that in/2 can use parent (#1502)
  • 2498a7d chore: release version v3.4.24
  • Additional commits viewable in compare view

Updates igniter from 0.3.49 to 0.3.52

Changelog

Sourced from igniter's changelog.

v0.3.52 (2024-10-07)

Improvements:

  • properly warn on git changes before committing

v0.3.51 (2024-10-07)

Bug Fixes:

  • provide proper version in the installer

Improvements:

  • remove System.cmd for igniter.install in installer

  • allow excluding line numbers in Igniter.Test.assert_has_patch

  • prettier errors on task exits

v0.3.50 (2024-10-07)

Improvements:

  • don't warn on missing installers that aren't actually missing
Commits
  • efdd454 chore: release version v0.3.52
  • d375888 improvement: properly warn on git changes before committing
  • e0900d4 chore: release version v0.3.51
  • 284e7b0 chore: bump installer version
  • d6b9c9f fix: provide proper version in the installer
  • 43576f0 chore: bump version
  • 00dbe89 improvement: remove System.cmd for igniter.install in installer
  • 19e1613 improvement: allow excluding line numbers in Igniter.Test.assert_has_patch
  • 8060b31 chore: release version v0.3.50
  • 761ee96 improvement: don't warn on missing installers that aren't actually missing
  • See full diff in compare view

Updates spark from 2.2.31 to 2.2.32

Changelog

Sourced from spark's changelog.

v2.2.32 (2024-10-07)

Improvements:

  • disable introspection section in cheatsheets if target module is not documented (#111)
Commits
  • d883440 chore: release version v2.2.32
  • 8407264 chore: clean up duplicates in alternate docs
  • 1a34b4c Revert "improvement: raise multiple DslErrors at once"
  • 77ec5bf improvement: disable introspection section in cheatsheets if target module is...
  • 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.23 to 3.4.26
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.23...v3.4.26)

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

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

---
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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
@zachdaniel zachdaniel merged commit d5aff24 into main Oct 10, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-921c989e11 branch October 10, 2024 02:19
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