Skip to content

Bump the all-dependencies group with 3 updates

6990bd9
Select commit
Loading
Failed to load commit list.
Merged

Bump the all-dependencies group with 3 updates #318

Bump the all-dependencies group with 3 updates
6990bd9
Select commit
Loading
Failed to load commit list.
Knope Bot / Require changes to be documented required action Apr 13, 2026 in 0s

This pull request has not been documented yet

This project requires changes to be documented via either changesets or conventional commits. Depending on how this pull request is merged, it may not be fully documented:

  • ❌ Squash would use commit message, that message is not conventional
  • ❌ Merge would use commit messages, and no commits are conventional
  • ❌ Rebase is allowed, and no commits are conventional

To satisfy this check, you can:

  • Address the conventional commit issues above
  • Click one of the buttons on this screen to auto-generate a change file (may only be visible to maintainers)
  • Create a change file with the Knope CLI
  • Create a change file in GitHub's web editor or copy/paste the content below into .changeset/bump_the_all_dependencies_group_with_3_updates.md
    • Replace "CHANGE_TYPE" with major, minor, or patch (see knope's docs), then edit as needed for your users.

Details

---
default: CHANGE_TYPE
---

# Bump the all-dependencies group with 3 updates

#318 by @dependabot[bot]

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

Updates `github.com/mattn/go-sqlite3` from 1.14.40 to 1.14.42
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mattn/go-sqlite3/commit/5df13a0e80909afddeb174eb6f0f97d490d2cbb9"><code>5df13a0</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1387">#1387</a> from mattn/codex/stmt-cache</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/e302e5cb8c4c737561a2ab8a86136095c676c2af"><code>e302e5c</code></a> document that _stmt_cache_size is per connection</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/867dcbfbdcd171255ab3df6b44dc292765799e0a"><code>867dcbf</code></a> move reset/clear into putCachedStmt and always finalize on failure</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/0e58fa4d72585edf68b93f749ae5ebfa01cc04ff"><code>0e58fa4</code></a> simplify prepareWithCache to call prepare instead of duplicating logic</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/e9f47da5c530abc942bd05893581187a08271f49"><code>e9f47da</code></a> do not bail out on finalize error in closeCachedStmtsLocked</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/325cb8d5d939baa141c92a6a3bf5289cfef3b8b2"><code>325cb8d</code></a> remove redundant stmtCacheSize check in putCachedStmt</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/061c2a5f43ccfcdbe0bf04a9a5203f4fc31fc63b"><code>061c2a5</code></a> check stmtCacheSize before acquiring mutex in takeCachedStmt</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/efa9b1c75d55a5b8e041ca6c38783f8165a4f8f3"><code>efa9b1c</code></a> add opt-in statement cache</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/8d12439413e80448b66dc629ff4452be33894c67"><code>8d12439</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1386">#1386</a> from mattn/perf/reduce-cgo-overhead</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/89f4bbe48952fddb3200b969eb2dff1ab147bd45"><code>89f4bbe</code></a> fix build with SQLITE_ENABLE_UNLOCK_NOTIFY</li>
<li>Additional commits viewable in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.40...v1.14.42">compare view</a></li>
</ul>
</details>
<br />

Updates `go.sia.tech/core` from 0.19.0 to 0.19.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SiaFoundation/core/releases">go.sia.tech/core's releases</a>.</em></p>
<blockquote>
<h2>0.19.1 (2026-04-10)</h2>
<h2>Features</h2>
<ul>
<li>Adds a new error type for &quot;host is shutting down&quot;</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Add contract not found error</li>
<li>Added additional context in error message when the signing threshold of a spend policy wasn't reached.</li>
<li>Increase maxLen for request and response types including RenterInputs or HostInputs.</li>
<li>Update mux dependency to v1.5.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md">go.sia.tech/core's changelog</a>.</em></p>
<blockquote>
<h2>0.19.1 (2026-04-10)</h2>
<h3>Features</h3>
<ul>
<li>Adds a new error type for &quot;host is shutting down&quot;</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Add contract not found error</li>
<li>Added additional context in error message when the signing threshold of a spend policy wasn't reached.</li>
<li>Increase maxLen for request and response types including RenterInputs or HostInputs.</li>
<li>Update mux dependency to v1.5.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SiaFoundation/core/commit/a8a3def809e83f2fffd308227c2577dfa0459ce1"><code>a8a3def</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/core/issues/389">#389</a> from SiaFoundation/release</li>
<li><a href="https://github.com/SiaFoundation/core/commit/e37dcca2b7541e56d18f31d7a031c79362e240f3"><code>e37dcca</code></a> chore: prepare release 0.19.1</li>
<li><a href="https://github.com/SiaFoundation/core/commit/c34d154778b6394a5191a85ebeca689bfe5c49ec"><code>c34d154</code></a> fix spelling</li>
<li><a href="https://github.com/SiaFoundation/core/commit/281a70123a12e2faa34b1ee1ec958e6faada1898"><code>281a701</code></a> changeset</li>
<li><a href="https://github.com/SiaFoundation/core/commit/9e2dfd019de643dca0556f4b22e6ca76bc640897"><code>9e2dfd0</code></a> Consistent maxLen for requests and responses sending Inputs</li>
<li><a href="https://github.com/SiaFoundation/core/commit/5d9a23f11d8e5697cc307f753ce3e99b84f241f3"><code>5d9a23f</code></a> update action to use newer Node</li>
<li><a href="https://github.com/SiaFoundation/core/commit/bbeb92b26458c066aded427b2a4b14e7acfd60d7"><code>bbeb92b</code></a> changeset</li>
<li><a href="https://github.com/SiaFoundation/core/commit/0fe8339a7cd421d40502e7334675cd500fea34bd"><code>0fe8339</code></a> update mux</li>
<li><a href="https://github.com/SiaFoundation/core/commit/1bfa3facc4080e8c74ac51dcb78c662c44107402"><code>1bfa3fa</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/core/issues/392">#392</a> from SiaFoundation/matt/graceful-shutdown</li>
<li><a href="https://github.com/SiaFoundation/core/commit/14c688b57df3d04b747cb6bd77199deafea09ea5"><code>14c688b</code></a> add changeset</li>
<li>Additional commits viewable in <a href="https://github.com/SiaFoundation/core/compare/v0.19.0...v0.19.1">compare view</a></li>
</ul>
</details>
<br />

Updates `go.sia.tech/coreutils` from 0.21.1 to 0.21.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SiaFoundation/coreutils/releases">go.sia.tech/coreutils's releases</a>.</em></p>
<blockquote>
<h2>0.21.2 (2026-04-10)</h2>
<h2>Features</h2>
<ul>
<li>RHP4 graceful shutdown</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Always cancel read side of QUIC stream when calling stream.Close.</li>
<li>Fixed an edge case in <code>RPCFreeSectors</code> where the deletion logic would keep a sector root that was supposed to be deleted.</li>
<li>Pass proper descriptions when closing QUIC connection.</li>
<li>Fixed excessive &quot;peer relayed a v2 header with unknown parent&quot; log spam by only relaying headers after sync when the synced blocks became the new tip.</li>
<li>Update Go version to 1.26.0.</li>
<li>Update mux dependency to v1.5.0.</li>
<li>Use DEBUG log level instead of ERROR for RPCs failing due to the peer closing the connection on their end.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md">go.sia.tech/coreutils's changelog</a>.</em></p>
<blockquote>
<h2>0.21.2 (2026-04-10)</h2>
<h3>Features</h3>
<ul>
<li>RHP4 graceful shutdown</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Always cancel read side of QUIC stream when calling stream.Close.</li>
<li>Fixed an edge case in <code>RPCFreeSectors</code> where the deletion logic would keep a sector root that was supposed to be deleted.</li>
<li>Pass proper descriptions when closing QUIC connection.</li>
<li>Fixed excessive &quot;peer relayed a v2 header with unknown parent&quot; log spam by only relaying headers after sync when the synced blocks became the new tip.</li>
<li>Update Go version to 1.26.0.</li>
<li>Update mux dependency to v1.5.0.</li>
<li>Use DEBUG log level instead of ERROR for RPCs failing due to the peer closing the connection on their end.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/fb1c77fcfc4a8cbf3ec6a48655f6887d48dd2f30"><code>fb1c77f</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/coreutils/issues/407">#407</a> from SiaFoundation/release</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/98e26058d8953030238d3a742623861fd7d73c44"><code>98e2605</code></a> chore: prepare release 0.21.2</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/1854dff1de10438611e6b69a8798dd24b849bd70"><code>1854dff</code></a> build(deps): bump go.sia.tech/core</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/f1d3eb56ad688b1346c9d83590b0233a9177acdb"><code>f1d3eb5</code></a> build(deps): bump golang.org/x/crypto from 0.49.0 to 0.50.0</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/b78943eedcd34de9fb8dc6b21a2f8f9eb1795846"><code>b78943e</code></a> update action to use newer Node</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/0c3739d3b615fc496d2df6b62279289dcd9c4da8"><code>0c3739d</code></a> fix test</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/05a7734f3fa382823978a5565445aad17113bcb1"><code>05a7734</code></a> changeset</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/735858e2955a75968723e9fb1bf9527e5ceee071"><code>735858e</code></a> update mux</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/8e1a1b8d0f4a0a21ec5123629af6519dfe89f5b2"><code>8e1a1b8</code></a> Merge pull request <a href="https://redirect.github.com/SiaFoundation/coreutils/issues/413">#413</a> from SiaFoundation/matt/graceful-shutdown</li>
<li><a href="https://github.com/SiaFoundation/coreutils/commit/87232af5fb186bf7305ca3e11bd1cf6c4e530f35"><code>87232af</code></a> gofmt</li>
<li>Additional commits viewable in <a href="https://github.com/SiaFoundation/coreutils/compare/v0.21.1...v0.21.2">compare view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>