fix(deps): update module github.com/stretchr/testify to v1.11.1#16
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/stretchr/testify to v1.11.1#16renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
9c0aa19 to
d529cd7
Compare
d529cd7 to
9a219cd
Compare
9a219cd to
0988ab3
Compare
0988ab3 to
65b21e5
Compare
65b21e5 to
b38eb28
Compare
b38eb28 to
7e25e69
Compare
7e25e69 to
89951ca
Compare
89951ca to
d2f2ed7
Compare
d2f2ed7 to
2164d6a
Compare
2164d6a to
54e90a8
Compare
54e90a8 to
25be876
Compare
25be876 to
6f2b0f0
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
6f2b0f0 to
753376f
Compare
753376f to
7e29fa3
Compare
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 753376f in 33 seconds. Click for details.
- Reviewed
38lines of code in2files - Skipped
0files when reviewing. - Skipped posting
2draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. go.mod:5
- Draft comment:
The testify dependency has been updated to v1.11.1. Be sure to verify that the changes in behavior (especially in mock matching for mutable stringers) are compatible with your tests. Also consider whether upgrading the Go version (currently 1.13) might better align with the new features and improvements in testify. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is primarily about dependency changes and suggests verifying compatibility and considering a Go version upgrade. It violates the rule against commenting on dependency changes and asking the author to verify compatibility.
2. go.sum:13
- Draft comment:
New checksums have been added for testify v1.11.1 as well as updates for transitive dependencies (e.g. go-spew and objx). These changes appear auto-generated; just ensure that no unexpected behavior is introduced by the updated transitive dependencies. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is purely informative and asks the PR author to ensure no unexpected behavior is introduced by the updated transitive dependencies. It does not provide a specific suggestion or point out a specific issue.
Workflow ID: wflow_8dCTb3d8DHKsveeM
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
7e29fa3 to
2cfd8e0
Compare
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:
v1.6.1→v1.11.1Release Notes
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
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631NotImplementsand variants by @hslatman in #1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.2...v1.8.3
v1.8.2Compare Source
What's Changed
CallerInfo()source file paths by @bozaro in #1288New Contributors
Full Changelog: stretchr/testify@v1.8.1...v1.8.2
v1.8.1Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.8.0...v1.8.1
v1.8.0Compare Source
What's Changed
CallerInfoshould print full paths to the terminal by @stdedos in #1201New Contributors
Full Changelog: stretchr/testify@v1.7.5...v1.8.0
v1.7.5Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.4...v1.7.5
v1.7.4Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.3...v1.7.4
v1.7.3Compare Source
What's Changed
Full Changelog: stretchr/testify@v1.7.2...v1.7.3
v1.7.2Compare Source
What's Changed
go 1.16by @jeffwidman in #1055New Contributors
Full Changelog: stretchr/testify@v1.7.1...v1.7.2
v1.7.1Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.7.0...v1.7.1
v1.7.0: Minor improvements and bug fixesCompare Source
Minor feature improvements and bug fixes
Configuration
📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.