fix(deps): update module modernc.org/sqlite to v1.58.0 #129

Open
Renovate wants to merge 1 commit from renovate/modernc.org-sqlite-1.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
modernc.org/sqlite v1.53.0v1.58.0 age confidence

Release Notes

cznic/sqlite (modernc.org/sqlite)

v1.58.0

Compare Source

v1.57.0

Compare Source

v1.56.0

Compare Source

v1.55.0

Compare Source

v1.54.0

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.53.0` → `v1.58.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/modernc.org%2fsqlite/v1.58.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/modernc.org%2fsqlite/v1.53.0/v1.58.0?slim=true) | --- ### Release Notes <details> <summary>cznic/sqlite (modernc.org/sqlite)</summary> ### [`v1.58.0`](https://gitlab.com/cznic/sqlite/compare/v1.57.0...v1.58.0) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.57.0...v1.58.0) ### [`v1.57.0`](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.57.0) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.57.0) ### [`v1.56.0`](https://gitlab.com/cznic/sqlite/compare/v1.55.0...v1.56.0) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.55.0...v1.56.0) ### [`v1.55.0`](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.55.0) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.55.0) ### [`v1.54.0`](https://gitlab.com/cznic/sqlite/compare/v1.53.0...v1.54.0) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.53.0...v1.54.0) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjIuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjY5LjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update module modernc.org/sqlite to v1.54.0
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 10s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 22s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m45s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 2m55s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 5m43s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 10m17s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
cfb9cfd9cd
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/mattn/go-isatty v0.0.20 -> v0.0.24
golang.org/x/sync v0.20.0 -> v0.22.0
golang.org/x/sys v0.45.0 -> v0.47.0
modernc.org/libc v1.73.4 -> v1.75.6
modernc.org/memory v1.11.0 -> v1.12.1
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 5 additional dependencies were updated Details: | **Package** | **Change** | | :--------------------------- | :--------------------- | | `github.com/mattn/go-isatty` | `v0.0.20` -> `v0.0.24` | | `golang.org/x/sync` | `v0.20.0` -> `v0.22.0` | | `golang.org/x/sys` | `v0.45.0` -> `v0.47.0` | | `modernc.org/libc` | `v1.73.4` -> `v1.75.6` | | `modernc.org/memory` | `v1.11.0` -> `v1.12.1` |
Renovate changed title from fix(deps): update module modernc.org/sqlite to v1.54.0 to fix(deps): update module modernc.org/sqlite to v1.55.0 2026-07-29 14:03:44 +02:00
Renovate force-pushed renovate/modernc.org-sqlite-1.x from cfb9cfd9cd
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 10s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 22s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m45s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 2m55s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 5m43s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 10m17s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
to 843db81808
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 7s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 13s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m21s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 3m8s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 1m55s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 8m52s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
2026-07-29 14:04:05 +02:00
Compare
Renovate changed title from fix(deps): update module modernc.org/sqlite to v1.55.0 to fix(deps): update module modernc.org/sqlite to v1.56.0 2026-08-03 22:02:39 +02:00
Renovate force-pushed renovate/modernc.org-sqlite-1.x from 843db81808
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 7s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 13s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m21s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 3m8s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 1m55s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 8m52s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
to 546a7e332f
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 16s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 21s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 2m24s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 4m39s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 2m11s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 9m18s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
2026-08-03 22:02:46 +02:00
Compare
Renovate changed title from fix(deps): update module modernc.org/sqlite to v1.56.0 to fix(deps): update module modernc.org/sqlite to v1.57.0 2026-08-19 18:03:02 +02:00
Renovate force-pushed renovate/modernc.org-sqlite-1.x from 546a7e332f
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 16s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 21s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 2m24s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 4m39s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 2m11s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 9m18s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
to 6bdf9252e2
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 14s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 38s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m44s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 4m40s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 3m10s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 11m58s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
2026-08-19 18:03:26 +02:00
Compare
Renovate changed title from fix(deps): update module modernc.org/sqlite to v1.57.0 to fix(deps): update module modernc.org/sqlite to v1.58.0 2026-09-02 14:01:40 +02:00
Renovate force-pushed renovate/modernc.org-sqlite-1.x from 6bdf9252e2
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 14s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 38s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m44s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 4m40s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 3m10s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 11m58s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
to 7c87913b96
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 26s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 36s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 3m1s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 3m55s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 7m13s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 13m56s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
2026-09-02 14:01:41 +02:00
Compare
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 26s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 36s
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 3m1s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 3m55s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 7m13s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 13m56s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/modernc.org-sqlite-1.x:renovate/modernc.org-sqlite-1.x
git switch renovate/modernc.org-sqlite-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/modernc.org-sqlite-1.x
git switch renovate/modernc.org-sqlite-1.x
git rebase main
git switch main
git merge --ff-only renovate/modernc.org-sqlite-1.x
git switch renovate/modernc.org-sqlite-1.x
git rebase main
git switch main
git merge --no-ff renovate/modernc.org-sqlite-1.x
git switch main
git merge --squash renovate/modernc.org-sqlite-1.x
git switch main
git merge --ff-only renovate/modernc.org-sqlite-1.x
git switch main
git merge renovate/modernc.org-sqlite-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kreativmonkey/goloom!129
No description provided.