From fb2dbdab35f0b47eead5473548846aeb1dd4f5de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:58:18 -0700 Subject: [PATCH] chore(deps): update module github.com/bombsimon/wsl/v5 to v5.8.0 (#8287) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/bombsimon/wsl/v5](https://redirect.github.com/bombsimon/wsl) | `v5.6.0` → `v5.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbombsimon%2fwsl%2fv5/v5.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbombsimon%2fwsl%2fv5/v5.6.0/v5.8.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/5322) for more information. --- ### Release Notes
bombsimon/wsl (github.com/bombsimon/wsl/v5) ### [`v5.8.0`](https://redirect.github.com/bombsimon/wsl/releases/tag/v5.8.0) [Compare Source](https://redirect.github.com/bombsimon/wsl/compare/v5.7.0...v5.8.0) #### What's Changed - Re-purpose the meaning of 0 for `cuddle-max-statements` by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​258](https://redirect.github.com/bombsimon/wsl/pull/258) - Add `cuddle-group` check by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​257](https://redirect.github.com/bombsimon/wsl/pull/257) - `defer` allows any expression with intersecting variables by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​260](https://redirect.github.com/bombsimon/wsl/pull/260) - Treat `go` cuddling same as `defer` by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​261](https://redirect.github.com/bombsimon/wsl/pull/261) - Support all go 1.25 versions by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​262](https://redirect.github.com/bombsimon/wsl/pull/262) - Ensure `CheckErr` takes precedence over all other cuddling rules by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​263](https://redirect.github.com/bombsimon/wsl/pull/263) - Update version by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​259](https://redirect.github.com/bombsimon/wsl/pull/259) **Full Changelog**: ### [`v5.7.0`](https://redirect.github.com/bombsimon/wsl/releases/tag/v5.7.0) [Compare Source](https://redirect.github.com/bombsimon/wsl/compare/v5.6.0...v5.7.0) ### ⚠️ DO NOT USE This was a pre-mature release containing regressions and unfinished changes. This release was never included in `golangci-lint` and will be replaced with v5.8.0 #### What's Changed - fix(deps): update module golang.org/x/tools to v0.42.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​232](https://redirect.github.com/bombsimon/wsl/pull/232) - Update go version by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​238](https://redirect.github.com/bombsimon/wsl/pull/238) - Update faulty doc for `branch-max-lines` flag by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​237](https://redirect.github.com/bombsimon/wsl/pull/237) - chore(deps): update dependency golangci/golangci-lint to v2.11.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​239](https://redirect.github.com/bombsimon/wsl/pull/239) - chore(deps): update dependency golangci/golangci-lint to v2.11.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​240](https://redirect.github.com/bombsimon/wsl/pull/240) - chore(deps): update dependency golangci/golangci-lint to v2.11.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​241](https://redirect.github.com/bombsimon/wsl/pull/241) - fix(deps): update module golang.org/x/tools to v0.43.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​242](https://redirect.github.com/bombsimon/wsl/pull/242) - chore(deps): update dependency golangci/golangci-lint to v2.11.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​246](https://redirect.github.com/bombsimon/wsl/pull/246) - chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by [@​scop](https://redirect.github.com/scop) in [#​247](https://redirect.github.com/bombsimon/wsl/pull/247) - Update module golang.org/x/tools to v0.44.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​249](https://redirect.github.com/bombsimon/wsl/pull/249) - feat: add cuddle-max-statements config by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​245](https://redirect.github.com/bombsimon/wsl/pull/245) - Fix decl grouping collapsing multiline composite literals by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​250](https://redirect.github.com/bombsimon/wsl/pull/250) - Update docs by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​251](https://redirect.github.com/bombsimon/wsl/pull/251) - Add `after-` checks by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​253](https://redirect.github.com/bombsimon/wsl/pull/253) - Fix `go`/`defer` not inspecting anonymous function bodies by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​255](https://redirect.github.com/bombsimon/wsl/pull/255) - Update version - prepare for release by [@​bombsimon](https://redirect.github.com/bombsimon) in [#​256](https://redirect.github.com/bombsimon/wsl/pull/256) #### New Contributors - [@​scop](https://redirect.github.com/scop) made their first contribution in [#​247](https://redirect.github.com/bombsimon/wsl/pull/247) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index dc34a7f82..0e248915e 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -53,7 +53,7 @@ require ( github.com/bkielbasa/cyclop v1.2.3 // indirect github.com/blizzy78/varnamelen v0.8.0 // indirect github.com/bombsimon/wsl/v4 v4.7.0 // indirect - github.com/bombsimon/wsl/v5 v5.6.0 // indirect + github.com/bombsimon/wsl/v5 v5.8.0 // indirect github.com/breml/bidichk v0.3.3 // indirect github.com/breml/errchkjson v0.4.1 // indirect github.com/butuzov/ireturn v0.4.1 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index b0adf029c..5d18321e4 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -79,8 +79,8 @@ github.com/blizzy78/varnamelen v0.8.0 h1:oqSblyuQvFsW1hbBHh1zfwrKe3kcSj0rnXkKzsQ github.com/blizzy78/varnamelen v0.8.0/go.mod h1:V9TzQZ4fLJ1DSrjVDfl89H7aMnTvKkApdHeyESmyR7k= github.com/bombsimon/wsl/v4 v4.7.0 h1:1Ilm9JBPRczjyUs6hvOPKvd7VL1Q++PL8M0SXBDf+jQ= github.com/bombsimon/wsl/v4 v4.7.0/go.mod h1:uV/+6BkffuzSAVYD+yGyld1AChO7/EuLrCF/8xTiapg= -github.com/bombsimon/wsl/v5 v5.6.0 h1:4z+/sBqC5vUmSp1O0mS+czxwH9+LKXtCWtHH9rZGQL8= -github.com/bombsimon/wsl/v5 v5.6.0/go.mod h1:Uqt2EfrMj2NV8UGoN1f1Y3m0NpUVCsUdrNCdet+8LvU= +github.com/bombsimon/wsl/v5 v5.8.0 h1:JTkyfs4yl8SPejrCF2GdABXE+mO1WvM7iUYzRWlsxDs= +github.com/bombsimon/wsl/v5 v5.8.0/go.mod h1:AbOLsulgkqP4ZnitHf9gwPtCOGlrzkk0jb0uNxRSY0o= github.com/breml/bidichk v0.3.3 h1:WSM67ztRusf1sMoqH6/c4OBCUlRVTKq+CbSeo0R17sE= github.com/breml/bidichk v0.3.3/go.mod h1:ISbsut8OnjB367j5NseXEGGgO/th206dVa427kR8YTE= github.com/breml/errchkjson v0.4.1 h1:keFSS8D7A2T0haP9kzZTi7o26r7kE3vymjZNeNDRDwg=