chore(deps): bump the go_modules group across 3 directories with 2 updates#2597
chore(deps): bump the go_modules group across 3 directories with 2 updates#2597dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…dates Bumps the go_modules group with 1 update in the /packages/api directory: [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo). Bumps the go_modules group with 1 update in the /packages/clickhouse directory: [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk). Bumps the go_modules group with 1 update in the /packages/db directory: [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk). Updates `github.com/gohugoio/hugo` from 0.157.0 to 0.161.0 - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](gohugoio/hugo@v0.157.0...v0.161.0) Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.108.1 to 3.134.2 - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](ydb-platform/ydb-go-sdk@v3.108.1...v3.134.2) Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.108.1 to 3.134.2 - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](ydb-platform/ydb-go-sdk@v3.108.1...v3.134.2) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-version: 0.161.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-version: 3.134.2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-version: 3.134.2 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — indirect-only dependency bumps from Dependabot.
Extended reasoning...
Overview
Dependabot PR bumping two indirect Go module dependencies across three modules:
github.com/gohugoio/hugo0.157.0 → 0.161.0 inpackages/apigithub.com/ydb-platform/ydb-go-sdk/v33.108.1 → 3.134.2 inpackages/clickhouseandpackages/db
Only go.mod and go.sum files are modified; no source files change.
Security risks
Both bumps are pulled in transitively (// indirect lines) and a repo-wide grep for gohugoio/hugo and ydb-platform/ydb-go-sdk in *.go returns no matches, so neither package's API is exercised directly by this codebase. The hugo release notes call out two security-hardening fixes; the ydb-go-sdk diff is a long stream of feature additions and bug fixes with no security advisories surfaced. Risk surface is limited to whatever transitive caller already pulls these modules.
Level of scrutiny
Low — this is a routine indirect dependency refresh with no first-party code changes and no callers of the bumped APIs in this repo. CI build/test passing is sufficient signal that the new module set still resolves and compiles.
Other factors
No prior review activity on the PR. The bug-hunting system flagged no issues. Some assorted ancillary indirect deps shifted along with the targeted bumps (gax-go, googleapis, mattn/go-isatty, oasdiff/yaml, etc.), which is expected for a transitive update of this size.
Bumps the go_modules group with 1 update in the /packages/api directory: github.com/gohugoio/hugo.
Bumps the go_modules group with 1 update in the /packages/clickhouse directory: github.com/ydb-platform/ydb-go-sdk/v3.
Bumps the go_modules group with 1 update in the /packages/db directory: github.com/ydb-platform/ydb-go-sdk/v3.
Updates
github.com/gohugoio/hugofrom 0.157.0 to 0.161.0Release notes
Sourced from github.com/gohugoio/hugo's releases.
... (truncated)
Commits
98d396creleaser: Bump versions for release of 0.161.0d4ae662build(deps): bump github.com/getkin/kin-openapi from 0.135.0 to 0.137.09ede5fbbuild(deps): bump github.com/mattn/go-isatty from 0.0.21 to 0.0.22833a878build(deps): bump github.com/tdewolff/minify/v2 from 2.24.12 to 2.24.137622dd8css: Support nested hugo:vars/<name> imports0814059github: Update GitHub actions versions8920d56hugolib: Do not render aliases if the page is not rendered633cc77langs/i18n: Improve default content language fallback90d8bf3Replace deprecated .Site.Sites/.Page.Sites with hugo.Sites intests4c40c6dhelpers: Remove unused codeUpdates
github.com/ydb-platform/ydb-go-sdk/v3from 3.108.1 to 3.134.2Release notes
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.
... (truncated)
Changelog
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.
... (truncated)
Commits
6f1e6e3Release v3.134.225dcff4Fix table.Session.Execute ignoring options.WithCommit() (#2091)66fc52eRelease v3.134.1042c924LOGBROKER-10368 Add wait init to multiwriter (#2088)c1ddb52Remove unused code in database/sql connector (#2085)d9d2943LOGBROKER-10206 Add tests (#2075)f3aeeb1Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)f2452c1Release v3.134.0de3907aDescribe external data source / external table (#2079)589dacfRelease v3.133.1Updates
github.com/ydb-platform/ydb-go-sdk/v3from 3.108.1 to 3.134.2Release notes
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.
... (truncated)
Changelog
Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.
... (truncated)
Commits
6f1e6e3Release v3.134.225dcff4Fix table.Session.Execute ignoring options.WithCommit() (#2091)66fc52eRelease v3.134.1042c924LOGBROKER-10368 Add wait init to multiwriter (#2088)c1ddb52Remove unused code in database/sql connector (#2085)d9d2943LOGBROKER-10206 Add tests (#2075)f3aeeb1Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)f2452c1Release v3.134.0de3907aDescribe external data source / external table (#2079)589dacfRelease v3.133.1Dependabot 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.