Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the production-dependencies group with 6 updates:

Package From To
benchee 1.4.0 1.5.0
credo 1.7.12 1.7.14
dialyxir 1.4.6 1.4.7
ex_doc 0.38.4 0.39.3
ex_phone_number 0.4.8 0.4.10
mix_test_watch 1.3.0 1.4.0

Updates benchee from 1.4.0 to 1.5.0

Release notes

Sourced from benchee's releases.

1.5.0 (2025-10-21)

Finally max_sample_size is here to alleviate a variety of woes resulting from gathering too many samples! Also finally, Benchee lets you exclude outliers!

Features (User Facing)

  • Introduce max_sample_size which guides how many samples will be gathered at most for a given scenario. This avoids a variety of issues when scenarios gather too many samples (memory consumption, statistics taking long to calculate, formatters hanging/not working). Defaults to 1_000_000, setting it to nil gathers unlimited samples again (behavior before this version).
  • Introduce exclude_outliers option which when set to true will automatically exclude outliers from the samples gathered. Especially important for run time, you can remove samples caused by garbage collection or external factors. Defaults to false. Shout out to @​NickNeck who implemented this long wished for feature over in Statistex.
  • Display input_name entries in Livebook/Table.Reader protocol. Thanks @​madlep!

Bugfixes (User Facing)

  • fixed a bug where if times were supplied as 0 instead of 0.0 we'd sometimes gather a single measurement
  • elixir 1.19 compilation warnings have been fixed

Features (Plugins)

  • The %Benchee.Statistics{} struct now comes with values to accompany the outlier exclusion feature:
    • outliers - if outlier exclusion was enabled, may include any samples of outliers that were found, empty list otherwise
    • lower_outlier_bound - value below which values are considered an outlier
    • upper_outlier_bound - value above which values are considered an outlier
Changelog

Sourced from benchee's changelog.

1.5.0 (2025-10-21)

Finally max_sample_size is here to alleviate a variety of woes resulting from gathering too many samples! Also finally, Benchee lets you exclude outliers!

Features (User Facing)

  • Introduce max_sample_size which guides how many samples will be gathered at most for a given scenario. This avoids a variety of issues when scenarios gather too many samples (memory consumption, statistics taking long to calculate, formatters hanging/not working). Defaults to 1_000_000, setting it to nil gathers unlimited samples again (behavior before this version).
  • Introduce exclude_outliers option which when set to true will automatically exclude outliers from the samples gathered. Especially important for run time, you can remove samples caused by garbage collection or external factors. Defaults to false. Shout out to @​NickNeck who implemented this long wished for feature over in Statistex.
  • Display input_name entries in Livebook/Table.Reader protocol. Thanks @​madlep!

Bugfixes (User Facing)

  • fixed a bug where if times were supplied as 0 instead of 0.0 we'd sometimes gather a single measurement
  • elixir 1.19 compilation warnings have been fixed

Features (Plugins)

  • The %Benchee.Statistics{} struct now comes with values to accompany the outlier exclusion feature:
    • outliers - if outlier exclusion was enabled, may include any samples of outliers that were found, empty list otherwise
    • lower_outlier_bound - value below which values are considered an outlier
    • upper_outlier_bound - value above which values are considered an outlier
Commits
  • 95c4808 prep 1.5.0 release
  • 0edd4ca run type checks and lints on newest elixir & erlang
  • f11ca4b Also ignore formatters from duplicated code for now, fixing them is... a long...
  • bdbdeb0 Exclude tests from duplicated code check
  • 38913ca Use fully released elixir 1.19 in CI
  • 60d5dcd Add changelog entry for Table.Reader fix
  • 56ff581 Fix scenario typo
  • 376a981 Actually use name instead of job_name, which my past self says is the cor...
  • ad343fe Be more explicit about no_input handling
  • c05fcb3 include input_name in Table.Reader fields
  • Additional commits viewable in compare view

Updates credo from 1.7.12 to 1.7.14

Release notes

Sourced from credo's releases.

v1.7.14

Check it out on Hex: https://hex.pm/packages/credo/1.7.14

  • Fixed regression for DuplicatedCode
  • Expanded Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount

1.7.13

Check it out on Hex: https://hex.pm/packages/credo/1.7.13

  • Fix compatibility & compiler warnings with Elixir 1.19
  • Credo.Check.Refactor.ABCSize fixed false positive
Changelog

Sourced from credo's changelog.

1.7.14

  • Fix regression for DuplicatedCode
  • Expand Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount

1.7.13

  • Fix compatibility & compiler warnings with Elixir 1.19
  • Credo.Check.Refactor.ABCSize fixed false positive
Commits

Updates dialyxir from 1.4.6 to 1.4.7

Release notes

Sourced from dialyxir's releases.

1.4.7

[1.4.7] - 2025-11-05

Changed

  • Bump Erlex to 0.2.8, fixes #574.
Changelog

Sourced from dialyxir's changelog.

Unreleased changes post [1.4.7]

[1.4.7] - 2025-11-05

Changed

  • Bump Erlex to 0.2.8, fixes #574.
Commits

Updates ex_doc from 0.38.4 to 0.39.3

Changelog

Sourced from ex_doc's changelog.

v0.39.3 (2025-12-09)

  • Enhancements
    • Add the option to trim down the footer

v0.39.2 (2025-12-04)

  • Bug fixes
    • Do not strip hrefs on summaries
    • Show go to latest for prereleases
    • Prevent fake italic in autocomplete text
    • Rename "Search Hexdocs" link to "Go to package docs"

v0.39.1 (2025-10-23)

  • Bug fixes
    • Improve box-shadow around autocompletion
    • Trim search engine selector on small screens
    • Fix admonition titles on small screens

v0.39.0 (2025-10-23)

  • Enhancements
    • Allow custom search engines to be configured with support for https://hexdocs.pm
    • Improve admonition blocks so they better integrate with the page flow
  • Bug fixes
    • Add .cheatmd to EPUB to avoid broken links
  • Backwards incompatible changes
    • Validate :extras fields: if you were previously setting them to unexpected values, you may now get an exception
    • Setting exdoc:full-text-search-url metadata is no longer supported, using the new search engines configuration
Commits

Updates ex_phone_number from 0.4.8 to 0.4.10

Release notes

Sourced from ex_phone_number's releases.

v0.4.10

Added

  • LLM integration support with usage-rules.md
  • Maintenance guide for library maintainers

Full Changelog: ex-phone-number/ex_phone_number@v0.4.9...v0.4.10

v0.4.9

What's Changed

New Contributors

Full Changelog: ex-phone-number/ex_phone_number@v0.4.8...v0.4.9

Changelog

Sourced from ex_phone_number's changelog.

[0.4.10] - 2025-10-18

Added

  • LLM integration support with usage-rules.md
  • Maintenance guide for library maintainers

[0.4.9] - 2025-10-18

Changed

  • Updated metadata source file to v9.0.16
Commits

Updates mix_test_watch from 1.3.0 to 1.4.0

Changelog

Sourced from mix_test_watch's changelog.

v1.4.0 - 2025-10-21

  • Updated for Elixir v1.19.
Commits
  • d66f705 v1.4.0
  • f7a4f0b Make tests compatible with OTP 28
  • 96e45a9 Add missing typespec MixTestWatch.Config.t()
  • 2afaec7 Use + instead of a comma to separate mix tasks in port runner
  • See full diff 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

Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [benchee](https://github.com/bencheeorg/benchee) | `1.4.0` | `1.5.0` |
| [credo](https://github.com/rrrene/credo) | `1.7.12` | `1.7.14` |
| [dialyxir](https://github.com/jeremyjh/dialyxir) | `1.4.6` | `1.4.7` |
| [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.38.4` | `0.39.3` |
| [ex_phone_number](https://github.com/ex-phone-number/ex_phone_number) | `0.4.8` | `0.4.10` |
| [mix_test_watch](https://github.com/lpil/mix-test.watch) | `1.3.0` | `1.4.0` |


Updates `benchee` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/bencheeorg/benchee/releases)
- [Changelog](https://github.com/bencheeorg/benchee/blob/main/CHANGELOG.md)
- [Commits](bencheeorg/benchee@1.4.0...1.5.0)

Updates `credo` from 1.7.12 to 1.7.14
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.12...v1.7.14)

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

Updates `ex_doc` from 0.38.4 to 0.39.3
- [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.4...v0.39.3)

Updates `ex_phone_number` from 0.4.8 to 0.4.10
- [Release notes](https://github.com/ex-phone-number/ex_phone_number/releases)
- [Changelog](https://github.com/ex-phone-number/ex_phone_number/blob/master/CHANGELOG.md)
- [Commits](ex-phone-number/ex_phone_number@v0.4.8...v0.4.10)

Updates `mix_test_watch` from 1.3.0 to 1.4.0
- [Changelog](https://github.com/lpil/mix-test.watch/blob/master/CHANGELOG.md)
- [Commits](lpil/mix-test.watch@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: benchee
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: credo
  dependency-version: 1.7.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dialyxir
  dependency-version: 1.4.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ex_doc
  dependency-version: 0.39.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ex_phone_number
  dependency-version: 0.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mix_test_watch
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-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 Dec 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 18, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-e9a5c68101 branch December 18, 2025 01:21
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