Skip to content

Update all non-major dependencies - #29

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#29
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/stretchr/testify v1.10.0v1.12.1 age confidence require minor
go 3.0.23.0.4 age confidence orb patch

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.12.1

Compare Source

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.11.0...v1.12.0

v1.11.1

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

Compare 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


Configuration

📅 Schedule: (UTC)

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


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

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

@codecov

codecov Bot commented Aug 21, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c50e7ff) to head (6bcaeef).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           26        21    -5     
=========================================
- Hits            26        21    -5     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

Copy link
Copy Markdown

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.01s
✅ COPYPASTE jscpd yes no no 1.2s
✅ EDITORCONFIG editorconfig-checker 14 0 0 0.02s
✅ GO golangci-lint yes no no 23.34s
✅ GO revive yes no no 10.78s
✅ MARKDOWN markdownlint 1 0 0 1.38s
❌ MARKDOWN markdown-link-check 1 1 0 3.57s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.51s
✅ REPOSITORY checkov yes no no 18.78s
✅ REPOSITORY gitleaks yes no no 0.09s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 41.68s
✅ REPOSITORY secretlint yes no no 0.92s
✅ REPOSITORY syft yes no no 2.23s
✅ REPOSITORY trivy yes no no 7.15s
✅ REPOSITORY trivy-sbom yes no no 0.27s
✅ REPOSITORY trufflehog yes no no 3.76s
✅ YAML prettier 4 0 0 0.79s
✅ YAML v8r 4 0 0 4.26s
✅ YAML yamllint 4 0 0 0.45s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@github-actions

github-actions Bot commented Aug 21, 2025

Copy link
Copy Markdown

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 1 0 0 0.02s
✅ COPYPASTE jscpd yes no no 1.33s
✅ EDITORCONFIG editorconfig-checker 14 0 0 0.02s
✅ GO golangci-lint yes no no 26.15s
✅ GO revive yes no no 6.78s
✅ MARKDOWN markdownlint 1 0 0 1.61s
❌ MARKDOWN markdown-link-check 1 1 0 3.37s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.4s
✅ REPOSITORY checkov yes no no 28.16s
✅ REPOSITORY gitleaks yes no no 0.09s
✅ REPOSITORY git_diff yes no no 0.01s
❌ REPOSITORY grype yes 1 no 41.3s
✅ REPOSITORY secretlint yes no no 0.96s
✅ REPOSITORY syft yes no no 2.68s
✅ REPOSITORY trivy yes no no 14.62s
✅ REPOSITORY trivy-sbom yes no no 0.29s
✅ REPOSITORY trufflehog yes no no 3.75s
✅ YAML prettier 4 0 0 0.75s
❌ YAML v8r 4 1 0 6.46s
✅ YAML yamllint 4 0 0 0.79s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate Bot changed the title Update dependency go to v3.0.3 Update all non-major dependencies Aug 24, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7851ba7 to b14bea3 Compare August 27, 2025 17:56
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency go to v3.0.3 Mar 12, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bb14a46 to f465b3b Compare March 13, 2026 00:38
@renovate renovate Bot changed the title Update dependency go to v3.0.3 Update all non-major dependencies Mar 13, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f465b3b to c12e4c3 Compare March 18, 2026 17:52
@renovate renovate Bot changed the title Update all non-major dependencies Update all non-major dependencies to v1.11.1 Jun 10, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f4c9a56 to 8683d18 Compare June 11, 2026 01:57
@renovate renovate Bot changed the title Update all non-major dependencies to v1.11.1 Update all non-major dependencies Jun 11, 2026
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency go to v3.0.4 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8683d18 to fb83812 Compare July 22, 2026 21:12
@renovate renovate Bot changed the title Update dependency go to v3.0.4 Update all non-major dependencies Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from fb83812 to a8a4809 Compare July 23, 2026 01:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a8a4809 to f63a9a9 Compare August 17, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f63a9a9 to 6bcaeef Compare August 19, 2026 18:13
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.

0 participants