Update dependency sqlite3 to v5.1.7 - autoclosed #78

Closed
odit_renovate wants to merge 1 commits from renovate/sqlite3-5.x-lockfile into main

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlite3 5.0.2 -> 5.1.7 age adoption passing confidence

Release Notes

TryGhost/node-sqlite3 (sqlite3)

v5.1.7

Compare Source

What's Changed

  • Updated bundled SQLite to v3.44.2 by @​daniellockyer
  • Replaced @mapbox/node-pre-gyp with prebuild + prebuild-install (605c7f981a) by @​daniellockyer
    • this should fix a lot of bundling issues reported by the community
  • Improved RowToJS performance by removing Napi::String::New instantiation by @​daniellockyer
  • Various minor code refactors and improvements (thanks @​zenon8adams!)

New Contributors

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7

v5.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.5...v5.1.6

v5.1.5

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5

v5.1.4

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

A huge thanks to MacStadium for providing an M1 Mac Mini so we can offer ARM64 binaries.

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.0...v5.1.1

v5.1.0

Compare Source

We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.

If you encounter any problems, please open a detailed issue using the templates.

What's Changed

New Contributors

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.11...v5.1.0

v5.0.11

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11

v5.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.10

v5.0.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9

v5.0.8

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.7...v5.0.8

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6

v5.0.5

Compare Source

What's Changed

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

Compare Source

What's Changed

Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.0.4

v5.0.3

Compare Source

What's Changed

Known Problems

  • https://github.com/TryGhost/node-sqlite3/issues/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 8b2cdd948a 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


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 becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sqlite3](https://github.com/TryGhost/node-sqlite3) | [`5.0.2` -> `5.1.7`](https://renovatebot.com/diffs/npm/sqlite3/5.0.2/5.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sqlite3/5.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sqlite3/5.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sqlite3/5.0.2/5.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sqlite3/5.0.2/5.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>TryGhost/node-sqlite3 (sqlite3)</summary> ### [`v5.1.7`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.7) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7) #### What's Changed - Updated bundled SQLite to v3.44.2 by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Replaced `@mapbox/node-pre-gyp` with `prebuild` + `prebuild-install` (https://github.com/TryGhost/node-sqlite3/commit/605c7f981abbcf980cb44f54abba285de9a69a23) by [@&#8203;daniellockyer](https://github.com/daniellockyer) - this should fix a lot of bundling issues reported by the community - Improved `RowToJS` performance by removing `Napi::String::New` instantiation by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Various minor code refactors and improvements (thanks [@&#8203;zenon8adams](https://github.com/zenon8adams)!) #### New Contributors - [@&#8203;zenon8adams](https://github.com/zenon8adams) made their first contribution in https://github.com/TryGhost/node-sqlite3/pull/1701 **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7 ### [`v5.1.6`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.6) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.5...v5.1.6) #### What's Changed - Fixed glibc compatibility by hardcoding lower version for `log2` by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Add generic type annotations for Statement and Database get/all/each methods callback rows by [@&#8203;stevescruz](https://github.com/stevescruz) in https://github.com/TryGhost/node-sqlite3/pull/1686 #### New Contributors - [@&#8203;stevescruz](https://github.com/stevescruz) made their first contribution in https://github.com/TryGhost/node-sqlite3/pull/1686 **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.5...v5.1.6 ### [`v5.1.5`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.5) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5) #### What's Changed - 🔒 Fixed code execution vulnerability due to Object coercion by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Updated bundled SQLite to v3.41.1 by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Fixed rpath linker option when using a custom sqlite by [@&#8203;jeromew](https://github.com/jeromew) in https://github.com/TryGhost/node-sqlite3/pull/1654 **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5 ### [`v5.1.4`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.4) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4) #### What's Changed - Fixed glibc compatibility by downgrading CI to Ubuntu 20 by [@&#8203;daniellockyer](https://github.com/daniellockyer) in https://github.com/TryGhost/node-sqlite3/pull/1664 **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4 ### [`v5.1.3`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.3) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3) #### What's Changed - Updated bundled SQLite to v3.40.0 by [@&#8203;daniellockyer](https://github.com/daniellockyer) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3 ### [`v5.1.2`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.2) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2) #### What's Changed - Updated bundled SQLite to v3.39.4 by [@&#8203;daniellockyer](https://github.com/daniellockyer) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2 ### [`v5.1.1`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.1) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.1.0...v5.1.1) #### What's Changed - Added Darwin ARM64 binaries by [@&#8203;daniellockyer](https://github.com/daniellockyer) in https://github.com/TryGhost/node-sqlite3/pull/1594 A huge thanks to [MacStadium](https://www.macstadium.com/) for providing an M1 Mac Mini so we can offer ARM64 binaries. **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.1.0...v5.1.1 ### [`v5.1.0`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.1.0) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.11...v5.1.0) ✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements. If you encounter any problems, please open a detailed issue using the [templates](https://github.com/TryGhost/node-sqlite3/issues/new/choose). #### What's Changed - Updated bundled SQLite to v3.39.3 by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Added ability to receive updates from `sqlite3_update_hook` by [@&#8203;soukand](https://github.com/soukand) in https://github.com/TryGhost/node-sqlite3/pull/1267 - Added support for setting SQLite limits by [@&#8203;paulfitz](https://github.com/paulfitz) in https://github.com/TryGhost/node-sqlite3/pull/1548 - Added library types file by [@&#8203;bpasero](https://github.com/bpasero) in https://github.com/TryGhost/node-sqlite3/pull/1527 - Added `package-lock.json` to `.gitignore` by [@&#8203;JoelEinbinder](https://github.com/JoelEinbinder) in https://github.com/TryGhost/node-sqlite3/pull/1628 - Fixed remaining method declarations by [@&#8203;alexanderfloh](https://github.com/alexanderfloh) in https://github.com/TryGhost/node-sqlite3/pull/1633 - Fixed importing `sqlite3#verbose` using destructuring syntax by [@&#8203;mahdi-farnia](https://github.com/mahdi-farnia) in https://github.com/TryGhost/node-sqlite3/pull/1632 #### New Contributors - [@&#8203;JoelEinbinder](https://github.com/JoelEinbinder) made their first contribution in https://github.com/TryGhost/node-sqlite3/pull/1628 - [@&#8203;mahdi-farnia](https://github.com/mahdi-farnia) made their first contribution in https://github.com/TryGhost/node-sqlite3/pull/1632 - [@&#8203;soukand](https://github.com/soukand) made their first contribution in https://github.com/TryGhost/node-sqlite3/pull/1267 **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.11...v5.1.0 ### [`v5.0.11`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.11) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11) #### What's Changed - Restored compatibility for Alpine 3.15 by [@&#8203;daniellockyer](https://github.com/daniellockyer) in https://github.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://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.10) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.10) #### What's Changed - Updated bundled SQLite to v3.39.2 by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Addressed CodeQL warnings by [@&#8203;bpasero](https://github.com/bpasero) in https://github.com/TryGhost/node-sqlite3/pull/1614 #### New Contributors - [@&#8203;bpasero](https://github.com/bpasero) made their first contribution in https://github.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://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.9) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9) #### What's Changed - Updated bundled SQLite to v3.39.1 by [@&#8203;daniellockyer](https://github.com/daniellockyer) - Fixed method declarations to conform with napi default for methods by [@&#8203;alexanderfloh](https://github.com/alexanderfloh) in https://github.com/TryGhost/node-sqlite3/pull/1510 - Fixed propagation of async hook ids through callbacks by [@&#8203;alexanderfloh](https://github.com/alexanderfloh) in https://github.com/TryGhost/node-sqlite3/pull/1511 - Updated sqlcipher homebrew CPPFLAGS location by [@&#8203;frovere](https://github.com/frovere) in https://github.com/TryGhost/node-sqlite3/pull/1613 #### New Contributors - [@&#8203;alexanderfloh](https://github.com/alexanderfloh) made their first contribution in https://github.com/TryGhost/node-sqlite3/pull/1510 - [@&#8203;frovere](https://github.com/frovere) made their first contribution in https://github.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://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.8) [Compare Source](https://github.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 and https://github.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://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.7) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7) #### What's Changed - Updated bundled SQLite to v3.38.4 by [@&#8203;daniellockyer](https://github.com/daniellockyer) in https://github.com/TryGhost/node-sqlite3/pull/1604 - Improved performance by fetching column names once by [@&#8203;daniellockyer](https://github.com/daniellockyer) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.6...v5.0.7 ### [`v5.0.6`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.6) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6) #### What's Changed - Updated bundled SQLite to v3.38.3 by [@&#8203;daniellockyer](https://github.com/daniellockyer) in https://github.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 - Added Node 18 to CI by [@&#8203;daniellockyer](https://github.com/daniellockyer) in https://github.com/TryGhost/node-sqlite3/pull/1587 **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.5...v5.0.6 ### [`v5.0.5`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.5) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.4...v5.0.5) #### What's Changed - Fixed building on certain systems (https://github.com/TryGhost/node-sqlite3/issues/1584) by [@&#8203;daniellockyer](https://github.com/daniellockyer) - General repository maintenance by [@&#8203;daniellockyer](https://github.com/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`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.4) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.0.4) #### What's Changed - Added prebuilt Linux musl binaries - [@&#8203;daniellockyer](https://github.com/daniellockyer) - Added prebuilt Linux ARM64 binaries - [@&#8203;daniellockyer](https://github.com/daniellockyer) - Fixed older glibc compatibility - [@&#8203;daniellockyer](https://github.com/daniellockyer) **Full Changelog**: https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.0.4 ### [`v5.0.3`](https://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.3) [Compare Source](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3) #### What's Changed - Updated bundled SQLite to v3.38.2 - [@&#8203;daniellockyer](https://github.com/daniellockyer) - Enabled math functions in compiler options - [@&#8203;kewde](https://github.com/kewde) - Updated `node-gyp` to v8.x - [@&#8203;daniellockyer](https://github.com/daniellockyer) - Re-enabled Node-API v6 builds - [@&#8203;daniellockyer](https://github.com/daniellockyer) - Fixed segfault of invalid toString() object by [@&#8203;kewde](https://github.com/kewde) in https://github.com/TryGhost/node-sqlite3/pull/1450 - Fixed building on MacOS Monterey 12.3 - [@&#8203;daniellockyer](https://github.com/daniellockyer) - Replaced Python extraction script with JS by [@&#8203;xPaw](https://github.com/xPaw) in https://github.com/TryGhost/node-sqlite3/pull/1570 - Switched prebuilt binary hosting to GitHub Releases - [@&#8203;daniellockyer](https://github.com/daniellockyer) #### Known Problems - https://github.com/TryGhost/node-sqlite3/issues/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 </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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC40IiwidXBkYXRlZEluVmVyIjoiMzcuMTkxLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
odit_renovate added 1 commit 2023-09-01 20:06:35 +00:00
Update dependency sqlite3 to v5.1.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
5336ddde5d
odit_renovate changed title from Update dependency sqlite3 to v5.1.6 to Update dependency sqlite3 to v5.1.7 2024-01-05 09:14:51 +00:00
odit_renovate force-pushed renovate/sqlite3-5.x-lockfile from 5336ddde5d to ae5439b6a0 2024-01-05 09:14:54 +00:00 Compare
odit_renovate changed title from Update dependency sqlite3 to v5.1.7 to Update dependency sqlite3 to v5.1.7 - autoclosed 2024-12-08 18:43:24 +00:00
odit_renovate closed this pull request 2024-12-08 18:43:24 +00:00
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful

Pull request closed

Sign in to join this conversation.
No description provided.