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

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, ash_sql and igniter.

Updates ash from 3.4.24 to 3.4.27

Changelog

Sourced from ash's changelog.

v3.4.27 (2024-10-10)

Improvements:

  • StaleRecordError on skipped upsert

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

Commits
  • 12e4a52 chore: release version v3.4.27
  • 6ff4621 improvement: StaleRecordError on skipped upsert
  • c5dc325 chore: Update error messages around SAT solvers (#1508)
  • c129df6 chore: add compile task before running ash.patch.extend
  • 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
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.34 to 0.2.36

Changelog

Sourced from ash_sql's changelog.

v0.2.36 (2024-10-08)

Bug Fixes:

  • properly handle parent bindings in aggregate references

v0.2.35 (2024-10-07)

Bug Fixes:

  • properly group aggregates together

  • don't attempt to add multiple filter statements to a single aggregate

Commits
  • 8113385 chore: release version v0.2.36
  • ff8acdd fix: properly handle parent bindings in aggregate references
  • fcb0570 chore: release version v0.2.35
  • 3139261 fix: properly group aggregates together
  • 901570e chore(deps-dev): bump the dev-dependencies group with 2 updates (#66)
  • e0335bc chore(deps): bump ash in the production-dependencies group (#65)
  • See full diff 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

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), [ash_sql](https://github.com/ash-project/ash_sql) and [igniter](https://github.com/ash-project/igniter).


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

Updates `ash_sql` from 0.2.34 to 0.2.36
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.34...v0.2.36)

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)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
@zachdaniel zachdaniel merged commit 53694a9 into main Oct 10, 2024
45 of 48 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-a96e9104bb branch October 10, 2024 12:55
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