Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0.

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.18.0

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]
Commits
  • eb27ca8 v2.18.0
  • f010b65 Add --slience-skips and --force-newlines
  • 42013d6 Fix table entry context edge case
  • 9e234ea always rebuild and run ginkgo in makefile
  • 5ce8355 add --fail-on-empty to recommended CI flags in docs
  • 3ffbf8b add makefile
  • d80eebe fail when no tests were run and --fail-on-empty was set
  • fcf1fd7 Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406)
  • 8bb14fd Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399)
  • 04bfad7 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407)
  • See full diff in compare view

Dependabot compatibility score

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)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label May 22, 2024
@github-actions
Copy link

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 5 package(s) with unknown licenses.
See the Details below.

License Issues

go.mod

PackageVersionLicenseIssue Type
golang.org/x/net0.25.0NullUnknown License
golang.org/x/sys0.20.0NullUnknown License
golang.org/x/term0.20.0NullUnknown License
golang.org/x/text0.15.0NullUnknown License
golang.org/x/tools0.21.0NullUnknown License
Allowed Licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, BSL-1.0, CC0-1.0, ISC, MIT, MPL-2.0, Unlicense

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
gomod/github.com/onsi/ginkgo/v2 2.18.0 🟢 6
Details
CheckScoreReason
Code-Review🟢 6Found 10/16 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Binary-Artifacts🟢 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
SAST🟢 9SAST tool detected but not run on all commits
Vulnerabilities🟢 55 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
gomod/golang.org/x/net 0.25.0 UnknownUnknown
gomod/golang.org/x/sys 0.20.0 UnknownUnknown
gomod/golang.org/x/term 0.20.0 UnknownUnknown
gomod/golang.org/x/text 0.15.0 UnknownUnknown
gomod/golang.org/x/tools 0.21.0 UnknownUnknown
gomod/github.com/onsi/ginkgo/v2 2.17.3 🟢 6
Details
CheckScoreReason
Code-Review🟢 6Found 10/16 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Binary-Artifacts🟢 10no binaries found in the repo
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
SAST🟢 9SAST tool detected but not run on all commits
Vulnerabilities🟢 55 existing vulnerabilities detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
gomod/golang.org/x/net 0.24.0 UnknownUnknown
gomod/golang.org/x/sys 0.19.0 UnknownUnknown
gomod/golang.org/x/term 0.19.0 UnknownUnknown
gomod/golang.org/x/text 0.14.0 UnknownUnknown
gomod/golang.org/x/tools 0.20.0 UnknownUnknown

Scanned Manifest Files

go.mod
  • github.com/onsi/ginkgo/v2@2.18.0
  • golang.org/x/net@0.25.0
  • golang.org/x/sys@0.20.0
  • golang.org/x/term@0.20.0
  • golang.org/x/text@0.15.0
  • golang.org/x/tools@0.21.0
  • github.com/onsi/ginkgo/v2@2.17.3
  • golang.org/x/net@0.24.0
  • golang.org/x/sys@0.19.0
  • golang.org/x/term@0.19.0
  • golang.org/x/text@0.14.0
  • golang.org/x/tools@0.20.0

@flavio flavio merged commit 480ddad into main May 23, 2024
@flavio flavio deleted the dependabot/go_modules/github.com/onsi/ginkgo/v2-2.18.0 branch May 23, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants