1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/internal/tools
renovate[bot] fb2dbdab35 chore(deps): update module github.com/bombsimon/wsl/v5 to v5.8.0 (#8287)
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

<details>
<summary>bombsimon/wsl (github.com/bombsimon/wsl/v5)</summary>

###
[`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
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;258](https://redirect.github.com/bombsimon/wsl/pull/258)
- Add `cuddle-group` check by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;257](https://redirect.github.com/bombsimon/wsl/pull/257)
- `defer` allows any expression with intersecting variables by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;260](https://redirect.github.com/bombsimon/wsl/pull/260)
- Treat `go` cuddling same as `defer` by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;261](https://redirect.github.com/bombsimon/wsl/pull/261)
- Support all go 1.25 versions by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;262](https://redirect.github.com/bombsimon/wsl/pull/262)
- Ensure `CheckErr` takes precedence over all other cuddling rules by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;263](https://redirect.github.com/bombsimon/wsl/pull/263)
- Update version by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;259](https://redirect.github.com/bombsimon/wsl/pull/259)

**Full Changelog**:
<https://github.com/bombsimon/wsl/compare/v5.7.0...v5.8.0>

###
[`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
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;232](https://redirect.github.com/bombsimon/wsl/pull/232)
- Update go version by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;238](https://redirect.github.com/bombsimon/wsl/pull/238)
- Update faulty doc for `branch-max-lines` flag by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;237](https://redirect.github.com/bombsimon/wsl/pull/237)
- chore(deps): update dependency golangci/golangci-lint to v2.11.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;239](https://redirect.github.com/bombsimon/wsl/pull/239)
- chore(deps): update dependency golangci/golangci-lint to v2.11.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;240](https://redirect.github.com/bombsimon/wsl/pull/240)
- chore(deps): update dependency golangci/golangci-lint to v2.11.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;241](https://redirect.github.com/bombsimon/wsl/pull/241)
- fix(deps): update module golang.org/x/tools to v0.43.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;242](https://redirect.github.com/bombsimon/wsl/pull/242)
- chore(deps): update dependency golangci/golangci-lint to v2.11.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;246](https://redirect.github.com/bombsimon/wsl/pull/246)
- chore(deps): switch from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by
[@&#8203;scop](https://redirect.github.com/scop) in
[#&#8203;247](https://redirect.github.com/bombsimon/wsl/pull/247)
- Update module golang.org/x/tools to v0.44.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;249](https://redirect.github.com/bombsimon/wsl/pull/249)
- feat: add cuddle-max-statements config by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;245](https://redirect.github.com/bombsimon/wsl/pull/245)
- Fix decl grouping collapsing multiline composite literals by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;250](https://redirect.github.com/bombsimon/wsl/pull/250)
- Update docs by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;251](https://redirect.github.com/bombsimon/wsl/pull/251)
- Add `after-` checks by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;253](https://redirect.github.com/bombsimon/wsl/pull/253)
- Fix `go`/`defer` not inspecting anonymous function bodies by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;255](https://redirect.github.com/bombsimon/wsl/pull/255)
- Update version - prepare for release by
[@&#8203;bombsimon](https://redirect.github.com/bombsimon) in
[#&#8203;256](https://redirect.github.com/bombsimon/wsl/pull/256)

#### New Contributors

- [@&#8203;scop](https://redirect.github.com/scop) made their first
contribution in
[#&#8203;247](https://redirect.github.com/bombsimon/wsl/pull/247)

**Full Changelog**:
<https://github.com/bombsimon/wsl/compare/v5.6.0...v5.7.0>

</details>

---

### 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.

---

- [ ] <!-- 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/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-30 15:58:18 -07:00
..