Skip to content

chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0#250

Merged
codacybeta merged 1 commit intomasterfrom
dependabot/go_modules/github.com/samber/lo-1.53.0
Mar 9, 2026
Merged

chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0#250
codacybeta merged 1 commit intomasterfrom
dependabot/go_modules/github.com/samber/lo-1.53.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps github.com/samber/lo from 1.52.0 to 1.53.0.

Release notes

Sourced from github.com/samber/lo's releases.

v1.53.0

Announcing the latest release of lo with lots of good gifts! 🎁

🌊 First, a big thanks to @​d-enk for making lots of performance improvements in the recent weeks.

🧪 Second, this release introduces a new simd experimental package. If you run on an amd64 architecture and a recent CPU, you can perform very fast operations thanks to SIMD CPU instructions. -> Documentation: https://lo.samber.dev/docs/experimental/simd

💥 Third, this version adds *Err variants of many lo helpers (like MapErr, FlatMapErr, ReduceErr, etc.) whose callbacks can return an error and short-circuit execution when one occurs.

[!NOTE] The simd sub-package is considered not stable. We might break the initial API based on developers' feedback in the coming months.


Features & improvements

Deprecation

Performance improvements

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.52.0...v1.53.0)

---
updated-dependencies:
- dependency-name: github.com/samber/lo
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 9, 2026 11:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
@codacybeta codacybeta enabled auto-merge (squash) March 9, 2026 11:28
@codacy-production
Copy link

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 complexity
0 duplications
More details

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates github.com/samber/lo but is currently not ready for merging. While Codacy indicates the project is up to standards, the PR is missing the go.sum update necessary for build reproducibility. Furthermore, the library version 1.53.0 removes helpers that were deprecated for over three years. Since no compilation or regression tests were confirmed, there is a risk of breaking the build or runtime functionality if those helpers are used in the codebase.

About this PR

  • The PR diff only shows changes to go.mod. A corresponding update to the go.sum file is required to ensure build reproducibility and security.

Suggestions for missing tests

  • Verify that the project compiles successfully with the new version of the library.
  • Verify that no existing functionality is broken by the removal of deprecated helpers mentioned in the v1.53.0 release notes.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the project compiles successfully with the new version of the library.
2. Verify that no existing functionality is broken by the removal of deprecated helpers mentioned in the v1.53.0 release notes.
Low confidence findings
  • The release notes for github.com/samber/lo v1.53.0 mention the removal of helpers deprecated for more than 3 years. Ensure the codebase does not rely on these removed functions.

🗒️ Improve review quality by adding custom instructions

@codacybeta codacybeta merged commit 552c97c into master Mar 9, 2026
8 checks passed
@codacybeta codacybeta deleted the dependabot/go_modules/github.com/samber/lo-1.53.0 branch March 9, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant