Skip to content

chore(deps): bump github.com/ncruces/go-sqlite3 from 0.35.2 to 0.35.3 - #24

Merged
thedavidweng merged 1 commit into
mainfrom
dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3
Aug 13, 2026
Merged

chore(deps): bump github.com/ncruces/go-sqlite3 from 0.35.2 to 0.35.3#24
thedavidweng merged 1 commit into
mainfrom
dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ncruces/go-sqlite3 from 0.35.2 to 0.35.3.

Release notes

Sourced from github.com/ncruces/go-sqlite3's releases.

v0.35.3

What's Changed

Fixes:

Issue #404, affects Windows, and causes data corruption when using WAL mode under heavy concurrency. Upgrading is highly advised if you use WAL mode on Windows. Thanks @​franchb for reporting the issue, providing a regression test, and contributing a prototype fix. The fix requires memory placeholders, which are available from Windows 10 1803+ / Server 2019+. Shared memory WAL is disabled on older versions of Windows.

Issue #411, affects Linux, and causes performance degradation during VACUUM of large databases.

Updates:

  • SQLite 3.53.4

Full Changelog: ncruces/go-sqlite3@v0.35.2...v0.35.3

Artifact attestations

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated underlying database, WebAssembly, and concurrency components to newer versions.
    • No visible changes to the application’s functionality or user interface.

Bumps [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) from 0.35.2 to 0.35.3.
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.35.2...v0.35.3)

---
updated-dependencies:
- dependency-name: github.com/ncruces/go-sqlite3
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 11, 2026
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 65c3b833-0fd6-4159-93f6-0ec8d790dfde

📥 Commits

Reviewing files that changed from the base of the PR and between e038993 and b547b29.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Walkthrough

This pull request updates three Go module dependencies in go.mod: github.com/ncruces/go-sqlite3, github.com/ncruces/go-sqlite3-wasm/v3, and golang.org/x/sync.

Changes

Go dependency updates

Layer / File(s) Summary
Dependency version updates
go.mod
Updates the direct SQLite dependency to v0.35.3, the indirect SQLite WebAssembly dependency to v3.2.35304, and the indirect synchronization dependency to v0.22.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: thedavidweng

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the primary change: updating github.com/ncruces/go-sqlite3 from v0.35.2 to v0.35.3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3

Comment @coderabbitai help to get the list of available commands.

@thedavidweng
thedavidweng merged commit 5cb4eeb into main Aug 13, 2026
9 of 10 checks passed
@thedavidweng
thedavidweng deleted the dependabot/go_modules/github.com/ncruces/go-sqlite3-0.35.3 branch August 13, 2026 09:56
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