Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fc5c65

Browse files
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#254)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify)from 1.10.0 to 1.11.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/stretchr/testify/releases">github.com/stretchr/testify'sreleases</a>.</em></p><blockquote><h2>v1.11.0</h2><h2>What's Changed</h2><h3>Functional Changes</h3><p>v1.11.0 Includes a number of performance improvements.</p><ul><li>Call stack perf change for CallerInfo by <ahref="https://github.com/mikeauclair"><code>@​mikeauclair</code></a> in<ahref="https://redirect.github.com/stretchr/testify/pull/1614">stretchr/testify#1614</a></li><li>Lazily render mock diff output on successful match by <ahref="https://github.com/mikeauclair"><code>@​mikeauclair</code></a> in<ahref="https://redirect.github.com/stretchr/testify/pull/1615">stretchr/testify#1615</a></li><li>assert: check early in Eventually, EventuallyWithT, and Never by <ahref="https://github.com/cszczepaniak"><code>@​cszczepaniak</code></a>in <ahref="https://redirect.github.com/stretchr/testify/pull/1427">stretchr/testify#1427</a></li><li>assert: add IsNotType by <ahref="https://github.com/bartventer"><code>@​bartventer</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1730">stretchr/testify#1730</a></li><li>assert.JSONEq: shortcut if same strings by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1754">stretchr/testify#1754</a></li><li>assert.YAMLEq: shortcut if same strings by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1755">stretchr/testify#1755</a></li><li>assert: faster and simpler isEmpty using reflect.Value.IsZero by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1761">stretchr/testify#1761</a></li><li>suite: faster methods filtering (internal refactor) by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1758">stretchr/testify#1758</a></li></ul><h3>Fixes</h3><ul><li>assert.ErrorAs: log target type by <ahref="https://github.com/craig65535"><code>@​craig65535</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1345">stretchr/testify#1345</a></li><li>Fix failure message formatting for Positive and Negative asserts in<ahref="https://redirect.github.com/stretchr/testify/pull/1062">stretchr/testify#1062</a></li><li>Improve ErrorIs message when error is nil but an error was expectedby <a href="https://github.com/tsioftas"><code>@​tsioftas</code></a> in<ahref="https://redirect.github.com/stretchr/testify/pull/1681">stretchr/testify#1681</a></li><li>fix Subset/NotSubset when calling with mixed input types by <ahref="https://github.com/siliconbrain"><code>@​siliconbrain</code></a>in <ahref="https://redirect.github.com/stretchr/testify/pull/1729">stretchr/testify#1729</a></li><li>Improve ErrorAs failure message when error is nil by <ahref="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1734">stretchr/testify#1734</a></li><li>mock.AssertNumberOfCalls: improve error msg by <ahref="https://github.com/3scalation"><code>@​3scalation</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1743">stretchr/testify#1743</a></li></ul><h3>Documentation, Build &amp; CI</h3><ul><li>docs: Fix typo in README by <ahref="https://github.com/alexandear"><code>@​alexandear</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1688">stretchr/testify#1688</a></li><li>Replace deprecated io/ioutil with io and os by <ahref="https://github.com/alexandear"><code>@​alexandear</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1684">stretchr/testify#1684</a></li><li>Document consequences of calling t.FailNow() by <ahref="https://github.com/greg0ire"><code>@​greg0ire</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1710">stretchr/testify#1710</a></li><li>chore: update docs for Unset <ahref="https://redirect.github.com/stretchr/testify/issues/1621">#1621</a>by <a href="https://github.com/techfg"><code>@​techfg</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1709">stretchr/testify#1709</a></li><li>README: apply gofmt to examples by <ahref="https://github.com/alexandear"><code>@​alexandear</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1687">stretchr/testify#1687</a></li><li>refactor: use %q and %T to simplify fmt.Sprintf by <ahref="https://github.com/alexandear"><code>@​alexandear</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1674">stretchr/testify#1674</a></li><li>Propose Christophe Colombier (ccoVeille) as approver by <ahref="https://github.com/brackendawson"><code>@​brackendawson</code></a>in <ahref="https://redirect.github.com/stretchr/testify/pull/1716">stretchr/testify#1716</a></li><li>Update documentation for the Error function in assert or requirepackage by <ahref="https://github.com/architagr"><code>@​architagr</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1675">stretchr/testify#1675</a></li><li>assert: remove deprecated build constraints by <ahref="https://github.com/alexandear"><code>@​alexandear</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1671">stretchr/testify#1671</a></li><li>assert: apply gofumpt to internal test suite by <ahref="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1739">stretchr/testify#1739</a></li><li>CI: fix shebang in .ci.*.sh scripts by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1746">stretchr/testify#1746</a></li><li>assert,require: enable parallel testing on (almost) all top tests by<a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1747">stretchr/testify#1747</a></li><li>suite.Passed: add one more status test report by <ahref="https://github.com/Ararsa-Derese"><code>@​Ararsa-Derese</code></a>in <ahref="https://redirect.github.com/stretchr/testify/pull/1706">stretchr/testify#1706</a></li><li>Add Helper() method in internal mocks and assert.CollectT by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1423">stretchr/testify#1423</a></li><li>assert.Same/NotSame: improve usage of Sprintf by <ahref="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1742">stretchr/testify#1742</a></li><li>mock: enable parallel testing on internal testsuite by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1756">stretchr/testify#1756</a></li><li>suite: cleanup use of 'testing' internals at runtime by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1751">stretchr/testify#1751</a></li><li>assert: check test failure message for Empty and NotEmpty by <ahref="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1745">stretchr/testify#1745</a></li><li>deps: fix dependency cycle with objx (again) by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1567">stretchr/testify#1567</a></li><li>assert.Empty: comprehensive doc of &quot;Empty&quot;-ness rules by<a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1753">stretchr/testify#1753</a></li><li>doc: improve godoc of top level 'testify' package by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1760">stretchr/testify#1760</a></li><li>assert.ErrorAs: simplify retrieving the type name by <ahref="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1740">stretchr/testify#1740</a></li><li>assert.EqualValues: improve test coverage to 100% by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1763">stretchr/testify#1763</a></li><li>suite.Run: simplify running of Setup/TeardownSuite by <ahref="https://github.com/renzoarreaza"><code>@​renzoarreaza</code></a>in <ahref="https://redirect.github.com/stretchr/testify/pull/1769">stretchr/testify#1769</a></li><li>assert.CallerInfo: micro optimization by using LastIndexByte by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1767">stretchr/testify#1767</a></li><li>assert.CallerInfo: micro cleanup by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1768">stretchr/testify#1768</a></li><li>assert: refactor Test<em>FileExists and Test</em>DirExists tests toenable parallel testing by <ahref="https://github.com/dolmen"><code>@​dolmen</code></a> in <ahref="https://redirect.github.com/stretchr/testify/pull/1766">stretchr/testify#1766</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4"><code>b7801fb</code></a>Merge pull request <ahref="https://redirect.github.com/stretchr/testify/issues/1778">#1778</a>from stretchr/dependabot/github_actions/actions/chec...</li><li><ahref="https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b"><code>69831f3</code></a>build(deps): bump actions/checkout from 4 to 5</li><li><ahref="https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c"><code>a53be35</code></a>Improve captureTestingT helper</li><li><ahref="https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687"><code>aafb604</code></a>mock: improve formatting of error message</li><li><ahref="https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef"><code>7218e03</code></a>improve error msg</li><li><ahref="https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9"><code>929a212</code></a>Merge pull request <ahref="https://redirect.github.com/stretchr/testify/issues/1758">#1758</a>from stretchr/dolmen/suite-faster-method-filtering</li><li><ahref="https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2"><code>bc7459e</code></a>suite: faster filtering of methods (-testify.m)</li><li><ahref="https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1"><code>7d37b5c</code></a>suite: refactor methodFilter</li><li><ahref="https://github.com/stretchr/testify/commit/c58bc90e5c2a1d1bd5d99e8b4708023ec5a97d46"><code>c58bc90</code></a>Merge pull request <ahref="https://redirect.github.com/stretchr/testify/issues/1764">#1764</a>from stretchr/dolmen/suite-refactor-stats-for-readab...</li><li><ahref="https://github.com/stretchr/testify/commit/87101a6e4a5859cee372b6ded7821787b3190cb7"><code>87101a6</code></a>suite.Run: refactor handling of stats</li><li>Additional commits viewable in <ahref="https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/stretchr/testify&package-manager=go_modules&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentde3537b commit1fc5c65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/hashicorp/terraform-plugin-logv0.9.0
1616
github.com/hashicorp/terraform-plugin-testingv1.13.2
1717
github.com/otiai10/copyv1.14.1
18-
github.com/stretchr/testifyv1.10.0
18+
github.com/stretchr/testifyv1.11.0
1919
)
2020

2121
require (

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F
440440
github.com/stretchr/testifyv1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
441441
github.com/stretchr/testifyv1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
442442
github.com/stretchr/testifyv1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
443-
github.com/stretchr/testifyv1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
444-
github.com/stretchr/testifyv1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
443+
github.com/stretchr/testifyv1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
444+
github.com/stretchr/testifyv1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
445445
github.com/swaggest/assertjsonv1.9.0 h1:dKu0BfJkIxv/xe//mkCrK5yZbs79jL7OVf9Ija7o2xQ=
446446
github.com/swaggest/assertjsonv1.9.0/go.mod h1:b+ZKX2VRiUjxfUIal0HDN85W0nHPAYUbYH5WkkSsFsU=
447447
github.com/tinylib/msgpv1.2.5 h1:WeQg1whrXRFiZusidTQqzETkRpGjFjcIhW6uqWH09po=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp