fix(deps): update patch updates#642
Merged
Merged
Conversation
adrianriobo
approved these changes
Oct 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v0.155.0->v0.155.1v1.39.2->v1.39.3v1.7.1->v1.7.2v1.31.12->v1.31.13v1.18.16->v1.18.17v1.18.9->v1.18.10v1.4.9->v1.4.10v2.7.9->v2.7.10v1.8.3->v1.8.4v1.4.9->v1.4.10v1.65.1->v1.65.2v1.47.7->v1.47.8v1.13.1->v1.13.2v1.9.0->v1.9.1v1.13.9->v1.13.10v1.19.9->v1.19.10v1.88.4->v1.88.5v1.29.6->v1.29.7v1.35.1->v1.35.2v1.38.6->v1.38.7v1.23.0->v1.23.1v0.10.0->v0.10.1v1.0.14->v1.0.15v0.0.14->v0.0.15v4.18.3->v4.18.4v2.22.8->v2.22.10v4.18.3->v4.18.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cirruslabs/cirrus-cli (cirruslabs/cirrus-cli)
v0.155.1Compare Source
What's Changed
Full Changelog: cirruslabs/cirrus-cli@v0.155.0...v0.155.1
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.39.3Compare Source
aws/smithy-go (github.com/aws/smithy-go)
v1.23.1Compare Source
godoc-lint/godoc-lint (github.com/godoc-lint/godoc-lint)
v0.10.1Compare Source
Notable changes
max-lenrule miscalculating line lengths (#59 by @ravsii)Changelog
b27aa1dchore: release v0.10.1 (#63)904ae8fMerge pull request #62 from godoc-lint/babakks/organise-dir9979b57chore: update .gitignore6162fccchore: organise dev env files18a0646Merge pull request #61 from godoc-lint/babakks/enable-all-rules42e7e9fci: add godoclint to lintersc09e608docs: add missing godocs6541151Merge pull request #60 from godoc-lint/babakks/improve-readme2412ef2docs: hint at golangci-lint//nolintdirective4ff3632Merge pull request #59 from ravsii/utf8-fix0bde568fix: max_len now respects utf-82636f40docs: improve readme (#57)d3d8564Merge pull request #54 from godoc-lint/babakks/add-docs-for-golangci-lintbe6e4ccdocs: explain usage via golangci-lint1375e72docs: fix typod57d274chore: bump version (#53)Released by GoReleaser.
kunwardeep/paralleltest (github.com/kunwardeep/paralleltest)
v1.0.15Compare Source
What's Changed
Full Changelog: kunwardeep/paralleltest@v1.0.14...v1.0.15
pulumi/pulumi-docker-build (github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild)
v0.0.15Compare Source
pulumi/pulumi-random (github.com/pulumi/pulumi-random/sdk/v4)
v4.18.4Compare Source
Does the PR have any schema changes?
Found 1 breaking change:
Functions
🟡"pulumi:providers:random/terraformConfig": inputs: "self" type changed from "#/resources/pulumi:providers:random" to "#/provider"No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-random@v4.18.3...v4.18.4
securego/gosec (github.com/securego/gosec/v2)
v2.22.10Compare Source
Changelog
6be2b51Update go to version 1.25.3 and 1.24.9 in CI (#1404)fddb942chore(deps): update all dependencies (#1402)f676031Update go to version 1.25.2 and 2.24.8 in CI (#1401)35f7ec2chore(deps): update all dependencies (#1399)01029f0check nil slices, partially check bounds (#1396)34db3deRemove unused target from the makefilef5a3b7aUse the ginkgo command install by the dependencies761fcbcKeep the go module at 1.24 version for compatibility reasons2238079Remove manual test depsbb08aa3fix: text must be supplied when markdown is used23597d2fix: improve error message of CheckAnalyzers8d7e9d5fix: log panic on SSA0d8255echore(deps): update all dependenciesf9c52aaUpdate gosec to version v.22.9 in the github actionv2.22.9Compare Source
Changelog
15d5c61Update cosign to v2.6.0 and go in the CI to latest version7b8713efix(autofix): unnecessary conversion64ebfc0feat(autofix): update gemini sdk and add anthropic claude506407efeat(G304): add os.Root remediation hint (Autofix) when Go >= 1.243ead143chore(deps): update all dependenciese81fba3refactor(G304): remove unused trackJoin helper; no functional changeab078dbstyle: gofmt rules/readfile.goe6218c8test(g304): add samples for var perm and var flag with cleaned path\n\n- Ensure G304 does not fire when only non-path args (flag/perm) are variables\n- Both samples use filepath.Clean on the path arg\n- Rules suite remains green (42 passed)79f835drules(G304): analyze only path arg; ignore flag/perm vars; track Clean and safe Join; fix nil-context panic\n\n- Limit G304 checks to first arg (path) for os.Open/OpenFile/ReadFile, avoiding false positives when flag/perm are variables\n- Track filepath.Clean so cleaned identifiers are treated as safe\n- Consider safe joins: filepath.Join(const|resolvedBase, Clean(var)|cleanedIdent)\n- Record Join(...) assigned to identifiers and allow if later cleaned\n- Fix panic by passing non-nil context in trackJoinAssignStmt\n- All rules tests: 42 passed40ac530rules(G202): detect SQL concat in ValueSpec declarations; add test sample\n\n- Handle var query string = 'SELECT ...' + user style declarations\n- Reuse existing binary expr detection on ValueSpec.Values\n- Add postgres sample mirroring issue #1309 report\n- Rules tests: 42 passed4be6b11chore(deps): update all dependencies5af1117chore(deps): update all dependencies287b46cchore(deps): update all dependenciescee0aeaUpdate gosec version to v2.22.8 in the Github actionConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.