Skip to content

chore(deps-dev): bump the dev-dependencies group with 3 updates#19

Merged
maennchen merged 1 commit intomainfrom
dependabot/hex/dev-dependencies-c574ec748b
Mar 1, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 3 updates#19
maennchen merged 1 commit intomainfrom
dependabot/hex/dev-dependencies-c574ec748b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the dev-dependencies group with 3 updates: git_ops, styler and usage_rules.

Updates git_ops from 2.9.0 to 2.9.2

Changelog

Sourced from git_ops's changelog.

v2.9.2 (2026-02-24)

Bug Fixes:

v2.9.1 (2026-02-10)

Improvements:

  • require extra confirmation when upgrading from release candidate to stable by @​zachdaniel
Commits
  • 3cc0dd1 chore: release version v2.9.2
  • d266b8c fix: abort release when previous version tag is not fetched locally (#78)
  • 4f81f8e chore: release version v2.9.1
  • bc46971 improvement: require extra confirmation when upgrading from release candidate...
  • See full diff in compare view

Updates styler from 1.10.1 to 1.11.0

Changelog

Sourced from styler's changelog.

1.11.0

Improvements

  • mix styler.inline_attrs: Allow multiple file paths to be specified: mix styler.inline_attrs <file1> [<file2> ...]

Module Directive References

Module directives got smarter. Styler will no longer move module attributes below their references in use or @moduledocs.

In other words, Styler will leave the following code untouched:

defmodule MyGreatLibrary do
  @library_options [...]
  @moduledoc make_pretty_docs(@library_options)
  use OptionsMagic, my_opts: @library_options
end
Commits
  • bb07d16 1.11.0
  • f839aa6 module attributes: dont break references from use, moduledoc, etc
  • a68788c fix inline_attributes task docs
  • 5f6d2ba readme task link fix
  • 02292c6 mix styler.remove_unused: allow multiple file args
  • See full diff in compare view

Updates usage_rules from 0.1.26 to 1.2.3

Release notes

Sourced from usage_rules's releases.

v1.2.3

Full Changelog: ash-project/usage_rules@v1.2.2...v1.2.3

v1.2.2

Full Changelog: ash-project/usage_rules@v1.2.1...v1.2.2

v1.2.1

What's Changed

New Contributors

Full Changelog: ash-project/usage_rules@v1.2.0...v1.2.1

v1.2.0

What's Changed

New Contributors

Full Changelog: ash-project/usage_rules@v1.1.0...v1.2.0

v1.1.0

Full Changelog: ash-project/usage_rules@v1.0.3...v1.1.0

v1.0.3

What's Changed

New Contributors

Full Changelog: ash-project/usage_rules@v1.0.1...v1.0.3

v1.0.1

What's Changed

... (truncated)

Changelog

Sourced from usage_rules's changelog.

v1.2.3 (2026-02-27)

v1.2.2 (2026-02-26)

Improvements:

  • support copying skills shipped directly by packages by Zach Daniel

v1.2.1 (2026-02-18)

Bug Fixes:

  • deduplicate skill references when sub-rule name matches package name (#56) (#57) by Tom Meier

v1.2.0 (2026-02-18)

Features:

  • support options for :all in usage_rules config (#53) by Jinkyou Son

Improvements:

  • allow excluding main usage-rules.md while including sub-rules by Zach Daniel

v1.1.0 (2026-02-11)

Features:

  • include sub_rules by default instead of on selection or :all by Zach Daniel

v1.0.3 (2026-02-10)

... (truncated)

Commits
  • 742f1ec chore: release version v1.2.3
  • 000dbc3 chore: update readme
  • 3c5d715 chore: update example to show usage_rules itself
  • 1206304 chore: release version v1.2.2
  • 0afb8ae chore: credo/format
  • f219fac improvement: support copying skills shipped directly by packages
  • 5aa7419 chore: release version v1.2.1
  • 6eccadb fix: deduplicate skill references when sub-rule name matches package name (#5...
  • 9a93b33 chore: release version v1.2.0
  • 2109bff chore: allow igniter global options (--yes, --dry-run, etc.) to pass through ...
  • 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: [git_ops](https://github.com/zachdaniel/git_ops), [styler](https://github.com/adobe/elixir-styler) and [usage_rules](https://github.com/ash-project/usage_rules).


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

Updates `styler` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/adobe/elixir-styler/releases)
- [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md)
- [Commits](adobe/elixir-styler@v1.10.1...v1.11.0)

Updates `usage_rules` from 0.1.26 to 1.2.3
- [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.26...v1.2.3)

---
updated-dependencies:
- dependency-name: git_ops
  dependency-version: 2.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: styler
  dependency-version: 1.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: usage_rules
  dependency-version: 1.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Mar 1, 2026
@maennchen maennchen merged commit b872e0b into main Mar 1, 2026
23 checks passed
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-c574ec748b branch March 1, 2026 17:03
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