Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the dev-dependencies group with 4 updates: dialyxir, ecto_dev_logger, ex_doc and git_ops.

Updates dialyxir from 1.4.5 to 1.4.6

Release notes

Sourced from dialyxir's releases.

1.4.6

Fixed

  • CallWithoutOpaque function clause error on OTP-28
  • invalid_contract warning showed spec twice instead of success typing

Changed

  • Update ex_doc to the latest version for an improved UI

Docs

  • Add a note about the :unknown flag to the "Default Flags" section in the README
  • Fix dead hex doc links by including CI config docs in mix.exs's :docs
  • Fix a typo in the README

CI

  • Update the Ubuntu version used in CI to 24.04
Changelog

Sourced from dialyxir's changelog.

Unreleased changes post [1.4.6]

[1.4.6] - 2025-08-09

Fixed

  • CallWithoutOpaque function clause error on OTP-28
  • invalid_contract warning showed spec twice instead of success typing

Changed

  • Update ex_doc to the latest version for an improved UI

Docs

  • Add a note about the :unknown flag to the "Default Flags" section in the README
  • Fix dead hex doc links by including CI config docs in mix.exs's :docs
  • Fix a typo in the README

CI

  • Update the Ubuntu version used in CI to 24.04
Commits
  • a0e4cf9 Bump version to 1.4.6
  • 51266a5 Merge pull request #569 from dvic/fix/call-without-opaque-otp28-issue-561
  • c564806 Merge branch 'master' into fix/call-without-opaque-otp28-issue-561
  • bf06a92 Merge pull request #570 from pwcsquared/ci-fix-ubuntu-ver
  • d3776d2 Update ubuntu version used in CI to 24.04 (currently supported)
  • 431f6c9 Merge branch 'master' into fix/call-without-opaque-otp28-issue-561
  • c5da65f Merge pull request #564 from camatcode/master
  • 684f1bb Refactor OTP-28 clause to delegate to existing implementation
  • bea2032 Fix CallWithoutOpaque function clause error on OTP-28
  • 7352905 Docs: Fix dead hex doc links by including CI config docs in mix.exs 'docs'
  • Additional commits viewable in compare view

Updates ecto_dev_logger from 0.14.1 to 0.15.0

Release notes

Sourced from ecto_dev_logger's releases.

v0.15.0

What's Changed

  • Add: PostgreSQL range types support
  • Add: PostgreSQL multirange support
  • Add: proper support for Geo/PostGIS types
  • Add: option to ignore a single log entry
  • Change: make NumericEnum module private
  • Chore: update dependencies
  • Docs: update PrintableParameter protocol docs, grammar fixes, add downloads badge

Full Changelog: fuelen/ecto_dev_logger@v0.14.1...v0.15.0

Commits
  • 8314016 Bump version to 0.15.0
  • 93f6df3 Update docs
  • a78791b Update docs for Ecto.DevLogger.PrintableParameter protocol
  • f7854aa Update deps
  • e5b0d78 Make NumericEnum module private
  • 534ebfb Add downloads badge to README
  • d3e1ad5 Improve grammar
  • 0868e03 Add proper support for geo (postgis), add option to ignore a single log
  • f6e8daf Add PostgreSQL multirange support and tests
  • 2e7347c Add PostgreSQL range type support
  • See full diff in compare view

Updates ex_doc from 0.38.2 to 0.38.4

Changelog

Sourced from ex_doc's changelog.

v0.38.4 (2025-09-09)

  • Bug fixes
    • Fix escaping of links when they have ampersand in them
    • Increase spacing of footers in pages
    • Align stale icon positioning

v0.38.3 (2025-08-17)

  • Enhancements
    • Allow configuring autocomplete limit, and default it to 10 instead of 8
    • Display description text in docs groups
    • Load discovered makeup apps for CLI
Commits

Updates git_ops from 2.8.0 to 2.9.0

Changelog

Sourced from git_ops's changelog.

v2.9.0 (2025-08-30)

Features:

Performance Improvements:

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 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 dev-dependencies group with 4 updates: [dialyxir](https://github.com/jeremyjh/dialyxir), [ecto_dev_logger](https://github.com/fuelen/ecto_dev_logger), [ex_doc](https://github.com/elixir-lang/ex_doc) and [git_ops](https://github.com/zachdaniel/git_ops).


Updates `dialyxir` from 1.4.5 to 1.4.6
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.4.5...1.4.6)

Updates `ecto_dev_logger` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/fuelen/ecto_dev_logger/releases)
- [Commits](fuelen/ecto_dev_logger@v0.14.1...v0.15.0)

Updates `ex_doc` from 0.38.2 to 0.38.4
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.38.2...v0.38.4)

Updates `git_ops` from 2.8.0 to 2.9.0
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](zachdaniel/git_ops@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-version: 1.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ecto_dev_logger
  dependency-version: 0.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ex_doc
  dependency-version: 0.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: git_ops
  dependency-version: 2.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-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 Oct 1, 2025
@zachdaniel zachdaniel merged commit 14581be into main Oct 2, 2025
58 of 64 checks passed
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-08d50d7c2b branch October 2, 2025 03:19
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