Bump sqlite3 from 5.0.3 to 5.0.9
Bumps sqlite3 from 5.0.3 to 5.0.9.
Release notes
Sourced from sqlite3's releases.
v5.0.9
What's Changed
- Updated bundled SQLite to v3.39.1 by
@daniellockyer
- Fixed method declarations to conform with napi default for methods by
@alexanderfloh
in TryGhost/node-sqlite3#1510- Fixed propagation of async hook ids through callbacks by
@alexanderfloh
in TryGhost/node-sqlite3#1511- Updated sqlcipher homebrew CPPFLAGS location by
@frovere
in TryGhost/node-sqlite3#1613New Contributors
@alexanderfloh
made their first contribution in TryGhost/node-sqlite3#1510@frovere
made their first contribution in TryGhost/node-sqlite3#1613Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9
v5.0.8
What's Changed
- Reverted https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3, which was causing a segfault with certain queries (TryGhost/node-sqlite3#1605 and TryGhost/node-sqlite3#1606)
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8
v5.0.7
What's Changed
- Updated bundled SQLite to v3.38.4 by
@daniellockyer
in TryGhost/node-sqlite3#1604- Improved performance by fetching column names once by
@daniellockyer
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7
v5.0.6
What's Changed
- Updated bundled SQLite to v3.38.3 by
@daniellockyer
in TryGhost/node-sqlite3#1593. This fixes an upstream bug in SQLite that was reported here: TryGhost/node-sqlite3#1589- Added Node 18 to CI by
@daniellockyer
in TryGhost/node-sqlite3#1587Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6
v5.0.5
What's Changed
- Fixed building on certain systems (TryGhost/node-sqlite3#1584) by
@daniellockyer
- General repository maintenance by
@daniellockyer
Thank you to everyone reporting issues with building
sqlite3
or the prebuilt binaries🙂 If you encounter an problem, please search open and closed issues for existing reports or open a new issue with as much system information as possible.Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.5
v5.0.4
What's Changed
- Added prebuilt Linux musl binaries -
@daniellockyer
... (truncated)
Commits
-
1523d9e
v5.0.9 -
bbdb2ef
Updated bundled SQLite to v3.39.1 -
1cd51ea
Updated README.md -
6deff3c
Updated SQLCipher CPPFLAGS location (#1613) -
4d31c19
Fixed propagation of async hook IDs through callbacks (#1511) -
efee5f0
Fixed method declarations conforming with Node-API default (#1510) -
c070c5d
Update docker/setup-qemu-action action to v2 -
7c0b46f
v5.0.8 -
87e7228
Revert "Improved performance by fetching column names once" -
5bf4af9
Update docker/setup-buildx-action action to v2 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts