Skip to content

Bump hammox from 0.7.1 to 1.0.0 - #596

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/hammox-1.0.0
Open

Bump hammox from 0.7.1 to 1.0.0#596
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/hammox-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps hammox from 0.7.1 to 1.0.0.

Changelog

Sourced from hammox's changelog.

v1.0.0 - 2026-07-08

Hammox reaches 1.0.0. It has been available as a 0.x release for several years without a breaking change to its external API, so this release mostly formalises what has already been true in practice: the public API is stable.

New features

Hammox now wraps Mox.deny/3 as Hammox.deny/3, letting you explicitly forbid a mock function from being called. Like the other expectation functions it emits [:hammox, :deny] telemetry events. This requires Mox 1.2 or later. Big thanks to @​rbino for the original implementation. #160

Other changes

  • Removed the nine-arity limit on functions generated by Hammox.protect/2,3 and Hammox.Protect; protected functions of any arity are now supported. #159
  • Hammox now requires Elixir 1.15 or later. #153

#160: msz/hammox#160 #159: msz/hammox#159 #153: msz/hammox#153

Commits

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 [hammox](https://github.com/msz/hammox) from 0.7.1 to 1.0.0.
- [Release notes](https://github.com/msz/hammox/releases)
- [Changelog](https://github.com/msz/hammox/blob/master/CHANGELOG.md)
- [Commits](msz/hammox@v0.7.1...v1.0.0)

---
updated-dependencies:
- dependency-name: hammox
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 27, 2026
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