Skip to content

Commit 0d5aa14

Browse files
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**: <Antonboom/testifylint@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**: <Antonboom/testifylint@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**: <Antonboom/testifylint@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>
1 parent 285cbe9 commit 0d5aa14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/AlwxSin/noinlineerr v1.0.5 // indirect
3030
github.com/Antonboom/errname v1.1.1 // indirect
3131
github.com/Antonboom/nilnil v1.1.1 // indirect
32-
github.com/Antonboom/testifylint v1.6.1 // indirect
32+
github.com/Antonboom/testifylint v1.6.4 // indirect
3333
github.com/BurntSushi/toml v1.5.0 // indirect
3434
github.com/Djarvur/go-err113 v0.1.0 // indirect
3535
github.com/Masterminds/semver/v3 v3.4.0 // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/Antonboom/errname v1.1.1 h1:bllB7mlIbTVzO9jmSWVWLjxTEbGBVQ1Ff/ClQgtPw
2020
github.com/Antonboom/errname v1.1.1/go.mod h1:gjhe24xoxXp0ScLtHzjiXp0Exi1RFLKJb0bVBtWKCWQ=
2121
github.com/Antonboom/nilnil v1.1.1 h1:9Mdr6BYd8WHCDngQnNVV0b554xyisFioEKi30sksufQ=
2222
github.com/Antonboom/nilnil v1.1.1/go.mod h1:yCyAmSw3doopbOWhJlVci+HuyNRuHJKIv6V2oYQa8II=
23-
github.com/Antonboom/testifylint v1.6.1 h1:6ZSytkFWatT8mwZlmRCHkWz1gPi+q6UBSbieji2Gj/o=
24-
github.com/Antonboom/testifylint v1.6.1/go.mod h1:k+nEkathI2NFjKO6HvwmSrbzUcQ6FAnbZV+ZRrnXPLI=
23+
github.com/Antonboom/testifylint v1.6.4 h1:gs9fUEy+egzxkEbq9P4cpcMB6/G0DYdMeiFS87UiqmQ=
24+
github.com/Antonboom/testifylint v1.6.4/go.mod h1:YO33FROXX2OoUfwjz8g+gUxQXio5i9qpVy7nXGbxDD4=
2525
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
2626
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
2727
github.com/Djarvur/go-err113 v0.1.0 h1:uCRZZOdMQ0TZPHYTdYpoC0bLYJKPEHPUJ8MeAa51lNU=

0 commit comments

Comments
 (0)