Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps hammox from 0.7.0 to 0.7.1.

Release notes

Sourced from hammox's releases.

v0.7.1

#150

This release fixes a long standing bug which broke type checking when typespecs included record types. This also meant MapSet types did not work, because the definition for those uses records.

This is now fixed. Special thanks to @​brettbeatty for the fix, @​epinault for making this release happen, @​kerryb for making a reproduction project with MapSets, and everyone else that helped.

Commits
  • 365dcd3 v0.7.1
  • 566c831 fix remaining range compile warning
  • 90f88a1 Merge pull request #150 from brettbeatty/records
  • e2a0055 Merge pull request #149 from esambo/elixir_1_17_warning
  • e6b7195 Merge pull request #148 from lbellomo/add_doc_guide
  • 77f2ba2 Add support for record specs
  • 7d96cc2 Fix Elixir 1.17 compilation warning
  • 66192b9 add missing 'Telemetry' guide
  • 8f070dd Merge pull request #131 from msz/dependabot/hex/ex_doc-0.29.1
  • 337a04b Merge pull request #133 from dkuku/refactor_complex_map_matching
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 28, 2025 06:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 28, 2025
@davidjulien
Copy link
Contributor

@dependabot recreate

Bumps [hammox](https://github.com/msz/hammox) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/msz/hammox/releases)
- [Commits](msz/hammox@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: hammox
  dependency-version: 0.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/hammox-0.7.1 branch from de11226 to 3cb9f9a Compare September 4, 2025 11:48
@dependabot dependabot bot requested a review from a team as a code owner September 4, 2025 11:48
@davidjulien davidjulien merged commit 29fbf22 into master Sep 4, 2025
24 checks passed
@dependabot dependabot bot deleted the dependabot/hex/hammox-0.7.1 branch September 4, 2025 11:51
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.

2 participants