Skip to content

chore(deps): bump the go_modules group across 3 directories with 2 updates#2539

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/packages/api/go_modules-7638169e3c
Open

chore(deps): bump the go_modules group across 3 directories with 2 updates#2539
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/packages/api/go_modules-7638169e3c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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/hugo from 0.157.0 to 0.159.2

Release notes

Sourced from github.com/gohugoio/hugo's releases.

v0.159.2

Note that the security fix below is not a potential threat if you either:

EDIT IN: This release also adds release archives for non-extended-withdeploy builds.

What's Changed

  • Fix potential content XSS by escaping dangerous URLs in Markdown links and images 479fe6c6 @​bep
  • resources/page: Fix shared reader in Source.ValueAsOpenReadSeekCloser df520e31 @​jmooring #14684

v0.159.1

The regression fixed in this release isn't new, but it's so subtle that we thought we'd release this sooner rather than later. For some time now, the minifier we use have stripped namespaced attributes in SVGs, which broke dynamic constructs using e.g. AlpineJS' x-bind: namespace (library used by Hugo's documentation site).

To fix this, the upstream library has hadded a keepNamespaces slice option. It was not possible to find a default that would make all happy, so we opted for an option that at least would make AlpineJS sites work out of the box:

 [minify.tdewolff.svg]
      keepNamespaces = ['', 'x-bind']

What's Changed

  • minifiers: Keep x-bind and blank namespace in SVG minification 42289d76 @​bep #14669

v0.159.0

This release greatly improves and simplifies management of Node.js/npm dependencies in a multi-module setup. See this page for more information.

Note

  • Replace deprecated site.Data with hugo.Data in tests a8fca598 @​bep
  • Replace deprecated excludeFiles and includeFiles with files in tests 182b1045 @​bep
  • Replace deprecated :filename with :contentbasename in the permalinks test eb11c3d0 @​bep

Bug fixes

Improvements

  • create: Return error instead of panic when page not found 807cae1d @​mango766 #14112
  • commands: Preserve non-content files in convert output c4fb61d9 @​xndvaz #4621
  • npm: Use workspaces to simplify hugo mod npm pack d88a29e0 @​bep

... (truncated)

Commits
  • 5f4646a releaser: Bump versions for release of 0.159.2
  • 479fe6c Fix potential content XSS by escaping dangerous URLs in links and images
  • 81a5cdc releaser: Add standard withdeploy release assets
  • df520e3 resources/page: Fix shared reader in Source.ValueAsOpenReadSeekCloser
  • b55d452 testing: Simplify line ending handling in tests
  • ea7eac6 readme: Update Go version to 1.25.0
  • 458ebdd releaser: Prepare repository for 0.160.0-DEV
  • 86c7d3a releaser: Bump versions for release of 0.159.1
  • 42289d7 minifiers: Keep x-bind and blank namespace in SVG minification
  • 0c013c2 Adjust depreceated syntax in tests
  • Additional commits viewable in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.108.1 to 3.134.2

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

v3.134.2

  • Fixed table.Session.Execute ignoring options.WithCommit() so transactions were not committed when the option was passed

Full Changelog: v3.134.1...v3.134.2

v3.134.1

  • Changed multi-partition topic writer (topicoptions.WithWriteToManyPartitions) so Write and Flush block until internal initialization completes, consistent with single-partition writers

Full Changelog: v3.134.0...v3.134.1

v3.134.0

  • Fixed sugar.RemoveRecursive() for directories containing external data sources or external tables
  • Added table.DescribeExternalDataSource() and table.DescribeExternalTable() methods for describing external data sources and external tables

Full Changelog: v3.133.1...v3.134.0

v3.133.1

  • Added TopicListener.ReadSessionID() getter

Full Changelog: v3.133.0...v3.133.1

v3.133.0

  • Added ydb.WithIssuesHandler context option for surfacing YDB QueryService issues to database/sql callers

Full Changelog: v3.132.0...v3.133.0

v3.132.0

  • Added topic.Client.CommitOffset() method for committing a consumer offset without an active read session
  • Added topicreader.Reader.ReadSessionID() method for obtaining the current read session identifier

Full Changelog: v3.131.0...v3.132.0

v3.131.0

  • Added ydb.WithStatsModeBasic, ydb.WithStatsModeFull, ydb.WithStatsModeProfile context options for collecting query statistics via database/sql

Full Changelog: v3.130.0...v3.131.0

v3.130.0

  • Changed default for database/sql driver from TABLE service to QUERY service
  • Added __ydb_partition_key metadata key to messages for topic writer to store the key used to choose the partition

Full Changelog: v3.129.0...v3.130.0

v3.129.0

  • Added config.WithBuildInfo option to append child frameworks to x-ydb-sdk-build-info header for all API requests
  • Automatically added (if used) database/sql framework to x-ydb-sdk-build-info header

Full Changelog: v3.128.4...v3.129.0

v3.128.4

... (truncated)

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.134.2

  • Fixed table.Session.Execute ignoring options.WithCommit() so transactions were not committed when the option was passed

v3.134.1

  • Changed multi-partition topic writer (topicoptions.WithWriteToManyPartitions) so Write and Flush block until internal initialization completes, consistent with single-partition writers

v3.134.0

  • Fixed sugar.RemoveRecursive() for directories containing external data sources or external tables
  • Added table.DescribeExternalDataSource() and table.DescribeExternalTable() methods for describing external data sources and external tables

v3.133.1

  • Added TopicListener.ReadSessionID() getter

v3.133.0

  • Added ydb.WithIssuesHandler context option for surfacing YDB QueryService issues to database/sql callers

v3.132.0

  • Added topic.Client.CommitOffset() method for committing a consumer offset without an active read session
  • Added topicreader.Reader.ReadSessionID() method for obtaining the current read session identifier

v3.131.0

  • Added ydb.WithStatsModeBasic, ydb.WithStatsModeFull, ydb.WithStatsModeProfile context options for collecting query statistics via database/sql

v3.130.0

  • Changed default for database/sql driver from TABLE service to QUERY service
  • Added __ydb_partition_key metadata key to messages for topic writer to store the key used to choose the partition

v3.129.0

  • Added config.WithBuildInfo option to append child frameworks to x-ydb-sdk-build-info header for all API requests
  • Automatically added (if used) database/sql framework to x-ydb-sdk-build-info header

v3.128.4

  • Fixed panic when topic writer is closed unexpectedly

v3.128.3

  • Fixed panic and unsupported type error when passing a nil pointer to a json.Marshaler-implementing type as a database/sql query parameter (toType now handles json.Marshaler and returns types.JSON, matching the existing toValue behaviour)
  • Supported pool of decoders, which implement ResettableReader interface

v3.128.2

  • Downgraded direct dependency google.golang.org/grpc to v1.78.0

v3.128.1

  • Fixed go_query_mode / query_mode DSN parameters for table-backed modes (data, scan, scheme, scripting) to select the TABLE processor so the default query mode applies
  • Fixed a bug where the topic writer was not able to resend messages when the partition was split

v3.128.0

  • New options for topicwriter:
    • WithProducerIDPrefix
    • WithPartitioningKeyHasher
    • WithPartitionChooserStrategy

... (truncated)

Commits

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.108.1 to 3.134.2

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

v3.134.2

  • Fixed table.Session.Execute ignoring options.WithCommit() so transactions were not committed when the option was passed

Full Changelog: v3.134.1...v3.134.2

v3.134.1

  • Changed multi-partition topic writer (topicoptions.WithWriteToManyPartitions) so Write and Flush block until internal initialization completes, consistent with single-partition writers

Full Changelog: v3.134.0...v3.134.1

v3.134.0

  • Fixed sugar.RemoveRecursive() for directories containing external data sources or external tables
  • Added table.DescribeExternalDataSource() and table.DescribeExternalTable() methods for describing external data sources and external tables

Full Changelog: v3.133.1...v3.134.0

v3.133.1

  • Added TopicListener.ReadSessionID() getter

Full Changelog: v3.133.0...v3.133.1

v3.133.0

  • Added ydb.WithIssuesHandler context option for surfacing YDB QueryService issues to database/sql callers

Full Changelog: v3.132.0...v3.133.0

v3.132.0

  • Added topic.Client.CommitOffset() method for committing a consumer offset without an active read session
  • Added topicreader.Reader.ReadSessionID() method for obtaining the current read session identifier

Full Changelog: v3.131.0...v3.132.0

v3.131.0

  • Added ydb.WithStatsModeBasic, ydb.WithStatsModeFull, ydb.WithStatsModeProfile context options for collecting query statistics via database/sql

Full Changelog: v3.130.0...v3.131.0

v3.130.0

  • Changed default for database/sql driver from TABLE service to QUERY service
  • Added __ydb_partition_key metadata key to messages for topic writer to store the key used to choose the partition

Full Changelog: v3.129.0...v3.130.0

v3.129.0

  • Added config.WithBuildInfo option to append child frameworks to x-ydb-sdk-build-info header for all API requests
  • Automatically added (if used) database/sql framework to x-ydb-sdk-build-info header

Full Changelog: v3.128.4...v3.129.0

v3.128.4

... (truncated)

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.134.2

  • Fixed table.Session.Execute ignoring options.WithCommit() so transactions were not committed when the option was passed

v3.134.1

  • Changed multi-partition topic writer (topicoptions.WithWriteToManyPartitions) so Write and Flush block until internal initialization completes, consistent with single-partition writers

v3.134.0

  • Fixed sugar.RemoveRecursive() for directories containing external data sources or external tables
  • Added table.DescribeExternalDataSource() and table.DescribeExternalTable() methods for describing external data sources and external tables

v3.133.1

  • Added TopicListener.ReadSessionID() getter

v3.133.0

  • Added ydb.WithIssuesHandler context option for surfacing YDB QueryService issues to database/sql callers

v3.132.0

  • Added topic.Client.CommitOffset() method for committing a consumer offset without an active read session
  • Added topicreader.Reader.ReadSessionID() method for obtaining the current read session identifier

v3.131.0

  • Added ydb.WithStatsModeBasic, ydb.WithStatsModeFull, ydb.WithStatsModeProfile context options for collecting query statistics via database/sql

v3.130.0

  • Changed default for database/sql driver from TABLE service to QUERY service
  • Added __ydb_partition_key metadata key to messages for topic writer to store the key used to choose the partition

v3.129.0

  • Added config.WithBuildInfo option to append child frameworks to x-ydb-sdk-build-info header for all API requests
  • Automatically added (if used) database/sql framework to x-ydb-sdk-build-info header

v3.128.4

  • Fixed panic when topic writer is closed unexpectedly

v3.128.3

  • Fixed panic and unsupported type error when passing a nil pointer to a json.Marshaler-implementing type as a database/sql query parameter (toType now handles json.Marshaler and returns types.JSON, matching the existing toValue behaviour)
  • Supported pool of decoders, which implement ResettableReader interface

v3.128.2

  • Downgraded direct dependency google.golang.org/grpc to v1.78.0

v3.128.1

  • Fixed go_query_mode / query_mode DSN parameters for table-backed modes (data, scan, scheme, scripting) to select the TABLE processor so the default query mode applies
  • Fixed a bug where the topic writer was not able to resend messages when the partition was split

v3.128.0

  • New options for topicwriter:
    • WithProducerIDPrefix
    • WithPartitioningKeyHasher
    • WithPartitionChooserStrategy

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 1, 2026
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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.

1 participant