chore(deps): update all dependencies #53
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.0.0
->v4.0.2
v4.0.0
->v4.2.5
v1.5.3
->v1.5.4
v1.55.2
->v1.57.2
v3.23.1
->v3.24.10
v2.6.1
->v2.7.0
Release Notes
actions/cache (actions/cache)
v4.0.2
Compare Source
v4.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4...v4.0.1
actions/dependency-review-action (actions/dependency-review-action)
v4.2.5
: 4.2.5Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.2.4...v4.2.5
v4.2.4
Compare Source
What's Changed
Fixed a bug in the output of OpenSSF cards for GitHub Actions.
New Contributors
Full Changelog: actions/dependency-review-action@v4.2.3...v4.2.4
v4.2.3
: 4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v4.1.3...v4.2.3
v4.1.3
: 4.1.3Compare Source
Fixes a bug in 4.1.2 that would introduce comments in every pull request, regardless of the user's configuration (see https://github.com/actions/dependency-review-action/issues/697).
Full Changelog: actions/dependency-review-action@v4.1.2...v4.1.3
v4.1.2
: 4.1.2Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v4.1.1...v4.1.2
v4.1.1
: 4.1.1Compare Source
What's Changed
undici
to fix GHSA-wqq4-5wpv-mx2gFull Changelog: actions/dependency-review-action@v4.1.0...v4.1.1
v4.1.0
: 4.1.0Compare Source
What's Changed
warn-only
by @tgrall in https://github.com/actions/dependency-review-action/pull/432Added a new configuration option (
warn-only
, boolean) that makes the action always succeed while still displaying found vulnerabilities in the log.New Contributors
Full Changelog: actions/dependency-review-action@v4...v4.1.0
golang/protobuf (github.com/golang/protobuf)
v1.5.4
Compare Source
Notable changes
golangci/golangci-lint (github.com/golangci/golangci-lint)
v1.57.2
Compare Source
v1.57.1
Compare Source
Changelog
87b6bf1
build(deps): bump github.com/golangci/plugin-module-register from 0.1.0 to 0.1.1 (#4549)921d535
build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 (#4548)cd890db
fix: filter invalid issues before other processors (#4552)v1.57.0
Compare Source
v1.56.2
Compare Source
go-critic
: from 0.11.0 to 0.11.1gosec
: from 2.18.2 to 2.19.0testifylint
: from 1.1.1 to 1.1.2usestdlibvars
: from 1.24.0 to 1.25.0wsl
: from 4.2.0 to 4.2.1new-from-rev
andnew-from-patch
v1.56.1
Compare Source
errcheck
: from 1.6.3 to 1.7.0govet
: disableloopclosure
with go1.22revive
: from 1.3.6 to 1.3.7testifylint
: from 1.1.0 to 1.1.1v1.56.0
Compare Source
spancheck
: https://github.com/jjti/go-spancheckdepguard
: from 2.1.0 to 2.2.0exhaustive
: from 0.11.0 to 0.12.0exhaustruct
: from 3.1.0 to 3.2.0gci
: from 0.11.2 to 0.12.1ginkgolinter
: from 0.14.1 to 0.15.2go-check-sumtype
: from 0.1.3 to 0.1.4go-critic
: from 0.9.0 to 0.11.0go-errorlint
: from 1.4.5 to 1.4.8go-spancheck
: from 0.4.2 to 0.5.2goconst
: from 1.6.0 to 1.7.0godot
: from 1.4.15 to 1.4.16gofumpt
: from 0.5.0 to 0.6.0inamedparam
: from 0.1.2 to 0.1.3ineffassign
: from 0.0.0-20230610083614-0e73809eb601 to 0.1.0ireturn
: from 0.2.2 to 0.3.0misspell
: add mode optionmusttag
: from v0.7.2 to v0.8.0paralleltest
: from 1.0.8 to 1.0.9perfsprint
: from 0.2.0 to 0.6.0protogetter
: from 0.2.3 to 0.3.4revive
: from 1.3.4 to 1.3.6sloglint
: add static-msg optionsloglint
: from 0.1.2 to 0.4.0testifylint
: from 0.2.3 to 1.1.0unparam
: from2022122
-7455f1af531d to2024010
-c549a3470d14whitespace
: update after moving to theanalysis
packagewsl
: from 3.4.0 to 4.2.0zerologlint
: from 0.1.3 to 0.1.5noctx
description.golangci.reference.yml
.golangci.reference.yml
defaultstypecheck
: improve FAQexhaustruct
: note that struct regular expressions are expected to match the entirepackage/name/structname
wrapcheck
: adjustignoreSigs
to new defaultsImportant
testifylint
has breaking changes about enabling/disabling checks:If you were using the option
enable
with a filtered list of checks, you should either adddisable-all: true
(1) or usedisable
field (2).Example (1)
- suite-dont-use-pkg
Example (2)
github/codeql-action (github/codeql-action)
v3.24.10
Compare Source
v3.24.9
Compare Source
v3.24.8
Compare Source
v3.24.7
Compare Source
v3.24.6
Compare Source
v3.24.5
Compare Source
v3.24.4
Compare Source
v3.24.3
Compare Source
v3.24.2
Compare Source
v3.24.1
Compare Source
v3.24.0
Compare Source
v3.23.2
Compare Source
step-security/harden-runner (step-security/harden-runner)
v2.7.0
Compare Source
What's Changed
Release 2.7.0 by @varunsh-coder and @h0x0er in https://github.com/step-security/harden-runner/pull/376
This release:
Full Changelog: step-security/harden-runner@v2...v2.7.0
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.
This PR has been generated by Mend Renovate. View repository job log here.