Skip to content

build(deps): bump the all-dependencies group with 4 updates - #2910

Merged
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/all-dependencies-20b04dfaa0
Sep 1, 2026
Merged

build(deps): bump the all-dependencies group with 4 updates#2910
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/all-dependencies-20b04dfaa0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 4 updates: ecto, git_ops, mimic and reactor.

Updates ecto from 3.14.1 to 3.14.2

Changelog

Sourced from ecto's changelog.

v3.14.2 (2026-08-14)

Enhancements

  • [Ecto.Schema] Allow configuring :writable and :on_writable_violation for the :inserted_at field generated by timestamps/1

Bug fixes

  • [Ecto.Changeset] Fix changed?/3 for removed one-to-one relations
  • [Ecto.Changeset] Fix stale belongs_to keys in apply_changes/1
  • [Ecto.Changeset] Preserve prepare_changes callbacks in merge/2
  • [Ecto.Changeset] Preserve the default :on_cast function in relation type metadata
  • [Ecto.Query] Fix source field caching for map updates
  • [Ecto.Repo] Propagate the caller's Logger level to preload tasks
  • [Ecto.Repo] Enforce writable fields after prepare_changes callbacks
  • [Ecto.Schema] Fix autogeneration options for composite types
  • [Ecto.Schema] Avoid compile-time dependencies on modules named in @derive
  • [Ecto.Type] Normalize DateTime casts to UTC
Commits
  • f6eb492 Release v3.14.2
  • f13d064 Make sure on_cast information is available on type metadata
  • 80f82a9 Allow for specifying :writable and :on_writable_violation options for :insert...
  • 7b36fe6 Avoid compile-time dependency on modules named in derive (#4779)
  • 4e704f2 Normalize DateTime casts to UTC (#4775)
  • fa6dd6a Fix autogenerate options for composite types (#4773)
  • 2e2af81 Enforce writable fields after prepare_changes (#4771)
  • 8f97303 Fix link formatting for supervision tree reference
  • abeab7a Propagate the caller's Logger level to preload tasks (#4766)
  • bac6db2 Preserve prepare_changes in Ecto.Changeset.merge/2 (#4768)
  • Additional commits viewable in compare view

Updates git_ops from 2.10.0 to 2.12.2

Changelog

Sourced from git_ops's changelog.

v2.12.2 (2026-08-23)

Bug Fixes:

  • don't fail on prefix stripping when prefix is empty by @​zachdaniel

v2.12.1 (2026-08-14)

Improvements:

v2.12.0 (2026-08-13)

Features:

v2.11.4 (2026-08-13)

Bug Fixes:

v2.11.3 (2026-08-11)

Improvements:

v2.11.2 (2026-08-10)

... (truncated)

Commits
  • 52e3853 chore: release version v2.12.2
  • 50afc26 fix: don't fail on prefix stripping when prefix is empty
  • d8b13ae chore: release version v2.12.1
  • e588b16 improvement: support solo_pr option on packages
  • 34a9ac0 chore: release version v2.12.0
  • 78477c7 feat: close release pull requests for packages with no releasable changes (#84)
  • 8fd7d36 chore: release version v2.11.4
  • b80061e fix: handle utf8 in messages
  • 0a23dfd chore: release version v2.11.3
  • 1b6b37f improvement: even faster branch comparison
  • Additional commits viewable in compare view

Updates mimic from 2.3.1 to 2.4.0

Release notes

Sourced from mimic's releases.

Mimic 2.4.0

What's Changed

Full Changelog: edgurgel/mimic@v2.3.1...v2.4.0

Changelog

Sourced from mimic's changelog.

2.4.0 (2026-08-22)

  • perf: shard Mimic.Server into one partition per scheduler (routed by owner pid) so concurrent async tests no longer serialize through a single process
Commits

Updates reactor from 1.0.5 to 1.0.6

Release notes

Sourced from reactor's releases.

v1.0.6

Bug Fixes:

  • emit run error event for invalid result (#331) by Marek Kaput

  • run halt hooks at iteration limit (#333) by Marek Kaput

Changelog

Sourced from reactor's changelog.

v1.0.6 (2026-08-12)

Bug Fixes:

  • emit run error event for invalid result (#331) by Marek Kaput

  • run halt hooks at iteration limit (#333) by Marek Kaput

Commits

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 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 all-dependencies group with 4 updates: [ecto](https://github.com/elixir-ecto/ecto), [git_ops](https://github.com/zachdaniel/git_ops), [mimic](https://github.com/edgurgel/mimic) and [reactor](https://github.com/ash-project/reactor).


Updates `ecto` from 3.14.1 to 3.14.2
- [Release notes](https://github.com/elixir-ecto/ecto/releases)
- [Changelog](https://github.com/elixir-ecto/ecto/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/ecto@v3.14.1...v3.14.2)

Updates `git_ops` from 2.10.0 to 2.12.2
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](zachdaniel/git_ops@v2.10.0...v2.12.2)

Updates `mimic` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/edgurgel/mimic/releases)
- [Changelog](https://github.com/edgurgel/mimic/blob/main/CHANGELOG.md)
- [Commits](edgurgel/mimic@v2.3.1...v2.4.0)

Updates `reactor` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/ash-project/reactor/releases)
- [Changelog](https://github.com/ash-project/reactor/blob/main/CHANGELOG.md)
- [Commits](ash-project/reactor@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: ecto
  dependency-version: 3.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: git_ops
  dependency-version: 2.12.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: mimic
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: reactor
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Sep 1, 2026
@zachdaniel
zachdaniel merged commit c8ad7ce into main Sep 1, 2026
47 of 51 checks passed
@dependabot
dependabot Bot deleted the dependabot/hex/all-dependencies-20b04dfaa0 branch September 1, 2026 22:14
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