From a9476c13bc4febd40a4f98cc8e6f8eebc04cfb5e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 1 Mar 2023 16:56:02 -0800
Subject: [PATCH] build(deps): bump github.com/onsi/ginkgo/v2 from 2.8.3 to
2.8.4 (#41)
Bumps [github.com/onsi/ginkgo/v2](/~https://github.com/onsi/ginkgo) from
2.8.3 to 2.8.4.
Release notes
Sourced from github.com/onsi/ginkgo/v2's
releases.
v2.8.4
2.8.4
Features
- Add OmitSuiteSetupNodes to JunitReportConfig (#1147)
[979fbc2]
- Add a reference to ginkgolinter in docs.index.md (#1143)
[8432589]
Fixes
- rename tools hack to see if it fixes things for downstream users
[a8bb39a]
Maintenance
- Bump golang.org/x/text (#1144)
[41b2a8a]
- Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 (#1142)
[7c4f583]
Changelog
Sourced from github.com/onsi/ginkgo/v2's
changelog.
2.8.4
Features
- Add OmitSuiteSetupNodes to JunitReportConfig (#1147)
[979fbc2]
- Add a reference to ginkgolinter in docs.index.md (#1143)
[8432589]
Fixes
- rename tools hack to see if it fixes things for downstream users
[a8bb39a]
Maintenance
- Bump golang.org/x/text (#1144)
[41b2a8a]
- Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 (#1142)
[7c4f583]
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/ginkgo/v2&package-manager=go_modules&previous-version=2.8.3&new-version=2.8.4)](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 4700b2f..e1ae0e9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/runfinch/common-tests
go 1.19
require (
- github.com/onsi/ginkgo/v2 v2.8.3
+ github.com/onsi/ginkgo/v2 v2.8.4
github.com/onsi/gomega v1.27.1
)
diff --git a/go.sum b/go.sum
index fe60354..b73cef3 100644
--- a/go.sum
+++ b/go.sum
@@ -14,8 +14,8 @@ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 h1:yAJXTCF9TqKcTiHJAE8dj7HMvPfh66eeA2JYW7eFpSE=
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
-github.com/onsi/ginkgo/v2 v2.8.3 h1:RpbK1G8nWPNaCVFBWsOGnEQQGgASi6b8fxcWBvDYjxQ=
-github.com/onsi/ginkgo/v2 v2.8.3/go.mod h1:6OaUA8BCi0aZfmzYT/q9AacwTzDpNbxILUT+TlBq6MY=
+github.com/onsi/ginkgo/v2 v2.8.4 h1:gf5mIQ8cLFieruNLAdgijHF1PYfLphKm2dxxcUtcqK0=
+github.com/onsi/ginkgo/v2 v2.8.4/go.mod h1:427dEDQZkDKsBvCjc2A/ZPefhKxsTTrsQegMlayL730=
github.com/onsi/gomega v1.27.1 h1:rfztXRbg6nv/5f+Raen9RcGoSecHIFgBBLQK3Wdj754=
github.com/onsi/gomega v1.27.1/go.mod h1:aHX5xOykVYzWOV4WqQy0sy8BQptgukenXpCXfadcIAw=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=