fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.16 #1301

Merged
konrad merged 1 commits from renovate/github.com-mattn-go-sqlite3-1.x into main 2022-10-27 06:32:11 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/mattn/go-sqlite3 require patch v1.14.15 -> v1.14.16

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

mattn/go-sqlite3

v1.14.16

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16


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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | require | patch | `v1.14.15` -> `v1.14.16` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mattn/go-sqlite3</summary> ### [`v1.14.16`](https://github.com/mattn/go-sqlite3/releases/tag/v1.14.16) [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16) #### What's Changed - Add build tag to enable OSTRACE() logging by [@&#8203;benbjohnson](https://github.com/benbjohnson) in https://github.com/mattn/go-sqlite3/pull/1067 - TestQueryer: actually check Rows returned by [@&#8203;ohwgiles](https://github.com/ohwgiles) in https://github.com/mattn/go-sqlite3/pull/1062 - Update README to fix reference URL by [@&#8203;shibukawa](https://github.com/shibukawa) in https://github.com/mattn/go-sqlite3/pull/1082 - Fix test queryer test by [@&#8203;joshbuddy](https://github.com/joshbuddy) in https://github.com/mattn/go-sqlite3/pull/1079 - Rollback on constraint failure by [@&#8203;joshbuddy](https://github.com/joshbuddy) in https://github.com/mattn/go-sqlite3/pull/1071 - Fix "ennviroment" by [@&#8203;RewardedIvan](https://github.com/RewardedIvan) in https://github.com/mattn/go-sqlite3/pull/1077 - こんにちわ is wrong Japanse, Correct word is こんにちは by [@&#8203;KiYugadgeter](https://github.com/KiYugadgeter) in https://github.com/mattn/go-sqlite3/pull/1085 - Add test for sqlite_math_functions tag by [@&#8203;lggruspe](https://github.com/lggruspe) in https://github.com/mattn/go-sqlite3/pull/1059 - remove unuseful ldflags for windows platform. by [@&#8203;kkqy](https://github.com/kkqy) in https://github.com/mattn/go-sqlite3/pull/1084 - Cross Compiling for Mac OS via `musl-cross` by [@&#8203;jodosha](https://github.com/jodosha) in https://github.com/mattn/go-sqlite3/pull/1090 - Update README.md to include vtable feature by [@&#8203;dvas0004](https://github.com/dvas0004) in https://github.com/mattn/go-sqlite3/pull/1100 - Updating vtable example, "BestIndex" method by [@&#8203;dvas0004](https://github.com/dvas0004) in https://github.com/mattn/go-sqlite3/pull/1099 - Update amalgamation code by [@&#8203;mattn](https://github.com/mattn) in https://github.com/mattn/go-sqlite3/pull/1104 #### New Contributors - [@&#8203;ohwgiles](https://github.com/ohwgiles) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1062 - [@&#8203;shibukawa](https://github.com/shibukawa) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1082 - [@&#8203;joshbuddy](https://github.com/joshbuddy) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1079 - [@&#8203;RewardedIvan](https://github.com/RewardedIvan) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1077 - [@&#8203;KiYugadgeter](https://github.com/KiYugadgeter) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1085 - [@&#8203;lggruspe](https://github.com/lggruspe) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1059 - [@&#8203;kkqy](https://github.com/kkqy) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1084 - [@&#8203;jodosha](https://github.com/jodosha) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1090 - [@&#8203;dvas0004](https://github.com/dvas0004) made their first contribution in https://github.com/mattn/go-sqlite3/pull/1100 **Full Changelog**: https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16 </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-10-26 14:01:42 +00:00
renovate added 1 commit 2022-10-26 14:01:43 +00:00
konrad merged commit 7b77974b03 into main 2022-10-27 06:32:11 +00:00
konrad deleted branch renovate/github.com-mattn-go-sqlite3-1.x 2022-10-27 06:32:11 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1301
No description provided.