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 2 updates #1

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps the production-dependencies group with 2 updates: ash and splode.

Updates ash from 3.4.64 to 3.4.67

Changelog

Sourced from ash's changelog.

v3.4.67 (2025-03-04)

Bug Fixes:

  • Pass tenant option when seeding resource given by the generator (#1834)

v3.4.66 (2025-03-03)

Bug Fixes:

  • handle unparseable relationship sorts & single atom sorts

  • don't allow modifying changeset with atomic conditions

  • don't prevent changing values to nil when original data is not available

  • propagate invalid refrence error when adding calc context to sort (#1827)

  • ensure that we don't try to compare not loaded or forbidden values

  • use filter not filters in stale record error

Improvements:

  • add touching? option to changing validation

  • don't show required errors for fields with other errors

  • validate aggregate multitenancy

  • ignore action-defined loads when using Ash.load

v3.4.65 (2025-02-25)

Bug Fixes:

  • properly enumerate :_pkey in notifier

  • Always rollback input.resource when running generic actions. (#1817)

  • fix case where batch before/after action callbacks could be skipped

... (truncated)

Commits
  • fd92a48 chore: release version v3.4.67
  • 573a922 fix: Pass tenant option when seeding resource given by the generator (#1834)
  • b012f40 chore: release version v3.4.66
  • 1220990 chore: remove IO.inspect
  • 8f3308f chore: don't try to parse nil sorts
  • e4cca3c chore: clean up credo warnings
  • afb1d63 fix: handle unparseable relationship sorts & single atom sorts
  • cbe5b52 chore: remove spec because I have no idea why dialyzer doesn't like it
  • ffeedb1 chore: fix patterns in last commit
  • a372956 fix: don't allow modifying changeset with atomic conditions
  • Additional commits viewable in compare view

Updates splode from 0.2.8 to 0.2.9

Changelog

Sourced from splode's changelog.

v0.2.9 (2025-02-28)

Improvements:

  • show docs for exception function & keys in doc string
Commits
  • c9d9d22 chore: release version v0.2.9
  • 07cfbec improvement: show docs for exception function & keys in doc string
  • 4d93c95 chore(deps-dev): bump igniter from 0.5.25 to 0.5.29 (#31)
  • a942dff chore(deps-dev): bump git_ops from 2.7.0 to 2.7.1 (#30)
  • 7277b53 chore(deps-dev): bump igniter from 0.5.24 to 0.5.25 (#27)
  • 936e4c2 chore(deps-dev): bump git_ops from 2.6.3 to 2.7.0 (#26)
  • 47d890a chore(deps-dev): bump igniter from 0.5.23 to 0.5.24 (#25)
  • a569317 chore(deps-dev): bump igniter from 0.5.21 to 0.5.23 (#24)
  • fa4d59c chore(deps-dev): bump ex_doc from 0.37.0 to 0.37.1 (#22)
  • 2e27b1a chore(deps-dev): bump igniter from 0.5.20 to 0.5.21 (#20)
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Mar 5, 2025
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [splode](https://github.com/ash-project/splode).


Updates `ash` from 3.4.64 to 3.4.67
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.64...v3.4.67)

Updates `splode` from 0.2.8 to 0.2.9
- [Changelog](https://github.com/ash-project/splode/blob/main/CHANGELOG.md)
- [Commits](ash-project/splode@v0.2.8...v0.2.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/production-dependencies-0461f907bc branch from 4247c57 to 17f4577 Compare March 5, 2025 23:15
@jimsynz jimsynz merged commit 7bd488a into main Mar 5, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-0461f907bc branch March 5, 2025 23:30
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.

1 participant