-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new patch infra. #1239
Add new patch infra. #1239
Conversation
I just added |
Nice solution to a very inconvenient issue. However, let's remove the CODEOWNERS line, as that would allow hypothetical malicious code-owners to stealthily overwrite arbitrary files on my computer if I'm ever not paying attention during a |
Updated, @JoshuaWise ! |
Sorry for the delay! |
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [better-sqlite3](https://redirect.github.com/WiseLibs/better-sqlite3) | [`11.2.1` -> `11.3.0`](https://renovatebot.com/diffs/npm/better-sqlite3/11.2.1/11.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/better-sqlite3/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/better-sqlite3/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/better-sqlite3/11.2.1/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/better-sqlite3/11.2.1/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary> ### [`v11.3.0`](https://redirect.github.com/WiseLibs/better-sqlite3/releases/tag/v11.3.0) [Compare Source](https://redirect.github.com/WiseLibs/better-sqlite3/compare/v11.2.1...v11.3.0) #### What's Changed - Add new patch infra. by [@​mceachen](https://redirect.github.com/mceachen) in [https://github.com/WiseLibs/better-sqlite3/pull/1239](https://redirect.github.com/WiseLibs/better-sqlite3/pull/1239) - Update SQLite to version 3.46.1 by [@​mceachen](https://redirect.github.com/mceachen) in [https://github.com/WiseLibs/better-sqlite3/pull/1252](https://redirect.github.com/WiseLibs/better-sqlite3/pull/1252) **Full Changelog**: WiseLibs/better-sqlite3@v11.2.1...v11.3.0 </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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cap-js/cds-dbs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This adds the ability to add arbitrary patches to the SQLite source to work around issues like #1208 (which is still an issue with today's new release.