chore(deps): update all dependencies #34
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:
v3.5.2
->v3.5.3
v3.0.4
->v3.0.7
v4.0.0
->v4.1.0
v1.52.2
->v1.54.1
v1.9.0
->v1.9.3
v2.25.3
->v2.25.7
v2.3.2
->v2.21.3
v1.30.0
->v1.31.0
v2.3.1
->v2.5.1
Release Notes
actions/checkout (actions/checkout)
v3.5.3
Compare Source
actions/dependency-review-action (actions/dependency-review-action)
v3.0.7
: 3.0.7Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.0.7
v3.0.6
: 3.0.6Compare Source
Fixes a bug introduced in 3.0.5 where we raised PURL errors when Dependency Graph returns an empty
package_url
.v3.0.5
: 3.0.5Compare Source
What's Changed
Thanks to @theztefan, we now have a new
allow-dependencies-licenses
option that takes a list of dependencies that will be excluded from license checks. See the configuration options for more information on how to use it.New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.0.5
actions/setup-go (actions/setup-go)
v4.1.0
Compare Source
What's Changed
In scope of this release, slow installation on Windows was fixed by @dsame in https://github.com/actions/setup-go/pull/393 and OS version was added to
primaryKey
for Ubuntu runners to avoid conflicts (https://github.com/actions/setup-go/pull/383)This release also includes the following changes:
New Contributors
Full Changelog: actions/setup-go@v4...v4.1.0
v4.0.1
Compare Source
What's Changed
v4
by @dsame in https://github.com/actions/setup-go/pull/354xml2js
dependency by @dmitry-shibanov in https://github.com/actions/setup-go/pull/370@actions/cache
dependency to v3.2.1 by @nikolai-laevskii in https://github.com/actions/setup-go/pull/374New Contributors
Full Changelog: actions/setup-go@v4...v4.0.1
golangci/golangci-lint (github.com/golangci/golangci-lint)
v1.54.1
Compare Source
go-critic
: from 0.8.2 to 0.9.0v1.54.0
Compare Source
decorder
: from 0.2.3 to 0.4.0dupword
: from 0.0.11 to 0.0.12errorlint
: from 1.4.2 to 1.4.3exhaustruct
: from 2.3.0 to 3.1.0forbidigo
: from 1.5.3 to 1.6.0funlen
: from 0.0.3 to 0.1.0gci
: from 0.10.1 to 0.11.0ginkgolinter
: from 0.12.1 to 0.13.3go-critic
: from 0.8.1 to 0.8.2go-errorlint
: from 1.4.2 to 1.4.3go-exhaustruct
: from 2.3.0 to 3.1.0gocognit
: from 1.0.6 to 1.0.7gocritic
: from 0.8.1 to 0.8.2gofmt
: autofix missing newline at EOFmisspell
: 0.4.0 to 0.4.1musttag
: from 0.7.0 to 0.7.1paralleltest
: from 1.0.7 to 1.0.8tagalign
: from 1.2.2 to 1.3.2typecheck
: explain it and remove it from the linter listzerologlint
: from 0.1.2 to 0.1.3enable-all
Important
ruleguard
(a "rule" insidegocritic
) was disabled in this release (v1.54.0) and was enabled again in the next release (v1.54.1).exhaustruct
has breaking changes with regular expressions, more details here.v1.53.3
Compare Source
cyclop
: from 1.2.0 to 1.2.1exhaustive
: from 0.10.0 to 0.11.0forbidigo
: from 1.5.1 to 1.5.3ginkgolinter
: from 0.12.2 to 0.12.1ineffassign
: bump to HEADnakedret
: from 2.0.1 to 2.0.2zerologlint
: from 0.1.1 to 0.1.2v1.53.2
Compare Source
depguard
: from v2.0.1 to 2.1.0depguard
: throw error only when the linter is calledv1.53.1
Compare Source
depguard
: fix GOROOT detectionimportas
: fix duplication detection when aliases use regular expression replacement patternv1.53.0
Compare Source
gosmopolitan
: https://github.com/xen0n/gosmopolitanmirror
: https://github.com/butuzov/mirrortagalign
: https://github.com/4meepo/tagalignzerologlint
: https://github.com/ykadowak/zerologlintbodyclose
: bump to HEADcontainedctx
: from 1.0.2 to 1.0.3depguard
: migrate to v2errname
: from 0.1.9 to 0.1.10exhaustive
: from 0.9.5 to 0.10.0forbidigo
: better support for configuring complex rulesgci
: improve error messageginkgolinter
: add suppress-async-assertion optionginkgolinter
: from 0.9.0 to 0.12.0go-critic
: from 0.7.0 to 0.8.1go-errorlint
: from 1.4.0 to 1.4.2gofumpt
: from 0.4.0 to 0.5.0gosec
: convert global settings as map with proper key typegosec
: from 2.15.0 to 2.16.0importas
: detect duplicate alias or package in the configurationimportas
: fix typo in logsireturn
: from 0.1.1 to 0.2.0musttag
: from 0.5.0 to 0.7.0nakedret
: to 2.0.1nilnil
: from 0.1.3 to 0.1.5paralleltest
: from 1.0.6 to 1.0.7revive
: from 1.3.1 to 1.3.2tagliatelle
: from 0.4.0 to 0.5.0usestdlibvars
: fix configurationgolang.org/x/tools
: from 0.7.0 to 0.9.2mnd
: clarify ignore usage examples to be regexpstagliatelle
: update documentationsirupsen/logrus (github.com/sirupsen/logrus)
v1.9.3
Compare Source
Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3
v1.9.2
Compare Source
Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2
v1.9.1
Compare Source
What's Changed
New Contributors
Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1
urfave/cli (github.com/urfave/cli/v2)
v2.25.7
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.6...v2.25.7
v2.25.6
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.5...v2.25.6
v2.25.5
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.4...v2.25.5
v2.25.4
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.25.3...v2.25.4
github/codeql-action (github/codeql-action)
v2.21.3
Compare Source
v2.21.2
Compare Source
v2.21.1
Compare Source
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
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.31.0
Compare Source
Notable changes
New Features
Minor performance improvements
Bug fixes
step-security/harden-runner (step-security/harden-runner)
v2.5.1
Compare Source
What's Changed
*.actions.githubusercontent.com
. GitHub Actions recently started making calls to additional sub-domains for this domain. Please update to this latest version of harden-runner to allow these new endpoints.Full Changelog: step-security/harden-runner@v2...v2.5.1
v2.5.0
Compare Source
What's Changed
Release v2.5.0 by @h0x0er and @varunsh-coder in https://github.com/step-security/harden-runner/pull/325
This release:
Full Changelog: step-security/harden-runner@v2...v2.5.0
v2.4.1
Compare Source
What's Changed
Release v2.4.1 by @varunsh-coder and @Devils-Knight in https://github.com/step-security/harden-runner/pull/309
This release
Full Changelog: step-security/harden-runner@v2...v2.4.1
v2.4.0
Compare Source
What's Changed
Adds support for wildcard domains in
block
mode. e.g. you can add*.data.mcr.microsoft.com:443
to the allowed list, and egress traffic will be allowed toeastus.data.mcr.microsoft.com:443
andwestus.data.mcr.microsoft.com:443
.Link to documentation.
Full Changelog: step-security/harden-runner@v2...v2.4.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.