Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/samber/lo to v1.49.1 (#37551)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/samber/lo](https://redirect.github.com/samber/lo) | `v1.47.0` -> `v1.49.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.47.0/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.47.0/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>samber/lo (github.com/samber/lo)</summary> ### [`v1.49.1`](https://redirect.github.com/samber/lo/releases/tag/v1.49.1) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.49.0...v1.49.1) #### What's Changed - fix(product + productby): fix empty slice behavior by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/584](https://redirect.github.com/samber/lo/pull/584) **Full Changelog**: samber/lo@v1.49.0...v1.49.1 ### [`v1.49.0`](https://redirect.github.com/samber/lo/releases/tag/v1.49.0) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.48.0...v1.49.0) #### What's Changed - feat: add SampleBy and SamplesBy by [@​bramvandewalle](https://redirect.github.com/bramvandewalle) in [https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516) - feat: Add IsNotNil by [@​haoxins](https://redirect.github.com/haoxins) in [https://github.com/samber/lo/pull/523](https://redirect.github.com/samber/lo/pull/523) - feat: Implement ChunkMap Function ([#​533](https://redirect.github.com/samber/lo/issues/533)) by [@​oswaldom-code](https://redirect.github.com/oswaldom-code) in [https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538) - feat: Add NewThrottle by [@​Lee-Minjea](https://redirect.github.com/Lee-Minjea) in [https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427) - feat: adding FilterSliceToMap by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/581](https://redirect.github.com/samber/lo/pull/581) - feat: add `Product` and `ProductBy` functions by [@​JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/566](https://redirect.github.com/samber/lo/pull/566) #### New Contributors - [@​bramvandewalle](https://redirect.github.com/bramvandewalle) made their first contribution in [https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516) - [@​oswaldom-code](https://redirect.github.com/oswaldom-code) made their first contribution in [https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538) - [@​Lee-Minjea](https://redirect.github.com/Lee-Minjea) made their first contribution in [https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427) **Full Changelog**: samber/lo@v1.48.0...v1.49.0 ### [`v1.48.0`](https://redirect.github.com/samber/lo/releases/tag/v1.48.0) [Compare Source](https://redirect.github.com/samber/lo/compare/v1.47.0...v1.48.0) #### What's Changed ##### Feature - feat: add (Min|Max)Index(By) by [@​aria3ppp](https://redirect.github.com/aria3ppp) in [https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569) - feat: add UniqMap by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527) - feat: add CrossJoin function by [@​JohnDevitt](https://redirect.github.com/JohnDevitt) in [https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567) - feat: Implement CoalesceOrEmptySlice Function by [@​chg1f](https://redirect.github.com/chg1f) in [https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542) - feat: adding WithoutNth by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/575](https://redirect.github.com/samber/lo/pull/575) - feat: deprecate lo.Reverse and move it to lom.Reverse by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/576](https://redirect.github.com/samber/lo/pull/576) - feat: adding lo.BufferWithContext by [@​samber](https://redirect.github.com/samber) in [https://github.com/samber/lo/pull/580](https://redirect.github.com/samber/lo/pull/580) - feat: add SliceToSet by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/514](https://redirect.github.com/samber/lo/pull/514) - feat: add WithoutBy by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/samber/lo/pull/515](https://redirect.github.com/samber/lo/pull/515) ##### Fix - fix: change examples for MapKeys and MapValues by [@​luxcgo](https://redirect.github.com/luxcgo) in [https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341) - fix: order of GroupBy and PartitionBy by [@​liyishuai](https://redirect.github.com/liyishuai) in [https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572) ##### Refactor - refactor RandomString function by [@​pigwantacat](https://redirect.github.com/pigwantacat) in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) #### New Contributors - [@​luxcgo](https://redirect.github.com/luxcgo) made their first contribution in [https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341) - [@​haoxins](https://redirect.github.com/haoxins) made their first contribution in [https://github.com/samber/lo/pull/522](https://redirect.github.com/samber/lo/pull/522) - [@​muya](https://redirect.github.com/muya) made their first contribution in [https://github.com/samber/lo/pull/521](https://redirect.github.com/samber/lo/pull/521) - [@​NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/samber/lo/pull/519](https://redirect.github.com/samber/lo/pull/519) - [@​jiz4oh](https://redirect.github.com/jiz4oh) made their first contribution in [https://github.com/samber/lo/pull/535](https://redirect.github.com/samber/lo/pull/535) - [@​guyareco2](https://redirect.github.com/guyareco2) made their first contribution in [https://github.com/samber/lo/pull/537](https://redirect.github.com/samber/lo/pull/537) - [@​pigwantacat](https://redirect.github.com/pigwantacat) made their first contribution in [https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524) - [@​snamiki1212](https://redirect.github.com/snamiki1212) made their first contribution in [https://github.com/samber/lo/pull/541](https://redirect.github.com/samber/lo/pull/541) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/samber/lo/pull/554](https://redirect.github.com/samber/lo/pull/554) - [@​JasonnnW3000](https://redirect.github.com/JasonnnW3000) made their first contribution in [https://github.com/samber/lo/pull/571](https://redirect.github.com/samber/lo/pull/571) - [@​liyishuai](https://redirect.github.com/liyishuai) made their first contribution in [https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572) - [@​aria3ppp](https://redirect.github.com/aria3ppp) made their first contribution in [https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569) - [@​sunjayaali](https://redirect.github.com/sunjayaali) made their first contribution in [https://github.com/samber/lo/pull/544](https://redirect.github.com/samber/lo/pull/544) - [@​SnowOnion](https://redirect.github.com/SnowOnion) made their first contribution in [https://github.com/samber/lo/pull/543](https://redirect.github.com/samber/lo/pull/543) - [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) made their first contribution in [https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527) - [@​JohnDevitt](https://redirect.github.com/JohnDevitt) made their first contribution in [https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567) - [@​chg1f](https://redirect.github.com/chg1f) made their first contribution in [https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542) **Full Changelog**: samber/lo@v1.47.0...v1.48.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
- Loading branch information