Skip to content

Commit

Permalink
build(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#496)
Browse files Browse the repository at this point in the history
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from
1.27.8 to 1.27.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.27.10</h2>
<h2>1.27.10</h2>
<h3>Fixes</h3>
<ul>
<li>fix: go 1.21 adding goroutine ID to creator+location (<a
href="https://redirect.github.com/onsi/gomega/issues/685">#685</a>)
[bdc7803]</li>
</ul>
<h2>v1.27.9</h2>
<h2>1.27.9</h2>
<h3>Fixes</h3>
<ul>
<li>Prevent nil-dereference in format.Object for boxed nil error (<a
href="https://redirect.github.com/onsi/gomega/issues/681">#681</a>)
[3b31fc3]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/679">#679</a>)
[360849b]</li>
<li>chore: use String() instead of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/678">#678</a>)
[86f3659]</li>
<li>Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/674">#674</a>)
[642ead0]</li>
<li>chore: unnecessary use of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/677">#677</a>)
[ceb9ca6]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/675">#675</a>)
[a2087d8]</li>
<li>docs: fix ContainSubstring references (<a
href="https://redirect.github.com/onsi/gomega/issues/673">#673</a>)
[fc9a89f]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/671">#671</a>)
[9076019]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.27.10</h2>
<h3>Fixes</h3>
<ul>
<li>fix: go 1.21 adding goroutine ID to creator+location (<a
href="https://redirect.github.com/onsi/gomega/issues/685">#685</a>)
[bdc7803]</li>
</ul>
<h2>1.27.9</h2>
<h3>Fixes</h3>
<ul>
<li>Prevent nil-dereference in format.Object for boxed nil error (<a
href="https://redirect.github.com/onsi/gomega/issues/681">#681</a>)
[3b31fc3]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/679">#679</a>)
[360849b]</li>
<li>chore: use String() instead of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/678">#678</a>)
[86f3659]</li>
<li>Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/674">#674</a>)
[642ead0]</li>
<li>chore: unnecessary use of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/677">#677</a>)
[ceb9ca6]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/675">#675</a>)
[a2087d8]</li>
<li>docs: fix ContainSubstring references (<a
href="https://redirect.github.com/onsi/gomega/issues/673">#673</a>)
[fc9a89f]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/671">#671</a>)
[9076019]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/9cbf7b0019d4d489d668583b0d7a6ac889ee2bc8"><code>9cbf7b0</code></a>
v1.27.10</li>
<li><a
href="https://github.com/onsi/gomega/commit/bdc7803e66e0db777db09edea3bb6e85df8c9d6d"><code>bdc7803</code></a>
fix: go 1.21 adding goroutine ID to creator+location (<a
href="https://redirect.github.com/onsi/gomega/issues/685">#685</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/66bcd9de8fa08e35002e61e673c37d38a96fcd45"><code>66bcd9d</code></a>
v1.27.9</li>
<li><a
href="https://github.com/onsi/gomega/commit/3b31fc3875132cf36ce6e058180932da829fafec"><code>3b31fc3</code></a>
Prevent nil-dereference in format.Object for boxed nil error (<a
href="https://redirect.github.com/onsi/gomega/issues/681">#681</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/360849b5eeaa51d7324a9f8485e951a35b952ed8"><code>360849b</code></a>
Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/679">#679</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/86f3659f49faa273ed5f93a0b2cf5affee4bd068"><code>86f3659</code></a>
chore: use String() instead of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/678">#678</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/642ead0c6d5354f23dc9f0e52cebe5729c7c435d"><code>642ead0</code></a>
Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/674">#674</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/ceb9ca6a1cfa690c19c7b778b0fe76edc4e28b6c"><code>ceb9ca6</code></a>
chore: unnecessary use of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/677">#677</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/a2087d8d97ab9af4ccd9fcea75ca6660bb595663"><code>a2087d8</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/675">#675</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/fc9a89ffe7d842fb0389f42c034194075ed38ef0"><code>fc9a89f</code></a>
docs: fix ContainSubstring references (<a
href="https://redirect.github.com/onsi/gomega/issues/673">#673</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/gomega/compare/v1.27.8...v1.27.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/gomega&package-manager=go_modules&previous-version=1.27.8&new-version=1.27.10)](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't
alter 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 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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent e9e8617 commit d08d102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.16.0
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
github.com/onsi/gomega v1.27.10
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.5
github.com/runfinch/common-tests v0.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=
github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM=
github.com/onsi/gomega v1.27.8 h1:gegWiwZjBsf2DgiSbf5hpokZ98JVDMcWkUiigk6/KXc=
github.com/onsi/gomega v1.27.8/go.mod h1:2J8vzI/s+2shY9XHRApDkdgPo1TKT7P2u6fXeJKFnNQ=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b h1:YWuSjZCQAPM8UUBLkYUk1e+rZcvWHJmFb6i6rM44Xs8=
Expand Down

0 comments on commit d08d102

Please sign in to comment.