Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the gomod group with 3 updates in the / directory: golang.org/x/text, gitlab.com/gitlab-org/api/client-go and cloud.google.com/go/storage.
Bumps the gomod group with 1 update in the /tools directory: github.com/goreleaser/goreleaser/v2.

Updates golang.org/x/text from 0.32.0 to 0.33.0

Commits

Updates gitlab.com/gitlab-org/api/client-go from 1.11.0 to 1.12.0

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v1.12.0

1.12.0

🚀 Features

  • feat: add EmojiEvents field support to Project Webhooks (!2653) by Yugan

🔄 Other Changes

1.12.0 (2026-01-11)

Features

  • add EmojiEvents field support to Project Webhooks (2bcfa1f)
Changelog

Sourced from gitlab.com/gitlab-org/api/client-go's changelog.

1.12.0

🚀 Features

  • feat: add EmojiEvents field support to Project Webhooks (!2653) by Yugan

🔄 Other Changes

1.12.0 (2026-01-11)

Features

  • add EmojiEvents field support to Project Webhooks (2bcfa1f)
Commits
  • 999164b chore(release): 1.12.0 [skip ci]
  • 8df1262 Merge branch 'os2660502/feat-emoji-events-project-webhooks' into 'main'
  • 2bcfa1f feat: add EmojiEvents field support to Project Webhooks
  • 2ccecf6 Merge branch 'renovate/golangci-lint-2.x' into 'main'
  • a50f1e1 chore(deps): update dependency golangci-lint to v2.8.0
  • 414304a Merge branch 'refactor/use-errors-new' into 'main'
  • 94e3696 refactor(no-release): use errors.New instead of fmt.Errorf
  • See full diff in compare view

Updates cloud.google.com/go/storage from 1.58.0 to 1.59.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage 1.59.0

1.59.0 (2026-01-09)

Features

  • add default checksums for appendable writer (excludes appendable takeover writer) (#13379) (647baf32)

Bug Fixes

  • refactor MultiRangeDownloader to resolve deadlock and race conditions (#13524) (1cfd100
Changelog

Sourced from cloud.google.com/go/storage's changelog.

Changes

0.123.0 (2025-09-18)

Features

  • internal/stategen: Populate the latest googleapis commit (#12880) (7b017a0)
  • librariangen: Implement the build command (#12817) (14734c8)

Bug Fixes

  • internal/librariangen: Add link to source commit in release notes (#12881) (1c06cc6)
  • internal/librariangen: Fix CHANGES.md headers (#12849) (baf515d)
  • internal/librariangen: Remove go mod init/tidy from postprocessor (#12832) (1fe506a)
  • internal/librariangen: Test for error path with flags (#12830) (f0da7b2)
  • internal/postprocessor: Add dlp to skip-module-scan-paths (#12857) (45a7d9b)
  • librariangen: Honor original container contract (#12846) (71c8fd3)
  • librariangen: Improvements to release-init (#12842) (0db677a)
  • stategen: Specify an appropriate tag format for google-cloud-go (#12835) (ffcff33)

0.122.0 (2025-09-04)

Features

  • internal/librariangen: Add release-init command (#12751) (52e84cc)

Bug Fixes

  • internal/godocfx: Better support for v2 modules (#12797) (4bc8785)
  • internal/godocfx: Module detection when tidy errors (#12801) (83d46cd)
  • internal/librariangen: Fix goimports errors (#12765) (83bdaa4)

0.121.6 (2025-08-14)

Bug Fixes

  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#12704) (0e70a0b)

0.121.5 (2025-08-12)

Bug Fixes

... (truncated)

Commits

Updates github.com/goreleaser/goreleaser/v2 from 2.12.2 to 2.13.3

Release notes

Sourced from github.com/goreleaser/goreleaser/v2's releases.

v2.13.3

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

Bug fixes

  • 4e6cd46aef81a0e4d34104bc8af8ef19a2cedc60: fix(deps): update ko and docker/cli (#6323) (@​caarlos0)
  • 11f2d528adad31d0cad3441ee9848840bcf5eeb2: fix: move log to debug (@​caarlos0)
  • 2f44fb43f240500f9df21b9ec48f50de411dba0b: refactor: fix deprecated method usage in tests (#6325) (@​caarlos0)

Documentation updates

  • 444acaa88543f7c17c721a68acfc06b97f079dce: docs(deps): bump the docs group in /www with 2 updates (#6336) (@​dependabot[bot])
  • 7ebc59a0a430459901aedafdf56a5fd5a1395c28: docs: Revert sponsor list removal and enforce error handling in update-sponsors.py (#6331) (@​Copilot)
  • 97bea15bd09f284a0330bde8bd2a42bd21ef70ad: docs: better sponsors (#6330) (@​caarlos0)
  • 2e1159b94c7810846a16daa28b0644b55ee64d15: docs: fix auto-rebuild local (@​caarlos0)
  • 8b8a4d03ddc0571d58f58697abcc83642517478f: docs: small updates (@​caarlos0)
  • 089605efc774959a915c35274ddac90408db8b43: docs: update license year (@​caarlos0)

Other work

  • 1945d74973a347a135b8d0d2b80e28ef9b70b75c: ci(deps): bump cargo-bins/cargo-binstall from 1.16.5 to 1.16.6 in the actions group (#6329) (@​dependabot[bot])
  • 091eb958c802617836b1ee75580317e9c5fcfddd: ci(deps): bump the actions group with 3 updates (#6320) (@​dependabot[bot])
  • 2eae0db1d8616bf583321cedc3701a729932311f: ci(deps): bump the actions group with 4 updates (#6335) (@​dependabot[bot])

Full Changelog: goreleaser/goreleaser@v2.13.2...v2.13.3

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them? You can sponsor, get a Pro License or contribute with code.

Where to go next?

v2.13.2

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

Bug fixes

  • 60acec88cc82c56fcab8bb2c16a2fd4588051a22: fix(mcp): always use current schema url (#6300) (@​tjhop)
  • 5b21af93b21288a443dbf07a31aa0f9ab9a99525: fix(deps): move to go.yaml.in/yaml (#6298) (@​caarlos0)
  • 83e39243fa09663a7405ec6dcab66bec5af36ca4: fix(deps): update fang, log, lipgloss (#6312) (@​caarlos0)
  • e91e18452d00ffc8ffb578df005f3274d340f660: fix(deps): update go-github, add one more test (#6294) (@​caarlos0)

... (truncated)

Commits
  • 0b78544 chore: auto-update generated files
  • 444acaa docs(deps): bump the docs group in /www with 2 updates (#6336)
  • 2eae0db ci(deps): bump the actions group with 4 updates (#6335)
  • 95da179 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.10.0 to 1.11.0 i...
  • 8b8a4d0 docs: small updates
  • 089605e docs: update license year
  • 688f4af chore: typo
  • 2b0bb52 ci: contents: read for generate job
  • 1945d74 ci(deps): bump cargo-bins/cargo-binstall from 1.16.5 to 1.16.6 in the actions...
  • f66f5c6 chore: auto-update generated files
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
gitlab.com/gitlab-org/api/client-go [>= 0.118.a, < 0.119]
gitlab.com/gitlab-org/api/client-go [>= 0.117.a, < 0.118]

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the gomod group with 3 updates in the / directory: [golang.org/x/text](https://github.com/golang/text), [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) and [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go).
Bumps the gomod group with 1 update in the /tools directory: [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser).


Updates `golang.org/x/text` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.33.0)

Updates `gitlab.com/gitlab-org/api/client-go` from 1.11.0 to 1.12.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v1.11.0...v1.12.0)

Updates `cloud.google.com/go/storage` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.58.0...spanner/v1.59.0)

Updates `github.com/goreleaser/goreleaser/v2` from 2.12.2 to 2.13.3
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Commits](goreleaser/goreleaser@v2.12.2...v2.13.3)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/goreleaser/goreleaser/v2
  dependency-version: 2.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

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 Jan 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2026 09:32
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@dependabot dependabot bot requested review from raghavkaul and spencerschrock and removed request for a team January 12, 2026 09:32
@dependabot dependabot bot added the go Pull requests that update Go code label Jan 12, 2026
@dependabot dependabot bot temporarily deployed to integration-test January 12, 2026 09:32 Inactive
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 12, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-c531514c3e branch January 19, 2026 09: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 go Pull requests that update Go code size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants