From e1ed1890f0a58466acde8d8d193806a4bd420728 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:00:20 +1000 Subject: [PATCH] chore(deps): update dependency svu to v2 (#971) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [svu](https://togithub.com/caarlos0/svu) | major | `1.12.0` -> `2.0.1` | --- ### Release Notes
caarlos0/svu (svu) ### [`v2.0.1`](https://togithub.com/caarlos0/svu/releases/tag/v2.0.1) This is just to prevent gomod caching issues when using it as a library. It is otherwise the same as v2.0.0, I had to recreate that tag due to a CI misconfiguration. #### Changelog ##### New Features - [`b58abe1`](https://togithub.com/caarlos0/svu/commit/b58abe18a2f71fcd9d295f8ddd4d8a9bc3fb71c9): feat: update kingpin to latest v2 ([@​caarlos0](https://togithub.com/caarlos0)) - [`f9df0ac`](https://togithub.com/caarlos0/svu/commit/f9df0ace1c4a9b94a93e1e05a907ab3e586c03ee): feat: update semver to v3 ([@​caarlos0](https://togithub.com/caarlos0)) - [`adf3c2a`](https://togithub.com/caarlos0/svu/commit/adf3c2a8f8604e92ba3cb5e4db18eee918c64fbe): feat: use go 1.22 ([@​caarlos0](https://togithub.com/caarlos0)) ##### Bug fixes - [`dc4ce5b`](https://togithub.com/caarlos0/svu/commit/dc4ce5ba4ed88cb80364ad122e84e90a66001d17): fix: go 1.22 ([@​caarlos0](https://togithub.com/caarlos0)) ##### Other work - [`7cf187a`](https://togithub.com/caarlos0/svu/commit/7cf187a636b7aa676a9acde3f81bb4c858a1de4c): feat!: gate v0 increment prevention ([@​caarlos0](https://togithub.com/caarlos0)) - [`710f53a`](https://togithub.com/caarlos0/svu/commit/710f53a13f10716e123a84aea9b65caa0a25277a): feat!: prepare for v2 release ([@​caarlos0](https://togithub.com/caarlos0)) *** *Released with [GoReleaser Pro](https://goreleaser.com/pro)!*
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/alecthomas/chroma). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bin/{.svu-1.12.0.pkg => .svu-2.0.1.pkg} | 0 bin/svu | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{.svu-1.12.0.pkg => .svu-2.0.1.pkg} (100%) diff --git a/bin/.svu-1.12.0.pkg b/bin/.svu-2.0.1.pkg similarity index 100% rename from bin/.svu-1.12.0.pkg rename to bin/.svu-2.0.1.pkg diff --git a/bin/svu b/bin/svu index a1ff073f8..480979873 120000 --- a/bin/svu +++ b/bin/svu @@ -1 +1 @@ -.svu-1.12.0.pkg \ No newline at end of file +.svu-2.0.1.pkg \ No newline at end of file