google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
833 stars 125 forks source link

Bump github.com/golangci/golangci-lint from 1.29.0 to 1.44.1 #106

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/golangci/golangci-lint from 1.29.0 to 1.44.1.

Release notes

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

v1.44.1

Changelog

  • bf442005 Revert "build(deps): bump github.com/sylvia7788/contextcheck from 1.0.4 to 1.0.5 (#2534)" (#2538)
  • 39a76b86 build(deps): bump ajv from 6.12.2 to 6.12.6 in /.github/peril (#2564)
  • 9d047929 build(deps): bump github.com/breml/bidichk from 0.2.1 to 0.2.2 (#2572)
  • 18c25f79 build(deps): bump github.com/breml/errchkjson from 0.2.1 to 0.2.2 (#2559)
  • af6159c8 build(deps): bump github.com/breml/errchkjson from 0.2.2 to 0.2.3 (#2570)
  • b221c97b build(deps): bump github.com/kulti/thelper from 0.5.0 to 0.5.1 (#2535)
  • 015c8e5b build(deps): bump github.com/ldez/tagliatelle from 0.3.0 to 0.3.1 (#2557)
  • 331073af build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2556)
  • 19e87134 build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2571)
  • 717b99c0 build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.12 to 3.22.1 (#2558)
  • 181c61f8 build(deps): bump github.com/sylvia7788/contextcheck from 1.0.4 to 1.0.5 (#2534)
  • f7d2406d bump github.com/daixiang0/gci from 0.2.9 to 0.3.0 (#2532)
  • 05e7d32e bump github.com/mgechev/revive from v1.1.3 to v1.1.4 (#2576)
  • 8d3c6e12 bump varnamelen from v0.5.0 to v0.6.0 (#2551)
  • 07f9b12e docs(decorder): fix disable-init-func-first-check: false elaboration (#2560)
  • 3d733a2a fix debug output (#2531)
  • 9a70e9a4 gci: fix configuration naming (#2578)

v1.44.0

Changelog

  • 32cf48ed Add "grouper" linter (#2497)
  • 63f150ea Add decorder linter (#2453)
  • 55358972 Add errchkjson linter (#2362)
  • e3d0247e Add maintidx linter (#2435)
  • d2093896 Add support for multiple outputs (#2386)
  • efb35995 Bump github.com/ashanbrown/forbidigo from 1.2.0 to 1.3.0 (#2487)
  • 6e2e51d8 Bump makezero to v1.1.0 (#2490)
  • e788757b Ensure that the Issues key in JSON format is a list (#2358)
  • eaed228d Print error text in tag content for more readable junit report (#2460)
  • b5d8e698 Return error if any linter fails to run (#2471)
  • ec58c481 Show deprecated mark in the CLI linters help (#2350)
  • 68f530a8 add containedctx linter (#2382)
  • c53eb78a asciicheck: bump to v0.1.1 (#2510)
  • ae537189 bodyclose: bump to HEAD (#2508)
  • ba3453d2 build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#2383)
  • 80659f85 build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 (#2491)
  • 8bc95624 build(deps): bump github.com/breml/bidichk from 0.2.0 to 0.2.1 (#2354)
  • f311ffd2 build(deps): bump github.com/breml/errchkjson from 0.2.0 to 0.2.1 (#2493)
  • ec2820c5 build(deps): bump github.com/esimonov/ifshort from 1.0.3 to 1.0.4 (#2436)
  • 83962f47 build(deps): bump github.com/fzipp/gocyclo from 0.3.1 to 0.4.0 (#2425)
  • 6ddb9071 build(deps): bump github.com/go-critic/go-critic from 0.6.1 to 0.6.2 (#2474)
  • a79803fa build(deps): bump github.com/kulti/thelper from 0.4.0 to 0.5.0 (#2492)
  • 9e129498 build(deps): bump github.com/ldez/tagliatelle from 0.2.0 to 0.3.0 (#2454)
  • 0ac5d371 build(deps): bump github.com/mattn/go-colorable from 0.1.11 to 0.1.12 (#2384)
  • 620bd9bb build(deps): bump github.com/mgechev/revive from 1.1.2 to 1.1.3 (#2517)
  • ecbb9c47 build(deps): bump github.com/nishanths/exhaustive from 0.3.6 to 0.6.0 (#2353)
  • fc888cf0 build(deps): bump github.com/nishanths/exhaustive from 0.6.0 to 0.7.11 (#2371)
  • 88d3ec0f build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2455)

... (truncated)

Changelog

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

v1.44.1

  1. updated linters:
    • bidichk: from 0.2.1 to 0.2.2
    • errchkjson: from 0.2.1 to 0.2.3
    • thelper: from 0.5.0 to 0.5.1
    • tagliatelle: from 0.3.0 to 0.3.1
    • gopsutil: from 3.21.12 to 3.22.1
    • gci: from 0.2.9 to 0.3.0
    • revive: from v1.1.3 to v1.1.4
    • varnamelen: from v0.5.0 to v0.6.0
  2. documentation:
    • linters: improve configuration pages
    • decorder: fix disable-init-func-first-check: false elaboration
  3. misc:
    • fix debug output

v1.44.0

  1. new linters:
  2. updated linters:
    • asciicheck: bump to v0.1.1
    • bidichk: from 0.1.1 to 0.2.1
    • bodyclose: bump to HEAD
    • decorder: from 0.2.0 to 0.2.1
    • depguard: from 1.0.1 to 1.1.0
    • errchkjson: from 0.2.0 to 0.2.1
    • errorlint: bump to HEAD
    • exhaustive: drop deprecated/unused settings
    • exhaustive: from v0.2.3 to 0.7.11
    • forbidigo: from 1.2.0 to 1.3.0
    • forcetypeassert: bump to v0.1.0
    • gocritic: from 0.6.1 to 0.6.2
    • gocritic: support autofix
    • gocyclo: from 0.3.1 to 0.4.0
    • godot: add period option
    • gofumpt: from 0.1.1 to 0.2.1
    • gomnd: from 2.4.0 to 2.5.0
    • gomnd: new configuration
    • gosec: from 2.9.1 to 2.9.6
    • ifshort: from 1.0.3 to 1.0.4
    • ineffassign: bump to HEAD
    • makezero: to v1.1.0
    • promlinter: from v0.1.0 to HEAD
    • revive: fix enableAllRules

... (truncated)

Commits
  • 9a70e9a gci: fix configuration naming (#2578)
  • 05e7d32 bump github.com/mgechev/revive from v1.1.3 to v1.1.4 (#2576)
  • af6159c build(deps): bump github.com/breml/errchkjson from 0.2.2 to 0.2.3 (#2570)
  • 9d04792 build(deps): bump github.com/breml/bidichk from 0.2.1 to 0.2.2 (#2572)
  • 19e8713 build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2571)
  • 03efba9 build(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /docs (#2567)
  • f7d2406 bump github.com/daixiang0/gci from 0.2.9 to 0.3.0 (#2532)
  • 39a76b8 build(deps): bump ajv from 6.12.2 to 6.12.6 in /.github/peril (#2564)
  • 07f9b12 docs(decorder): fix disable-init-func-first-check: false elaboration (#2560)
  • 331073a build(deps): bump github.com/quasilyte/go-ruleguard/dsl (#2556)
  • 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

Superseded by #107.