Closed renovate[bot] closed 4 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/sync |
v0.3.0 -> v0.7.0 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.05%. Comparing base (
873942e
) to head (99d310c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v1.39.0
->v1.41.0
Release Notes
samber/lo (github.com/samber/lo)
### [`v1.41.0`](https://togithub.com/samber/lo/releases/tag/v1.41.0) [Compare Source](https://togithub.com/samber/lo/compare/v1.40.0...v1.41.0) #### What's Changed - feat: adding Elipse by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/470](https://togithub.com/samber/lo/pull/470) - feat: adding CoalesceOrEmpty by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/469](https://togithub.com/samber/lo/pull/469) - feat: adding Earliest and Latest by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/468](https://togithub.com/samber/lo/pull/468) - feat: adding duration by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/471](https://togithub.com/samber/lo/pull/471) - feat: adding FilterReject by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/472](https://togithub.com/samber/lo/pull/472) - feat: adding RejectMap by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/473](https://togithub.com/samber/lo/pull/473) **Full Changelog**: https://github.com/samber/lo/compare/v1.34.0...v1.41.0 ### [`v1.40.0`](https://togithub.com/samber/lo/releases/tag/v1.40.0) [Compare Source](https://togithub.com/samber/lo/compare/v1.39.0...v1.40.0) #### What's Changed ##### Improvements - Use map indexing to speed up PickByKeys and OmitByKeys by [@ericleb010](https://togithub.com/ericleb010) in [https://github.com/samber/lo/pull/447](https://togithub.com/samber/lo/pull/447) - ToSlicePtr: reduce allocations and improving speed by [@yanmhlv](https://togithub.com/yanmhlv) in [https://github.com/samber/lo/pull/465](https://togithub.com/samber/lo/pull/465) - Feat: Adding zipby + unzipby by [@samber](https://togithub.com/samber) in [https://github.com/samber/lo/pull/449](https://togithub.com/samber/lo/pull/449) - feat: add string conversion functions by [@eiixy](https://togithub.com/eiixy) in [https://github.com/samber/lo/pull/466](https://togithub.com/samber/lo/pull/466) - Adding Mean and MeanBy by [@usman1100](https://togithub.com/usman1100) in [https://github.com/samber/lo/pull/414](https://togithub.com/samber/lo/pull/414) ##### Doc & style - Fix typos by [@szepeviktor](https://togithub.com/szepeviktor) in [https://github.com/samber/lo/pull/384](https://togithub.com/samber/lo/pull/384) - fix: instantiate typo by [@testwill](https://togithub.com/testwill) in [https://github.com/samber/lo/pull/374](https://togithub.com/samber/lo/pull/374) - Fix typo in README.md by [@eltociear](https://togithub.com/eltociear) in [https://github.com/samber/lo/pull/369](https://togithub.com/samber/lo/pull/369) - docs: update description for FindOrElse by [@slomek](https://togithub.com/slomek) in [https://github.com/samber/lo/pull/370](https://togithub.com/samber/lo/pull/370) - style: no extra any type parameter by [@d-enk](https://togithub.com/d-enk) in [https://github.com/samber/lo/pull/429](https://togithub.com/samber/lo/pull/429) - Fix IsNil link for pkg.go.dev by [@invzhi](https://togithub.com/invzhi) in [https://github.com/samber/lo/pull/418](https://togithub.com/samber/lo/pull/418) - Docs: should use type int64 for lo.FlatMap in example by [@apriil15](https://togithub.com/apriil15) in [https://github.com/samber/lo/pull/435](https://togithub.com/samber/lo/pull/435) ##### CI - CI: tests on multi go versions by [@jiro4989](https://togithub.com/jiro4989) in [https://github.com/samber/lo/pull/445](https://togithub.com/samber/lo/pull/445) #### New Contributors - [@szepeviktor](https://togithub.com/szepeviktor) made their first contribution in [https://github.com/samber/lo/pull/384](https://togithub.com/samber/lo/pull/384) - [@testwill](https://togithub.com/testwill) made their first contribution in [https://github.com/samber/lo/pull/374](https://togithub.com/samber/lo/pull/374) - [@eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/samber/lo/pull/369](https://togithub.com/samber/lo/pull/369) - [@slomek](https://togithub.com/slomek) made their first contribution in [https://github.com/samber/lo/pull/370](https://togithub.com/samber/lo/pull/370) - [@ericleb010](https://togithub.com/ericleb010) made their first contribution in [https://github.com/samber/lo/pull/447](https://togithub.com/samber/lo/pull/447) - [@yanmhlv](https://togithub.com/yanmhlv) made their first contribution in [https://github.com/samber/lo/pull/465](https://togithub.com/samber/lo/pull/465) - [@eiixy](https://togithub.com/eiixy) made their first contribution in [https://github.com/samber/lo/pull/466](https://togithub.com/samber/lo/pull/466) - [@jiro4989](https://togithub.com/jiro4989) made their first contribution in [https://github.com/samber/lo/pull/445](https://togithub.com/samber/lo/pull/445) - [@d-enk](https://togithub.com/d-enk) made their first contribution in [https://github.com/samber/lo/pull/429](https://togithub.com/samber/lo/pull/429) - [@usman1100](https://togithub.com/usman1100) made their first contribution in [https://github.com/samber/lo/pull/414](https://togithub.com/samber/lo/pull/414) - [@invzhi](https://togithub.com/invzhi) made their first contribution in [https://github.com/samber/lo/pull/418](https://togithub.com/samber/lo/pull/418) - [@apriil15](https://togithub.com/apriil15) made their first contribution in [https://github.com/samber/lo/pull/435](https://togithub.com/samber/lo/pull/435) **Full Changelog**: https://github.com/samber/lo/compare/v1.39.0...v1.40.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.