Skip to content

Bump the dependencies group across 1 directory with 3 updates#269

Merged
winebarrel merged 2 commits into
mainfrom
dependabot/go_modules/dependencies-d5e0b7a0e4
May 26, 2026
Merged

Bump the dependencies group across 1 directory with 3 updates#269
winebarrel merged 2 commits into
mainfrom
dependabot/go_modules/dependencies-d5e0b7a0e4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 3 updates in the / directory: github.com/SaveTheRbtz/zstd-seekable-format-go/pkg, github.com/aws/aws-sdk-go-v2/config and github.com/neilotoole/jsoncolor.

Updates github.com/SaveTheRbtz/zstd-seekable-format-go/pkg from 0.8.0 to 0.8.3

Release notes

Sourced from github.com/SaveTheRbtz/zstd-seekable-format-go/pkg's releases.

pkg/v0.8.3

What's Changed

Full Changelog: SaveTheRbtz/zstd-seekable-format-go@cmd/zstdseek/v0.8.2...pkg/v0.8.3

pkg/v0.8.2

What's Changed

Full Changelog: SaveTheRbtz/zstd-seekable-format-go@pkg/v0.8.1...pkg/v0.8.2

pkg/v0.8.1

What's Changed

Full Changelog: SaveTheRbtz/zstd-seekable-format-go@pkg/v0.8.0...pkg/v0.8.1

Commits
  • 9a0a331 pkg: remove uber's atomic dependency (#230)
  • d2d64cd cmd/zstdseek: update dependencies (#229)
  • b0b8928 pkg: update dependencies (#228)
  • 3ef3e05 cmd/zstdseek: bump pkg to v0.8.1 (#227)
  • 905c20f pkg: remove zap dependency from the lib (#226)
  • 597d3bb build(deps): bump golang.org/x/sync from 0.15.0 to 0.20.0 in /pkg (#217)
  • be61a60 go: bump version to 1.26.3 (#225)
  • 69c2521 build(deps): bump github.com/klauspost/compress in /cmd/zstdseek (#214)
  • ea6b0d0 build(deps): bump github.com/klauspost/compress in /pkg (#215)
  • 0bcfc5c build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 in /cmd/zstdseek (#220)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.18

Commits

Updates github.com/neilotoole/jsoncolor from 0.7.2 to 0.9.1

Commits
  • b6225e6 Add v0.9.1 CHANGELOG entry and bump release badge
  • f15a0e2 Restrict workflow permissions to least privilege
  • 8a7004b Add Contributing and License sections to README; refresh Notes
  • 6592a10 Add issue and pull request templates
  • 42b9904 Add Contributor Covenant Code of Conduct (v2.1)
  • 9f52e32 Add package doc and CONTRIBUTING; refresh SECURITY policy
  • 109e1e0 Point release badge at the CHANGELOG release notes
  • 79e03bd Prepare v0.9.0 release
  • 922bfda Fix nondeterministic object key order when encoding RawMessage (#43)
  • 5305344 Add granular punctuation color fields (#42)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2026
@github-actions github-actions Bot enabled auto-merge May 26, 2026 01:18
@winebarrel

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the dependencies group with 3 updates in the / directory: [github.com/SaveTheRbtz/zstd-seekable-format-go/pkg](https://github.com/SaveTheRbtz/zstd-seekable-format-go), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/neilotoole/jsoncolor](https://github.com/neilotoole/jsoncolor).


Updates `github.com/SaveTheRbtz/zstd-seekable-format-go/pkg` from 0.8.0 to 0.8.3
- [Release notes](https://github.com/SaveTheRbtz/zstd-seekable-format-go/releases)
- [Commits](SaveTheRbtz/zstd-seekable-format-go@pkg/v0.8.0...pkg/v0.8.3)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.17...config/v1.32.18)

Updates `github.com/neilotoole/jsoncolor` from 0.7.2 to 0.9.1
- [Commits](neilotoole/jsoncolor@v0.7.2...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/neilotoole/jsoncolor
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/SaveTheRbtz/zstd-seekable-format-go/pkg
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title Bump the dependencies group with 3 updates Bump the dependencies group across 1 directory with 3 updates May 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/dependencies-d5e0b7a0e4 branch from b40cc1a to 179ed2f Compare May 26, 2026 02:28
@winebarrel

Copy link
Copy Markdown
Owner

@copilot Fix CI fail

auto-merge was automatically disabled May 26, 2026 04:36

Head branch was pushed to by a user without write access

Copilot AI commented May 26, 2026

Copy link
Copy Markdown
Contributor

@copilot Fix CI fail

The CI failure was caused by neilotoole/jsoncolor v0.9.1 changing JSON field ordering from alphabetical to struct definition order. This changed the serialized output of tachymeter.Metrics fields in the Duration block. Updated the expected JSON in Test_Recorder and Test_Recorder_WithError to match the new ordering (commit: Fix CI: update expected JSON field order for jsoncolor v0.9.1).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 several Go module dependencies (zstd-seekable-format-go, aws-sdk-go-v2/config, jsoncolor) and refreshes the module metadata/tests accordingly.

Changes:

  • Bump github.com/SaveTheRbtz/zstd-seekable-format-go/pkg to v0.8.3, github.com/aws/aws-sdk-go-v2/config to v1.32.18, and github.com/neilotoole/jsoncolor to v0.9.1.
  • Update go.mod/go.sum to reflect new direct/indirect dependency versions (including transitive changes/removals).
  • Adjust recorder_test.go expected JSON output ordering to match the updated JSON encoding output.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
recorder_test.go Updates golden JSON strings to reflect new key ordering/formatting in report.JSON() output.
go.mod Bumps the three targeted dependencies and updates indirect requirements accordingly.
go.sum Updates checksums for the new dependency versions and transitive dependency set.
Comments suppressed due to low confidence (1)

recorder_test.go:234

  • This test is also doing strict string equality on report.JSON() output, which makes it sensitive to JSON key order/formatting churn (as seen in this PR). Prefer semantic JSON comparison (assert.JSONEq or unmarshal+compare) to keep the test focused on values rather than formatting.
  "Duration": {
    "Time": {
      "Cumulative": "18ms",
      "HMean": "999.999µs",
      "Avg": "1ms",

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread recorder_test.go
@winebarrel winebarrel merged commit 8078d6d into main May 26, 2026
7 checks passed
@winebarrel winebarrel deleted the dependabot/go_modules/dependencies-d5e0b7a0e4 branch May 26, 2026 05:12
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.

3 participants