-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 #123
Merged
Shubhranshu153
merged 1 commit into
main
from
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.16.0
Mar 11, 2024
Merged
build(deps): Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 #123
Shubhranshu153
merged 1 commit into
main
from
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.16.0
Mar 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Mar 5, 2024
Shubhranshu153
approved these changes
Mar 11, 2024
Shubhranshu153
deleted the
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.16.0
branch
March 11, 2024 23:01
pendo324
pushed a commit
that referenced
this pull request
Mar 22, 2024
🤖 I have created a release *beep* *boop* --- ## [0.7.16](v0.7.15...v0.7.16) (2024-03-22) ### Build System or External Dependencies * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 ([#123](#123)) ([146e16f](146e16f)) * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 ([#129](#129)) ([860b13e](860b13e)) * **deps:** Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 ([#130](#130)) ([c61629e](c61629e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Shubhranshu153
pushed a commit
to Shubhranshu153/common-tests
that referenced
this pull request
Mar 26, 2024
…nfinch#123) Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.16.0</h2> <h2>2.16.0</h2> <h3>Features</h3> <ul> <li>add SpecContext to reporting nodes</li> </ul> <h3>Fixes</h3> <ul> <li>merge coverages instead of combining them (<a href="https://redirect.github.com/onsi/ginkgo/issues/1329">#1329</a>) (<a href="https://redirect.github.com/onsi/ginkgo/issues/1340">#1340</a>) [23f0cc5]</li> <li>core_dsl: disable Getwd() with environment variable (<a href="https://redirect.github.com/onsi/ginkgo/issues/1357">#1357</a>) [cd418b7]</li> </ul> <h3>Maintenance</h3> <ul> <li>docs/index.md: Typo [2cebe8d]</li> <li>fix docs [06de431]</li> <li>chore: test with Go 1.22 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1352">#1352</a>) [898cba9]</li> <li>Bump golang.org/x/tools from 0.16.1 to 0.17.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1336">#1336</a>) [17ae120]</li> <li>Bump golang.org/x/sys from 0.15.0 to 0.16.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1327">#1327</a>) [5a179ed]</li> <li>Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1321">#1321</a>) [a1e6b69]</li> <li>Bump github-pages and jekyll-feed in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1351">#1351</a>) [d52951d]</li> <li>Fix docs for handling failures in goroutines (<a href="https://redirect.github.com/onsi/ginkgo/issues/1339">#1339</a>) [4471b2e]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.16.0</h2> <h3>Features</h3> <ul> <li>add SpecContext to reporting nodes</li> </ul> <h3>Fixes</h3> <ul> <li>merge coverages instead of combining them (<a href="https://redirect.github.com/onsi/ginkgo/issues/1329">#1329</a>) (<a href="https://redirect.github.com/onsi/ginkgo/issues/1340">#1340</a>) [23f0cc5]</li> <li>core_dsl: disable Getwd() with environment variable (<a href="https://redirect.github.com/onsi/ginkgo/issues/1357">#1357</a>) [cd418b7]</li> </ul> <h3>Maintenance</h3> <ul> <li>docs/index.md: Typo [2cebe8d]</li> <li>fix docs [06de431]</li> <li>chore: test with Go 1.22 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1352">#1352</a>) [898cba9]</li> <li>Bump golang.org/x/tools from 0.16.1 to 0.17.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1336">#1336</a>) [17ae120]</li> <li>Bump golang.org/x/sys from 0.15.0 to 0.16.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1327">#1327</a>) [5a179ed]</li> <li>Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1321">#1321</a>) [a1e6b69]</li> <li>Bump github-pages and jekyll-feed in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1351">#1351</a>) [d52951d]</li> <li>Fix docs for handling failures in goroutines (<a href="https://redirect.github.com/onsi/ginkgo/issues/1339">#1339</a>) [4471b2e]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/a181ee22f50186b1be81d3d3011a6841518782d2"><code>a181ee2</code></a> v2.16.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/2cebe8d4def1a24d5df12819defbc980a0fcaea2"><code>2cebe8d</code></a> docs/index.md: Typo</li> <li><a href="https://github.com/onsi/ginkgo/commit/881efde71ccc44d0d2ebc02f3641941e143a1c1d"><code>881efde</code></a> update documentation to reflect changes to reporting nodes</li> <li><a href="https://github.com/onsi/ginkgo/commit/c4e219ff5f317e6f0b78e30c2554088ee3ea2f92"><code>c4e219f</code></a> add SpecContext to other reporting nodes and update tests</li> <li><a href="https://github.com/onsi/ginkgo/commit/06de43198fea28d265ee93530424252028f30181"><code>06de431</code></a> fix docs</li> <li><a href="https://github.com/onsi/ginkgo/commit/372d26a2c9cfda920b52f6230cdd2d94f1cdec2e"><code>372d26a</code></a> update docs</li> <li><a href="https://github.com/onsi/ginkgo/commit/fd929c6e27e6b53886f2d76525c97f9f130cb560"><code>fd929c6</code></a> update test description</li> <li><a href="https://github.com/onsi/ginkgo/commit/fed9402d63e0871b76dc390a18e3fa23d8428e92"><code>fed9402</code></a> update documentation.</li> <li><a href="https://github.com/onsi/ginkgo/commit/5ff9d7fafb94f34fa83fbbc29132d1ef60890e19"><code>5ff9d7f</code></a> Add SpecContext to ReportAfterSuite callback body.</li> <li><a href="https://github.com/onsi/ginkgo/commit/9c771cd687800da7a9a6c65c0e447127e6a90548"><code>9c771cd</code></a> Add SpecContext to ReportAfterSuite callback body.</li> <li>Additional commits viewable in <a href="https://github.com/onsi/ginkgo/compare/v2.15.0...v2.16.0">compare view</a></li> </ul> </details> <br /> [![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.15.0&new-version=2.16.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'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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Shubhranshu153
pushed a commit
to Shubhranshu153/common-tests
that referenced
this pull request
Mar 26, 2024
🤖 I have created a release *beep* *boop* --- ## [0.7.16](runfinch/common-tests@v0.7.15...v0.7.16) (2024-03-22) ### Build System or External Dependencies * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 ([runfinch#123](runfinch#123)) ([146e16f](runfinch@146e16f)) * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 ([runfinch#129](runfinch#129)) ([860b13e](runfinch@860b13e)) * **deps:** Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 ([runfinch#130](runfinch#130)) ([c61629e](runfinch@c61629e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0.
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
a181ee2
v2.16.02cebe8d
docs/index.md: Typo881efde
update documentation to reflect changes to reporting nodesc4e219f
add SpecContext to other reporting nodes and update tests06de431
fix docs372d26a
update docsfd929c6
update test descriptionfed9402
update documentation.5ff9d7f
Add SpecContext to ReportAfterSuite callback body.9c771cd
Add SpecContext to ReportAfterSuite callback body.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)