Skip to content

build(deps-dev): bump the dev-dependencies group with 3 updates - #2814

Merged
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/dev-dependencies-1d4c4ff962
Aug 2, 2026
Merged

build(deps-dev): bump the dev-dependencies group with 3 updates#2814
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/dev-dependencies-1d4c4ff962

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 3 updates: benchee, credo and usage_rules.

Updates benchee from 1.5.0 to 1.5.1

Release notes

Sourced from benchee's releases.

1.5.1

Bugfixes (User Facing)

  • Windows system stats now rely on power shell and not the outdated WMIC. Thanks @​mipaaa!
  • Compile time warnings found by newer elixir versions were fixed
Changelog

Sourced from benchee's changelog.

1.5.1 (2026-06-06)

Bugfixes (User Facing)

  • Windows system stats now rely on power shell and not the outdated WMIC. Thanks @​mipaaa!
  • Compile time warnings found by newer elixir versions were fixed
Commits
  • 84b8d5b 1.5.1
  • d24f0e7 Use PowerShell instead of WMIC for system info on Windows
  • 4518d60 Fix line length
  • 0267e08 Put integration tests into a new integration folder and explain what it is th...
  • 6de63e9 Split Benchee integration tests
  • 42f670d Update deep_merge once more
  • df7739a Upgrade our sibling libraries
  • e453aaf Make elixir 1.20 the default for CI with extra checks
  • d6c3fe6 Fix tests on my laptop
  • c800c1a Newer elixir & erlang in CI
  • Additional commits viewable in compare view

Updates credo from 1.7.18 to 1.7.19

Release notes

Sourced from credo's releases.

v1.17.19

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

  • Fix compatibility & compiler warnings with Elixir 1.20.0
Changelog

Sourced from credo's changelog.

1.7.19

  • Fix compatibility & compiler warnings with Elixir 1.20.0
Commits

Updates usage_rules from 1.2.6 to 1.2.7

Release notes

Sourced from usage_rules's releases.

v1.2.7

What's Changed

New Contributors

Full Changelog: ash-project/usage_rules@v1.2.6...v1.2.7

Changelog

Sourced from usage_rules's changelog.

v1.2.7 (2026-07-26)

Bug Fixes:

  • handle package sub-rule conflicts in skill generation by Zach Daniel

  • Add CHANGELOG link from docs (#73) by Philip Munksgaard

  • disambiguate references in built skills (#71) by Philip Munksgaard

Improvements:

  • Special case docs search for private packages (#80) by Parker Selbert

  • adding except option and list option (#77) by ESmithByui

Commits
  • 49d40d1 chore: release version v1.2.7
  • 0fc2e74 fix: handle package sub-rule conflicts in skill generation
  • 343335f Remove Logger requirement from usage_rules task (#84)
  • 4e75c84 chore(deps): bump the production-dependencies group across 1 directory with 2...
  • f77ff64 chore(deps-dev): bump the dev-dependencies group with 2 updates (#81)
  • 79c1f27 improvement: Special case docs search for private packages (#80)
  • 57aab8a docs: add tip on writing effective skill descriptions (#78)
  • a23fdd0 improvement: adding except option and list option (#77)
  • a1cc435 chore(deps-dev): bump the dev-dependencies group with 2 updates (#74)
  • bee3f32 chore(deps): bump igniter in the production-dependencies group (#75)
  • 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 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 3 updates: [benchee](https://github.com/bencheeorg/benchee), [credo](https://github.com/rrrene/credo) and [usage_rules](https://github.com/ash-project/usage_rules).


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

Updates `credo` from 1.7.18 to 1.7.19
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.18...v1.7.19)

Updates `usage_rules` from 1.2.6 to 1.2.7
- [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@v1.2.6...v1.2.7)

---
updated-dependencies:
- dependency-name: benchee
  dependency-version: 1.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: credo
  dependency-version: 1.7.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: usage_rules
  dependency-version: 1.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Aug 1, 2026
@zachdaniel
zachdaniel merged commit ef59984 into main Aug 2, 2026
44 of 49 checks passed
@dependabot
dependabot Bot deleted the dependabot/hex/dev-dependencies-1d4c4ff962 branch August 2, 2026 17:09
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