Skip to content

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1
github.com/stretchr/testify require patch v1.11.0 -> v1.11.1

Release Notes

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

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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod
Copy link
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@elastic-renovate-prod elastic-renovate-prod bot enabled auto-merge (squash) September 2, 2025 04:22
@elastic-renovate-prod elastic-renovate-prod bot merged commit 4432fc6 into main Sep 2, 2025
49 of 50 checks passed
@elastic-renovate-prod elastic-renovate-prod bot deleted the renovate/github.com-stretchr-testify-1.x branch September 2, 2025 04:30
tobio added a commit that referenced this pull request Sep 5, 2025
* origin/main:
  Somehow I didn't merge this properly... (#1273)
  fix(deps): update module github.com/stretchr/testify to v1.11.1 (#1272)
  Migrate to terraform-plugin-testing (#1256)
  Migrate Elasticsearch enrich policy resource and data source to Terraform Plugin Framework (#1220)
  Add support for solution field in elasticsearch_kibana_space resource and data source (#1210)
  Don't force replacement when changing integration versions (#1255)
  chore(deps): update golang:1.25.0 docker digest to 5502b0e (#1267)
  chore(deps): update docker.elastic.co/kibana/kibana docker tag to v9.1.3 (#1263)
  Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 (#1264)
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