Skip to content

build(deps): bump ecto from 3.9.4 to 3.13.1 #159

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2025

Bumps ecto from 3.9.4 to 3.13.1.

Changelog

Sourced from ecto's changelog.

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

v3.13.0 (2025-06-18)

Requires Elixir v1.14+.

Enhancements

  • [Ecto] Support Elixir's built-in JSON
  • [Ecto.Enum] Add Ecto.Enum.cast_value/3
  • [Ecto.Query] Allow schema to be used for values list types
  • [Ecto.Query] Allow strings in field/2
  • [Ecto.Query] Add identifier/1 in queries
  • [Ecto.Query] Add constant/1 in queries
  • [Ecto.Query] Allow exclude/2 to remove windows
  • [Ecto.Query] Allow source fields in json_extract_path
  • [Ecto.Repo] Add Ecto.Repo.prepare_transaction/2 user callback
  • [Ecto.Repo] Add Ecto.Repo.all_by/3
  • [Ecto.Repo] Add Ecto.Repo.transact/2
  • [Ecto.Repo] Allow HOT updates on upsert queries in Postgres by removing duplicate fields during replace_all_except
  • [Ecto.Schema] Support @schema_redact: :all_except_primary_keys module attribute

Bug fixes

  • [Ecto.Query] Allow select merging maps with all nil values
  • [Ecto.Query] map/2 in queries now always returns a map on joins, even on left joins, for consistency with from sources
  • [Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did

Soft deprecations (no warnings emitted)

  • [Ecto.Repo] Ecto.Repo.transaction/2 is soft-deprecated in favor of Ecto.Repo.transact/1
  • [Ecto.Query.API] literal/1 is deprecated in favor of identifier/1

v3.12.6 (2025-06-11)

Fix deprecations on Elixir v1.19.

v3.12.5 (2024-11-28)

Bug fixes

  • [Ecto.Query] Raise when empty list is given to values/2
  • [Ecto.Query] Fix inspecting dynamic/2 with interpolated named bindings
  • [Ecto.Query] Plan sources before creating plan_subquery closure
  • [Ecto.Repo] Remove read-only changes from returned record during insert/update
  • [Ecto.Repo] Cascade :allow_stale options to assocs

... (truncated)

Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ecto](https://github.com/elixir-ecto/ecto) from 3.9.4 to 3.13.1.
- [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.9.4...v3.13.1)

---
updated-dependencies:
- dependency-name: ecto
  dependency-version: 3.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team June 20, 2025 15:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2025

Assignees

The following users could not be added as assignees: smartrent/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2025

Superseded by #161.

@dependabot dependabot bot closed this Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/hex/ecto-3.13.1 branch June 25, 2025 15:17
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
Development

Successfully merging this pull request may close these issues.

0 participants