Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): Bump eslint-plugin-testing-library from 3.3.2 to 3.4…
Browse files Browse the repository at this point in the history
….0 (#1231)

Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.3.2 to 3.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's releases</a>.</em></p>
<blockquote>
<h2>v3.4.0</h2>
<h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.3.2...v3.4.0">3.4.0</a> (2020-07-29)</h1>
<h3>Features</h3>
<ul>
<li><strong>prefer-screen-queries:</strong> allow baseElement and container (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/201">#201</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/b6fcc42">b6fcc42</a>), closes <a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/188">#188</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/b6fcc42f6b0b3fe4be067aab07d7ebc65ad03a68"><code>b6fcc42</code></a> feat(prefer-screen-queries): allow baseElement and container (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/201">#201</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/7b82eb9a3bb1ea5bd2008c351f9dc7c13f9ca796"><code>7b82eb9</code></a> build(deps): bump npm from 6.13.4 to 6.14.6 (<a href="https://github-redirect.dependabot.com/testing-library/eslint-plugin-testing-library/issues/195">#195</a>)</li>
<li>See full diff in <a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.3.2...v3.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-testing-library&package-manager=npm_and_yarn&previous-version=3.3.2&new-version=3.4.0)](https://help.github.com/articles/configuring-automated-security-fixes)

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>
  • Loading branch information
kodiakhq[bot] authored Jul 30, 2020
2 parents 015575d + db9787c commit 7f158a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6507,9 +6507,9 @@ eslint-plugin-react@^7.14.3, eslint-plugin-react@^7.19.0:
string.prototype.matchall "^4.0.2"

eslint-plugin-testing-library@^3.0.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.3.2.tgz#d14d0b73452cd2ba10a963f1f81094957e32b75a"
integrity sha512-UUGKQktNbXiTSYADTYGTZiri4HH1oQKjRYOy4bBzd8v/UCR6cAT91U//STioSvofHDpXbhfi9wVjZR2sZzG87w==
version "3.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.4.0.tgz#1aeeb31316b20683d9d6d2fd7efdde9dd99fe02d"
integrity sha512-DZ+MzjUrHi9p6e72GLoFXm3+8UYpxPGL4a9pZR4kobCwjUptZvEbl4MTUOh4445HciopnFy/wqGG1gdLLGjavA==
dependencies:
"@typescript-eslint/experimental-utils" "^2.29.0"

Expand Down

1 comment on commit 7f158a1

@vercel
Copy link

@vercel vercel bot commented on 7f158a1 Jul 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.