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

chore(deps): update all non-major dependencies #274

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v3.5.2 -> v3.5.3
actions/setup-go action patch v4.0.0 -> v4.0.1
anchore/sbom-action action patch v0.14.1 -> v0.14.3
github.com/golangci/golangci-lint require minor v1.52.2 -> v1.53.3
github.com/muesli/termenv require patch v0.15.1 -> v0.15.2
github.com/stretchr/testify require patch v1.8.2 -> v1.8.4
github/codeql-action action minor v2.2.12 -> v2.21.0
golang.org/x/vuln require minor v0.0.0-20230414205624-d3666e3e8dbb -> v0.2.0
goreleaser/goreleaser-action action minor v4.2.0 -> v4.3.0
sigstore/cosign-installer action minor v3.0.2 -> v3.1.1

Release Notes

actions/checkout (actions/checkout)

v3.5.3

Compare Source

actions/setup-go (actions/setup-go)

v4.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v4...v4.0.1

anchore/sbom-action (anchore/sbom-action)

v0.14.3

Compare Source

Changes in v0.14.3

v0.14.2

Compare Source

Changes in v0.14.2
golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.53.3

Compare Source

  1. updated linters:
    • cyclop: from 1.2.0 to 1.2.1
    • exhaustive: from 0.10.0 to 0.11.0
    • forbidigo: from 1.5.1 to 1.5.3
    • ginkgolinter: from 0.12.2 to 0.12.1
    • ineffassign: bump to HEAD
    • nakedret: from 2.0.1 to 2.0.2
    • zerologlint: from 0.1.1 to 0.1.2
  2. misc.
    • codeclimate: reduce memory allocation
    • support illumos/amd64

v1.53.2

Compare Source

  1. updated linters
    • depguard: from v2.0.1 to 2.1.0
  2. misc.
    • depguard: throw error only when the linter is called

v1.53.1

Compare Source

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

v1.53.0

Compare Source

  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
muesli/termenv (github.com/muesli/termenv)

v0.15.2

Compare Source

What's Changed

Full Changelog: muesli/termenv@v0.15.1...v0.15.2

stretchr/testify (github.com/stretchr/testify)

v1.8.4

Compare Source

v1.8.3

Compare Source

github/codeql-action (github/codeql-action)

v2.21.0

Compare Source

v2.20.4

Compare Source

v2.20.3

Compare Source

v2.20.2

Compare Source

v2.20.1

Compare Source

v2.20.0

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.2.0...v4.3.0

sigstore/cosign-installer (sigstore/cosign-installer)

v3.1.1

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: sigstore/cosign-installer@v3.0.5...v3.1.0

v3.0.5

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3.0.4...v3.0.5

v3.0.4

Compare Source

v3.0.3

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3.0.2...v3.0.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

danielzwink
danielzwink previously approved these changes Apr 23, 2023
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.3.0 chore(deps): update all non-major dependencies Apr 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 19e06de to 0579336 Compare April 27, 2023 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 12b8f56 to 0d03325 Compare May 7, 2023 20:34
danielzwink
danielzwink previously approved these changes May 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 286ffa4 to cf86416 Compare June 3, 2023 19:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4212d83 to 76dc3a6 Compare June 15, 2023 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 390aeca to 3f1ece8 Compare June 27, 2023 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8f57608 to 059f448 Compare July 3, 2023 11:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 059f448 to ad66809 Compare July 6, 2023 16:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c03843e to 79ca9f2 Compare July 20, 2023 05:59
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79ca9f2 to a3b1297 Compare July 20, 2023 06:01
@brumhard brumhard merged commit 45eef86 into main Jul 20, 2023
5 checks passed
@brumhard brumhard deleted the renovate/all-minor-patch branch July 20, 2023 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants