Skip to content

build(deps): bump the all-dependencies group with 4 updates#390

Merged
ChrisSchinnerl merged 1 commit intomasterfrom
dependabot/go_modules/all-dependencies-ad174269b6
Apr 14, 2026
Merged

build(deps): bump the all-dependencies group with 4 updates#390
ChrisSchinnerl merged 1 commit intomasterfrom
dependabot/go_modules/all-dependencies-ad174269b6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the all-dependencies group with 4 updates: github.com/mattn/go-sqlite3, go.sia.tech/core, go.sia.tech/coreutils and golang.org/x/term.

Updates github.com/mattn/go-sqlite3 from 1.14.41 to 1.14.42

Commits
  • 5df13a0 Merge pull request #1387 from mattn/codex/stmt-cache
  • e302e5c document that _stmt_cache_size is per connection
  • 867dcbf move reset/clear into putCachedStmt and always finalize on failure
  • 0e58fa4 simplify prepareWithCache to call prepare instead of duplicating logic
  • e9f47da do not bail out on finalize error in closeCachedStmtsLocked
  • 325cb8d remove redundant stmtCacheSize check in putCachedStmt
  • 061c2a5 check stmtCacheSize before acquiring mutex in takeCachedStmt
  • efa9b1c add opt-in statement cache
  • See full diff in compare view

Updates go.sia.tech/core from 0.19.0 to 0.19.1

Release notes

Sourced from go.sia.tech/core's releases.

0.19.1 (2026-04-10)

Features

  • Adds a new error type for "host is shutting down"

Fixes

  • Add contract not found error
  • Added additional context in error message when the signing threshold of a spend policy wasn't reached.
  • Increase maxLen for request and response types including RenterInputs or HostInputs.
  • Update mux dependency to v1.5.0.
Changelog

Sourced from go.sia.tech/core's changelog.

0.19.1 (2026-04-10)

Features

  • Adds a new error type for "host is shutting down"

Fixes

  • Add contract not found error
  • Added additional context in error message when the signing threshold of a spend policy wasn't reached.
  • Increase maxLen for request and response types including RenterInputs or HostInputs.
  • Update mux dependency to v1.5.0.
Commits

Updates go.sia.tech/coreutils from 0.21.1 to 0.21.2

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.21.2 (2026-04-10)

Features

  • RHP4 graceful shutdown

Fixes

  • Always cancel read side of QUIC stream when calling stream.Close.
  • Fixed an edge case in RPCFreeSectors where the deletion logic would keep a sector root that was supposed to be deleted.
  • Pass proper descriptions when closing QUIC connection.
  • Fixed excessive "peer relayed a v2 header with unknown parent" log spam by only relaying headers after sync when the synced blocks became the new tip.
  • Update Go version to 1.26.0.
  • Update mux dependency to v1.5.0.
  • Use DEBUG log level instead of ERROR for RPCs failing due to the peer closing the connection on their end.
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.21.2 (2026-04-10)

Features

  • RHP4 graceful shutdown

Fixes

  • Always cancel read side of QUIC stream when calling stream.Close.
  • Fixed an edge case in RPCFreeSectors where the deletion logic would keep a sector root that was supposed to be deleted.
  • Pass proper descriptions when closing QUIC connection.
  • Fixed excessive "peer relayed a v2 header with unknown parent" log spam by only relaying headers after sync when the synced blocks became the new tip.
  • Update Go version to 1.26.0.
  • Update mux dependency to v1.5.0.
  • Use DEBUG log level instead of ERROR for RPCs failing due to the peer closing the connection on their end.
Commits

Updates golang.org/x/term from 0.41.0 to 0.42.0

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

Bumps the all-dependencies group with 4 updates: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), [go.sia.tech/core](https://github.com/SiaFoundation/core), [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) and [golang.org/x/term](https://github.com/golang/term).


Updates `github.com/mattn/go-sqlite3` from 1.14.41 to 1.14.42
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.41...v1.14.42)

Updates `go.sia.tech/core` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.19.0...v0.19.1)

Updates `go.sia.tech/coreutils` from 0.21.1 to 0.21.2
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.21.1...v0.21.2)

Updates `golang.org/x/term` from 0.41.0 to 0.42.0
- [Commits](golang/term@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Apr 13, 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.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​mattn/​go-sqlite3@​v1.14.41 ⏵ v1.14.4297 +110010075100
Updatedgo.sia.tech/​coreutils@​v0.21.1 ⏵ v0.21.298 +1100100100100
Updatedgo.sia.tech/​core@​v0.19.0 ⏵ v0.19.199 +1100100100100
Updatedgolang.org/​x/​term@​v0.41.0 ⏵ v0.42.0100100100100100

View full report

@ChrisSchinnerl ChrisSchinnerl merged commit 9902149 into master Apr 14, 2026
11 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the dependabot/go_modules/all-dependencies-ad174269b6 branch April 14, 2026 09:59
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