fix(deps): update dependency sqlite3 to v6 #782

Open
renovate[bot] wants to merge 1 commit from renovate/sqlite3-6.x into main
renovate[bot] commented 2026-03-14 12:56:12 +00:00 (Migrated from github.com)

This PR contains the following updates:

Package Change Age Confidence
sqlite3 ^5.1.7^6.0.0 age confidence

Release Notes

TryGhost/node-sqlite3 (sqlite3)

v6.0.1

Compare Source

  • Fixed prebuilt binaries for alpine/musl

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v6.0.0...v6.0.1


Configuration

📅 Schedule: 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sqlite3](https://redirect.github.com/TryGhost/node-sqlite3) | [`^5.1.7` → `^6.0.0`](https://renovatebot.com/diffs/npm/sqlite3/5.1.7/6.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/sqlite3/6.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sqlite3/5.1.7/6.0.1?slim=true) | --- ### Release Notes <details> <summary>TryGhost/node-sqlite3 (sqlite3)</summary> ### [`v6.0.1`](https://redirect.github.com/TryGhost/node-sqlite3/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/TryGhost/node-sqlite3/compare/v5.1.7...v6.0.1) - Fixed prebuilt binaries for alpine/musl **Full Changelog**: <https://github.com/TryGhost/node-sqlite3/compare/v6.0.0...v6.0.1> </details> --- ### Configuration 📅 **Schedule**: 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/webstreamr/webstreamr). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
webstreamr (Migrated from github.com) requested changes 2026-03-14 17:28:22 +00:00
webstreamr (Migrated from github.com) left a comment

Breaks at least arm environments and needs to be handled carefully

Breaks at least arm environments and needs to be handled carefully
IbbyLabs commented 2026-03-16 03:01:14 +00:00 (Migrated from github.com)

Will this break ARM64 again?

Will this break ARM64 again?
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/sqlite3-6.x:renovate/sqlite3-6.x
git checkout renovate/sqlite3-6.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/sqlite3-6.x
git checkout main
git merge --ff-only renovate/sqlite3-6.x
git checkout renovate/sqlite3-6.x
git rebase main
git checkout main
git merge --no-ff renovate/sqlite3-6.x
git checkout main
git merge --squash renovate/sqlite3-6.x
git checkout main
git merge --ff-only renovate/sqlite3-6.x
git checkout main
git merge renovate/sqlite3-6.x
git push origin main
Sign in to join this conversation.
No description provided.