Skip to content

build(deps): Bump github.com/cockroachdb/errors from 1.12.0 to 1.13.0 (backport #26356)#26380

Merged
aljo242 merged 1 commit intorelease/v0.54.xfrom
mergify/bp/release/v0.54.x/pr-26356
May 4, 2026
Merged

build(deps): Bump github.com/cockroachdb/errors from 1.12.0 to 1.13.0 (backport #26356)#26380
aljo242 merged 1 commit intorelease/v0.54.xfrom
mergify/bp/release/v0.54.x/pr-26356

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented May 4, 2026

Bumps github.com/cockroachdb/errors from 1.12.0 to 1.13.0.

Release notes

Sourced from github.com/cockroachdb/errors's releases.

v1.13.0

What's Changed

New Contributors

Full Changelog: cockroachdb/errors@v1.12.0...v1.13.0

Commits
  • fc93249 Merge pull request #159 from denniszag/fix/sentry-go-v0.46-compat
  • ad7454c report: migrate Event.Extra to Event.Contexts (sentry-go v0.46+ compat)
  • 3c36bbd Merge pull request #160 from cockroachdb/davidh/bump-go-1.25
  • d948846 Merge branch 'master' into davidh/bump-go-1.25
  • 8d8efb9 build: bump min Go version to 1.25, add 1.26 to CI matrix
  • 6480126 Merge pull request #153 from cockroachdb/jeffswenson-optimize-errors-is
  • 3a21e3d errbase: optimize errors.Is
  • 35263d8 benchmark: add a benchmark for the errors package
  • See full diff in compare view

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)

This is an automatic backport of pull request #26356 done by [Mergify](https://mergify.com).

@mergify mergify Bot added the conflicts label May 4, 2026
@mergify
Copy link
Copy Markdown
Contributor Author

mergify Bot commented May 4, 2026

Cherry-pick of 3ca76ce has failed:

On branch mergify/bp/release/v0.54.x/pr-26356
Your branch is up to date with 'origin/release/v0.54.x'.

You are currently cherry-picking commit 3ca76cee4.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   enterprise/group/go.mod
	modified:   enterprise/group/go.sum
	modified:   enterprise/group/simapp/go.mod
	modified:   enterprise/group/simapp/go.sum
	modified:   enterprise/group/tests/systemtests/go.mod
	modified:   enterprise/group/tests/systemtests/go.sum
	modified:   enterprise/poa/examples/migrate-from-pos/go.sum
	modified:   enterprise/poa/go.mod
	modified:   enterprise/poa/go.sum
	modified:   enterprise/poa/simapp/go.mod
	modified:   enterprise/poa/simapp/go.sum
	modified:   enterprise/poa/tests/systemtests/go.mod
	modified:   enterprise/poa/tests/systemtests/go.sum
	modified:   go.sum
	modified:   simapp/go.sum
	modified:   tests/go.mod
	modified:   tests/go.sum
	modified:   tests/systemtests/go.mod
	modified:   tests/systemtests/go.sum
	modified:   tools/confix/go.mod
	modified:   tools/confix/go.sum
	modified:   tools/systemtests/go.mod
	modified:   tools/systemtests/go.sum

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   enterprise/poa/examples/migrate-from-pos/go.mod
	both modified:   go.mod
	both modified:   simapp/go.mod

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 4, 2026

PR author is not in the allowed authors list.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

🔒 WARNING: unsigned commits detected

This pull request contains 1 commit(s) without a verified signature.

How to fix:

  1. Set up commit signing (GPG or SSH).
  2. Amend/rebase so every commit in this PR is verified-signed.
  3. Push the updated branch and open a new PR, or ask a maintainer to reopen once fixed.

Docs: https://docs.github.com/authentication/managing-commit-signature-verification

Unsigned commits:

@aljo242 aljo242 force-pushed the mergify/bp/release/v0.54.x/pr-26356 branch from 21dbf6c to 2f96e84 Compare May 4, 2026 17:09
@aljo242 aljo242 removed the conflicts label May 4, 2026
@aljo242 aljo242 enabled auto-merge May 4, 2026 17:17
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.85%. Comparing base (ab56290) to head (2f96e84).
⚠️ Report is 20 commits behind head on release/v0.54.x.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release/v0.54.x   #26380   +/-   ##
================================================
  Coverage            64.84%   64.85%           
================================================
  Files                  874      874           
  Lines                57559    57559           
================================================
+ Hits                 37327    37331    +4     
+ Misses               20232    20228    -4     

see 8 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aljo242 aljo242 added this pull request to the merge queue May 4, 2026
Merged via the queue into release/v0.54.x with commit e7e58f5 May 4, 2026
42 checks passed
@aljo242 aljo242 deleted the mergify/bp/release/v0.54.x/pr-26356 branch May 4, 2026 17:33
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.

1 participant