Skip to content

chore(deps-dev): bump muex from 0.6.1 to 0.8.1 - #295

Merged
ahamez merged 1 commit into
masterfrom
dependabot/hex/muex-0.8.1
Jun 29, 2026
Merged

chore(deps-dev): bump muex from 0.6.1 to 0.8.1#295
ahamez merged 1 commit into
masterfrom
dependabot/hex/muex-0.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps muex from 0.6.1 to 0.8.1.

Release notes

Sourced from muex's releases.

v0.8.1

Installation

Escript (Standalone Binary)

Download the muex binary and install it:

# Download
wget https://github.com/Oeditus/muex/releases/download/v0.8.1/muex
chmod +x muex
Install system-wide
sudo mv muex /usr/local/bin/
Verify
muex --version

Hex Archive (Global Mix Task)

Install directly from Hex:

mix archive.install hex muex

Or download and install the archive:

wget https://github.com/Oeditus/muex/releases/download/v0.8.1/muex-0.8.1.ez
mix archive.install muex-0.8.1.ez

Mix Dependency

Add to your mix.exs:

def deps do
  [
    {:muex, "~> 0.8.1", only: [:dev, :test], runtime: false}
  ]
end

Usage

# With escript
</tr></table> 

... (truncated)

Commits
  • 2e96b76 📎 version bump
  • 87d9fec Fix TCE probe triggering @​after_verify warnings on Spark/Ash modules
  • 55975f6 📎 version bump
  • ba2e346 Fix Dialyzer opaque-term warnings in WorkerPool scheduler
  • ea8465c Merge branch 'main' of github.com:Oeditus/muex
  • 59b6129 📎 version bump
  • 0be7029 Merge pull request #16 from Oeditus/feature/port-britton
  • e14200d ⇑ required ELixir/OTP
  • c6adacc Port high-value features from britton-jb/muex fork
  • a9b49e2 Merge port/coverage-gitdiff: coverage index + git diff scoping
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [muex](https://github.com/Oeditus/muex) from 0.6.1 to 0.8.1.
- [Release notes](https://github.com/Oeditus/muex/releases)
- [Commits](Oeditus/muex@v0.6.1...v0.8.1)

---
updated-dependencies:
- dependency-name: muex
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jun 29, 2026
@ahamez
ahamez merged commit 11307c6 into master Jun 29, 2026
18 checks passed
@ahamez
ahamez deleted the dependabot/hex/muex-0.8.1 branch June 29, 2026 06:56
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