wedding-screen
wedding-screen copied to clipboard
Bump sqlite3 from 5.0.2 to 5.0.3
Bumps sqlite3 from 5.0.2 to 5.0.3.
Release notes
Sourced from sqlite3's releases.
v5.0.3
What's Changed
- Updated bundled SQLite to v3.38.2 -
@daniellockyer
- Enabled math functions in compiler options -
@kewde
- Updated
node-gyp
to v8.x -@daniellockyer
- Re-enabled Node-API v6 builds -
@daniellockyer
- Fixed segfault of invalid toString() object by
@kewde
in TryGhost/node-sqlite3#1450- Fixed building on MacOS Monterey 12.3 -
@daniellockyer
- Replaced Python extraction script with JS by
@xPaw
in TryGhost/node-sqlite3#1570- Switched prebuilt binary hosting to GitHub Releases -
@daniellockyer
Known Problems
- TryGhost/node-sqlite3#1578 - the minimum glibc version for prebuilt binaries was bumped to 2.29. We hope to bring this back down within the next few releases but you will need to compile from source if your system ships with a lower version.
- Prebuilt binaries for Linux do not work on musl systems. This should be fixed with https://github.com/TryGhost/node-sqlite3/commit/8b2cdd948a382b58162cb491f745ba9167dc7b0f but you will need to compile from source to use v5.0.3.
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3
Changelog
Sourced from sqlite3's changelog.
Changelog
Please check GitHub Releases for notes on more recent releases.
Commits
573784b
v5.0.3e5a24fd
Deletedexamples/
folderb05f459
Added note about GitHub Releases to CHANGELOG.md33d0656
Modernised Usage example in README9d05c55
Fixed up more README nits08d6319
Fixed link to API docs0e2235a
Altered wording in README76b6c56
Altered README headere3df365
Updated README426930f
Enabled CI to run when pushing tags- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by daniellockyer, a new releaser for sqlite3 since your current version.
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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.