Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1165)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.0 to 2.22.1. <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.22.1</h2> <h2>2.22.1</h2> <h3>Fixes</h3> <p>Fix CSV encoding</p> <ul> <li>Update tests [aab3da6]</li> <li>Properly encode CSV rows [c09df39]</li> <li>Add test case for proper csv escaping [96a80fc]</li> <li>Add meta-test [43dad69]</li> </ul> <h3>Maintenance</h3> <ul> <li>ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]</li> <li>remove golang.org/x/net/context in favour of stdlib context [4df44bf]</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.22.1</h2> <h3>Fixes</h3> <p>Fix CSV encoding</p> <ul> <li>Update tests [aab3da6]</li> <li>Properly encode CSV rows [c09df39]</li> <li>Add test case for proper csv escaping [96a80fc]</li> <li>Add meta-test [43dad69]</li> </ul> <h3>Maintenance</h3> <ul> <li>ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]</li> <li>remove golang.org/x/net/context in favour of stdlib context [4df44bf]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/a0190b7b682b2480b027235f5933060c53da5534"><code>a0190b7</code></a> v2.22.1</li> <li><a href="https://github.com/onsi/ginkgo/commit/4df44bf25090b3e508b64f4f7c6712bef6d8182d"><code>4df44bf</code></a> remove golang.org/x/net/context in favour of stdlib context</li> <li><a href="https://github.com/onsi/ginkgo/commit/c88c6348d29c42f569e13f987462fb81558d0240"><code>c88c634</code></a> ensure *.test files are gitignored so we don't accidentally commit compiled t...</li> <li><a href="https://github.com/onsi/ginkgo/commit/aab3da6a39d34de4ae7f1342437e9a7505f569eb"><code>aab3da6</code></a> Update tests</li> <li><a href="https://github.com/onsi/ginkgo/commit/c09df39f4fd30b7484c825e621f76c1bf58844eb"><code>c09df39</code></a> Properly encode CSV rows</li> <li><a href="https://github.com/onsi/ginkgo/commit/96a80fc4c807c2fa4d38bdbd4cc2f854bb19e743"><code>96a80fc</code></a> Add test case for proper csv escaping</li> <li><a href="https://github.com/onsi/ginkgo/commit/43dad6905414e22b17fd320395ba4d57071d9235"><code>43dad69</code></a> Add meta-test</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.22.0...v2.22.1">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.22.0&new-version=2.22.1)](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>
- Loading branch information