Update dependency better-sqlite3 to v13 #967
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
hold
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
lukasdotcom/fantasy-manager!967
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/better-sqlite3-13.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^12.0.0→^13.0.0Release Notes
WiseLibs/better-sqlite3 (better-sqlite3)
v13.0.3Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v13.0.2...v13.0.3
v13.0.2Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v13.0.1...v13.0.2
v13.0.1Compare Source
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v13.0.0...v13.0.1
Fixed a regression in parameter binding where it would be overly strict and reject plain objects from other realms (e.g., in jest tests).
v13.0.0Compare Source
Version
13.0.0marks a major milestone, as it's the first version ofbetter-sqlite3to run on the N-API. This means prebuilt binaries should theoretically work across different versions of Node.js and Electron, and perhaps even other runtimes like Bun. As a result, we've removed the deprecatedprebuild-installdependency, and now prebuilt binaries are published directly with thebetter-sqlite3code itself. If your platform/architecture doesn't have a prebuilt binary, it should compile during install as before.What's Changed
db.explain()method, for running EXPLAIN queries without needing to supply bound parameters.preparedStatement.toString()method, for getting the expanded SQL of a prepared statement.SqliteErrorcross-realm andError.isErrorcompatibility by @dennismutuku2005 in #1473New Contributors
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.12.0...v13.0.0
v12.11.1Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.11.0...v12.11.1
v12.10.1Compare Source
What's Changed
Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v12.10.0...v12.10.1
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: package-lock.json
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.