Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Bump github.com/golangci/golangci-lint from 1.41.1 to 1.51.1 in /tools #33

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 11, 2023

Bumps github.com/golangci/golangci-lint from 1.41.1 to 1.51.1.

Release notes

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

v1.51.1

Changelog

  • 5a9bd925 build(deps): bump github.com/go-toolsmith/astcopy from v1.0.2 to v1.0.3 (#3560)
  • 54f8bd65 build(deps): bump github.com/junk1tm/musttag from 0.4.3 to 0.4.4 (#3564)
  • f866ad86 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.0 to 0.8.1 (#3562)
  • b0b0e4cc build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
  • 193ad931 build(deps): bump github.com/sanposhiho/wastedassign/v2 from 2.0.6 to 2.0.7 (#2160)
  • 53fde129 build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (#3544)
  • b87d2c19 build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.7.0 to 2.8.0 (#3563)
  • a48b00a9 ginkgolinter: fix panic (#3553)
  • 06e3515f ineffassign: bump to HEAD (#3550)
  • 7beb2fb7 staticcheck: bump to v0.4.0 (#3551)

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). ❤️

v1.51.0

Changelog

  • 26dde52d Add the ginkgolinter linter (#3369)
  • 74b768aa Add timeformat to govet analysers (#3353)
  • 6f7f8aeb Build NetBSD binaries (#3442)
  • 49e5bc09 Revert "build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.10 to 3.22.11" (#3397)
  • ec4b34de build(deps): bump 4d63.com/gocheckcompilerdirectives from 1.1.0 to 1.2.0 (#3497)
  • 08f09143 build(deps): bump 4d63.com/gocheckcompilerdirectives from 1.2.0 to 1.2.1 (#3519)
  • 5631503e build(deps): bump 4d63.com/gochecknoglobals from 0.1.0 to 0.2.1 (#3496)
  • abe878d8 build(deps): bump docker/build-push-action from 3 to 4 (#3522)
  • 17ceb18f build(deps): bump github.com/Abirdcfly/dupword from 0.0.7 to 0.0.8 (#3333)
  • 9e813183 build(deps): bump github.com/Abirdcfly/dupword from 0.0.8 to 0.0.9 (#3422)
  • 7c4b7fd6 build(deps): bump github.com/daixiang0/gci from 0.8.1 to 0.8.2 (#3330)
  • 3ed68cbf build(deps): bump github.com/daixiang0/gci from 0.8.2 to 0.8.5 (#3367)
  • 5a17666b build(deps): bump github.com/daixiang0/gci from 0.8.5 to 0.9.0 (#3379)
  • 8ed6146e build(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 (#3520)
  • 6eee9165 build(deps): bump github.com/junk1tm/musttag from 0.4.1 to 0.4.3 (#3499)
  • b155355b build(deps): bump github.com/kisielk/errcheck from 1.6.2 to 1.6.3 (#3482)
  • 9d5b6bee build(deps): bump github.com/kyoh86/exportloopref from 0.1.8 to 0.1.9 (#3317)
  • a2fd652e build(deps): bump github.com/kyoh86/exportloopref from 0.1.9 to 0.1.11 (#3368)
  • f2906972 build(deps): bump github.com/ldez/tagliatelle from 0.3.1 to 0.4.0 (#3483)
  • 5cd85830 build(deps): bump github.com/leonklingele/grouper from 1.1.0 to 1.1.1 (#3372)
  • b1268223 build(deps): bump github.com/mgechev/revive from 1.2.4 to 1.2.5 (#3517)
  • 7fb30212 build(deps): bump github.com/nishanths/exhaustive from 0.8.3 to 0.9.2 (#3381)
  • 453ff483 build(deps): bump github.com/nishanths/exhaustive from 0.9.2 to 0.9.3 (#3392)
  • e5aaa0a8 build(deps): bump github.com/nishanths/exhaustive from 0.9.3 to 0.9.5 (#3444)
  • 17c6cbb9 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.6.0 to 0.7.1 (#3500)
  • 0eb5e264 build(deps): bump github.com/polyfloyd/go-errorlint from 1.0.5 to 1.0.6 (#3380)
  • 5ddece4f build(deps): bump github.com/quasilyte/go-ruleguard/dsl from 0.3.21 to 0.3.22 (#3443)
  • a9acb8db build(deps): bump github.com/ryancurrah/gomodguard from 1.2.4 to 1.3.0 (#3518)

... (truncated)

Changelog

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

v1.51.1

  1. updated linters
    • ginkgolinter: from 0.7.1 to 0.8.1
    • ineffassign: bump to HEAD
    • musttag: from 0.4.3 to 0.4.4
    • sqlclosecheck: from 0.3.0 to 0.4.0
    • staticcheck: bump to v0.4.0
    • wastedassign: from 2.0.6 to 2.0.7
    • wrapcheck: from 2.7.0 to 2.8.0

v1.51.0

  1. new linters
  2. updated linters
    • bodyclose: to HEAD
    • dupword: from 0.0.7 to 0.0.9
    • errcheck: from 1.6.2 to 1.6.3
    • exhaustive: from 0.8.3 to 0.9.5
    • exportloopref: from 0.1.8 to 0.1.11
    • gci: from 0.8.1 to 0.9.0
    • ginkgolinter: from 0.6.0 to 0.7.1
    • go-errorlint: from 1.0.5 to 1.0.6
    • go-ruleguard: from 0.3.21 to 0.3.22
    • gocheckcompilerdirectives: from 1.1.0 to 1.2.1
    • gochecknoglobals: from 0.1.0 to 0.2.1
    • gomodguard: from 1.2.4 to 1.3.0
    • gosec: from 2.13.1 to 2.14.0
    • govet: Add timeformat to analysers
    • grouper: from 1.1.0 to 1.1.1
    • musttag: from 0.4.1 to 0.4.3
    • revive: from 1.2.4 to 1.2.5
    • tagliatelle: from 0.3.1 to 0.4.0
    • tenv: from 1.7.0 to 1.7.1
    • unparam: bump to HEAD
    • usestdlibvars: from 1.20.0 to 1.21.1
    • wsl: fix force-err-cuddling flag
  3. misc.
    • go1.20 support
    • remove deprecated linters from presets
    • Build NetBSD binaries
    • Build loong64 binaries
  4. Documentation
    • goimport: improve documentation for local-prefixes
    • gomnd: add missing always ignored functions
    • nolint: fix typo
    • tagliatelle usage typo

... (truncated)

Commits
  • b87d2c1 build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.7.0 to 2.8.0 (#3563)
  • 54f8bd6 build(deps): bump github.com/junk1tm/musttag from 0.4.3 to 0.4.4 (#3564)
  • f866ad8 build(deps): bump github.com/nunnatsa/ginkgolinter from 0.8.0 to 0.8.1 (#3562)
  • 6d69ba1 dev: replace deprecated command with environment file (#3558)
  • 5a9bd92 build(deps): bump github.com/go-toolsmith/astcopy from v1.0.2 to v1.0.3 (#3560)
  • 7beb2fb staticcheck: bump to v0.4.0 (#3551)
  • 06e3515 ineffassign: bump to HEAD (#3550)
  • a48b00a ginkgolinter: fix panic (#3553)
  • b0b0e4c build(deps): bump github.com/ryanrolds/sqlclosecheck from 0.3.0 to 0.4.0 (#3545)
  • 193ad93 build(deps): bump github.com/sanposhiho/wastedassign/v2 from 2.0.6 to 2.0.7 (...
  • 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://github.com/golangci/golangci-lint) from 1.41.1 to 1.51.1.
- [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.41.1...v1.51.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 11, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 25, 2023

Superseded by #34.

@dependabot dependabot bot closed this Feb 25, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.51.1 branch February 25, 2023 01:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants