Skip to content

fix(deps): update module github.com/samber/lo to v1.52.0#40

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-samber-lo-1.x
Open

fix(deps): update module github.com/samber/lo to v1.52.0#40
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-samber-lo-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/samber/lo v1.33.0v1.52.0 age confidence
github.com/samber/lo v1.38.1v1.52.0 age confidence

Release Notes

samber/lo (github.com/samber/lo)

v1.52.0

Compare Source

Thrilled to announce the latest release of samber/lo!

This version brings major improvements:

  • A new it/ sub-package for everything related to the iter package added in Go 1.23. Big up to @​NathanBaulch for its help on this
  • A new documentation -> lo.samber.dev
  • Lots of micro fixes and performance improvements
  • Better code quality with many more linters

✨ A good introduction to streams in Go !

Pasted Graphic 63

What's Changed

Tests

Style

Documentation

Other

New Contributors

Full Changelog: samber/lo@v1.51.0...v1.52.0

v1.51.0

Compare Source

What's Changed

Doc

Dependencies

New Contributors

Full Changelog: samber/lo@v1.50.0...v1.51.0

v1.50.0

Compare Source

What's Changed

Here is the 50th minor version !! 🔥🥂

New methods
Improvements
Documentation
Dependencies

New Contributors

Full Changelog: samber/lo@v1.49.1...v1.50.0

v1.49.1

Compare Source

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

Compare Source

What's Changed

Feature
Fix
Refactor

New Contributors

Full Changelog: samber/lo@v1.47.0...v1.48.0

v1.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.46.0...v1.47.0

v1.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.45.0...v1.46.0

v1.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.44.0...v1.45.0

v1.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.43.0...v1.44.0

v1.43.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.42.0...v1.43.0

v1.42.0

Compare Source

What's Changed

Breaking change

  • lo.Last() now returns (T, bool) instead of (T, error)

New Contributors

Full Changelog: samber/lo@v1.41.0...v1.42.0

v1.41.0

Compare Source

What's Changed

Full Changelog: samber/lo@v1.34.0...v1.41.0

v1.40.0

Compare Source

What's Changed

Improvements
Doc & style
CI

New Contributors

Full Changelog: samber/lo@v1.39.0...v1.40.0

v1.39.0

Compare Source

Adding lo.IsNil helper

v1.38.1

Compare Source

Improvement:

  • Async and AsyncX: now returns <-chan T instead of chan T

v1.38.0

Compare Source

Adding:

  • lo.ValueOr
  • lo.DebounceBy
  • lo.EmptyableToPtr

Improvement:

  • Substring: add support for non-english chars

Fix:

  • Async: Fix goroutine leak

v1.37.0

Compare Source

Adding:

  • lo.PartialX
  • lo.Transaction

Improvement:

  • lo.Associate / lo.SliceToMap: faster memory allocation

Chore:

  • Remove *_test.go files from releases, in order to cleanup dev dependencies

v1.36.0

Compare Source

Adding:

  • lo.AttemptWhile
  • lo.AttemptWhileWithDelay

v1.35.0

Compare Source

Adding:

  • lo.RandomString
  • lo.BufferWithTimeout (alias to lo.BatchWithTimeout)
  • lo.Buffer (alias to lo.Batch)

Change:

  • lo.Slice: avoid panic caused by out-of-bounds

Deprecation:

  • lo.BatchWithTimeout
  • lo.Batch

v1.34.0

Compare Source

Improving:

  • lo.Union: faster and can receive more than 2 lists

Adding:

  • lo.FanIn (alias to lo.ChannelMerge)
  • lo.FanOut

Deprecation:

  • lo.ChannelMerge

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 27, 2025

ℹ Artifact update notice

File name: go.mod

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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/google/go-cmp v0.5.9 -> v0.6.0
golang.org/x/mod v0.10.0 -> v0.17.0
golang.org/x/crypto v0.9.0 -> v0.23.0
golang.org/x/net v0.10.0 -> v0.25.0
golang.org/x/sys v0.8.0 -> v0.20.0
golang.org/x/term v0.8.0 -> v0.20.0

@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/google/go-cmp v0.5.9 -> v0.6.0
golang.org/x/mod v0.10.0 -> v0.17.0
golang.org/x/crypto v0.9.0 -> v0.23.0
golang.org/x/net v0.10.0 -> v0.25.0
golang.org/x/sys v0.8.0 -> v0.20.0
golang.org/x/term v0.8.0 -> v0.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants