satisfactorymodding / smr-api

Satisfactory Mod Repository (SMR) API
https://ficsit.app
GNU General Public License v3.0
6 stars 8 forks source link

fix(deps): update module github.com/avast/retry-go/v3 to v4 #68

Open SatisfactoryModdingBot opened 3 months ago

SatisfactoryModdingBot commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/avast/retry-go/v3 v3.1.1 -> v4.6.0 age adoption passing confidence

Release Notes

avast/retry-go (github.com/avast/retry-go/v3) ### [`v4.6.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.5.1...4.6.0) #### What's Changed - Introduce UntilSucceeded option to improve readability by [@​natenho](https://redirect.github.com/natenho) in [https://github.com/avast/retry-go/pull/116](https://redirect.github.com/avast/retry-go/pull/116) - Fix the inconsistency in the number of times passed in onRetry by [@​FarmerChillax](https://redirect.github.com/FarmerChillax) in [https://github.com/avast/retry-go/pull/114](https://redirect.github.com/avast/retry-go/pull/114) - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/avast/retry-go/pull/112](https://redirect.github.com/avast/retry-go/pull/112) #### New Contributors - [@​natenho](https://redirect.github.com/natenho) made their first contribution in [https://github.com/avast/retry-go/pull/116](https://redirect.github.com/avast/retry-go/pull/116) - [@​FarmerChillax](https://redirect.github.com/FarmerChillax) made their first contribution in [https://github.com/avast/retry-go/pull/114](https://redirect.github.com/avast/retry-go/pull/114) **Full Changelog**: https://github.com/avast/retry-go/compare/v4.5.1...v4.6.0 ### [`v4.5.1`](https://redirect.github.com/avast/retry-go/releases/tag/v4.5.1) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.5.0...4.5.1) #### What's Changed - Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/avast/retry-go/pull/95](https://redirect.github.com/avast/retry-go/pull/95) - add missing comma in the example by [@​spacewander](https://redirect.github.com/spacewander) in [https://github.com/avast/retry-go/pull/101](https://redirect.github.com/avast/retry-go/pull/101) - Add an example which shows err history by [@​avinassh](https://redirect.github.com/avinassh) in [https://github.com/avast/retry-go/pull/98](https://redirect.github.com/avast/retry-go/pull/98) - fix potential panic in IsRecoverable by [@​jalaziz](https://redirect.github.com/jalaziz) in [https://github.com/avast/retry-go/pull/104](https://redirect.github.com/avast/retry-go/pull/104) #### New Contributors - [@​spacewander](https://redirect.github.com/spacewander) made their first contribution in [https://github.com/avast/retry-go/pull/101](https://redirect.github.com/avast/retry-go/pull/101) - [@​avinassh](https://redirect.github.com/avinassh) made their first contribution in [https://github.com/avast/retry-go/pull/98](https://redirect.github.com/avast/retry-go/pull/98) - [@​jalaziz](https://redirect.github.com/jalaziz) made their first contribution in [https://github.com/avast/retry-go/pull/104](https://redirect.github.com/avast/retry-go/pull/104) **Full Changelog**: https://github.com/avast/retry-go/compare/4.5.0...v4.5.1 ### [`v4.5.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.5.0) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.4.0...4.5.0) #### What's Changed - Allow last error to be returned with context error by [@​willdot](https://redirect.github.com/willdot) in [https://github.com/avast/retry-go/pull/96](https://redirect.github.com/avast/retry-go/pull/96) #### New Contributors - [@​willdot](https://redirect.github.com/willdot) made their first contribution in [https://github.com/avast/retry-go/pull/96](https://redirect.github.com/avast/retry-go/pull/96) **Full Changelog**: https://github.com/avast/retry-go/compare/4.4.0...v4.5.0 ### [`v4.4.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.4.0): (generic support) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.3.4...4.4.0) #### What's Changed - Go versions by [@​JaSei](https://redirect.github.com/JaSei) in [https://github.com/avast/retry-go/pull/97](https://redirect.github.com/avast/retry-go/pull/97) - fix: markdown code block format by [@​mrtc0](https://redirect.github.com/mrtc0) in [https://github.com/avast/retry-go/pull/93](https://redirect.github.com/avast/retry-go/pull/93) - remove error log pre-allocation and add benchmark by [@​dillonstreator](https://redirect.github.com/dillonstreator) in [https://github.com/avast/retry-go/pull/89](https://redirect.github.com/avast/retry-go/pull/89) - Add DoWithData function by [@​craigpastro](https://redirect.github.com/craigpastro) in [https://github.com/avast/retry-go/pull/91](https://redirect.github.com/avast/retry-go/pull/91) #### New Contributors - [@​mrtc0](https://redirect.github.com/mrtc0) made their first contribution in [https://github.com/avast/retry-go/pull/93](https://redirect.github.com/avast/retry-go/pull/93) - [@​dillonstreator](https://redirect.github.com/dillonstreator) made their first contribution in [https://github.com/avast/retry-go/pull/89](https://redirect.github.com/avast/retry-go/pull/89) - [@​craigpastro](https://redirect.github.com/craigpastro) made their first contribution in [https://github.com/avast/retry-go/pull/91](https://redirect.github.com/avast/retry-go/pull/91) **Full Changelog**: https://github.com/avast/retry-go/compare/4.3.4...v4.4.0 ### [`v4.3.4`](https://redirect.github.com/avast/retry-go/compare/4.3.3...4.3.4) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.3.3...4.3.4) ### [`v4.3.3`](https://redirect.github.com/avast/retry-go/compare/4.3.2...4.3.3) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.3.2...4.3.3) ### [`v4.3.2`](https://redirect.github.com/avast/retry-go/compare/4.3.1...4.3.2) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.3.1...4.3.2) ### [`v4.3.1`](https://redirect.github.com/avast/retry-go/releases/tag/v4.3.1): Bugfixes [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.3.0...4.3.1) [#​74](https://redirect.github.com/avast/retry-go/issues/74) [#​75](https://redirect.github.com/avast/retry-go/issues/75) #### What's Changed - Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/avast/retry-go/pull/73](https://redirect.github.com/avast/retry-go/pull/73) - fix bug that overwrites last error when context is canceled by [@​KeiichiHirobe](https://redirect.github.com/KeiichiHirobe) in [https://github.com/avast/retry-go/pull/74](https://redirect.github.com/avast/retry-go/pull/74) - fix bug, always use config.timer.After instead of time.After by [@​KeiichiHirobe](https://redirect.github.com/KeiichiHirobe) in [https://github.com/avast/retry-go/pull/75](https://redirect.github.com/avast/retry-go/pull/75) #### New Contributors - [@​KeiichiHirobe](https://redirect.github.com/KeiichiHirobe) made their first contribution in [https://github.com/avast/retry-go/pull/74](https://redirect.github.com/avast/retry-go/pull/74) **Full Changelog**: https://github.com/avast/retry-go/compare/4.3.0...v4.3.1 ### [`v4.3.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.3.0): support for attempts based on error types [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.2.0...4.3.0) [#​71](https://redirect.github.com/avast/retry-go/issues/71) [#​48](https://redirect.github.com/avast/retry-go/issues/48) ### [`v4.2.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.2.0): Unwrap error support [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.1.0...4.2.0) [#​65](https://redirect.github.com/avast/retry-go/issues/65) [#​70](https://redirect.github.com/avast/retry-go/issues/70) ### [`v4.1.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.1.0): Timer config option [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.0.5...4.1.0) [#​60](https://redirect.github.com/avast/retry-go/issues/60) + [#​61](https://redirect.github.com/avast/retry-go/issues/61) ### [`v4.0.5`](https://redirect.github.com/avast/retry-go/releases/tag/v4.0.5): implement the Unwrap() interface on unrecoverableError [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.0.4...4.0.5) unrecoverableError is possible to handle by `errors.Is()` [#​59](https://redirect.github.com/avast/retry-go/issues/59) ### [`v4.0.4`](https://redirect.github.com/avast/retry-go/releases/tag/v4.0.4): call onRetry func if attempt is 0 [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.0.3...4.0.4) [#​56](https://redirect.github.com/avast/retry-go/issues/56) ### [`v4.0.3`](https://redirect.github.com/avast/retry-go/releases/tag/v4.0.3): Infinite retry should have also delay [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.0.2...4.0.3) [#​55](https://redirect.github.com/avast/retry-go/issues/55) ### [`v4.0.2`](https://redirect.github.com/avast/retry-go/compare/4.0.1...4.0.2) [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.0.1...4.0.2) ### [`v4.0.1`](https://redirect.github.com/avast/retry-go/releases/tag/v4.0.1): fix: Context cancel add to errors [Compare Source](https://redirect.github.com/avast/retry-go/compare/4.0.0...4.0.1) [#​53](https://redirect.github.com/avast/retry-go/issues/53) [#​51](https://redirect.github.com/avast/retry-go/issues/51) ### [`v4.0.0`](https://redirect.github.com/avast/retry-go/releases/tag/v4.0.0): Infinity retry is possible [Compare Source](https://redirect.github.com/avast/retry-go/compare/3.1.1...4.0.0) [#​49](https://redirect.github.com/avast/retry-go/issues/49)

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.



This PR has been generated by Renovate Bot.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 20.04%. Comparing base (179d261) to head (c503988).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## staging #68 +/- ## ======================================== Coverage 20.04% 20.04% ======================================== Files 256 256 Lines 61296 61296 ======================================== Hits 12286 12286 Misses 46437 46437 Partials 2573 2573 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.