mirror of
https://github.com/evroon/bracket.git
synced 2026-03-11 19:50:54 -04:00
Bump eslint-plugin-testing-library from 6.2.0 to 6.3.0 in /frontend (#856)
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.2.0 to 6.3.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>v6.3.0</h2> <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.2...v6.3.0">6.3.0</a> (2024-08-11)</h1> <h3>Features</h3> <ul> <li>add support for flat config (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/923">#923</a>) (<a href="4dc7caa86b">4dc7caa</a>)</li> </ul> <h2>v6.2.2</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.1...v6.2.2">6.2.2</a> (2024-04-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>await-async-events:</strong> false positives for userEvent.setup() returned (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/895">#895</a>) (<a href="fb32c5c07d">fb32c5c</a>)</li> </ul> <h2>v6.2.1</h2> <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...v6.2.1">6.2.1</a> (2024-04-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>await-async-events:</strong> false positive reports on awaited expressions evaluating to promise (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/890">#890</a>) (<a href="767f1be6c1">767f1be</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4dc7caa86b"><code>4dc7caa</code></a> feat: add support for flat config (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/923">#923</a>)</li> <li><a href="e04a94092c"><code>e04a940</code></a> docs(contributing): fix broken link (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/911">#911</a>)</li> <li><a href="c975ced3c1"><code>c975ced</code></a> docs: add Chamion as a contributor for code, and test (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/896">#896</a>)</li> <li><a href="fb32c5c07d"><code>fb32c5c</code></a> fix(await-async-events): false positives for userEvent.setup() returned (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/895">#895</a>)</li> <li><a href="767f1be6c1"><code>767f1be</code></a> fix(await-async-events): false positive reports on awaited expressions evalua...</li> <li><a href="6b39e606a4"><code>6b39e60</code></a> build(deps-dev): bump eslint-doc-generator from 1.4.3 to 1.7.0 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/885">#885</a>)</li> <li><a href="88120fe88f"><code>88120fe</code></a> build(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/874">#874</a>)</li> <li><a href="b5bb061407"><code>b5bb061</code></a> build(deps): bump codecov/codecov-action from 3 to 4 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/879">#879</a>)</li> <li><a href="5497dc2698"><code>5497dc2</code></a> refactor: fix ts-expect-error (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/873">#873</a>)</li> <li><a href="93a6ab91d3"><code>93a6ab9</code></a> chore: upgrade TypeScript to v5.0 (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/858">#858</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...v6.3.0">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
"eslint-plugin-jsx-a11y": "^6.9.0",
|
||||
"eslint-plugin-react": "^7.35.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-testing-library": "^6.2.0",
|
||||
"eslint-plugin-testing-library": "^6.3.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"postcss": "^8.4.32",
|
||||
|
||||
@@ -2899,10 +2899,10 @@ eslint-plugin-react@^7.35.0:
|
||||
string.prototype.matchall "^4.0.11"
|
||||
string.prototype.repeat "^1.0.0"
|
||||
|
||||
eslint-plugin-testing-library@^6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.0.tgz#af3340b783c881eb19ec5ac6b3a4bfe8ab4a1f74"
|
||||
integrity sha512-+LCYJU81WF2yQ+Xu4A135CgK8IszcFcyMF4sWkbiu6Oj+Nel0TrkZq/HvDw0/1WuO3dhDQsZA/OpEMGd0NfcUw==
|
||||
eslint-plugin-testing-library@^6.3.0:
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz#9c31a9941a860efdff3c06180151ab9c8142f685"
|
||||
integrity sha512-GYcEErTt6EGwE0bPDY+4aehfEBpB2gDBFKohir8jlATSUvzStEyzCx8QWB/14xeKc/AwyXkzScSzMHnFojkWrA==
|
||||
dependencies:
|
||||
"@typescript-eslint/utils" "^5.58.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user