Closed renovate[bot] closed 2 years ago
Merging #42 (1c25387) into main (ba4107b) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 79.45% 79.45%
=======================================
Files 9 9
Lines 1548 1548
Branches 311 311
=======================================
Hits 1230 1230
Misses 313 313
Partials 5 5
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ba4107b...1c25387. Read the comment docs.
This PR contains the following updates:
5.0.5
->5.0.11
Release Notes
TryGhost/node-sqlite3
### [`v5.0.11`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.0.11) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11) #### What's Changed - Restored compatibility for Alpine 3.15 by [@daniellockyer](https://togithub.com/daniellockyer) in [https://github.com/TryGhost/node-sqlite3/pull/1626](https://togithub.com/TryGhost/node-sqlite3/pull/1626) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11 ### [`v5.0.10`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.0.10) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.10) #### What's Changed - Updated bundled SQLite to v3.39.2 by [@daniellockyer](https://togithub.com/daniellockyer) - Addressed CodeQL warnings by [@bpasero](https://togithub.com/bpasero) in [https://github.com/TryGhost/node-sqlite3/pull/1614](https://togithub.com/TryGhost/node-sqlite3/pull/1614) #### New Contributors - [@bpasero](https://togithub.com/bpasero) made their first contribution in [https://github.com/TryGhost/node-sqlite3/pull/1614](https://togithub.com/TryGhost/node-sqlite3/pull/1614) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.10 ### [`v5.0.9`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.0.9) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9) #### What's Changed - Updated bundled SQLite to v3.39.1 by [@daniellockyer](https://togithub.com/daniellockyer) - Fixed method declarations to conform with napi default for methods by [@alexanderfloh](https://togithub.com/alexanderfloh) in [https://github.com/TryGhost/node-sqlite3/pull/1510](https://togithub.com/TryGhost/node-sqlite3/pull/1510) - Fixed propagation of async hook ids through callbacks by [@alexanderfloh](https://togithub.com/alexanderfloh) in [https://github.com/TryGhost/node-sqlite3/pull/1511](https://togithub.com/TryGhost/node-sqlite3/pull/1511) - Updated sqlcipher homebrew CPPFLAGS location by [@frovere](https://togithub.com/frovere) in [https://github.com/TryGhost/node-sqlite3/pull/1613](https://togithub.com/TryGhost/node-sqlite3/pull/1613) #### New Contributors - [@alexanderfloh](https://togithub.com/alexanderfloh) made their first contribution in [https://github.com/TryGhost/node-sqlite3/pull/1510](https://togithub.com/TryGhost/node-sqlite3/pull/1510) - [@frovere](https://togithub.com/frovere) made their first contribution in [https://github.com/TryGhost/node-sqlite3/pull/1613](https://togithub.com/TryGhost/node-sqlite3/pull/1613) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9 ### [`v5.0.8`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.0.8) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8) #### What's Changed - Reverted https://github.com/TryGhost/node-sqlite3/commit/5063367567fd1abe47bafc2095fb4f9090a260e3, which was causing a segfault with certain queries ([https://github.com/TryGhost/node-sqlite3/issues/1605](https://togithub.com/TryGhost/node-sqlite3/issues/1605) and [https://github.com/TryGhost/node-sqlite3/issues/1606](https://togithub.com/TryGhost/node-sqlite3/issues/1606)) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8 ### [`v5.0.7`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.0.7) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7) ##### What's Changed - Updated bundled SQLite to v3.38.4 by [@daniellockyer](https://togithub.com/daniellockyer) in [https://github.com/TryGhost/node-sqlite3/pull/1604](https://togithub.com/TryGhost/node-sqlite3/pull/1604) - Improved performance by fetching column names once by [@daniellockyer](https://togithub.com/daniellockyer) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7 ### [`v5.0.6`](https://togithub.com/TryGhost/node-sqlite3/releases/tag/v5.0.6) [Compare Source](https://togithub.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6) #### What's Changed - Updated bundled SQLite to v3.38.3 by [@daniellockyer](https://togithub.com/daniellockyer) in [https://github.com/TryGhost/node-sqlite3/pull/1593](https://togithub.com/TryGhost/node-sqlite3/pull/1593). This fixes an upstream bug in SQLite that was reported here: [https://github.com/TryGhost/node-sqlite3/issues/1589](https://togithub.com/TryGhost/node-sqlite3/issues/1589) - Added Node 18 to CI by [@daniellockyer](https://togithub.com/daniellockyer) in [https://github.com/TryGhost/node-sqlite3/pull/1587](https://togithub.com/TryGhost/node-sqlite3/pull/1587) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.