Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit be080fc

Browse files
build(deps-dev): bump @testing-library/react from 13.3.0 to 13.4.0 in /api-editor/gui (#1083)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.3.0 to 13.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@​testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v13.4.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0">13.4.0</a> (2022-09-04)</h1> <h3>Features</h3> <ul> <li><strong>renderHook:</strong> allow passing of all render options to renderHook (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1118">#1118</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678">27a9584</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/react-testing-library/commit/bef9e07c1743affa6fca459fda5ab5b488ccd9bf"><code>bef9e07</code></a> docs: add TkDodo as a contributor for code (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1119">#1119</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678"><code>27a9584</code></a> feat(renderHook): allow passing of all render options to renderHook (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1118">#1118</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/73ee9ba13cb4b337f06e2ed61099d6af9a4968da"><code>73ee9ba</code></a> test: Correct a typo in test name (<a href="https://github-redirect.dependabot.com/testing-library/react-testing-library/issues/1112">#1112</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/react&package-manager=npm_and_yarn&previous-version=13.3.0&new-version=13.4.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 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>
1 parent c0106e2 commit be080fc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

api-editor/gui/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-editor/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@hookform/devtools": "^4.2.2",
4848
"@lars-reimann/prettier-config": "^5.0.0",
4949
"@testing-library/jest-dom": "^5.16.5",
50-
"@testing-library/react": "^13.3.0",
50+
"@testing-library/react": "^13.4.0",
5151
"@types/jest": "^28.1.6",
5252
"@types/node-fetch": "^2.6.2",
5353
"@types/react": "^18.0.21",

0 commit comments

Comments
 (0)