fix(deps): update dependencies #117
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
v4.2.2->v4.3.0v1.5.1->v1.6.0v28.3.2+incompatible->v28.4.0+incompatiblev1.26.1->v1.27.8v1.10.0->v1.11.11.24.2->1.25.1v2.3.0->v2.5.02.12.0->v2.14.0v3.1.0->v3.3.0v2.4.1->v2.4.3Release Notes
actions/checkout (actions/checkout)
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
alexflint/go-arg (github.com/alexflint/go-arg)
v1.6.0Compare Source
Hey friends, here is the latest go-arg. What fun. I enjoy maintaining this library a lot. Lots of contributions from new contributors since last release -- check out new contributors section below. Very impressive work everyone.
I'm working on completions support for this library. It's going to be a separate library, in a separate repository, that will (if all goes according to plan) be a general-purpose cross-language cross-shell completion-support binary. I'll then add some options in this library to make use of that project, probably mostly in the form of documentation and examples rather than any significant changes to default behavior. If you'd like to give input on any of that, please reach out via email (see email address in my github profile).
As always, sorry for all the open issues and un-merged PRs!
What's Changed
New Contributors
Full Changelog: alexflint/go-arg@v1.6.0...v1.5.2
docker/docker (github.com/docker/docker)
v28.4.0+incompatibleCompare Source
v28.3.3+incompatibleCompare Source
nullify-platform/logger (github.com/nullify-platform/logger)
v1.27.8Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.7...v1.27.8
v1.27.7Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.6...v1.27.7
v1.27.6Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.5...v1.27.6
v1.27.5Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.4...v1.27.5
v1.27.4Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.3...v1.27.4
v1.27.3Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.2...v1.27.3
v1.27.2Compare Source
What's Changed
Full Changelog: Nullify-Platform/Logger@v1.27.1...v1.27.2
v1.27.1Compare Source
What's Changed
error.type-->error_typeby @ATMackay in Nullify-Platform/Logger#134Full Changelog: Nullify-Platform/Logger@v1.27.0...v1.27.1
v1.27.0Compare Source
What's Changed
New Contributors
Full Changelog: Nullify-Platform/Logger@v1.26.1...v1.27.0
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
golang/go (go)
v1.25.1v1.25.0v1.24.7v1.24.6v1.24.5v1.24.4v1.24.3golangci/golangci-lint (golangci/golangci-lint)
v2.5.0Compare Source
godoclintlinter https://github.com/godoc-lint/godoc-lintunqueryvetlinter https://github.com/MirrexOne/unqueryvetiotamixinglinter https://github.com/AdminBenni/iota-mixingembeddedstructfieldcheck: from 0.3.0 to 0.4.0 (new option:empty-line)err113: fromaea10b5to 0.1.1 (skip internals ofIsmethods forerrortype)ginkgolinter: from 0.20.0 to 0.21.0 (new option:force-tonot)gofumpt: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)ineffassign: from 0.1.0 to 0.2.0 (new option:check-escaping-errors)musttag: from 0.13.1 to 0.14.0 (support interface methods)revive: from 1.11.0 to 1.12.0 (new options:identical-ifelseif-branches,identical-ifelseif-conditions,identical-switch-branches,identical-switch-conditions,package-directory-mismatch,unsecure-url-scheme,use-waitgroup-go,useless-fallthrough)thelper: from 0.6.3 to 0.7.1 (skipt.Helperin functions passed tosynctest.Test)wsl: from 5.1.1 to 5.2.0 (improvements related to subexpressions)asciicheck: from 0.4.1 to 0.5.0errname: from 1.1.0 to 1.1.1fatcontext: from 0.8.0 to 0.8.1go-printf-func-name: from 0.1.0 to 0.1.1godot: from 1.5.1 to 1.5.4gosec: from 2.22.7 to 2.22.8nilerr: from 0.1.1 to a temporary forknilnil: from 1.1.0 to 1.1.1protogetter: from 0.3.15 to 0.3.16tagliatelle: from 0.7.1 to 0.7.2testifylint: from 1.6.1 to 1.6.4v2.4.0Compare Source
exhaustruct: from v3.3.1 to 4.0.0 (new options:allow-empty,allow-empty-rx,allow-empty-returns,allow-empty-declarations)godox: trim filepath from report messagesstaticcheck: allow empty optionstagalign: from 1.4.2 to 1.4.3v2.3.1Compare Source
gci: from 0.13.6 to 0.13.7gosec: from 2.22.6 to 2.22.7noctx: from 0.3.5 to 0.4.0wsl: from 5.1.0 to 5.1.1hadolint/hadolint (hadolint/hadolint)
v2.14.0Compare Source
What's Changed
DL3062to checkgo installby @Danil42Russia in #1111New Contributors
Full Changelog: hadolint/hadolint@v2.13.1...v2.14.0
v2.13.1Compare Source
What's Changed
DL3022by @swarnimarun in #900failure-thresholdby @ericcornelissen in #901DL3006by @swarnimarun in #942New Contributors
Full Changelog: hadolint/hadolint@v2.12.0...v2.13.1
hadolint/hadolint-action (hadolint/hadolint-action)
v3.3.0Compare Source
Features
v3.2.0Compare Source
Features
ossf/scorecard-action (ossf/scorecard-action)
v2.4.3Compare Source
v2.4.2Compare Source
What's Changed
This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.
Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2
Configuration
📅 Schedule: Branch creation - Between 08:00 AM and 08:59 AM, on day 1 of the month ( * 8 1 * * ) in timezone Australia/Sydney, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.