build(deps): bump the go-dev-dependencies group across 1 directory with 8 updates#311
Merged
mgoetzegb merged 2 commits intoMay 5, 2026
Merged
Conversation
…th 8 updates Bumps the go-dev-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.35.0` | `1.35.1` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.15.0` | `1.15.1` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.6` | `0.1.7` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.9.0` | `1.10.0` | | [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.21` | `0.0.22` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.42` | `1.14.44` | | [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.3.0` | `2.3.1` | | [go.mongodb.org/mongo-driver/v2](https://github.com/mongodb/mongo-go-driver) | `2.5.1` | `2.6.0` | Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1 - [Commits](rs/zerolog@v1.35.0...v1.35.1) Updates `github.com/bytedance/sonic` from 1.15.0 to 1.15.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](bytedance/sonic@v1.15.0...v1.15.1) Updates `github.com/cloudwego/base64x` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](cloudwego/base64x@v0.1.6...v0.1.7) Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.9.0...v1.10.0) Updates `github.com/mattn/go-isatty` from 0.0.21 to 0.0.22 - [Commits](mattn/go-isatty@v0.0.21...v0.0.22) Updates `github.com/mattn/go-sqlite3` from 1.14.42 to 1.14.44 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.42...v1.14.44) Updates `github.com/pelletier/go-toml/v2` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Commits](pelletier/go-toml@v2.3.0...v2.3.1) Updates `go.mongodb.org/mongo-driver/v2` from 2.5.1 to 2.6.0 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/bytedance/sonic dependency-version: 1.15.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/cloudwego/base64x dependency-version: 0.1.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/fsnotify/fsnotify dependency-version: 1.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.44 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: github.com/pelletier/go-toml/v2 dependency-version: 2.3.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies - dependency-name: go.mongodb.org/mongo-driver/v2 dependency-version: 2.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuesgo.mod
OpenSSF Scorecard
Scanned Files
|
Conventional Commits Report😢 No conventional commits found. 👉 Learn more about the conventional commits usage at Greenbone. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #311 +/- ##
=======================================
Coverage 57.72% 57.72%
=======================================
Files 59 59
Lines 3080 3080
=======================================
Hits 1778 1778
Misses 1165 1165
Partials 137 137
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mgoetzegb
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dev-dependencies group with 8 updates in the / directory:
1.35.01.35.11.15.01.15.10.1.60.1.71.9.01.10.00.0.210.0.221.14.421.14.442.3.02.3.12.5.12.6.0Updates
github.com/rs/zerologfrom 1.35.0 to 1.35.1Commits
116c806event: restore Err() logging when ErrorStackMarshaler returns nil (#763)Updates
github.com/bytedance/sonicfrom 1.15.0 to 1.15.1Release notes
Sourced from github.com/bytedance/sonic's releases.
Commits
4ddcd08docs: update README Go 1.26 support (#931)4c8f70bchore: update loader v0.5.1 (#933)d64ddf9opt: unify JIT funcs in single moduledata onPretouch(#932)3835c03feat:(encoder) not omit zero value foromitemptytag (#927)c9e5b0ffix(rt): align map IndirectElem semantics across Go versions (#924)28040bdrevert: drop integer range mismatch and related tests (#922)f8ba977fix(decoder): align jit string-tag mismatch with encoding/json (#917)9a1c148fix(decoder): memory corruption when decode prefilled interface (#914)0724463chore: use go fmt format (#913)f7c86b9ci: add macOS ARM (Apple Silicon) runners to workflows (#911)Updates
github.com/cloudwego/base64xfrom 0.1.6 to 0.1.7Release notes
Sourced from github.com/cloudwego/base64x's releases.
Commits
4122261fix: upgrade sonic loader for go1.26 (#15)33496effix: guard native code on portable builds (#14)Updates
github.com/fsnotify/fsnotifyfrom 1.9.0 to 1.10.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
8d01d7bRelease 1.10.0602284eUpdate changelog7f03e59kqueue: skip ENOENT entries in watchDirectoryFiles (#748)dab9ddewindows: lock watch field updates against concurrent WatchList (#709) (#749)eadf267kqueue: drop watches directly in Close() instead of going through remove() (#...fdcafbfavoid copying inotify event buffers (#741)7cf61a8update minimum Go version requirement to 1.23 in README.md (#747)907df2arun go fix ./... (#746)e53b542all: bump minimum Go version to 1.23 (#744)0ead6d1windows: re-enable chanClosed check in TestClose/events_not_read (#743)Updates
github.com/mattn/go-isattyfrom 0.0.21 to 0.0.22Commits
9a68506Fix isCygwinPipeName to accept Windows 7 trailing suffix (#90)Updates
github.com/mattn/go-sqlite3from 1.14.42 to 1.14.44Commits
20826e8Merge pull request #1394 from mattn/sqlite-amalgamation-30530002d4d220fix changelog URL when minor or patch version is zero3761cf7Upgrade SQLite to version 30530001aa7317Merge pull request #1388 from mattn/stmt-cache-lruc719e20Merge pull request #1392 from mattn/fix-issue-1390-query-comment-panic869e516fix panic when querying input with no SQL (only comments/whitespace)6690238extract finalizeCachedStmt helper and drop redundant tail reset59e8e75only set stmt cacheKey when cache is enabled2badb4cuse slice len/cap for stmt cache instead of separate counters7716c20evict LRU stmt when stmt cache is fullUpdates
github.com/pelletier/go-toml/v2from 2.3.0 to 2.3.1Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
Commits
f85c4e8README.md: remove reference to old go versions and modules (#1048)45d4fb4fix: change DisallowUnknownFields error from "missing field" to "unknown fiel...c171216Fix incorrect error positions in unstable parser Range() (#1047) (#1056)Updates
go.mongodb.org/mongo-driver/v2from 2.5.1 to 2.6.0Release notes
Sourced from go.mongodb.org/mongo-driver/v2's releases.
Commits
fd85a83BUMP v2.6.052b385dGODRIVER-3829 Cleanup skip list. (#2369)71375d7Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.1...65f4e94GODRIVER-3870 Use a generic type parameter for retry func in overload code ex...00ab776GODRIVER-3849 Update backpressure errors handling examples. (#2365)fa56c25Bump github/codeql-action from 4.35.1 to 4.35.2 in the actions group (#2367)4ee727eGODRIVER-3844 AddmaxAdaptiveRetriesandenableOverloadRetargetingoption...881269aGODRIVER-3810 Update WithTransaction to raise timeout error. (#2344)c1d47f7Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the actions group (#2361)9a15470GODRIVER-3658 Implement backpressure retry logic. (#2353)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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