Update dependency hammer to v7 #81

Open
pv wants to merge 1 commit from renovate/hammer-7.x into master
Owner

This PR contains the following updates:

Package Type Update Change
hammer (source) prod major ~> 6.2 -> ~> 7.0

Release Notes

ExHammer/hammer (hammer)

v7.1.0

Compare Source

  • Fix key type inconsistency in backend implementations - all backends now accept term() keys instead of String.t() (#​143)
  • Add comprehensive test coverage for various key types (atoms, tuples, integers, lists, maps)
  • Fix race conditions in atomic backend tests (FixWindow, LeakyBucket, TokenBucket)
  • Replace timing-dependent tests with polling-based eventually helper for better CI reliability
  • Add documentation warning about Redis backend string key requirement
  • Fix typo in inc/3 optional callback documentation (#​142)

v7.0.1

Compare Source

  • Fix race condition in Atomic backends during creation of key.

v7.0.0

  • Release candidate for 7.0.0. See [./guides/upgrade-v7.md] for upgrade instructions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hammer](https://hex.pm/packages/hammer) ([source](https://github.com/ExHammer/hammer)) | prod | major | `~> 6.2` -> `~> 7.0` | --- ### Release Notes <details> <summary>ExHammer/hammer (hammer)</summary> ### [`v7.1.0`](https://github.com/ExHammer/hammer/blob/HEAD/CHANGELOG.md#710---2025-07-18) [Compare Source](https://github.com/ExHammer/hammer/compare/7.0.1...7.1.0) - Fix key type inconsistency in backend implementations - all backends now accept `term()` keys instead of `String.t()` ([#&#8203;143](https://github.com/ExHammer/hammer/issues/143)) - Add comprehensive test coverage for various key types (atoms, tuples, integers, lists, maps) - Fix race conditions in atomic backend tests (FixWindow, LeakyBucket, TokenBucket) - Replace timing-dependent tests with polling-based `eventually` helper for better CI reliability - Add documentation warning about Redis backend string key requirement - Fix typo in `inc/3` optional callback documentation ([#&#8203;142](https://github.com/ExHammer/hammer/issues/142)) ### [`v7.0.1`](https://github.com/ExHammer/hammer/blob/HEAD/CHANGELOG.md#701---2025-03-04) [Compare Source](https://github.com/ExHammer/hammer/compare/7.0.0...7.0.1) - Fix race condition in Atomic backends during creation of key. ### [`v7.0.0`](https://github.com/ExHammer/hammer/blob/HEAD/CHANGELOG.md#700---2025-02-06) - Release candidate for 7.0.0. See \[./guides/upgrade-v7.md] for upgrade instructions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjEuNiIsInVwZGF0ZWRJblZlciI6IjQxLjkzLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Update dependency hammer to v7
Some checks failed
renovate/artifacts Artifact file update failure
ac9c17fb7c
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
No tool releases found.
### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: mix.lock ``` No tool releases found. ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/hammer-7.x:renovate/hammer-7.x
git switch renovate/hammer-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/hammer-7.x
git switch renovate/hammer-7.x
git rebase master
git switch master
git merge --ff-only renovate/hammer-7.x
git switch renovate/hammer-7.x
git rebase master
git switch master
git merge --no-ff renovate/hammer-7.x
git switch master
git merge --squash renovate/hammer-7.x
git switch master
git merge --ff-only renovate/hammer-7.x
git switch master
git merge renovate/hammer-7.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pv/sloan#81
No description provided.