Skip to content

deps(go)(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.42#4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42
Closed

deps(go)(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.42#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/mattn/go-sqlite3 from 1.14.22 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
  • 8d12439 Merge pull request #1386 from mattn/perf/reduce-cgo-overhead
  • 89f4bbe fix build with SQLITE_ENABLE_UNLOCK_NOTIFY
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Apr 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: semver-patch. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Dependency updates (go.mod, npm) label Apr 26, 2026
@dependabot
dependabot Bot requested a review from JediRhymeTrix as a code owner April 26, 2026 07:57
@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch from ece3f32 to 80fd7c7 Compare April 27, 2026 00:30
@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch from 80fd7c7 to 0a7b32a Compare April 27, 2026 00:38
@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch from 0a7b32a to fe60b6f Compare April 27, 2026 00:53
@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

1 similar comment
@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch from fe60b6f to 81a41b7 Compare April 27, 2026 00:58
JediRhymeTrix
JediRhymeTrix previously approved these changes Apr 27, 2026

@JediRhymeTrix JediRhymeTrix left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Checks passing.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch from 81a41b7 to f43a27c Compare April 27, 2026 01:02
@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@JediRhymeTrix

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

JediRhymeTrix
JediRhymeTrix previously approved these changes Apr 27, 2026

@JediRhymeTrix JediRhymeTrix left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Checks passing.

Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.22 to 1.14.42.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.22...v1.14.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch from f43a27c to ae803bd Compare April 27, 2026 01:06
@JediRhymeTrix
JediRhymeTrix deleted the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.42 branch April 27, 2026 01:08
@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (go.mod, npm)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant