1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +02:00

chore(deps): update module github.com/antonboom/testifylint to v1.6.4 (#7359)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/Antonboom/testifylint](https://redirect.github.com/Antonboom/testifylint)
| `v1.6.1` -> `v1.6.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAntonboom%2ftestifylint/v1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAntonboom%2ftestifylint/v1.6.1/v1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Antonboom/testifylint
(github.com/Antonboom/testifylint)</summary>

###
[`v1.6.4`](https://redirect.github.com/Antonboom/testifylint/releases/tag/v1.6.4)

[Compare
Source](https://redirect.github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4)

#### What's Changed

- chore: better use of the Inspector by
[@&#8203;ldez](https://redirect.github.com/ldez) in
[#&#8203;264](https://redirect.github.com/Antonboom/testifylint/pull/264)

#### New Contributors

- [@&#8203;ldez](https://redirect.github.com/ldez) made their first
contribution in
[#&#8203;264](https://redirect.github.com/Antonboom/testifylint/pull/264)

**Full Changelog**:
<https://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4>

###
[`v1.6.3`](https://redirect.github.com/Antonboom/testifylint/releases/tag/v1.6.3)

[Compare
Source](https://redirect.github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3)

#### What's Changed

- Version support bug fixes
- Scan all files without any filtering by
[@&#8203;Antonboom](https://redirect.github.com/Antonboom) in
[#&#8203;262](https://redirect.github.com/Antonboom/testifylint/pull/262)
- equal-values: fix false positive with any by
[@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in
[#&#8203;246](https://redirect.github.com/Antonboom/testifylint/pull/246)

**Full Changelog**:
<https://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3>

###
[`v1.6.2`](https://redirect.github.com/Antonboom/testifylint/releases/tag/v1.6.2)

[Compare
Source](https://redirect.github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2)

#### What's Changed

- build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;239](https://redirect.github.com/Antonboom/testifylint/pull/239)
- Migrate to v2 of golangci-lint by
[@&#8203;Antonboom](https://redirect.github.com/Antonboom) in
[#&#8203;258](https://redirect.github.com/Antonboom/testifylint/pull/258)
- bump testify to 1.11.1 by
[@&#8203;Antonboom](https://redirect.github.com/Antonboom) in
[#&#8203;259](https://redirect.github.com/Antonboom/testifylint/pull/259)
- error-is-as: error-nil: support IsType and IsNotType by
[@&#8203;Antonboom](https://redirect.github.com/Antonboom) in
[#&#8203;260](https://redirect.github.com/Antonboom/testifylint/pull/260)
- expected-actual: support 'sub' (-) unary operation by
[@&#8203;Antonboom](https://redirect.github.com/Antonboom) in
[#&#8203;261](https://redirect.github.com/Antonboom/testifylint/pull/261)
- Version support via goreleaser by
[@&#8203;Antonboom](https://redirect.github.com/Antonboom) in
[#&#8203;263](https://redirect.github.com/Antonboom/testifylint/pull/263)

**Full Changelog**:
<https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2>

</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-12 15:33:08 +02:00
committed by GitHub
parent 285cbe9102
commit 0d5aa14d7b
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ require (
github.com/AlwxSin/noinlineerr v1.0.5 // indirect
github.com/Antonboom/errname v1.1.1 // indirect
github.com/Antonboom/nilnil v1.1.1 // indirect
github.com/Antonboom/testifylint v1.6.1 // indirect
github.com/Antonboom/testifylint v1.6.4 // indirect
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect

View File

@@ -20,8 +20,8 @@ github.com/Antonboom/errname v1.1.1 h1:bllB7mlIbTVzO9jmSWVWLjxTEbGBVQ1Ff/ClQgtPw
github.com/Antonboom/errname v1.1.1/go.mod h1:gjhe24xoxXp0ScLtHzjiXp0Exi1RFLKJb0bVBtWKCWQ=
github.com/Antonboom/nilnil v1.1.1 h1:9Mdr6BYd8WHCDngQnNVV0b554xyisFioEKi30sksufQ=
github.com/Antonboom/nilnil v1.1.1/go.mod h1:yCyAmSw3doopbOWhJlVci+HuyNRuHJKIv6V2oYQa8II=
github.com/Antonboom/testifylint v1.6.1 h1:6ZSytkFWatT8mwZlmRCHkWz1gPi+q6UBSbieji2Gj/o=
github.com/Antonboom/testifylint v1.6.1/go.mod h1:k+nEkathI2NFjKO6HvwmSrbzUcQ6FAnbZV+ZRrnXPLI=
github.com/Antonboom/testifylint v1.6.4 h1:gs9fUEy+egzxkEbq9P4cpcMB6/G0DYdMeiFS87UiqmQ=
github.com/Antonboom/testifylint v1.6.4/go.mod h1:YO33FROXX2OoUfwjz8g+gUxQXio5i9qpVy7nXGbxDD4=
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/Djarvur/go-err113 v0.1.0 h1:uCRZZOdMQ0TZPHYTdYpoC0bLYJKPEHPUJ8MeAa51lNU=