Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the mix-patches group with 10 updates in the / directory:

Package From To
credo 1.7.11 1.7.12
dialyxir 1.4.5 1.4.6
ex_aws 2.5.8 2.5.10
ex_aws_s3 2.5.6 2.5.7
ex_cldr_messages 1.0.2 1.0.3
httpoison 2.2.1 2.2.3
nebulex 2.6.4 2.6.5
phoenix_live_dashboard 0.8.6 0.8.7
timex 3.7.11 3.7.13
ueberauth_oidcc 0.4.1 0.4.2

Updates credo from 1.7.11 to 1.7.12

Release notes

Sourced from credo's releases.

v1.7.12

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

  • Fix compatibility & compiler warnings with Elixir 1.19 (dev)
  • Provide :column on all checks
  • Fix check docs in other project's documentation
  • Credo.Check.Refactor.DoubleBooleanNegation fixed false positive
  • Credo.Check.Readability.NestedFunctionCalls fixed false positive
  • Credo.Check.Consistency.UnusedVariableNames fixed duplicate issues
Changelog

Sourced from credo's changelog.

1.7.12

  • Fix compatibility & compiler warnings with Elixir 1.19 (dev)
  • Provide :column on all checks
  • Fix check docs in other project's documentation
  • Credo.Check.Refactor.DoubleBooleanNegation fixed false positive
  • Credo.Check.Readability.NestedFunctionCalls fixed false positive
  • Credo.Check.Consistency.UnusedVariableNames fixed duplicate issues
Commits
  • f731459 Bump version to 1.7.12
  • 953c743 Update GitHub actions
  • 25d9231 Update CHANGELOG
  • 6eded9f Update deps for Elixir 1.19
  • 3764e9d Improve Assertitions by adding source line
  • 7acc3ab Add :test_ignore_filters for Elixir 1.19 compat
  • 0dff386 Merge pull request #1190 from danschultzer/credo-docs-uri
  • e9b9e31 Merge pull request #1191 from danschultzer/update-ci-elixir-otp-versions
  • 06fa242 Use latest Elixir and OTP versions in CI
  • 9ba02a6 Link to the credo docs when app is not credo
  • Additional commits viewable in compare view

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 ex_aws from 2.5.8 to 2.5.10

Changelog

Sourced from ex_aws's changelog.

v2.5.10 (2025-06-16)

  • Fix crash on SSO credentials error
  • Fix type error on ExAws.Operation.RestQuery.stream!2
  • Fix build status shield on README

v2.5.9 (2025-04-15)

  • Endpoint updates
  • Fixes for Req support, update minimum version to 0.5.10
  • Do not warn when optional deps are not available
  • Implement retries for TooManyRequestsException
  • Move regexes out of module attributes to fix compatibility with OTP 28
Commits
  • d5e5a66 Bump version; update CHANGELOG v2.5.10
  • 924b193 Merge pull request #1137 from ex-aws/dependabot/hex/hackney-1.24.1
  • 03646c9 Merge pull request #1140 from PragTob/patch-1
  • 2c0a133 Bump hackney from 1.23.0 to 1.24.1
  • eb938d3 Merge pull request #1138 from ex-aws/dependabot/hex/ex_doc-0.38.2
  • 3b53470 Merge pull request #1135 from lukaszsamson/ls_fix_stream_type_error
  • c45993e Merge pull request #1136 from lukaszsamson/ls_credentials_type_error
  • b31c2b5 Bump ex_doc from 0.37.3 to 0.38.2
  • cfd143e Merge pull request #1139 from ex-aws/dependabot/hex/configparser_ex-5.0.0
  • 254a7b2 Fix build status badge
  • Additional commits viewable in compare view

Updates ex_aws_s3 from 2.5.6 to 2.5.7

Changelog

Sourced from ex_aws_s3's changelog.

v2.5.7 (2025-04-15)

  • Add support for If-Match and If-None-Match headers to PutObject call
  • Handle errors in parse_bucket_object_versions/1
Commits
  • 2e96b19 Bump version and udpate CHANGELOG. v2.5.7
  • 5d576f0 Add exclude patterns
  • cfda312 Merge pull request #297 from ex-aws/dependabot/hex/ex_aws-2.5.9
  • 38c31f6 Bump ex_aws from 2.5.8 to 2.5.9
  • 48c4550 Merge pull request #293 from hexedpackets/put-obj-etag
  • c8b56a5 Merge pull request #296 from AppMonet/main
  • f49923e Merge pull request #294 from ex-aws/dependabot/hex/ex_doc-0.37.3
  • 2c81403 Handle errors in parse_bucket_object_versions/1
  • 6016f77 Bump ex_doc from 0.37.2 to 0.37.3
  • 0e0b238 Add If-Match and If-None-Match headers to PutObject call
  • Additional commits viewable in compare view

Updates ex_cldr_messages from 1.0.2 to 1.0.3

Release notes

Sourced from ex_cldr_messages's releases.

Cldr Messages version 1.0.3

Bug Fixes

  • Update documentation, code and tests to reflect the Gettext API as of verison 0.20.
Commits

Updates httpoison from 2.2.1 to 2.2.3

Release notes

Sourced from httpoison's releases.

HTTPoison 2.2.3

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.2...v2.2.3

HTTPoison 2.2.2

What's Changed

New Contributors

Full Changelog: edgurgel/httpoison@v2.2.1...v2.2.2

Commits

Updates nebulex from 2.6.4 to 2.6.5

Release notes

Sourced from nebulex's releases.

v2.6.5

To see what's new, check the CHANGELOG

Changelog

Sourced from nebulex's changelog.

v2.6.5 (2025-06-01)

Full Changelog

Closed issues:

  • Replicated cache deletion behavior when the 3rd node joins the cluster. #234
Commits

Updates phoenix_live_dashboard from 0.8.6 to 0.8.7

Changelog

Sourced from phoenix_live_dashboard's changelog.

v0.8.7 (2025-04-28)

  • Fix warnings on Erlang/OTP 28
  • Fix metrics history not rendering on LiveView 1.0.2+
  • Fix colored logging in request logger
Commits
  • e823614 Release v0.8.7
  • 8c80084 Merge pull request #471 from TBK145/patch-1
  • 0ecc686 Move regexes out of module attributes to fix compatibility with OTP 28
  • 859726a update changelog
  • c939321 Merge pull request #469 from pojiro/patch-1
  • e923603 Fix ChartComponent bug, correctly display metrics history
  • 38e9b17 Merge pull request #467 from pojiro/patch-1
  • 71e3567 Update metrics_history.md, fix typo
  • ea8ab79 Update assets
  • 21d3d5e Merge pull request #466 from kevinschweikert/ks/logger-colors
  • Additional commits viewable in compare view

Updates plug_cowboy from 2.7.3 to 2.7.4

Changelog

Sourced from plug_cowboy's changelog.

v2.7.4

Enhancements

  • Ensure errors from Ranch are correctly translated
Commits

Updates timex from 3.7.11 to 3.7.13

Commits

Updates tzdata from 1.1.2 to 1.1.3

Changelog

Sourced from tzdata's changelog.

[1.1.3] - 2025-03-05

Fixed

  • Fix Elixir compiler warnings for decreasing ranges without explicit steps (Christoph Grothaus)
  • Fix various Elixir compiler warnings (Thomas Cioppettini)

Changed

  • Now requires Elixir 1.9 or greater instead of 1.8 or greater.
  • tzdata release version shipped with this library is now 2025a instead of 2024b.
Commits

Updates ueberauth_oidcc from 0.4.1 to 0.4.2

Release notes

Sourced from ueberauth_oidcc's releases.

0.4.2

Changelog

Sourced from ueberauth_oidcc's changelog.

v0.4.2 - 2025-07-02

  • chore: update oidcc to 3.5.2
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

@dependabot dependabot bot requested a review from a team as a code owner August 11, 2025 15:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 11, 2025
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-cf79634f9e branch 3 times, most recently from f6aab5b to d271af3 Compare August 15, 2025 10:14
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-cf79634f9e branch from d271af3 to b6eafb9 Compare August 22, 2025 10:11
…dates

Bumps the mix-patches group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.11` | `1.7.12` |
| [dialyxir](https://github.com/jeremyjh/dialyxir) | `1.4.5` | `1.4.6` |
| [ex_aws](https://github.com/ex-aws/ex_aws) | `2.5.8` | `2.5.10` |
| [ex_aws_s3](https://github.com/ex-aws/ex_aws_s3) | `2.5.6` | `2.5.7` |
| [ex_cldr_messages](https://github.com/elixir-cldr/cldr_messages) | `1.0.2` | `1.0.3` |
| [httpoison](https://github.com/edgurgel/httpoison) | `2.2.1` | `2.2.3` |
| [nebulex](https://github.com/cabol/nebulex) | `2.6.4` | `2.6.5` |
| [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.6` | `0.8.7` |
| [timex](https://github.com/bitwalker/timex) | `3.7.11` | `3.7.13` |
| [ueberauth_oidcc](https://gitlab.com/paulswartz/ueberauth_oidcc) | `0.4.1` | `0.4.2` |



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

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 `ex_aws` from 2.5.8 to 2.5.10
- [Release notes](https://github.com/ex-aws/ex_aws/releases)
- [Changelog](https://github.com/ex-aws/ex_aws/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws@v2.5.8...v2.5.10)

Updates `ex_aws_s3` from 2.5.6 to 2.5.7
- [Changelog](https://github.com/ex-aws/ex_aws_s3/blob/main/CHANGELOG.md)
- [Commits](ex-aws/ex_aws_s3@v2.5.6...v2.5.7)

Updates `ex_cldr_messages` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/elixir-cldr/cldr_messages/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_messages/blob/master/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_messages@v1.0.2...v1.0.3)

Updates `httpoison` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/edgurgel/httpoison/releases)
- [Commits](edgurgel/httpoison@v2.2.1...v2.2.3)

Updates `nebulex` from 2.6.4 to 2.6.5
- [Release notes](https://github.com/cabol/nebulex/releases)
- [Changelog](https://github.com/elixir-nebulex/nebulex/blob/v2.6.5/CHANGELOG.md)
- [Commits](elixir-nebulex/nebulex@v2.6.4...v2.6.5)

Updates `phoenix_live_dashboard` from 0.8.6 to 0.8.7
- [Release notes](https://github.com/phoenixframework/phoenix_live_dashboard/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_dashboard/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_dashboard@v0.8.6...v0.8.7)

Updates `plug_cowboy` from 2.7.3 to 2.7.4
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/plug_cowboy@v2.7.3...v2.7.4)

Updates `timex` from 3.7.11 to 3.7.13
- [Release notes](https://github.com/bitwalker/timex/releases)
- [Changelog](https://github.com/bitwalker/timex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitwalker/timex/commits)

Updates `tzdata` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/lau/tzdata/blob/master/CHANGELOG.md)
- [Commits](lau/tzdata@v1.1.2...v1.1.3)

Updates `ueberauth_oidcc` from 0.4.1 to 0.4.2
- [Release notes](https://gitlab.com/paulswartz/ueberauth_oidcc/tags)
- [Changelog](https://gitlab.com/paulswartz/ueberauth_oidcc/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/paulswartz/ueberauth_oidcc/compare/0.4.1...0.4.2)

---
updated-dependencies:
- dependency-name: credo
  dependency-version: 1.7.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: dialyxir
  dependency-version: 1.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_aws
  dependency-version: 2.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_aws_s3
  dependency-version: 2.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ex_cldr_messages
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: httpoison
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: nebulex
  dependency-version: 2.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: phoenix_live_dashboard
  dependency-version: 0.8.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: plug_cowboy
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: timex
  dependency-version: 3.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: tzdata
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
- dependency-name: ueberauth_oidcc
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patches-cf79634f9e branch from b6eafb9 to cc187af Compare August 25, 2025 19:53
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.

0 participants