BobbyWibowo / lolisafe

Blazing fast file uploader and awesome bunker written in node! πŸš€
MIT License
329 stars 56 forks source link

fix(deps): update dependency better-sqlite3 to v8 #623

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
better-sqlite3 ~7.6.2 -> ~8.1.0 age adoption passing confidence

Release Notes

WiseLibs/better-sqlite3 ### [`v8.1.0`](https://togithub.com/WiseLibs/better-sqlite3/releases/tag/v8.1.0) [Compare Source](https://togithub.com/WiseLibs/better-sqlite3/compare/v8.0.1...v8.1.0) #### What's Changed - Add support for electron `v23` prebuilds by [@​m4heshd](https://togithub.com/m4heshd) in [https://github.com/WiseLibs/better-sqlite3/pull/951](https://togithub.com/WiseLibs/better-sqlite3/pull/951) - Upgrade mocha: 8 β†’ 10 by [@​threema-danilo](https://togithub.com/threema-danilo) in [https://github.com/WiseLibs/better-sqlite3/pull/928](https://togithub.com/WiseLibs/better-sqlite3/pull/928) - Update SQLite to version 3.40.1 by [@​JoshuaWise](https://togithub.com/JoshuaWise) in [https://github.com/WiseLibs/better-sqlite3/pull/952](https://togithub.com/WiseLibs/better-sqlite3/pull/952) **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v8.0.1...v8.1.0 ### [`v8.0.1`](https://togithub.com/WiseLibs/better-sqlite3/releases/tag/v8.0.1) [Compare Source](https://togithub.com/WiseLibs/better-sqlite3/compare/v8.0.0...v8.0.1) #### What's Changed - Add support for electron `v21` prebuilds by [@​m4heshd](https://togithub.com/m4heshd) in [https://github.com/WiseLibs/better-sqlite3/pull/909](https://togithub.com/WiseLibs/better-sqlite3/pull/909) - Add support for electron `v22` prebuilds by [@​m4heshd](https://togithub.com/m4heshd) in [https://github.com/WiseLibs/better-sqlite3/pull/915](https://togithub.com/WiseLibs/better-sqlite3/pull/915) - Add arm64 prebuilds for macOS by [@​qier222](https://togithub.com/qier222) in [https://github.com/WiseLibs/better-sqlite3/pull/859](https://togithub.com/WiseLibs/better-sqlite3/pull/859) #### New Contributors - [@​qier222](https://togithub.com/qier222) made their first contribution in [https://github.com/WiseLibs/better-sqlite3/pull/859](https://togithub.com/WiseLibs/better-sqlite3/pull/859) **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v8.0.0...v8.0.1 ### [`v8.0.0`](https://togithub.com/WiseLibs/better-sqlite3/releases/tag/v8.0.0) [Compare Source](https://togithub.com/WiseLibs/better-sqlite3/compare/v7.6.2...v8.0.0) #### Breaking Changes - Dropped support for Node.js versions `10.x` and `12.x`. #### Non-breaking Changes - Upgraded to SQLite version `3.40.0`. - Fixed LIMIT and OFFSET queries on virtual tables, by [@​mandel59](https://togithub.com/mandel59) in [https://github.com/WiseLibs/better-sqlite3/pull/873](https://togithub.com/WiseLibs/better-sqlite3/pull/873) - Fixed various compilation issues: - By [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/WiseLibs/better-sqlite3/pull/894](https://togithub.com/WiseLibs/better-sqlite3/pull/894) - By [@​neoxpert](https://togithub.com/neoxpert) in [https://github.com/WiseLibs/better-sqlite3/pull/870](https://togithub.com/WiseLibs/better-sqlite3/pull/870) #### New Contributors - [@​mandel59](https://togithub.com/mandel59) made their first contribution in [https://github.com/WiseLibs/better-sqlite3/pull/873](https://togithub.com/WiseLibs/better-sqlite3/pull/873) - [@​nathanhammond](https://togithub.com/nathanhammond) made their first contribution in [https://github.com/WiseLibs/better-sqlite3/pull/894](https://togithub.com/WiseLibs/better-sqlite3/pull/894) - [@​neoxpert](https://togithub.com/neoxpert) made their first contribution in [https://github.com/WiseLibs/better-sqlite3/pull/870](https://togithub.com/WiseLibs/better-sqlite3/pull/870) - [@​threema-danilo](https://togithub.com/threema-danilo) made their first contribution in [https://github.com/WiseLibs/better-sqlite3/pull/878](https://togithub.com/WiseLibs/better-sqlite3/pull/878) **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v7.6.2...v8.0.0

Configuration

πŸ“… Schedule: Branch creation - "before 5am on saturday" in timezone Asia/Jakarta, 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.

BobbyWibowo commented 1 year ago

Their README now explicitly recommends latest v14.x as of the version release (v14.21.1) Probably best to increase our node version requirement as well if we decide to adopt this soon