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): update all dependencies #59

Merged
merged 1 commit into from
Dec 18, 2024
Merged

fix(deps): update all dependencies #59

merged 1 commit into from
Dec 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v4.0.2 -> v4.2.0 age adoption passing confidence
actions/checkout action minor v4.1.1 -> v4.2.2 age adoption passing confidence
actions/dependency-review-action action minor v4.2.5 -> v4.5.0 age adoption passing confidence
actions/setup-go action minor v5.0.0 -> v5.2.0 age adoption passing confidence
github.com/golangci/golangci-lint require minor v1.57.2 -> v1.62.2 age adoption passing confidence
github.com/urfave/cli/v2 require patch v2.27.1 -> v2.27.5 age adoption passing confidence
github/codeql-action action minor v3.24.10 -> v3.27.9 age adoption passing confidence
go (source) toolchain minor 1.22.2 -> 1.23.4 age adoption passing confidence
google.golang.org/protobuf require minor v1.33.0 -> v1.36.0 age adoption passing confidence
step-security/harden-runner action minor v2.7.0 -> v2.10.2 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.3...v4.3.4

v4.3.3: Notes for v4.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2

v4.3.1

Compare Source

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See https://github.com/actions/dependency-review-action/pull/753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

Compare Source

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

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

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

v5.0.2

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.0.2

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.62.2

Compare Source

  1. Updated linters
    • fatcontext: from 0.5.2 to 0.5.3
    • ginkgolinter: from 0.18.0 to 0.18.3
    • go-errorlint: from 1.6.0 to 1.7.0
    • iface: from 1.2.0 to 1.2.1
    • revive: from 1.5.0 to 1.5.1
    • testifylint: from 1.5.0 to 1.5.2
  2. Misc.
    • fix: ignore cache error when file not found

v1.62.1

Compare Source

Cancelled due to CI failure.

v1.62.0

Compare Source

  1. New linters
  2. Updated linters
    • ⚠️ execinquery: deprecation step 2
    • ⚠️ gomnd: deprecation step 2 (replaced by mnd)
    • bidichk: from 0.2.7 to 0.3.2 (important performance improvement)
    • canonicalheader: from 1.1.1 to 1.1.2
    • cyclop: from 1.2.1 to 1.2.3
    • dupword: from 0.1.1 to 0.1.3
    • errcheck: from 1.7.0 to 1.8.0
    • errchkjson: from 0.3.6 to 0.4.0
    • errname: from 0.1.13 to 1.0.0
    • ginkgolinter: from 0.17.0 to 0.18.0 (new option: force-succeed)
    • go-check-sumtype: from 0.1.4 to 0.2.0 (new option: default-signifies-exhaustive)
    • go-critic: from 0.11.4 to 0.11.5
    • go-printf-func-name: from 7558a9e to v0.1.0
    • godot: from 1.4.17 to 1.4.18
    • gosec: from 2.21.2 to 2.21.4
    • intrange: from 0.2.0 to 0.2.1
    • loggercheck: from 0.9.4 to 0.10.1 (log/slog support)
    • musttag: from 0.12.2 to 0.13.0
    • nakedret: from 2.0.4 to 2.0.5
    • nilnil: from 0.1.9 to 1.0.0 (new option: detect-opposite)
    • noctx: from 0.0.2 to 0.1.0
    • protogetter: from 0.3.6 to 0.3.8
    • revive: from 1.3.9 to 1.5.0 (new rules: filename-format, and file-length-limit)
    • tenv: from 1.10.0 to 1.12.1 (handle dot import)
    • testifylint: from 1.4.3 to 1.5.0 (new checkers: contains, encoded-compare, regexp)
  3. Misc.
    • Type sizing when cross-compiling (32-bit).
    • code-climate: add check_name field
    • Improve Go version detection
    • Fix Go version propagation
  4. Documentation
    • Adds a section about exclude-dirs-use-default
    • Improve 'install from sources' section
    • Improve FAQ about Go versions
    • Improve linter/rule/check docs
    • Improve new linter section
    • Improve forbidigo pattern examples for built-in functions

v1.61.0

Compare Source

  1. Enhancements
    • Add junit-xml-extended format
    • Exclude Swagger Codegen files by default
  2. Updated linters
    • dupword: from 0.0.14 to 0.1.1
    • fatcontext: from 0.4.0 to 0.5.2
    • gci: from 0.13.4 to 0.13.5 (new option no-lex-order)
    • go-ruleguard: from 0.4.2 to 0fe6f58 (fix panic with custom linters)
    • godot: from 1.4.16 to 1.4.17
    • gomodguard: from 1.3.3 to 1.3.5
    • gosec: disable temporarily G407
    • gosec: from ab3f6c1 to 2.21.2 (partially fix G115)
    • intrange: from 0.1.2 to 0.2.0
    • nolintlint: remove the empty line in the directive replacement
  3. Misc.
    • Improve runtime version parsing
  4. Documentation
    • Add additional info about typecheck

v1.60.3

Compare Source

v1.60.2

Compare Source

v1.60.1

Compare Source

v1.60.0

Compare Source

v1.59.1

Compare Source

  1. Updated linters
    • go-errorlint: from 1.5.1 to 1.5.2
    • gomnd: deprecated configuration compatibility
    • intrange: add style preset
    • misspell: from 0.5.1 to 0.6.0
    • sloglint: from 0.7.0 to 0.7.1
    • testifylint: from 1.3.0 to 1.3.1
    • unparam: bump to HEAD
    • usestdlibvars: from 1.25.0 to 1.26.0
  2. Fixes
    • SARIF: init empty result slice
    • SARIF: issue column >= 1
  3. Documentation
    • update revive configuration

v1.59.0

Compare Source

v1.58.2

Compare Source

  1. Updated linters
    • canonicalheader: from 1.0.6 to 1.1.1
    • gosec: from 2.19.0 to 2.20.0
    • musttag: from 0.12.1 to 0.12.2
    • nilnil: from 0.1.8 to 0.1.9
  2. Documentation
    • Improve integrations and install pages

v1.58.1

Compare Source

v1.58.0

Compare Source

urfave/cli (github.com/urfave/cli/v2)

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.2...v2.27.3

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

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

v3.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v3.27.6

Compare Source

v3.27.5

Compare Source

v3.27.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024
  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more in


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.0 chore(deps): update github/codeql-action action to v3.25.1 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.1 chore(deps): update all dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 9ef3cb9 to a690868 Compare April 27, 2024 15:38
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 271d47f to 2b0ed75 Compare May 6, 2024 17:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a7f17e4 to 2479c77 Compare May 13, 2024 15:14
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 220b8fb to af86839 Compare May 22, 2024 03:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 34caf0a to 42caaf2 Compare May 31, 2024 14:34
@renovate renovate bot force-pushed the renovate/all branch from 42caaf2 to 643dad1 Compare June 4, 2024 17:02
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.2 -> v2.0.5
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 -> v0.0.0-20240521201337-686a1a2994c1
File name: hack/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 64 additional dependencies were updated

Details:

Package Change
github.com/4meepo/tagalign v1.3.3 -> v1.3.4
github.com/Abirdcfly/dupword v0.0.14 -> v0.1.3
github.com/Antonboom/errname v0.1.12 -> v1.0.0
github.com/Antonboom/nilnil v0.1.7 -> v1.0.0
github.com/Antonboom/testifylint v1.2.0 -> v1.5.2
github.com/BurntSushi/toml v1.3.2 -> v1.4.1-0.20240526193622-a339e1f7089c
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0 -> v3.3.0
github.com/alecthomas/go-check-sumtype v0.1.4 -> v0.2.0
github.com/alexkohler/nakedret/v2 v2.0.4 -> v2.0.5
github.com/bkielbasa/cyclop v1.2.1 -> v1.2.3
github.com/bombsimon/wsl/v4 v4.2.1 -> v4.4.1
github.com/breml/bidichk v0.2.7 -> v0.3.2
github.com/breml/errchkjson v0.3.6 -> v0.4.0
github.com/butuzov/mirror v1.1.0 -> v1.2.0
github.com/ckaznocha/intrange v0.1.1 -> v0.2.1
github.com/daixiang0/gci v0.12.3 -> v0.13.5
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.5
github.com/ghostiam/protogetter v0.3.5 -> v0.3.8
github.com/go-critic/go-critic v0.11.2 -> v0.11.5
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 -> v2.2.1
github.com/gofrs/flock v0.8.1 -> v0.12.1
github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e -> v0.0.0-20240816233607-d8596aa466a9
github.com/golangci/misspell v0.4.1 -> v0.6.0
github.com/golangci/revgrep v0.5.2 -> v0.5.3
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/jjti/go-spancheck v0.5.3 -> v0.6.2
github.com/karamaru-alpha/copyloopvar v1.0.10 -> v1.1.0
github.com/kisielk/errcheck v1.7.0 -> v1.8.0
github.com/leonklingele/grouper v1.1.1 -> v1.1.2
github.com/mattn/go-runewidth v0.0.9 -> v0.0.16
github.com/mgechev/revive v1.3.7 -> v1.5.1
github.com/moricho/tparallel v0.3.1 -> v0.3.2
github.com/nunnatsa/ginkgolinter v0.16.2 -> v0.18.3
github.com/pelletier/go-toml/v2 v2.2.0 -> v2.2.3
github.com/polyfloyd/go-errorlint v1.4.8 -> v1.7.0
github.com/quasilyte/go-ruleguard v0.4.2 -> v0.4.3-0.20240823090925-0fe6f58b47b1
github.com/sashamelentyev/usestdlibvars v1.25.0 -> v1.27.0
github.com/securego/gosec/v2 v2.19.0 -> v2.21.4
github.com/sivchari/tenv v1.7.1 -> v1.12.1
github.com/sonatard/noctx v0.0.2 -> v0.1.0
github.com/spf13/cobra v1.7.0 -> v1.8.1
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/tetafro/godot v1.4.16 -> v1.4.18
github.com/timonwong/loggercheck v0.9.4 -> v0.10.1
github.com/tomarrell/wrapcheck/v2 v2.8.3 -> v2.9.0
github.com/ultraware/whitespace v0.1.0 -> v0.1.1
github.com/uudashr/gocognit v1.1.2 -> v1.1.3
github.com/yeya24/promlinter v0.2.0 -> v0.3.0
gitlab.com/bosi/decorder v0.4.1 -> v0.4.2
go-simpler.org/musttag v0.9.0 -> v0.13.0
go-simpler.org/sloglint v0.5.0 -> v0.7.2
go.uber.org/automaxprocs v1.5.3 -> v1.6.0
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f -> v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/mod v0.16.0 -> v0.22.0
golang.org/x/sync v0.6.0 -> v0.9.0
golang.org/x/sys v0.18.0 -> v0.27.0
golang.org/x/text v0.14.0 -> v0.18.0
golang.org/x/tools v0.19.0 -> v0.27.0
google.golang.org/protobuf v1.33.0 -> v1.34.2
honnef.co/go/tools v0.4.7 -> v0.5.1
mvdan.cc/gofumpt v0.6.0 -> v0.7.0
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 -> v0.0.0-20240528143540-8a5130ca722f

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2085b93 to f356425 Compare June 7, 2024 15:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 13a5bb0 to f9fedf0 Compare October 14, 2024 19:40
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 5e56861 to 5200cdc Compare October 28, 2024 19:50
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0525dc9 to 2dc02f3 Compare November 12, 2024 23:17
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d0f4596 to 5ad9237 Compare November 20, 2024 23:10
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ec6723d to ecc5b94 Compare December 5, 2024 17:40
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d152259 to af664ac Compare December 12, 2024 23:40
@paralin paralin merged commit eca3418 into master Dec 18, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all branch December 18, 2024 07:14
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.

1 participant