[PR #1365] [MERGED] fix(deps): update module github.com/threedotslabs/watermill to v1.5.0 #1448

Closed
opened 2025-11-01 21:19:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1365
Author: @renovate[bot]
Created: 8/31/2025
Status: Merged
Merged: 8/31/2025
Merged by: @kolaente

Base: mainHead: renovate/github.com-threedotslabs-watermill-1.x


📝 Commits (1)

  • cc671cd fix(deps): update module github.com/threedotslabs/watermill to v1.5.0

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 go.mod (+2 -1)
📝 go.sum (+5 -0)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
github.com/ThreeDotsLabs/watermill v1.4.7 -> v1.5.0 age confidence

Release Notes

ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.4.7...v1.5.0


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 was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1365 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/31/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/github.com-threedotslabs-watermill-1.x` --- ### 📝 Commits (1) - [`cc671cd`](https://github.com/go-vikunja/vikunja/commit/cc671cd5d1b0dc0536b5769d4fb12a03cab9a871) fix(deps): update module github.com/threedotslabs/watermill to v1.5.0 ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -1) 📝 `go.sum` (+5 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/ThreeDotsLabs/watermill](https://redirect.github.com/ThreeDotsLabs/watermill) | `v1.4.7` -> `v1.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fThreeDotsLabs%2fwatermill/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fThreeDotsLabs%2fwatermill/v1.4.7/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)</summary> ### [`v1.5.0`](https://redirect.github.com/ThreeDotsLabs/watermill/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/ThreeDotsLabs/watermill/compare/v1.4.7...v1.5.0) #### What's Changed - chore: fix function in comment by [@&#8203;chengehe](https://redirect.github.com/chengehe) in [#&#8203;578](https://redirect.github.com/ThreeDotsLabs/watermill/pull/578) - Add handler name to logs of handler.handleMessage() by [@&#8203;HansvdLaanNedap](https://redirect.github.com/HansvdLaanNedap) in [#&#8203;592](https://redirect.github.com/ThreeDotsLabs/watermill/pull/592) - docs: fix mismatched kafka pubsub examples by [@&#8203;alexandregv](https://redirect.github.com/alexandregv) in [#&#8203;587](https://redirect.github.com/ThreeDotsLabs/watermill/pull/587) - refactor: replace \[]byte(fmt.Sprintf) with fmt.Appendf by [@&#8203;minxinyi](https://redirect.github.com/minxinyi) in [#&#8203;585](https://redirect.github.com/ThreeDotsLabs/watermill/pull/585) - docs: Clarify partitioning key in Kafka example documentation by [@&#8203;abramovd](https://redirect.github.com/abramovd) in [#&#8203;577](https://redirect.github.com/ThreeDotsLabs/watermill/pull/577) - Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.3 in /\_examples/real-world-examples/delayed-requeue by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;549](https://redirect.github.com/ThreeDotsLabs/watermill/pull/549) - Bump golang.org/x/net from 0.28.0 to 0.36.0 in /tools/mill by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;546](https://redirect.github.com/ThreeDotsLabs/watermill/pull/546) - Bump vite from 5.4.8 to 5.4.12 in /docs by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;541](https://redirect.github.com/ThreeDotsLabs/watermill/pull/541) - add memory clean up on gochannel subscribe topics when they no longer have any more subscribers by [@&#8203;dkotik](https://redirect.github.com/dkotik) in [#&#8203;561](https://redirect.github.com/ThreeDotsLabs/watermill/pull/561) - Use errors.Is for error comparison instead of direct equality checks by [@&#8203;ytnsym](https://redirect.github.com/ytnsym) in [#&#8203;502](https://redirect.github.com/ThreeDotsLabs/watermill/pull/502) - Refactored sending lock of subscriber by [@&#8203;stephanvanzwienen](https://redirect.github.com/stephanvanzwienen) in [#&#8203;589](https://redirect.github.com/ThreeDotsLabs/watermill/pull/589) - Update watermill-sql in examples by [@&#8203;m110](https://redirect.github.com/m110) in [#&#8203;532](https://redirect.github.com/ThreeDotsLabs/watermill/pull/532) - Adds feature to use ULID in tests by [@&#8203;HolyKingCrusader](https://redirect.github.com/HolyKingCrusader) in [#&#8203;444](https://redirect.github.com/ThreeDotsLabs/watermill/pull/444) - Clean up resources in Go channel pub sub \[Memory leak] by [@&#8203;avlajcic-axilis](https://redirect.github.com/avlajcic-axilis) in [#&#8203;407](https://redirect.github.com/ThreeDotsLabs/watermill/pull/407) - Add NewMessageWithContext() by [@&#8203;m110](https://redirect.github.com/m110) in [#&#8203;596](https://redirect.github.com/ThreeDotsLabs/watermill/pull/596) - Tests: Make asserts less verbose by [@&#8203;m110](https://redirect.github.com/m110) in [#&#8203;595](https://redirect.github.com/ThreeDotsLabs/watermill/pull/595) - docs: Fix spelling error: 'ques' to 'queues' in SNS configuration aws.md by [@&#8203;pxwanglu](https://redirect.github.com/pxwanglu) in [#&#8203;597](https://redirect.github.com/ThreeDotsLabs/watermill/pull/597) - Allow for custom labels on prometheus metrics by [@&#8203;matdurand](https://redirect.github.com/matdurand) in [#&#8203;393](https://redirect.github.com/ThreeDotsLabs/watermill/pull/393) - Upgrade github.com/cenkalti/backoff to v5 by [@&#8203;EvanMad](https://redirect.github.com/EvanMad) in [#&#8203;570](https://redirect.github.com/ThreeDotsLabs/watermill/pull/570) - Uncancel context when retrying by [@&#8203;roblaszczak](https://redirect.github.com/roblaszczak) in [#&#8203;598](https://redirect.github.com/ThreeDotsLabs/watermill/pull/598) - Update TestMessageContext by [@&#8203;m110](https://redirect.github.com/m110) in [#&#8203;599](https://redirect.github.com/ThreeDotsLabs/watermill/pull/599) - Add context propogation to subscribers for local pub-sub by [@&#8203;yashb042](https://redirect.github.com/yashb042) in [#&#8203;487](https://redirect.github.com/ThreeDotsLabs/watermill/pull/487) #### New Contributors - [@&#8203;chengehe](https://redirect.github.com/chengehe) made their first contribution in [#&#8203;578](https://redirect.github.com/ThreeDotsLabs/watermill/pull/578) - [@&#8203;HansvdLaanNedap](https://redirect.github.com/HansvdLaanNedap) made their first contribution in [#&#8203;592](https://redirect.github.com/ThreeDotsLabs/watermill/pull/592) - [@&#8203;alexandregv](https://redirect.github.com/alexandregv) made their first contribution in [#&#8203;587](https://redirect.github.com/ThreeDotsLabs/watermill/pull/587) - [@&#8203;minxinyi](https://redirect.github.com/minxinyi) made their first contribution in [#&#8203;585](https://redirect.github.com/ThreeDotsLabs/watermill/pull/585) - [@&#8203;abramovd](https://redirect.github.com/abramovd) made their first contribution in [#&#8203;577](https://redirect.github.com/ThreeDotsLabs/watermill/pull/577) - [@&#8203;ytnsym](https://redirect.github.com/ytnsym) made their first contribution in [#&#8203;502](https://redirect.github.com/ThreeDotsLabs/watermill/pull/502) - [@&#8203;stephanvanzwienen](https://redirect.github.com/stephanvanzwienen) made their first contribution in [#&#8203;589](https://redirect.github.com/ThreeDotsLabs/watermill/pull/589) - [@&#8203;HolyKingCrusader](https://redirect.github.com/HolyKingCrusader) made their first contribution in [#&#8203;444](https://redirect.github.com/ThreeDotsLabs/watermill/pull/444) - [@&#8203;avlajcic-axilis](https://redirect.github.com/avlajcic-axilis) made their first contribution in [#&#8203;407](https://redirect.github.com/ThreeDotsLabs/watermill/pull/407) - [@&#8203;pxwanglu](https://redirect.github.com/pxwanglu) made their first contribution in [#&#8203;597](https://redirect.github.com/ThreeDotsLabs/watermill/pull/597) - [@&#8203;matdurand](https://redirect.github.com/matdurand) made their first contribution in [#&#8203;393](https://redirect.github.com/ThreeDotsLabs/watermill/pull/393) - [@&#8203;EvanMad](https://redirect.github.com/EvanMad) made their first contribution in [#&#8203;570](https://redirect.github.com/ThreeDotsLabs/watermill/pull/570) - [@&#8203;yashb042](https://redirect.github.com/yashb042) made their first contribution in [#&#8203;487](https://redirect.github.com/ThreeDotsLabs/watermill/pull/487) **Full Changelog**: <https://github.com/ThreeDotsLabs/watermill/compare/v1.4.7...v1.5.0> </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:19:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1448