chore(deps): bump the go_modules group across 3 directories with 2 updates#2539
chore(deps): bump the go_modules group across 3 directories with 2 updates#2539dependabot[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.159.2 - [Release notes](https://github.com/gohugoio/hugo/releases) - [Commits](gohugoio/hugo@v0.157.0...v0.159.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) 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.159.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 - 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.
Dependabot PR — indirect bumps for hugo and ydb-go-sdk (not used at runtime here) plus a kin-openapi minor bump; CI validates the build.
Extended reasoning...
Overview
This PR is a Dependabot-generated dependency bump touching only go.mod and go.sum files in three packages (api, clickhouse, db). No source code changes. The substantive updates are: github.com/getkin/kin-openapi v0.133.0 → v0.134.0 (direct, minor), github.com/gohugoio/hugo v0.157.0 → v0.159.2 (indirect, pulled via oapi-codegen; release notes mention an XSS fix in markdown link/image rendering), and github.com/ydb-platform/ydb-go-sdk/v3 v3.108.1 → v3.134.2 (indirect, pulled via goose/sqlc for optional DB backends).
Security risks
The Hugo update is itself a security fix (markdown XSS) but Hugo is only present as a transitive dep of the oapi-codegen tool — not invoked at runtime. The YDB SDK changed its database/sql default from TABLE to QUERY in v3.130.0, but YDB is unused (infra targets Postgres) — confirmed by grep finding no imports. kin-openapi is used directly in 8 files for OpenAPI handling; minor bump should be backwards compatible.
Level of scrutiny
Low. This is a routine Dependabot-generated update. The only direct-dep change is a minor version bump and indirect bumps don't reach runtime code paths. Compilation/tests in CI are the right gate here, not human review.
Other factors
The bug hunting system flagged no issues. Timeline is empty (fresh PR, no prior comments). Standard dependabot pattern — group update across three modules with cleanly resolved go.sum.
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.159.2Release notes
Sourced from github.com/gohugoio/hugo's releases.
... (truncated)
Commits
5f4646areleaser: Bump versions for release of 0.159.2479fe6cFix potential content XSS by escaping dangerous URLs in links and images81a5cdcreleaser: Add standard withdeploy release assetsdf520e3resources/page: Fix shared reader in Source.ValueAsOpenReadSeekCloserb55d452testing: Simplify line ending handling in testsea7eac6readme: Update Go version to 1.25.0458ebddreleaser: Prepare repository for 0.160.0-DEV86c7d3areleaser: Bump versions for release of 0.159.142289d7minifiers: Keep x-bind and blank namespace in SVG minification0c013c2Adjust depreceated syntax in testsUpdates
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.