build(deps): bump the dependencies group with 5 updates#953
Merged
ChrisSchinnerl merged 2 commits intomasterfrom Apr 14, 2026
Merged
build(deps): bump the dependencies group with 5 updates#953ChrisSchinnerl merged 2 commits intomasterfrom
ChrisSchinnerl merged 2 commits intomasterfrom
Conversation
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.41` | `1.14.42` | | [go.sia.tech/core](https://github.com/SiaFoundation/core) | `0.19.1-0.20260323200052-1bfa3facc408` | `0.19.1` | | [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) | `0.21.2-0.20260324142241-8e1a1b8d0f4a` | `0.21.2` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.42.0` | `0.43.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.41.0` | `0.42.0` | 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.1-0.20260323200052-1bfa3facc408 to 0.19.1 - [Release notes](https://github.com/SiaFoundation/core/releases) - [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md) - [Commits](https://github.com/SiaFoundation/core/commits/v0.19.1) Updates `go.sia.tech/coreutils` from 0.21.2-0.20260324142241-8e1a1b8d0f4a to 0.21.2 - [Release notes](https://github.com/SiaFoundation/coreutils/releases) - [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md) - [Commits](https://github.com/SiaFoundation/coreutils/commits/v0.21.2) Updates `golang.org/x/sys` from 0.42.0 to 0.43.0 - [Commits](golang/sys@v0.42.0...v0.43.0) 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: dependencies - dependency-name: go.sia.tech/core dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: go.sia.tech/coreutils dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/sys dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/term dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
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.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ChrisSchinnerl
approved these changes
Apr 14, 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 dependencies group with 5 updates:
1.14.411.14.420.19.1-0.20260323200052-1bfa3facc4080.19.10.21.2-0.20260324142241-8e1a1b8d0f4a0.21.20.42.00.43.00.41.00.42.0Updates
github.com/mattn/go-sqlite3from 1.14.41 to 1.14.42Commits
5df13a0Merge pull request #1387 from mattn/codex/stmt-cachee302e5cdocument that _stmt_cache_size is per connection867dcbfmove reset/clear into putCachedStmt and always finalize on failure0e58fa4simplify prepareWithCache to call prepare instead of duplicating logice9f47dado not bail out on finalize error in closeCachedStmtsLocked325cb8dremove redundant stmtCacheSize check in putCachedStmt061c2a5check stmtCacheSize before acquiring mutex in takeCachedStmtefa9b1cadd opt-in statement cacheUpdates
go.sia.tech/corefrom 0.19.1-0.20260323200052-1bfa3facc408 to 0.19.1Release notes
Sourced from go.sia.tech/core's releases.
Changelog
Sourced from go.sia.tech/core's changelog.
... (truncated)
Commits
Updates
go.sia.tech/coreutilsfrom 0.21.2-0.20260324142241-8e1a1b8d0f4a to 0.21.2Release notes
Sourced from go.sia.tech/coreutils's releases.
Changelog
Sourced from go.sia.tech/coreutils's changelog.
... (truncated)
Commits
Updates
golang.org/x/sysfrom 0.42.0 to 0.43.0Commits
f33a730windows: support nil security descriptor on GetNamedSecurityInfo493d172cpu: add runtime import in cpu_darwin_arm64_other.go2c2be75windows: use syscall.SyscallN in Proc.Calla76ec62cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"Updates
golang.org/x/termfrom 0.41.0 to 0.42.0Commits
52b71d3go.mod: update golang.org/x dependenciesDependabot 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