Skip to content

fix(deps): update patch updates#642

Merged
adrianriobo merged 1 commit into
mainfrom
renovate/patch-updates
Oct 20, 2025
Merged

fix(deps): update patch updates#642
adrianriobo merged 1 commit into
mainfrom
renovate/patch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 20, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
cirruslabs/cirrus-cli patch v0.155.0 -> v0.155.1 age confidence
github.com/aws/aws-sdk-go-v2 require patch v1.39.2 -> v1.39.3 age confidence
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream indirect patch v1.7.1 -> v1.7.2 age confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.31.12 -> v1.31.13 age confidence
github.com/aws/aws-sdk-go-v2/credentials indirect patch v1.18.16 -> v1.18.17 age confidence
github.com/aws/aws-sdk-go-v2/feature/ec2/imds indirect patch v1.18.9 -> v1.18.10 age confidence
github.com/aws/aws-sdk-go-v2/internal/configsources indirect patch v1.4.9 -> v1.4.10 age confidence
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 indirect patch v2.7.9 -> v2.7.10 age confidence
github.com/aws/aws-sdk-go-v2/internal/ini indirect patch v1.8.3 -> v1.8.4 age confidence
github.com/aws/aws-sdk-go-v2/internal/v4a indirect patch v1.4.9 -> v1.4.10 age confidence
github.com/aws/aws-sdk-go-v2/service/ecs require patch v1.65.1 -> v1.65.2 age confidence
github.com/aws/aws-sdk-go-v2/service/iam require patch v1.47.7 -> v1.47.8 age confidence
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding indirect patch v1.13.1 -> v1.13.2 age confidence
github.com/aws/aws-sdk-go-v2/service/internal/checksum indirect patch v1.9.0 -> v1.9.1 age confidence
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url indirect patch v1.13.9 -> v1.13.10 age confidence
github.com/aws/aws-sdk-go-v2/service/internal/s3shared indirect patch v1.19.9 -> v1.19.10 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 require patch v1.88.4 -> v1.88.5 age confidence
github.com/aws/aws-sdk-go-v2/service/sso indirect patch v1.29.6 -> v1.29.7 age confidence
github.com/aws/aws-sdk-go-v2/service/ssooidc indirect patch v1.35.1 -> v1.35.2 age confidence
github.com/aws/aws-sdk-go-v2/service/sts require patch v1.38.6 -> v1.38.7 age confidence
github.com/aws/smithy-go indirect patch v1.23.0 -> v1.23.1 age confidence
github.com/godoc-lint/godoc-lint indirect patch v0.10.0 -> v0.10.1 age confidence
github.com/kunwardeep/paralleltest indirect patch v1.0.14 -> v1.0.15 age confidence
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild indirect patch v0.0.14 -> v0.0.15 age confidence
github.com/pulumi/pulumi-random/sdk/v4 require patch v4.18.3 -> v4.18.4 age confidence
github.com/securego/gosec/v2 indirect patch v2.22.8 -> v2.22.10 age confidence
pulumi/pulumi-random patch v4.18.3 -> v4.18.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cirruslabs/cirrus-cli (cirruslabs/cirrus-cli)

v0.155.1

Compare 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.3

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.23.1

Compare Source

godoc-lint/godoc-lint (github.com/godoc-lint/godoc-lint)

v0.10.1

Compare Source

Notable changes

  • Fix max-len rule miscalculating line lengths (#​59 by @​ravsii)
  • Improve docs to cover usage via Golangci-lint

Changelog


Released by GoReleaser.

kunwardeep/paralleltest (github.com/kunwardeep/paralleltest)

v1.0.15

Compare 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.15

Compare Source

pulumi/pulumi-random (github.com/pulumi/pulumi-random/sdk/v4)

v4.18.4

Compare 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.10

Compare Source

Changelog

  • 6be2b51 Update go to version 1.25.3 and 1.24.9 in CI (#​1404)
  • fddb942 chore(deps): update all dependencies (#​1402)
  • f676031 Update go to version 1.25.2 and 2.24.8 in CI (#​1401)
  • 35f7ec2 chore(deps): update all dependencies (#​1399)
  • 01029f0 check nil slices, partially check bounds (#​1396)
  • 34db3de Remove unused target from the makefile
  • f5a3b7a Use the ginkgo command install by the dependencies
  • 761fcbc Keep the go module at 1.24 version for compatibility reasons
  • 2238079 Remove manual test deps
  • bb08aa3 fix: text must be supplied when markdown is used
  • 23597d2 fix: improve error message of CheckAnalyzers
  • 8d7e9d5 fix: log panic on SSA
  • 0d8255e chore(deps): update all dependencies
  • f9c52aa Update gosec to version v.22.9 in the github action

v2.22.9

Compare Source

Changelog

  • 15d5c61 Update cosign to v2.6.0 and go in the CI to latest version
  • 7b8713e fix(autofix): unnecessary conversion
  • 64ebfc0 feat(autofix): update gemini sdk and add anthropic claude
  • 506407e feat(G304): add os.Root remediation hint (Autofix) when Go >= 1.24
  • 3ead143 chore(deps): update all dependencies
  • e81fba3 refactor(G304): remove unused trackJoin helper; no functional change
  • ab078db style: gofmt rules/readfile.go
  • e6218c8 test(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)
  • 79f835d rules(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 passed
  • 40ac530 rules(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 passed
  • 4be6b11 chore(deps): update all dependencies
  • 5af1117 chore(deps): update all dependencies
  • 287b46c chore(deps): update all dependencies
  • cee0aea Update gosec version to v2.22.8 in the Github action

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Copy Markdown
Collaborator

@adrianriobo adrianriobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adrianriobo adrianriobo merged commit f0caa49 into main Oct 20, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant