newrelic / nri-haproxy

New Relic Infrastructure HAproxy Integration
MIT License
1 stars 9 forks source link

Bump github.com/golangci/golangci-lint from 1.44.0 to 1.46.2 #70

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/golangci/golangci-lint from 1.44.0 to 1.46.2.

Release notes

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

v1.46.2

Changelog

  • a3336890 build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#2858)
  • e889b405 bump github.com/lufeee/execinquery from v1.2.0 to v1.2.1 (#2853)
  • d8bf2434 bump github.com/polyfloyd/go-errorlint to v1.0.0 (#2855)
  • b504325d thelper: allow to disable one option (#2854)

v1.46.1

Changelog

  • 044f0a17 bump github.com/lufeee/execinquery from v1.0.0 to v1.2.0 (#2845)

v1.46.0

Changelog

  • b8c061e5 Add execinquery linter (#2677)
  • 333187c0 Add nonamedreturns linter (#2701)
  • 89e6cd66 Add nosprintfhostport linter (#2749)
  • ff93f271 build(deps): bump actions/setup-go from 2 to 3 (#2763)
  • 68f5ceab build(deps): bump github.com/Antonboom/errname from 0.1.5 to 0.1.6 (#2758)
  • b8f973e5 build(deps): bump github.com/Antonboom/nilnil from 0.1.0 to 0.1.1 (#2757)
  • d335b96f build(deps): bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (#2755)
  • 4aa082a3 build(deps): bump github.com/breml/bidichk from 0.2.2 to 0.2.3 (#2698)
  • 97adeb3d build(deps): bump github.com/breml/errchkjson from 0.2.3 to 0.3.0 (#2695)
  • a8723d66 build(deps): bump github.com/fzipp/gocyclo from 0.4.0 to 0.5.0 (#2693)
  • e87bd577 build(deps): bump github.com/fzipp/gocyclo from 0.5.0 to 0.5.1 (#2756)
  • f7a66d01 build(deps): bump github.com/go-critic/go-critic from 0.6.2 to 0.6.3 (#2759)
  • 29820052 build(deps): bump github.com/ldez/gomoddirectives from 0.2.2 to 0.2.3 (#2793)
  • 00b1b711 build(deps): bump github.com/mgechev/revive from 1.1.4 to 1.2.0 (#2741)
  • f3684052 build(deps): bump github.com/mgechev/revive from 1.2.0 to 1.2.1 (#2760)
  • 8edcc41b build(deps): bump github.com/nishanths/predeclared from 0.2.1 to 0.2.2 (#2761)
  • 1b1c7206 build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2691)
  • f3c9bd15 build(deps): bump github.com/securego/gosec/v2 from 2.10.0 to 2.11.0 (#2697)
  • 7d24a49c build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.2 to 3.22.3 (#2740)
  • 8537612d build(deps): bump github.com/shirou/gopsutil/v3 from 3.22.3 to 3.22.4 (#2792)
  • 80c4a76d build(deps): bump github.com/sivchari/tenv from 1.4.7 to 1.5.0 (#2739)
  • 62ab4108 build(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#2770)
  • 7bed0859 build(deps): bump github.com/stbenjam/no-sprintf-host-port (#2781)
  • b0ff233b build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.5.0 to 2.6.0 (#2696)
  • b7e13d6d build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.6.0 to 2.6.1 (#2791)
  • acceecf6 build(deps): bump github/codeql-action from 1 to 2 (#2782)
  • e4945f75 build(deps): bump honnef.co/go/tools from 0.2.2 to 0.3.0 (#2738)
  • 5c77c1b9 build(deps): bump honnef.co/go/tools from 0.3.0 to 0.3.1 (#2780)
  • 4472864d build(deps): bump minimist from 1.2.5 to 1.2.6 in /.github/contributors (#2685)
  • 10cc667b build(deps): bump minimist from 1.2.5 to 1.2.6 in /tools (#2686)
  • 7c94fe39 build(deps): bump moment from 2.25.3 to 2.29.2 in /.github/contributors (#2753)
  • 74ffd77c build(deps): bump mvdan.cc/gofumpt from 0.3.0 to 0.3.1 (#2694)
  • 293b83d8 build(deps): bump peter-evans/create-pull-request from 3 to 4 (#2699)
  • bb2fb452 bump deadcode to HEAD (#2704)
  • 7086a944 bump github.com/kulti/thelper from 0.5.1 to 0.6.2 (#2742)

... (truncated)

Changelog

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

v1.46.2

  1. updated linters:
    • execinquery: bump from v1.2.0 to v1.2.1
    • errorlint: bump to v1.0.0
    • thelper: allow to disable one option
  2. documentation:
    • rename .golangci.example.yml to .golangci.reference.yml
    • add containedctx linter to the list of available linters

v1.46.1

  1. updated linters:
    • execinquery: bump from v0.6.0 to v0.6.1
  2. documentation:
    • add missing linters

v1.46.0

  1. new linters:
  2. updated linters:
    • bidichk: from 0.2.2 to 0.2.3
    • deadcode: bump to HEAD
    • errchkjson: from 0.2.3 to 0.3.0
    • errname: from 0.1.5 to 0.1.6
    • go-critic: from 0.6.2 to 0.6.3
    • gocyclo: from 0.4.0 to 0.5.1
    • gofumpt from 0.3.0 to 0.3.1
    • gomoddirectives: from 0.2.2 to 0.2.3
    • gosec: from 2.10.0 to 2.11.0
    • honnef.co/go/tools: from 0.2.2to 0.3.1 (go1.18 support)
    • nilnil: from 0.1.0 to 0.1.1
    • nonamedreturns: bump from 1.0.0 to 1.0.1
    • predeclared: from 0.2.1 to 0.2.2
    • promlinter: bump to v0.2.0
    • revive: from 1.1.4 to 1.2.1
    • tenv: from 1.4.7 to 1.5.0
    • thelper: from 0.5.1 to 0.6.2
    • unused: fix false-positive
    • varnamelen: bump to v0.8.0
    • wrapcheck: from 2.5.0 to 2.6.1
    • exhaustivestruct: This linter is deprecated use exhaustruct instead.
  3. documentation:
    • Update "Shell Completion" instruction on Linux
    • Update FAQ page
  4. misc:

... (truncated)

Commits
  • a333689 build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#2858)
  • b504325 thelper: allow to disable one option (#2854)
  • d8bf243 bump github.com/polyfloyd/go-errorlint to v1.0.0 (#2855)
  • 4deb32f docs: rename .golangci.example.yml to .golangci.reference.yml (#2857)
  • e889b40 bump github.com/lufeee/execinquery from v1.2.0 to v1.2.1 (#2853)
  • 9684688 docs: add containedctx linter to the list of available linters (#2850)
  • 86321a5 docs: Update documentation and assets (#2846)
  • 044f0a1 bump github.com/lufeee/execinquery from v1.0.0 to v1.2.0 (#2845)
  • 59971a1 fix: fix typo for errchkjson (#2842)
  • 5a28742 docs: add missing linters (#2841)
  • 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)
dependabot[bot] commented 2 years ago

Looks like github.com/golangci/golangci-lint is up-to-date now, so this is no longer needed.