Bump the dependencies group across 1 directory with 3 updates#269
Conversation
|
@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]>
b40cc1a to
179ed2f
Compare
|
@copilot Fix CI fail |
Head branch was pushed to by a user without write access
The CI failure was caused by |
There was a problem hiding this comment.
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/pkgtov0.8.3,github.com/aws/aws-sdk-go-v2/configtov1.32.18, andgithub.com/neilotoole/jsoncolortov0.9.1. - Update
go.mod/go.sumto reflect new direct/indirect dependency versions (including transitive changes/removals). - Adjust
recorder_test.goexpected 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.
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/pkgfrom 0.8.0 to 0.8.3Release notes
Sourced from github.com/SaveTheRbtz/zstd-seekable-format-go/pkg's releases.
Commits
9a0a331pkg: remove uber's atomic dependency (#230)d2d64cdcmd/zstdseek: update dependencies (#229)b0b8928pkg: update dependencies (#228)3ef3e05cmd/zstdseek: bump pkg to v0.8.1 (#227)905c20fpkg: remove zap dependency from the lib (#226)597d3bbbuild(deps): bump golang.org/x/sync from 0.15.0 to 0.20.0 in /pkg (#217)be61a60go: bump version to 1.26.3 (#225)69c2521build(deps): bump github.com/klauspost/compress in /cmd/zstdseek (#214)ea6b0d0build(deps): bump github.com/klauspost/compress in /pkg (#215)0bcfc5cbuild(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 in /cmd/zstdseek (#220)Updates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.17 to 1.32.18Commits
db9f4e5Release 2026-05-2234e7ddcRegenerated Clientsf9db036Update endpoints modelae5eae1Update API model429dbddFeat discover endpoint partition validation (#3410)ab4f5b6Release 2026-05-21757a099Regenerated Clients02c8323Update API modelf4ac954Bump smithy-go version and update imports for evenstream protocoltests (#3420)6d93700Add replace for credentials dependency added on go.mod (#3419)Updates
github.com/neilotoole/jsoncolorfrom 0.7.2 to 0.9.1Commits
b6225e6Add v0.9.1 CHANGELOG entry and bump release badgef15a0e2Restrict workflow permissions to least privilege8a7004bAdd Contributing and License sections to README; refresh Notes6592a10Add issue and pull request templates42b9904Add Contributor Covenant Code of Conduct (v2.1)9f52e32Add package doc and CONTRIBUTING; refresh SECURITY policy109e1e0Point release badge at the CHANGELOG release notes79e03bdPrepare v0.9.0 release922bfdaFix nondeterministic object key order when encoding RawMessage (#43)5305344Add granular punctuation color fields (#42)