Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
babel-standalone patch 7.20.12 -> 7.20.15
docker/build-push-action action major v3 -> v4
github.com/onsi/ginkgo/v2 require minor v2.7.0 -> v2.8.0
github.com/onsi/gomega require minor v1.24.2 -> v1.26.0

Release Notes

docker/build-push-action

v4

Compare Source

onsi/ginkgo

v2.8.0

Compare Source

2.8.0

Features
  • Introduce GinkgoHelper() to track and exclude helper functions from potential CodeLocations [e19f556]

Modeled after testing.T.Helper(). Now, rather than write code like:

func helper(model Model) {
    Expect(model).WithOffset(1).To(BeValid())
    Expect(model.SerialNumber).WithOffset(1).To(MatchRegexp(/[a-f0-9]*/))
}

you can stop tracking offsets (which makes nesting composing helpers nearly impossible) and simply write:

func helper(model Model) {
    GinkgoHelper()
    Expect(model).To(BeValid())
    Expect(model.SerialNumber).To(MatchRegexp(/[a-f0-9]*/))
}
  • Introduce GinkgoLabelFilter() and Label().MatchesLabelFilter() to make it possible to programmatically match filters (fixes #​1119) [2f6597c]

You can now write code like this:

BeforeSuite(func() {
	if Label("slow").MatchesLabelFilter(GinkgoLabelFilter()) {
		// do slow setup
	}

	if Label("fast").MatchesLabelFilter(GinkgoLabelFilter()) {
		// do fast setup
	}
})

to programmatically check whether a given set of labels will match the configured --label-filter.

Maintenance

v2.7.1

Compare Source

2.7.1

Fixes
  • Bring back SuiteConfig.EmitSpecProgress to avoid compilation issue for consumers that set it manually [d2a1cb0]
Maintenance
  • Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 (#​1118) [cafece6]
  • Bump golang.org/x/tools from 0.4.0 to 0.5.0 (#​1111) [eda66c2]
  • Bump golang.org/x/sys from 0.3.0 to 0.4.0 (#​1112) [ac5ccaa]
  • Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#​1097) [eee6480]
onsi/gomega

v1.26.0

Compare Source

1.26.0

Features
  • When a polled function returns an error, keep track of the actual and report on the matcher state of the last non-errored actual [21f3090]
  • improve eventually failure message output [c530fb3]
Fixes
  • fix several documentation spelling issues [e2eff1f]

v1.25.0

Compare Source

1.25.0

Features
Maintenance

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 6, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/securego/gosec":"/mnt/renovate/gh/securego/gosec" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/securego/gosec" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.20.0 && go get -d -t ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/onsi/ginkgo/v2 -t=7 && mod upgrade --mod-name=github.com/onsi/gomega -t=7 && go mod tidy && go mod tidy"
go: downloading golang.org/x/tools v0.5.0
go: downloading github.com/onsi/ginkgo/v2 v2.8.0
go: downloading github.com/onsi/gomega v1.26.0
go: downloading github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
go: downloading golang.org/x/text v0.6.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/gookit/color v1.5.2
go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
go: downloading golang.org/x/sys v0.4.0
go: downloading github.com/go-logr/logr v1.2.3
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading golang.org/x/mod v0.7.0
go: downloading golang.org/x/net v0.5.0
go: downloading github.com/marwan-at-work/mod v0.4.3
go: downloading github.com/urfave/cli/v2 v2.3.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
go: downloading golang.org/x/tools v0.1.12
go: downloading github.com/PuerkitoBio/goquery v1.5.1
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
go: downloading golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
go: downloading github.com/andybalholm/cascadia v1.1.0
go: downloading golang.org/x/net v0.0.0-20220722155237-a158d28d115b
go: downloading github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/onsi/ginkgo v1.10.3
go: downloading github.com/lib/pq v1.10.7
go: downloading golang.org/x/crypto v0.5.0
go: downloading golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
go: downloading github.com/stretchr/testify v1.8.0
go: downloading github.com/kr/pretty v0.1.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading golang.org/x/term v0.4.0
go: downloading golang.org/x/sync v0.1.0
go: downloading github.com/kr/text v0.1.0
go: finding module for package github.com/onsi/ginkgo/v7
go: downloading github.com/onsi/ginkgo v1.16.5
go: finding module for package github.com/onsi/gomega/v7
github.com/securego/gosec/v2 tested by
	github.com/securego/gosec/v2.test imports
	github.com/onsi/ginkgo/v7: module github.com/onsi/ginkgo@latest found (v1.16.5), but does not contain package github.com/onsi/ginkgo/v7
github.com/securego/gosec/v2 tested by
	github.com/securego/gosec/v2.test imports
	github.com/onsi/gomega/v7: module github.com/onsi/gomega@latest found (v1.26.0), but does not contain package github.com/onsi/gomega/v7

@ccojocar ccojocar merged commit 54f56c7 into master Feb 6, 2023
@renovate renovate bot deleted the renovate/all branch February 6, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant