-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: bump github.com/golangci/golangci-lint from 1.57.1 to 1.57.2 in /hack/tools #208
Merged
rbtr
merged 1 commit into
main
from
dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.57.2
Apr 2, 2024
Merged
deps: bump github.com/golangci/golangci-lint from 1.57.1 to 1.57.2 in /hack/tools #208
rbtr
merged 1 commit into
main
from
dependabot/go_modules/hack/tools/github.com/golangci/golangci-lint-1.57.2
Apr 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.1 to 1.57.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.57.1...v1.57.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
rbtr
approved these changes
Apr 2, 2024
hainenber
pushed a commit
to hainenber/retina
that referenced
this pull request
Apr 4, 2024
… /hack/tools (microsoft#208) Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.1 to 1.57.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's releases</a>.</em></p> <blockquote> <h2>v1.57.2</h2> <p>For key updates, see the <a href="https://golangci-lint.run/product/changelog/#v1572">changelog</a>.</p> <p><code>golangci-lint</code> is a free and open-source project built by volunteers.</p> <p>If you value it, consider supporting us, the <a href="https://github.com/golangci/golangci-lint?tab=readme-ov-file#contributors">maintainers</a> and <a href="https://golangci-lint.run/product/thanks/">linter authors</a>.</p> <p>We appreciate it! ❤️</p> <h2>Changelog</h2> <ul> <li>94a01793 build(deps): bump github.com/ckaznocha/intrange from 0.1.0 to 0.1.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4570">#4570</a>)</li> <li>9558299e build(deps): bump github.com/jgautheron/goconst from 1.7.0 to 1.7.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4555">#4555</a>)</li> <li>b78225bd build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.8 to 1.0.9 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4565">#4565</a>)</li> <li>5a668425 build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.9 to 1.0.10 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4584">#4584</a>)</li> <li>afd670b9 build(deps): bump github.com/kkHAIKE/contextcheck from 1.1.4 to 1.1.5 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4564">#4564</a>)</li> <li>03acb644 build(deps): bump github.com/ldez/gomoddirectives from 0.2.3 to 0.2.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4580">#4580</a>)</li> <li>4d2fa7b3 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.16.1 to 0.16.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4569">#4569</a>)</li> <li>66ec75e7 fix: display warnings on deprecated linter options (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4568">#4568</a>)</li> <li>77a8601a fix: hide useless warning (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4587">#4587</a>)</li> <li>3cff8687 fix: missing output format (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4574">#4574</a>)</li> <li>5ae78cd2 fix: the TeamCity inspectionType service message (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4573">#4573</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's changelog</a>.</em></p> <blockquote> <h3>v1.57.2</h3> <ol> <li>Updated linters <ul> <li><code>contextcheck</code>: from 1.1.4 to 1.1.5</li> <li><code>copyloopvar</code>: from 1.0.8 to 1.0.10</li> <li><code>ginkgolinter</code>: from 0.16.1 to 0.16.2</li> <li><code>goconst</code>: from 1.7.0 to 1.7.1</li> <li><code>gomoddirectives</code>: from 0.2.3 to 0.2.4</li> <li><code>intrange</code>: from 0.1.0 to 0.1.1</li> </ul> </li> <li>Misc. <ul> <li>fix: display warnings on deprecated linter options</li> <li>fix: missing <code>colored-tab</code> output format</li> <li>fix: TeamCity <code>inspectionType</code> service message</li> </ul> </li> <li>Documentation <ul> <li>Remove invalid example about mixing files and directory</li> <li>Improve linters page</li> </ul> </li> </ol> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint/commit/77a8601aa372eaab3ad2d7fa1dffa71f28005393"><code>77a8601</code></a> fix: hide useless warning (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4587">#4587</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/5a668425555cf50b955e458448f9af24440afe57"><code>5a66842</code></a> build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.9 to 1.0.10 ...</li> <li><a href="https://github.com/golangci/golangci-lint/commit/c0379205d7be0dba28b0cb37e609aaac0c0f95e5"><code>c037920</code></a> build(deps): bump express from 4.18.2 to 4.19.2 in /docs (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4581">#4581</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/03acb64417be31d0b9aa191f68ac18d6b10eb5e8"><code>03acb64</code></a> build(deps): bump github.com/ldez/gomoddirectives from 0.2.3 to 0.2.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4580">#4580</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/87a35e63a9880c5a116132119d0953008a653535"><code>87a35e6</code></a> dev: organize golinters package (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4578">#4578</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/085ac85a4ef01b2c4448811724a85b4b54997382"><code>085ac85</code></a> dev: minor clean up (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4577">#4577</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/840ef6229a87930051405aa7adc25708e87269dd"><code>840ef62</code></a> dev: remove unused markdownlint config file (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4576">#4576</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/3cff868790c143a7de8962cbc846dfd4ccbd5f17"><code>3cff868</code></a> fix: missing output format (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4574">#4574</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/5ae78cd2ff156e9bb3a4b90829849d57ca57092a"><code>5ae78cd</code></a> fix: the TeamCity inspectionType service message (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4573">#4573</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/66ec75e75f71097c39c60bf295d68248c29679f9"><code>66ec75e</code></a> fix: display warnings on deprecated linter options (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4568">#4568</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint/compare/v1.57.1...v1.57.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependencies
Pull requests that update a dependency file
area/infra
Test, Release, or CI Infrastructure
lang/go
The Go Programming Language
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/golangci/golangci-lint from 1.57.1 to 1.57.2.
Release notes
Sourced from github.com/golangci/golangci-lint's releases.
Changelog
Sourced from github.com/golangci/golangci-lint's changelog.
Commits
77a8601
fix: hide useless warning (#4587)5a66842
build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.0.9 to 1.0.10 ...c037920
build(deps): bump express from 4.18.2 to 4.19.2 in /docs (#4581)03acb64
build(deps): bump github.com/ldez/gomoddirectives from 0.2.3 to 0.2.4 (#4580)87a35e6
dev: organize golinters package (#4578)085ac85
dev: minor clean up (#4577)840ef62
dev: remove unused markdownlint config file (#4576)3cff868
fix: missing output format (#4574)5ae78cd
fix: the TeamCity inspectionType service message (#4573)66ec75e
fix: display warnings on deprecated linter options (#4568)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)