Skip to content

Commit

Permalink
Bump eslint-plugin-testing-library from 7.0.0 to 7.1.0 in /frontend (#…
Browse files Browse the repository at this point in the history
…1038)

Bumps
[eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
from 7.0.0 to 7.1.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>v7.1.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0...v7.1.0">7.1.0</a>
(2024-12-04)</h1>
<h3>Features</h3>
<ul>
<li>add config for Svelte (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/973">#973</a>)
(<a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/fc118c72e5a853b00585b327ac6488c7ed84f39b">fc118c7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/fc118c72e5a853b00585b327ac6488c7ed84f39b"><code>fc118c7</code></a>
feat: add config for Svelte (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/973">#973</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/26d360e5cad6654af618f14ba83da72a2c8f2fc9"><code>26d360e</code></a>
feat(docs): generate-all for svelte</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/ff432b070171ae1802ccf2abe5a4fc87f7506456"><code>ff432b0</code></a>
feat(config): implement svelte config</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/3738f3792aa04467367deb0dec48a97c7e1dce91"><code>3738f37</code></a>
fix(config): update deprecated config type</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/496ecf6fad1428d0c23f0bb64cacd57a92d3f0ff"><code>496ecf6</code></a>
build(deps-dev): bump <code>@​types/node</code> from 22.9.3 to 22.10.1
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/969">#969</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/7d4207b6c340cbe19dca4ee5106411df0dd7ed20"><code>7d4207b</code></a>
build(deps-dev): bump <code>@​types/node</code> from 22.9.3 to
22.10.1</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/6306b8dceda08d0676793ff7ab0cd02d941b1859"><code>6306b8d</code></a>
build(deps-dev): bump eslint-plugin-promise from 7.1.0 to 7.2.1 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/972">#972</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/f6fcb6e1a53851b5eb68687c17738cdfd273bdda"><code>f6fcb6e</code></a>
build(deps-dev): bump eslint-plugin-promise from 7.1.0 to 7.2.1</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e842985282b68c33300e5e0d8ba03a9b166380dc"><code>e842985</code></a>
chore: update dependencies (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/967">#967</a>)</li>
<li><a
href="https://github.com/testing-library/eslint-plugin-testing-library/commit/8784f3910b4239b3973a7a595077d6b6dad93d80"><code>8784f39</code></a>
chore: update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0...v7.1.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=7.0.0&new-version=7.1.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>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 6a909a4 commit 9c6453b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-testing-library": "^7.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.32",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2905,10 +2905,10 @@ eslint-plugin-react@^7.37.0:
string.prototype.matchall "^4.0.11"
string.prototype.repeat "^1.0.0"

eslint-plugin-testing-library@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.0.0.tgz#9a2ff094d33abab2214f41bcd1a54004b22091e9"
integrity sha512-Bwrn5Qi08Lf5Huv4ZGDNYxwkFLAyGQIPB9lC0ALlojymP32aKsSxWnccP1NvIcI5vMhkENg4Y5Td/Q9/tLYmGQ==
eslint-plugin-testing-library@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.0.tgz#f2feb8263fc6f550f130996f0daf38b1135adab0"
integrity sha512-VWuQWeLcsuj0ywBkXFHnLANN6AqHRzhIgmVgAN5DdlXdl5XBHl3hEZ7uKkSW+cCN2Ws4ODrN/Yp2u/YBJ7s/nA==
dependencies:
"@typescript-eslint/scope-manager" "^8.15.0"
"@typescript-eslint/utils" "^8.15.0"
Expand Down

0 comments on commit 9c6453b

Please sign in to comment.