Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 9 updates:

Package From To
credo 1.7.12 1.7.13
dialyxir 1.4.5 1.4.6
ex_doc 0.38.2 0.38.4
git_ops 2.8.0 2.9.0
igniter 0.6.7 0.6.30
phoenix_live_reload 1.6.0 1.6.1
sobelow 0.14.0 0.14.1
tidewave 0.1.8 0.5.0
usage_rules 0.1.6 0.1.25

Updates credo from 1.7.12 to 1.7.13

Release notes

Sourced from credo's releases.

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.13

  • Fix compatibility & compiler warnings with Elixir 1.19
  • Credo.Check.Refactor.ABCSize fixed false positive
Commits
  • 40627c5 Bump version to 1.7.13
  • e47e4dc Update CHANGELOG
  • 9f31412 Revert "increase line number for nested alias check"
  • 84e41b2 Remove Stickler CI from README
  • 62bd7e4 Remove unused requires
  • db534be Add Elixir 1.19.0-rc.2 to GitHub actions
  • fdc365b Merge pull request #1214 from georgeguimaraes/patch-1
  • 22249b7 Remove SourceLevel mention on README
  • 1f601f1 Refactor StrictModuleLayout tests slightly
  • 684a353 Add more tests for StrictModuleLayout
  • 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_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

Updates igniter from 0.6.7 to 0.6.30

Release notes

Sourced from igniter's releases.

v0.6.30

Bug Fixes:

  • don't silently ignore certain errors during spinners by Zach Daniel

  • don't display "temporarily adding igniter" when we aren't by Zach Daniel

v0.6.25

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24

Bug Fixes:

  • iterate over sources, not rewrite, in one more place by Zach Daniel

v0.6.23

Bug Fixes:

  • remove case where we iterate a rewrite by Zach Daniel

v0.6.22

Bug Fixes:

  • handle :error coming from alias updater by Zach Daniel

  • add :error case clause in modify_existing_alias by Zach Daniel

v0.6.21

... (truncated)

Changelog

Sourced from igniter's changelog.

v0.6.30 (2025-09-25)

Bug Fixes:

  • don't silently ignore certain errors during spinners by Zach Daniel

  • don't display "temporarily adding igniter" when we aren't by Zach Daniel

v0.6.29 (2025-09-20)

Bug Fixes:

  • prevent duplicate 'live' directories for modules with Live namespace (#330) by Matthew Sinclair

  • prevent duplicate 'live' directories for modules with Live namespace by Matthew Sinclair

Improvements:

  • add delay_task to run tasks at the end by Zach Daniel

v0.6.28 (2025-08-21)

Bug Fixes:

  • use appropriate function name function -> function? (#326) by Ciarán Walsh

Improvements:

  • igniter.new Don't run git init if already in git repo (#328) by Erik André Jakobsen

v0.6.27 (2025-08-14)

  • releasing a new version to handle locally published version with IO.inspects left in 🤦‍♂️

v0.6.26 (2025-07-29)

... (truncated)

Commits
  • 928f586 chore: release version v0.6.30
  • 78c00b1 fix: don't silently ignore certain errors during spinners
  • 7508897 chore: release version v0.6.29
  • 69ba2ac chore: remove beacon from projects list for now
  • 04bae76 improvement: add delay_task to run tasks at the end
  • c3f2011 fix: prevent duplicate 'live' directories for modules with Live namespace (#330)
  • 961b665 chore: update igniter
  • 3234063 chore: release version v0.6.28
  • 924a724 improvement: igniter.new Don't run git init if already in git repo (#328)
  • ff45e81 chore: update changelog
  • Additional commits viewable in compare view

Updates phoenix_live_reload from 1.6.0 to 1.6.1

Changelog

Sourced from phoenix_live_reload's changelog.

1.6.1 (2025-08-31)

  • Enhancements
    • Set :phoenix_live_reload private field to downstream instrumentation
    • Add @import directive support to CSS reload strategy
Commits

Updates sobelow from 0.14.0 to 0.14.1

Release notes

Sourced from sobelow's releases.

v0.14.1

  • Enhancements
    • Implicitly use .sobelow-conf if detected in the root directory rather than require --config switch. The --no-config switch is still supported to prevent any settings from being read in from the file if needed.
    • Added guidance for warn_if_outdated option in mix deps
    • Added support for Elixir v1.19.x
  • Bug fixes
    • Handled extra config options for app releases in mix.exs
    • Properly handle the use of CLI switches and config file settings in the same run. These would previously clobber each other in unapparent ways leading to confusing behavior. CLI switch take precedence.
    • .sobelow-conf now sorted alphabetically
    • Fix edwarning from zero argument functions
    • Fixed broken skip funcationality
    • Fixed broken GitHub Actions CI
  • Misc
    • Typo fix
Changelog

Sourced from sobelow's changelog.

v0.14.1

  • Enhancements
    • Implicitly use .sobelow-conf if detected in the root directory rather than require --config switch. The --no-config switch is still supported to prevent any settings from being read in from the file if needed.
    • Added guidance for warn_if_outdated option in mix deps
    • Added support for Elixir v1.19.x
  • Bug fixes
    • Handled extra config options for app releases in mix.exs
    • Properly handle the use of CLI switches and config file settings in the same run. These would previously clobber each other in unapparent ways leading to confusing behavior. CLI switch take precedence.
    • .sobelow-conf now sorted alphabetically
    • Fix edwarning from zero argument functions
    • Fixed broken skip funcationality
    • Fixed broken GitHub Actions CI
  • Misc
    • Typo fix
Commits

Updates tidewave from 0.1.8 to 0.5.0

Changelog

Sourced from tidewave's changelog.

v0.5.0 (2025-09-08)

  • Enhancements
    • Add grep option to get_logs in favor of level
    • Bundle get_package_location into get_source_location
    • Support team configuration

0.4.2 (2025-09-01)

  • Enhancements
    • Raise if Tidewave is plugged after Phoenix.LiveReloader

0.4.1 (2025-08-22)

  • Enhancements
    • Allow same host by default in allowed_origins (similar to Phoenix)
    • Support wildcards at the beginning of allowed_origins
    • Support optional ports and schemes in allowed_origins

0.4.0 (2025-08-19)

  • Enhancements

    • Improve the experience if using outdated phoenix_live_reload
    • Improve the experience if Tidewave is plugged too late
    • Improve results for search_package_docs tool
    • Use new streamable HTTP MCP protocol
  • Backwards incompatible changes

    • Previously deprecated file system tools have been removed

Important: if you previously configured your editor using the SSE transport instead of using a proxy, you likely need to reconfigure the MCP connection using "HTTP" or "Streamable HTTP" instead.

0.3.2 (2025-08-13)

  • Bug fix
    • Fix shell endpoint on Windows

0.3.1 (2025-08-13)

  • Enhancements
    • Improve error messages when peer or origin is not allowed

0.3.0 (2025-08-05)

  • Enhancements
    • Return regular text in get_ecto_schema
    • Warn if git is not present
    • Support umbrella apps on Ecto tools
    • Support for upcoming Tidewave Web

... (truncated)

Commits

Updates usage_rules from 0.1.6 to 0.1.25

Release notes

Sourced from usage_rules's releases.

v0.1.25

What's Changed

New Contributors

Full Changelog: ash-project/usage_rules@v0.1.24...v0.1.25

v0.1.24

What's Changed

New Contributors

Full Changelog: ash-project/usage_rules@v0.1.23...v0.1.24

v0.1.19

Full Changelog: ash-project/usage_rules@v0.1.18...v0.1.19

v0.1.18

Full Changelog: ash-project/usage_rules@v0.1.17...v0.1.18

v0.1.17

What's Changed

... (truncated)

Changelog

Sourced from usage_rules's changelog.

v0.1.25 (2025-10-14)

Bug Fixes:

  • use AGENTS.md consistently in task help (#28) by Lars Wikman

Improvements:

  • Impl supports_umbrella? (#33) by Wigny

  • Add ability to extract one or more usage rules to folder without modifying any files. (#29) by olivermt

v0.1.24 (2025-08-31)

Bug Fixes:

  • typo in OTP usage rules (#22) by Hubert Pompecki

Improvements:

  • Add warning about %{} pattern matching (#23) by jlgeering

v0.1.23 (2025-07-22)

Bug Fixes:

  • trim trailing application descriptions by Zach Daniel

v0.1.22 (2025-07-19)

Bug Fixes:

  • make igniter not an optional dependency, but a normal one by Zach Daniel

Improvements:

  • show mix help test in testing usage rules by Zach Daniel

... (truncated)

Commits
  • d6f7a9b chore: release version v0.1.25
  • c3f6c82 chore(deps-dev): bump sobelow in the dev-dependencies group (#36)
  • f29c9ea chore: Fix REUSE license attributions
  • 9d421e2 chore: REUSE compliance
  • 74c6ca4 chore: Fix failing tests
  • 09c7c47 chore: Fix credo issues
  • a33eca5 improvement: Impl supports_umbrella? (#33)
  • b37e898 chore(deps-dev): bump ex_doc in the dev-dependencies group (#30)
  • 0737385 chore(deps): bump igniter in the production-dependencies group (#31)
  • 20dbdb2 improvement: Add ability to extract one or more usage rules to folder without...
  • Additional commits viewable 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Oct 23, 2025
Bumps the dev-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.12` | `1.7.13` |
| [dialyxir](https://github.com/jeremyjh/dialyxir) | `1.4.5` | `1.4.6` |
| [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.38.2` | `0.38.4` |
| [git_ops](https://github.com/zachdaniel/git_ops) | `2.8.0` | `2.9.0` |
| [igniter](https://github.com/ash-project/igniter) | `0.6.7` | `0.6.30` |
| [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) | `1.6.0` | `1.6.1` |
| [sobelow](https://github.com/sobelow/sobelow) | `0.14.0` | `0.14.1` |
| [tidewave](https://github.com/tidewave-ai/tidewave_phoenix) | `0.1.8` | `0.5.0` |
| [usage_rules](https://github.com/ash-project/usage_rules) | `0.1.6` | `0.1.25` |


Updates `credo` from 1.7.12 to 1.7.13
- [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.13)

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_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)

Updates `igniter` from 0.6.7 to 0.6.30
- [Release notes](https://github.com/ash-project/igniter/releases)
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.6.7...v0.6.30)

Updates `phoenix_live_reload` from 1.6.0 to 1.6.1
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_reload@v1.6.0...v1.6.1)

Updates `sobelow` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/sobelow/sobelow/releases)
- [Changelog](https://github.com/sobelow/sobelow/blob/main/CHANGELOG.md)
- [Commits](sobelow/sobelow@v0.14.0...v0.14.1)

Updates `tidewave` from 0.1.8 to 0.5.0
- [Changelog](https://github.com/tidewave-ai/tidewave_phoenix/blob/main/CHANGELOG.md)
- [Commits](tidewave-ai/tidewave_phoenix@v0.1.8...v0.5.0)

Updates `usage_rules` from 0.1.6 to 0.1.25
- [Release notes](https://github.com/ash-project/usage_rules/releases)
- [Changelog](https://github.com/ash-project/usage_rules/blob/main/CHANGELOG.md)
- [Commits](ash-project/usage_rules@v0.1.6...v0.1.25)

---
updated-dependencies:
- dependency-name: credo
  dependency-version: 1.7.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-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: 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
- dependency-name: igniter
  dependency-version: 0.6.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phoenix_live_reload
  dependency-version: 1.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sobelow
  dependency-version: 0.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tidewave
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: usage_rules
  dependency-version: 0.1.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/dev-dependencies-b9f763c95f branch from 0678572 to b5b1e0f Compare November 13, 2025 07:05
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