Skip to content

Commit 9edf3e0

Browse files
build(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 (#5256)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.4.0 to 3.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/releases">github.com/Masterminds/semver/v3's releases</a>.</em></p> <blockquote> <h2>v3.5.0</h2> <h2>What's Changed</h2> <ul> <li>Adding more prerelease tests by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/273">Masterminds/semver#273</a></li> <li>Update constraint error messages by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/278">Masterminds/semver#278</a></li> <li>Fix edge cases by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/279">Masterminds/semver#279</a></li> <li>Adding some checks in by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/280">Masterminds/semver#280</a></li> <li>Updating deps by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/281">Masterminds/semver#281</a></li> <li>Bump github/codeql-action from 4.35.1 to 4.35.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/Masterminds/semver/pull/282">Masterminds/semver#282</a></li> <li>Bump actions/cache from 4.2.3 to 5.0.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/Masterminds/semver/pull/283">Masterminds/semver#283</a></li> <li>Bump golangci/golangci-lint-action from 7.0.1 to 9.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/Masterminds/semver/pull/284">Masterminds/semver#284</a></li> <li>Updating gitignore for devcontainers by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/286">Masterminds/semver#286</a></li> <li>Fixing some quality issues by <a href="https://github.com/mattfarina"><code>@​mattfarina</code></a> in <a href="https://redirect.github.com/Masterminds/semver/pull/287">Masterminds/semver#287</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/Masterminds/semver/pull/282">Masterminds/semver#282</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Masterminds/semver/compare/v3.4.0...v3.5.0">https://github.com/Masterminds/semver/compare/v3.4.0...v3.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Masterminds/semver/blob/master/CHANGELOG.md">github.com/Masterminds/semver/v3's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Masterminds/semver/commit/8b89c86cb53c57cfd5d07c13de12bc4d78954e99"><code>8b89c86</code></a> Merge pull request <a href="https://redirect.github.com/Masterminds/semver/issues/287">#287</a> from mattfarina/fix-da-issues</li> <li><a href="https://github.com/Masterminds/semver/commit/29d51d0ea4bffe39173673685d0dd312447d74a7"><code>29d51d0</code></a> Fixing some quality issues</li> <li><a href="https://github.com/Masterminds/semver/commit/87f651dbe2f616342d6408b997ad7116ba72ddf3"><code>87f651d</code></a> Merge pull request <a href="https://redirect.github.com/Masterminds/semver/issues/286">#286</a> from mattfarina/update-devcontainer</li> <li><a href="https://github.com/Masterminds/semver/commit/158a6852a7e66d99594653227d3e8c3dc6d160ca"><code>158a685</code></a> Updating gitignore for devcontainers</li> <li><a href="https://github.com/Masterminds/semver/commit/7e83c080cfb4455752c654805b189274a10890ab"><code>7e83c08</code></a> Merge pull request <a href="https://redirect.github.com/Masterminds/semver/issues/284">#284</a> from Masterminds/dependabot/github_actions/golangci/g...</li> <li><a href="https://github.com/Masterminds/semver/commit/697e27f32e7419eb896e7d3ec680c65fc673166b"><code>697e27f</code></a> Merge pull request <a href="https://redirect.github.com/Masterminds/semver/issues/283">#283</a> from Masterminds/dependabot/github_actions/actions/ca...</li> <li><a href="https://github.com/Masterminds/semver/commit/1591f8e3806198f60fa4dcaf2751bfc805c7740d"><code>1591f8e</code></a> Merge pull request <a href="https://redirect.github.com/Masterminds/semver/issues/282">#282</a> from Masterminds/dependabot/github_actions/github/cod...</li> <li><a href="https://github.com/Masterminds/semver/commit/3f5ff1737a28437e536d3ec54e41919577748ae6"><code>3f5ff17</code></a> Bump golangci/golangci-lint-action from 7.0.1 to 9.2.0</li> <li><a href="https://github.com/Masterminds/semver/commit/04baa3376047b6d5e79ffcc60f69332dd3e26c85"><code>04baa33</code></a> Bump actions/cache from 4.2.3 to 5.0.5</li> <li><a href="https://github.com/Masterminds/semver/commit/45939fec77cd7d07d586b823284d11423028e9c2"><code>45939fe</code></a> Bump github/codeql-action from 4.35.1 to 4.35.2</li> <li>Additional commits viewable in <a href="https://github.com/Masterminds/semver/compare/v3.4.0...v3.5.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10034ca commit 9edf3e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.25.10
77
require (
88
dario.cat/mergo v1.0.2 // BSD-3-Clause
99
github.com/BurntSushi/toml v1.6.0 // MIT
10-
github.com/Masterminds/semver/v3 v3.4.0 // MIT
10+
github.com/Masterminds/semver/v3 v3.5.0 // MIT
1111
github.com/charmbracelet/bubbles v1.0.0 // MIT
1212
github.com/charmbracelet/bubbletea v1.3.10 // MIT
1313
github.com/charmbracelet/huh v1.0.0 // MIT

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk
1010
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
1111
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
1212
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
13-
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
14-
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
13+
github.com/Masterminds/semver/v3 v3.5.0 h1:kQceYJfbupGfZOKZQg0kou0DgAKhzDg2NZPAwZ/2OOE=
14+
github.com/Masterminds/semver/v3 v3.5.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
1515
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
1616
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
1717
github.com/ProtonMail/go-crypto v1.4.1 h1:9RfcZHqEQUvP8RzecWEUafnZVtEvrBVL9BiF67IQOfM=

0 commit comments

Comments
 (0)