-
Notifications
You must be signed in to change notification settings - Fork 8
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /pkg #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/pkg/github.com/stretchr/testify-1.11.0
Closed
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /pkg #210
dependabot
wants to merge
1
commit into
main
from
dependabot/go_modules/pkg/github.com/stretchr/testify-1.11.0
Conversation
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
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
/mergeOn Aug 26, 2025, at 6:35 AM, dependabot[bot] ***@***.***> wrote:Bumps github.com/stretchr/testify from 1.10.0 to 1.11.0.
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.11.0
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Call stack perf change for CallerInfo by @mikeauclair in stretchr/testify#1614
Lazily render mock diff output on successful match by @mikeauclair in stretchr/testify#1615
assert: check early in Eventually, EventuallyWithT, and Never by @cszczepaniak in stretchr/testify#1427
assert: add IsNotType by @bartventer in stretchr/testify#1730
assert.JSONEq: shortcut if same strings by @dolmen in stretchr/testify#1754
assert.YAMLEq: shortcut if same strings by @dolmen in stretchr/testify#1755
assert: faster and simpler isEmpty using reflect.Value.IsZero by @dolmen in stretchr/testify#1761
suite: faster methods filtering (internal refactor) by @dolmen in stretchr/testify#1758
Fixes
assert.ErrorAs: log target type by @craig65535 in stretchr/testify#1345
Fix failure message formatting for Positive and Negative asserts in stretchr/testify#1062
Improve ErrorIs message when error is nil but an error was expected by @tsioftas in stretchr/testify#1681
fix Subset/NotSubset when calling with mixed input types by @siliconbrain in stretchr/testify#1729
Improve ErrorAs failure message when error is nil by @ccoVeille in stretchr/testify#1734
mock.AssertNumberOfCalls: improve error msg by @3scalation in stretchr/testify#1743
Documentation, Build & CI
docs: Fix typo in README by @alexandear in stretchr/testify#1688
Replace deprecated io/ioutil with io and os by @alexandear in stretchr/testify#1684
Document consequences of calling t.FailNow() by @greg0ire in stretchr/testify#1710
chore: update docs for Unset #1621 by @techfg in stretchr/testify#1709
README: apply gofmt to examples by @alexandear in stretchr/testify#1687
refactor: use %q and %T to simplify fmt.Sprintf by @alexandear in stretchr/testify#1674
Propose Christophe Colombier (ccoVeille) as approver by @brackendawson in stretchr/testify#1716
Update documentation for the Error function in assert or require package by @architagr in stretchr/testify#1675
assert: remove deprecated build constraints by @alexandear in stretchr/testify#1671
assert: apply gofumpt to internal test suite by @ccoVeille in stretchr/testify#1739
CI: fix shebang in .ci.*.sh scripts by @dolmen in stretchr/testify#1746
assert,require: enable parallel testing on (almost) all top tests by @dolmen in stretchr/testify#1747
suite.Passed: add one more status test report by @Ararsa-Derese in stretchr/testify#1706
Add Helper() method in internal mocks and assert.CollectT by @dolmen in stretchr/testify#1423
assert.Same/NotSame: improve usage of Sprintf by @ccoVeille in stretchr/testify#1742
mock: enable parallel testing on internal testsuite by @dolmen in stretchr/testify#1756
suite: cleanup use of 'testing' internals at runtime by @dolmen in stretchr/testify#1751
assert: check test failure message for Empty and NotEmpty by @ccoVeille in stretchr/testify#1745
deps: fix dependency cycle with objx (again) by @dolmen in stretchr/testify#1567
assert.Empty: comprehensive doc of "Empty"-ness rules by @dolmen in stretchr/testify#1753
doc: improve godoc of top level 'testify' package by @dolmen in stretchr/testify#1760
assert.ErrorAs: simplify retrieving the type name by @ccoVeille in stretchr/testify#1740
assert.EqualValues: improve test coverage to 100% by @dolmen in stretchr/testify#1763
suite.Run: simplify running of Setup/TeardownSuite by @renzoarreaza in stretchr/testify#1769
assert.CallerInfo: micro optimization by using LastIndexByte by @dolmen in stretchr/testify#1767
assert.CallerInfo: micro cleanup by @dolmen in stretchr/testify#1768
assert: refactor TestFileExists and TestDirExists tests to enable parallel testing by @dolmen in stretchr/testify#1766
... (truncated)
Commits
b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
69831f3 build(deps): bump actions/checkout from 4 to 5
a53be35 Improve captureTestingT helper
aafb604 mock: improve formatting of error message
7218e03 improve error msg
929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
bc7459e suite: faster filtering of methods (-testify.m)
7d37b5c suite: refactor methodFilter
c58bc90 Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...
87101a6 suite.Run: refactor handling of stats
Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can view, comment on, or merge this pull request online at:
#210
Commit Summary
8da6957 build(deps): bump github.com/stretchr/testify in /pkg
File Changes (2 files)
M
pkg/go.mod
(2)
M
pkg/go.sum
(4)
Patch Links:
https://github.com/SaveTheRbtz/zstd-seekable-format-go/pull/210.patch
https://github.com/SaveTheRbtz/zstd-seekable-format-go/pull/210.diff
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it. |
OK, I won't notify you about version 1.x.x again, unless you re-open this PR. |
Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps github.com/stretchr/testify from 1.10.0 to 1.11.0.
Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
b7801fb
Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3
build(deps): bump actions/checkout from 4 to 5a53be35
Improve captureTestingT helperaafb604
mock: improve formatting of error message7218e03
improve error msg929a212
Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459e
suite: faster filtering of methods (-testify.m)7d37b5c
suite: refactor methodFilterc58bc90
Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...87101a6
suite.Run: refactor handling of statsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)