Skip to content
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

fix(deps): bump github.com/golangci/golangci-lint from 1.52.2 to 1.53.1 in /tools #222

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2023

Bumps github.com/golangci/golangci-lint from 1.52.2 to 1.53.1.

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.53.1

golangci-lint is a free and open-source project, built by people in their free time. Also, the linter authors are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️

https://golangci-lint.run/product/thanks/

Changelog

  • dd7c3d1a depguard: fix GOROOT detection (#3866)
  • e5243324 importas: fix duplication detection when aliases use regular expression replacement pattern (#3869)

v1.53.0

golangci-lint is a free and open-source project, built by people in their free time. Also, the linter authors are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️

https://golangci-lint.run/product/thanks/

Changelog

  • 8674597b add linter zerologlint (#3726)
  • 0b570964 add loongarch64 to the install script (#3741)
  • 134f2e04 add tagalign linter (#3709)
  • 7d4d898a bodyclose: bump to HEAD (#3792)
  • 90cec269 build(deps): bump github.com/Antonboom/errname from 0.1.9 to 0.1.10 (#3834)
  • a1786679 build(deps): bump github.com/Antonboom/nilnil from 0.1.3 to 0.1.4 (#3755)
  • f0871179 build(deps): bump github.com/Antonboom/nilnil from 0.1.4 to 0.1.5 (#3836)
  • 13de2502 build(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.0 (#3860)
  • 8f8c68ab build(deps): bump github.com/alexkohler/nakedret to 2.0.1 (#3760)
  • f6488946 build(deps): bump github.com/butuzov/ireturn from 0.1.1 to 0.2.0 (#3794)
  • aad2e225 build(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /tools (#3831)
  • 4405fe65 build(deps): bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible in /tools (#3765)
  • 7dcc1a1a build(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible in /tools (#3818)
  • bc616e8b build(deps): bump github.com/go-critic/go-critic from 0.7.0 to 0.8.0 (#3810)
  • 7d04f34e build(deps): bump github.com/go-critic/go-critic from 0.8.0 to 0.8.1 (#3842)
  • 251ceaa2 build(deps): bump github.com/goreleaser/nfpm/v2 from 2.25.1 to 2.29.0 in /tools (#3847)
  • 60f1f1b4 build(deps): bump github.com/kunwardeep/paralleltest from 1.0.6 to 1.0.7 (#3859)
  • 51955752 build(deps): bump github.com/ldez/tagliatelle from 0.4.0 to 0.5.0 (#3782)
  • 6fffff0c build(deps): bump github.com/mgechev/revive from 1.3.1 to 1.3.2 (#3845)
  • 69f929b2 build(deps): bump github.com/nishanths/exhaustive from 0.9.5 to 0.10.0 (#3733)
  • 95e21163 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.10.0 to 0.11.0 (#3756)
  • 58182e78 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.11.0 to 0.11.2 (#3811)
  • 4af546a7 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.11.2 to 0.12.0 (#3822)
  • ba0a69c1 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.9.0 to 0.10.0 (#3734)
  • d42f373e build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.0 to 1.4.1 (#3821)
  • 390a36c6 build(deps): bump github.com/polyfloyd/go-errorlint from 1.4.1 to 1.4.2 (#3837)
  • 8bbb6555 build(deps): bump github.com/securego/gosec/v2 from 2.15.0 to 2.16.0 (#3843)
  • 872f4bde build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.2 to 3.23.3 (#3754)

... (truncated)

Changelog

Sourced from github.com/golangci/golangci-lint's changelog.

v1.53.1

  1. misc.
    • depguard: fix GOROOT detection
    • importas: fix duplication detection when aliases use regular expression replacement pattern

v1.53.0

  1. new linters
  2. updated linters
    • bodyclose: bump to HEAD
    • containedctx: from 1.0.2 to 1.0.3
    • depguard: migrate to v2
    • errname: from 0.1.9 to 0.1.10
    • exhaustive: from 0.9.5 to 0.10.0
    • forbidigo: better support for configuring complex rules
    • gci: improve error message
    • ginkgolinter: add suppress-async-assertion option
    • ginkgolinter: from 0.9.0 to 0.12.0
    • go-critic: from 0.7.0 to 0.8.1
    • go-errorlint: from 1.4.0 to 1.4.2
    • gofumpt: from 0.4.0 to 0.5.0
    • gosec: convert global settings as map with proper key type
    • gosec: from 2.15.0 to 2.16.0
    • importas: detect duplicate alias or package in the configuration
    • importas: fix typo in logs
    • ireturn: from 0.1.1 to 0.2.0
    • musttag: from 0.5.0 to 0.7.0
    • nakedret: to 2.0.1
    • nilnil: from 0.1.3 to 0.1.5
    • paralleltest: from 1.0.6 to 1.0.7
    • revive: from 1.3.1 to 1.3.2
    • tagliatelle: from 0.4.0 to 0.5.0
    • usestdlibvars: fix configuration
  3. misc.
    • golang.org/x/tools: from 0.7.0 to 0.9.2
    • add loongarch64 to the install script
    • output: add colored-tab
    • remove warning when the config file is explicitly stdin
    • rules: support inverted path match
  4. Documentation
    • mnd: clarify ignore usage examples to be regexps
    • tagliatelle: update documentation
    • improve features section
    • update supported Go versions FAQ
Commits
  • e524332 importas: fix duplication detection when aliases use regular expression repla...
  • dd7c3d1 depguard: fix GOROOT detection (#3866)
  • 0adfd63 docs: Update documentation and assets
  • 9f2528a mirror: linter that suggest using alternative string/[]byte functions (#3825)
  • 13de250 build(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.0 (#3860)
  • 60f1f1b build(deps): bump github.com/kunwardeep/paralleltest from 1.0.6 to 1.0.7 (#3859)
  • 5c9863a build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 (#3858)
  • 0aea352 build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#3857)
  • 0520232 dev: simplify issues and enabled set tests (#3832)
  • afd0ba5 forbidigo: better support for configuring complex rules (#3612)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [github.com/golangci/golangci-lint](https:/golangci/golangci-lint) from 1.52.2 to 1.53.1.
- [Release notes](https:/golangci/golangci-lint/releases)
- [Changelog](https:/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.52.2...v1.53.1)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the kind/deps label Jun 2, 2023
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 2, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 2, 2023

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Ajpantuso
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 2, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 2, 2023

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 2, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 2, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Ajpantuso, dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Ajpantuso
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 2, 2023
@openshift-merge-robot openshift-merge-robot merged commit bc4e59d into main Jun 2, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.53.1 branch June 2, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/deps lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants