Skip to content

build(deps): bump the common group across 1 directory with 4 updates#2925

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/common-2a51470420
Open

build(deps): bump the common group across 1 directory with 4 updates#2925
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/common-2a51470420

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the common group with 4 updates in the / directory: github.com/aws/aws-sdk-go-v2, github.com/google/go-containerregistry, github.com/magefile/mage and github.com/samber/lo.

Updates github.com/aws/aws-sdk-go-v2 from 1.41.1 to 1.41.3

Commits

Updates github.com/google/go-containerregistry from 0.21.0 to 0.21.2

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.21.2

What's Changed

Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2

v0.21.1

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1

Commits

Updates github.com/magefile/mage from 1.15.0 to 1.16.0

Release notes

Sourced from github.com/magefile/mage's releases.

v1.16.0 Optional Arguments!

What's Changed

New Contributors

Full Changelog: magefile/mage@v1.15.0...v1.16.0

Commits
  • 69e6f82 Add support for optional arguments (#538)
  • 78acbaf add the ability to call targets with float64 args (#525)
  • bdc92f6 chore(docs): updated README and site to include installation using go install...
  • 32e0107 This adds a test to bug 508 (#516)
  • 0800736 fix default selector ignoring Receiver and returning first matching function ...
  • 2385abb Correct test input code to support older go versions (#490)
  • 0fddccb ci: Extend go-version with 1.21.x (#479)
  • 2edffd1 Comment typo: parse.go (#485)
  • c97c205 Update documentation to include Windows Magefile Cache (#484)
  • 9f54e0f feat: support trailing line comment for mage:import (#480)
  • See full diff in compare view

Updates 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2026
@dependabot dependabot bot requested a review from simar7 as a code owner March 15, 2026 16:14
@dependabot dependabot bot added the go Pull requests that update Go code label Mar 15, 2026
@dependabot dependabot bot requested a review from afdesk as a code owner March 15, 2026 16:14
@github-actions github-actions bot added the deps label Mar 15, 2026
Bumps the common group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry), [github.com/magefile/mage](https://github.com/magefile/mage) and [github.com/samber/lo](https://github.com/samber/lo).


Updates `github.com/aws/aws-sdk-go-v2` from 1.41.1 to 1.41.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.1...v1.41.3)

Updates `github.com/google/go-containerregistry` from 0.21.0 to 0.21.2
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Commits](google/go-containerregistry@v0.21.0...v0.21.2)

Updates `github.com/magefile/mage` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/magefile/mage/releases)
- [Commits](magefile/mage@v1.15.0...v1.16.0)

Updates `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/aws/aws-sdk-go-v2
  dependency-version: 1.41.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common
- dependency-name: github.com/magefile/mage
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
- dependency-name: github.com/samber/lo
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-2a51470420 branch from d556b36 to 80b7c4a Compare March 22, 2026 16:14
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 deps go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants