chore(deps): update all non-major dependencies #385
Closed
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:
v2.3.0
->v2.6.0
v0.0.0-20220915213326-b383ff0e9ca1
->v0.0.3
v0.8.1
->v0.9.0
v2.1.0
->v2.1.1
v0.2.0
->v0.4.0
1.21.4
->1.22.1
1.52.2
->1.57.1
1.22.1
->1.24.0
Release Notes
alecthomas/assert (github.com/alecthomas/assert/v2)
v2.6.0
Compare Source
v2.5.0
Compare Source
v2.4.1
Compare Source
v2.4.0
Compare Source
alecthomas/go-thrift (github.com/alecthomas/go-thrift)
v0.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: alecthomas/go-thrift@v0.0.1...v0.0.3
v0.0.2
: Initial versioned releaseCompare Source
What's Changed
go install
part by @lc0 in https://github.com/alecthomas/go-thrift/pull/3New Contributors
Full Changelog: https://github.com/alecthomas/go-thrift/commits/v0.0.2
alecthomas/kong (github.com/alecthomas/kong)
v0.9.0
Compare Source
alecthomas/participle (github.com/alecthomas/participle/v2)
v2.1.1
Compare Source
Changelog
f8e85da
fix: support embedded union interfaces9d97a23
chore(deps): update dependency goreleaser to v1.22.1 (#380)d79defd
chore(deps): update dependency goreleaser to v1.22.0ff04bfb
chore(deps): update dependency go to v1.21.455a37ec
chore(deps): update dependency goreleaser to v1.21.27ec1a55
fix(deps): update module github.com/alecthomas/kong to v0.8.13b1e83b
chore(deps): update dependency go to v1.21.3 (#373)b90730f
chore(deps): update dependency go to v1.21.2 (#372)61cdfe1
chore(deps): update dependency goreleaser to v1.21.11f51283
chore(deps): update dependency goreleaser to v1.21.0d887254
fix(deps): update module github.com/alecthomas/participle/v2 to v2.1.0alecthomas/repr (github.com/alecthomas/repr)
v0.4.0
Compare Source
v0.3.0
Compare Source
golang/go (go)
v1.22.1
v1.22.0
v1.21.8
v1.21.7
v1.21.6
v1.21.5
golangci/golangci-lint (golangci-lint)
v1.57.1
contextcheck
).v1.57.0
copyloopvar
: https://github.com/karamaru-alpha/copyloopvarintrange
: https://github.com/ckaznocha/intrangedupword
: from 0.0.13 to 0.0.14gci
: from 0.12.1 to 0.12.3ginkgolinter
: from 0.15.2 to 0.16.1 (new optionforce-expect-to
,validate-async-intervals
, andforbid-spec-pollution
)go-critic
: from 0.11.1 to 0.11.2go-critic
: support ofenable-all
anddisable-all
optionsgo-spancheck
: from 0.5.2 to 0.5.3gomodguard
: from 1.3.0 to 1.3.1govet
: deprecation ofcheck-shadowing
govet
: disable temporarilyhttpresponse
because of a bug https://github.com/golang/go/issues/66259misspell
: addextra-words
musttag
: from 0.8.0 to 0.9.0nakedret
: from 2.0.2 to 2.0.4paralleltest
: from 1.0.9 to 1.0.10perfsprint
: from 0.6.0 to 0.7.1 (new optionstrconcat
)protogetter
: from 0.3.4 to 0.3.5revive
: addexclude
optionsloglint
: from 0.4.0 to 0.5.0 (new optionno-global
)staticcheck
: from 0.4.6 to 0.4.7testifylint
: from 1.1.2 to 1.2.0 (new optionbool-compare
)unconvert
: to HEAD (new optionsfast-math
andsafe
)wrapcheck
: from 2.8.1 to 2.8.3copyloopvar
andintrange
on Go < 1.22--enable-only
)output.sort-order
)run.concurrency=0
verify
command to check the configuration against the JSON Schemaissues.exclude-generated-strict
)severity
from linters (@linter
)gosec
output.formats.path
mergeLineIssues
on multiple issuesdeadcode
,exhaustivestruct
,golint
,ifshort
,interfacer
,maligned
,nosnakecase
,scopelint
,structcheck
,varcheck
)show-stats
option fromrun
tooutput
configuration sectionrun.skip-xxx
options byissues.exclude-xxx
optionsoutput.format
byoutput.formats
with a new file configuration syntaxGOTOOLCHAIN=auto
inside the Docker imagesenable-all
.deadline
) have been removed.v1.56.2
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.1v1.56.1
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
spancheck
linter 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.5exhaustruct
struct regular expressions are expected to match the entirepackage/name/structname
Important
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)
v1.55.2
ireturn
: from 0.2.1 to 0.2.2ginkgolinter
: from 0.14.0 to 0.14.1v1.55.1
gosec
: from 2.18.1 to 2.18.2revgrep
: from v0.5.0 to v0.5.2 (support git < 2.41.0)v1.55.0
gochecksumtype
: https://github.com/alecthomas/go-check-sumtypeinamedparam
: https://github.com/macabu/inamedparamperfsprint
: https://github.com/catenacyber/perfsprintprotogetter
: https://github.com/ghostiam/protogettersloglint
: https://github.com/go-simpler/sloglinttestifylint
: https://github.com/Antonboom/testifylintbidichk
: from 0.2.4 to 0.2.7decorder
: from 0.4.0 to 0.4.1dupword
: from 0.0.12 to 0.0.13errchkjson
: from 0.3.1 to 0.3.6gci
: from 0.11.0 to 0.11.2ginkgolinter
: from 0.13.5 to 0.14.0go-errorlint
: from 1.4.4 to 1.4.5gocognit
: from 1.0.7 to 1.1.0goconst
: from 1.5.1 to 1.6.0godot
: from 1.4.14 to 1.4.15gofmt
: update to HEADgoimports
: update to HEADgosec
: from 2.17.0 to 2.18.1gosmopolitan
: from 1.2.1 to 1.2.2govet
: addappends
analyzerireturn
: from 0.2.0 to 0.2.1protogetter
: from 0.2.2 to 0.2.3revgrep
: from745bb2f
to v0.5.0revive
: from 1.3.2 to 1.3.4sqlclosecheck
: from 0.4.0 to 0.5.1staticcheck
: from 0.4.5 to 0.4.6tagalign
: from 1.3.2 to 1.3.3unused
: support passing in optionsgosec
: add G602 to includes/excludes inside .golangci.reference.ymlv1.54.2
errname
: from 0.1.10 to 0.1.12ginkgolinter
: from 0.13.3 to 0.13.5go-errorlint
: from 1.4.3 to 1.4.4godot
: from 1.4.11 to 1.4.14gosec
: from 2.16.0 to 2.17.0musttag
: from 0.7.1 to 0.7.2nilnil
: from 0.1.5 to 0.1.7staticcheck
: from 0.4.3 to 0.4.5usestdlibvars
: from 1.23.0 to 1.24.0govet
: add missingdirective
andslog
passesv1.54.1
go-critic
: from 0.8.2 to 0.9.0v1.54.0
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
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
depguard
: from v2.0.1 to 2.1.0depguard
: throw error only when the linter is calledv1.53.1
depguard
: fix GOROOT detectionimportas
: fix duplication detection when aliases use regular expression replacement patternv1.53.0
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 documentationgoreleaser/goreleaser (goreleaser)
v1.24.0
Changelog
New Features
ee7a1e6
: feat(artifactory): publish source archives too, log when no archives found (#4586) (@caarlos0)189aa15
: feat(blob): acl support for s3 (@caarlos0)e800061
: feat(blob): allow to customize whether to force path style (@caarlos0)88ebab0
: feat(blob): cache_control (@caarlos0)a342f02
: feat(blob): content disposition (@caarlos0)5040227
: feat(blob): deprecate disableSSL (@caarlos0)0f57398
: feat(blob): deprecate kmskey (@caarlos0)b294759
: feat(nfpm): add .Format tmpl var (@caarlos0)765d534
: feat(nfpm): support libraries (#4587) (@caarlos0)1ba3138
: feat(tmpl): .GitTreeState and .IsGitClean (@caarlos0)5d44ed1
: feat(tmpl): contains (@caarlos0)f724460
: feat: --skip=chocolately (@twpayne)5e9f01e
: feat: --skip=nfpm (@caarlos0)29f30b6
: feat: deprecated changelog.skip in favor of changelog.disable (@caarlos0)12469c4
: feat: store which action is being taken in the context (#4508) (@caarlos0)Security updates
e91a0f5
: sec(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0 (#4505) (@dependabot[bot])5df54b7
: sec: do not log env when --verbose (@caarlos0)Bug fixes
ac398de
: fix(brew): improve handling of single os (#4562) (@caarlos0)917cae5
: fix(config): handle relative git repos (#4575) (@aauren)2ced7ac
: fix(docker): remove --builder=default from default args when use=buildx (#4566) (@caarlos0)7f95ff0
: fix(nix): improve generated derivations (#4582) (@caarlos0)da30c39
: fix(nix): prevent importing makeWrapper when it's not needed (@caarlos0)1e0d269
: fix(nix): sourceRoot when using archives.wrap_in_directory (#4550) (@caarlos0)003a881
: fix(nix): use stdenvNoCC (@caarlos0)0becc41
: fix(winget): schema (@caarlos0)2a71473
: fix: Allow using double quotes for templates in Slack notifications (#4555) (@jamietanna)fe1bc52
: fix: build does not run chocolatey (@caarlos0)6f72ac3
: fix: improve linkedin error message (@caarlos0)6e0fc79
: fix: improve skip details (#4522) (@caarlos0)9ce21d3
: fix: invalid jsonschema (@caarlos0)6097ea5
: fix: possible nil pointers on logs (@caarlos0)e7f4b10
: fix: prevent having whitespaces in artifact names (#4515) (@caarlos0)2ab840b
: fix: remove disgo dependency (#4521) (@caarlos0)a0ead03
: fix: typo in jsonschema (@caarlos0)1d44832
: refactor(http): remove redundantnil
check (#4563) (@Juneezee)bfa9e7f
: refactor(winget): improve winget code (@caarlos0)Dependency updates
2de878e
: feat(deps): bump github.com/aws/aws-sdk-go from 1.49.0 to 1.49.17 (@dependabot[bot])5c0c82a
: feat(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to 1.49.18 (@dependabot[bot])f0bf2d7
: feat(deps): bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 (#4525) (@dependabot[bot])8ac985b
: feat(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine (@dependabot[bot])835ee39
: feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#4528) (@dependabot[bot])45d2152
: fix(deps): bump code.gitea.io/sdk/gitea from 0.17.0 to 0.17.1 (#4512) (@dependabot[bot])2a45266
: fix(deps): bump github.com/goreleaser/nfpm/v2 from 2.35.1 to 2.35.2 (#4519) (@dependabot[bot])bbb6b5c
: fix(deps): bump gocloud.dev from 0.35.0 to 0.36.0 (#4506) (@dependabot[bot])dcdd623
: fix(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 (#4518) (@dependabot[bot])Documentation updates
afd8410
: docs(blob): update (@caarlos0)87aa3b6
: docs(blog): fixed backlinks, imported last post (@caarlos0)5bff616
: docs(blog): import more posts (#4544) (@caarlos0)29d55a7
: docs(blog): import more posts (@caarlos0)75c23ab
: docs: GitHub Actions code example (#4516) (@cafferata)aea2568
: docs: add installation links for mkdocs and extensions (@zimeg)e41178c
: docs: add more details to the gon integration (@caarlos0)66b3daa
: docs: announce v1.23.0 (@caarlos0)00c2ff7
: docs: announce v1.24 (#4602) (@caarlos0)deaa221
: docs: correct a typo in the apple notes (@zimeg)9e02a14
: docs: document nightly oss install options (@caarlos0)c8c7e3e
: docs: fix description of AUR directory parameter (#4581) (@j178)1feae08
: docs: fix typo in link to nightly releases (@zimeg)f62e945
: docs: format (@caarlos0)dd365c2
: docs: github changeloger needs tags to be pushed (@caarlos0)368db21
: docs: ignore medium.com in htmltest (@caarlos0)15e77cb
: docs: include a section for running documentation (@zimeg)d15dab3
: docs: little formatting improvements (@caarlos0)ea6910a
: docs: udpate starcharts url (@caarlos0)325cea7
: docs: update (@caarlos0)24722b0
: docs: update (@caarlos0)87a2370
: docs: update (@caarlos0)2489da3
: docs: update continue --dist docs (@caarlos0)be92144
: docs: update deprecations page (@caarlos0)e74c849
: docs: update docs/readme.md (@caarlos0)46c639b
: docs: update gitlab docs (@caarlos0)136b4d5
: docs: update gon link (@cfabianski)1134f9b
: docs: update run script (@caarlos0)a4ecc87
: docs: update users.md (@caarlos0)d245afc
: docs: updated the GitHub Code Search syntax (#4579) (@cafferata)Build process updates
4d82016
: build(nix): shell dont need CC (@caarlos0)0c90fb4
: build: fix generate workflow (@caarlos0)48f036b
: build: nix devShell (#4507) (@caarlos0)90a1bbe
: build: publish :nightly docker images (@caarlos0)28ced1d
: build: remove duplicated schema generation (@caarlos0)cbb288b
: ci: change dependabot commit prefix to chore (@caarlos0)8e3b7ef
: ci: dependabot automerge (@caarlos0)75c6d1a
: ci: improve changelog (@caarlos0)f07af4c
: ci: remove dependabot auto approve (@caarlos0)Full Changelog: goreleaser/goreleaser@v1.23.0...v1.24.0
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.23.0
Changelog
New Features
b149223
: feat(docs): Update command in SLSA verification blog post (#4420) (@laurentsimon)ee14837
: feat(homebrew): add os to dependency (#4481) (@caarlos0)dda1c70
: feat(nix): validate licenses (#4497) (@caarlos0)1d34568
: feat(sbom): update default command (@caarlos0)27f0e33
: feat(winget): support installing .exe directly (#4498) (@caarlos0)22fa994
: feat: allow to template builds.gobinary (#4454) (@caarlos0)711490d
: feat: aur dir (#4484) (@caarlos0)25a054c
: feat: improve --single-target (#4442) (@caarlos0)bd7933d
: feat: improve project and build hooks error handling (@caarlos0)8f6b16f
: feat: validate ko's main path (#4429) (@gabrielcipriano)Bug fixes
8586878
: fix(aur): support wrap_in_directory (#4502) (@caarlos0)aa9986e
: fix(github): do not fail branch creation if it already exists (#4471) (@caarlos0)a09a0d7
: fix(ko): error finishing with . (@caarlos0)2b9e471
: fix(nix): include unzip if any artifact is a zip (#4495) (@caarlos0)103b54b
: fix(sbom): warn/error on wrong configuration (@caarlos0)a85d049
: fix(winget): improve schema (#4489) (@caarlos0)e33d053
: fix: --single-target when no match (@caarlos0)159211a
: fix: add -c flags when building go test (#4473) (@fl0Lec)74e7064
: fix: allow homebrew to use tar.xz format (#4441) (@jftuga)c0b2be3
: fix: handle configs with no explicit targets on --single-target (@caarlos0)142b94c
: fix: improve chocolatey no archive error handling and docs (@caarlos0)59a3eeb
: fix: linkedin announce api changes (#4428) (@gabrielcipriano)Dependency updates
00ea9f9
: feat(deps): bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.0 (#4459) (@dependabot[bot])a5ae5cd
: feat(deps): bump github.com/disgoorg/disgo from 0.16.11 to 0.16.12 (#4422) (@dependabot[bot])f9203ba
: feat(deps): bump github.com/disgoorg/disgo from 0.16.12 to 0.17.0 (#4434) (@dependabot[bot])3458c7f
: feat(deps): bump github.com/google/go-containerregistry from 0.16.1 to 0.17.0 (#4452) (@dependabot[bot])334cb89
: feat(deps): bump github.com/google/ko from 0.15.0 to 0.15.1 (#4435) (@dependabot[bot])e39548d
: feat(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#4476) (@dependabot[bot])782dd54
: feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.34.0 to 2.35.0 (#4492) (@dependabot[bot])3c6dcd8
: feat(deps): bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.1 (#4419) (@dependabot[bot])182e103
: feat(deps): bump github.com/xanzy/go-gitlab from 0.93.2 to 0.94.0 (#4433) (@dependabot[bot])48d4d04
: feat(deps): bump github.com/xanzy/go-gitlab from 0.94.0 to 0.95.1 (#4468) (@dependabot[bot])a096097
: feat(deps): bump github.com/xanzy/go-gitlab from 0.95.1 to 0.95.2 (#4477) (@dependabot[bot])52de4ac
: feat(deps): bump gocloud.dev from 0.34.0 to 0.35.0 (#4467) (@dependabot[bot])c6b68aa
: feat(deps): bump golang from 1.21.4-alpine to 1.21.5-alpine (#4463) (@dependabot[bot])fdf73bd
: feat(deps): bump golang from110b07a
to30a46e7
(#4455) (@dependabot[bot])0222430
: feat(deps): bump golang from30a46e7
to70afe55
(#4457) (@dependabot[bot])f0c4d71
: feat(deps): bump golang from5c1cabd
tofeceecc
(#4466) (@dependabot[bot])d616c38
](https://togithub.com/goreleaser/goreleaser/commit/d616c385dec0eaf1845d38dd85Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.