Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the non-security group with 1 update: ecto.

Updates ecto from 3.13.0 to 3.13.2

Changelog

Sourced from ecto's changelog.

v3.13.2 (2025-06-24)

Bug fixes

  • [Ecto.Query] Fix regression which made queries with multiple joins expensive to compile
  • [Ecto.Repo] Fix detection of missing primary key on associations with only nil entries
  • [Ecto.Query] Fix macro expansion in over clause's order_by

v3.13.1 (2025-06-19)

Bug fixes

  • [Ecto.Repo] Do not automatically apply HOT updates on upsert with replace. It is the user responsibility to make sure they do not overlap
Commits
  • cd0f70b Release v3.13.2
  • 3816296 Revert "Add support for :writable option on belongs_to (#4624)"
  • 59d21ee Fix nil map associations (#4631)
  • 18a633a Docs: Don't reference deprecated literal (#4627)
  • 5750491 Fix issue with macro expansion in over clause's order_by (#4630)
  • 3637802 Docs: Fix identifier docs unused variable (#4626)
  • 3b2d006 Use unique var names when computing bindings (#4625)
  • 9cdc5bf Only compute expression to string if necessary
  • 576665f Add support for :writable option on belongs_to (#4624)
  • db12e07 upserts: offer guidance when :replace_all or :replace_all_except produce ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 non-security group with 1 update: [ecto](https://github.com/elixir-ecto/ecto).


Updates `ecto` from 3.13.0 to 3.13.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.13.0...v3.13.2)

---
updated-dependencies:
- dependency-name: ecto
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-security
...

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 Jul 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 28, 2025 14:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 28, 2025
@PragTob PragTob merged commit 1ea91e1 into main Jul 29, 2025
2 checks passed
@PragTob PragTob deleted the dependabot/hex/non-security-b61aca100d branch July 29, 2025 07:35
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.

2 participants