You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/09/11 07:48:38 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #25254: build(deps-dev): bump eslint-plugin-testing-library from 3.10.2 to 6.0.1 in /superset-frontend

dependabot[bot] opened a new pull request, #25254:
URL: https://github.com/apache/superset/pull/25254

   Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.10.2 to 6.0.1.
   <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.0.1</h2>
   <h2><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.0.0...v6.0.1">6.0.1</a> (2023-08-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>no-await-sync-events:</strong> stop reporting <code>user-event</code> by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/803">#803</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/88246fca7919b06a00d0564913779db33de4de19">88246fc</a>)</li>
   </ul>
   <h2>v6.0.0</h2>
   <h1><a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.11.1...v6.0.0">6.0.0</a> (2023-08-12)</h1>
   <p>You can follow the <a href="https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v6.md">migration guide to v6</a>.</p>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li><strong>await-async-query:</strong> <code>await-async-query</code> is now called <code>await-async-queries</code></li>
   <li><strong>no-await-sync-events:</strong> <code>no-await-sync-events</code> is now enabled by default in the DOM, Angular &amp; React configs</li>
   <li><strong>no-await-sync-query:</strong> <code>no-await-sync-query</code> is now called <code>no-await-sync-queries</code></li>
   <li><strong>no-debugging-utils:</strong> <code>no-debugging-utils</code> now enables all debug methods in all configs by default</li>
   <li><strong>no-node-access:</strong> <code>no-node-access</code> is now enabled by default in the DOM config</li>
   <li><strong>await-fire-event:</strong> <code>await-fire-event</code> is now called <code>await-async-event</code></li>
   <li><strong>no-global-regexp-flag-in-query:</strong> <code>no-global-regexp-flag-in-query</code> is now enabled by default in all configs</li>
   <li><strong>no-manual-cleanup:</strong> <code>no-manual-cleanup</code> is now enabled by default in the React &amp; Vue configs</li>
   <li><strong>no-render-in-setup:</strong> <code>no-render-in-setup</code> is now called <code>no-render-in-lifecycle</code></li>
   <li><strong>prefer-wait-for:</strong> <code>prefer-wait-for</code> is now removed</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>await-async-event:</strong> pluralize to await-async-events (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/670">#670</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/7238f76c44d026798c8ad7c41700a717a065aef6">7238f76</a>)</li>
   <li><strong>await-async-events:</strong> improve fixer (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/675">#675</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/9d5554cb6bd44f3dbb9e370d67b684b54010c704">9d5554c</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>await-async-event:</strong> add basic fixer (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/656">#656</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/b4b5394b18979e7fde175d36e0cbe9cec5fb2f85">b4b5394</a>)</li>
   <li><strong>await-async-query:</strong> rename to <code>await-async-queries</code> (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/665">#665</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/c1803df5e35188ed5fcaeaf45ebcea379fa36838">c1803df</a>)</li>
   <li><strong>await-fire-event:</strong> rename to <code>await-async-event</code> + add support for <code>user-event</code> (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/652">#652</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/b4ce9bb2ddec61f1790aa422412b3557f2baaf90">b4ce9bb</a>)</li>
   <li><strong>no-await-sync-events:</strong> add to DOM, Angular &amp; React configs by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/667">#667</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/afce5ea7888db3070711c39baf470e46a01f99a7">afce5ea</a>)</li>
   <li><strong>no-await-sync-query:</strong> rename to <code>no-await-sync-queries</code> (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/666">#666</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/7ed3da8ef5b454baea76f8f14465644311366270">7ed3da8</a>)</li>
   <li><strong>no-debugging-utils:</strong> enable all debug methods in all configs by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/663">#663</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/e394ce0962616e79d45b9abed8afead7e00f5d13">e394ce0</a>)</li>
   <li><strong>no-debugging-utils:</strong> warn instead of error in all configs (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/662">#662</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/8063f8f6a8e1ed0304c6eefc3b00493997952cd1">8063f8f</a>)</li>
   <li><strong>no-global-regexp-flag-in-query:</strong> add to all configs by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/660">#660</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/c76a7bfa153d8f206bd88cd3928e3f8bd107be18">c76a7bf</a>)</li>
   <li><strong>no-manual-cleanup:</strong> add to React &amp; Vue configs by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/659">#659</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/8f6ebf567b0e3bd136db3f917ef1ac6def5f14cb">8f6ebf5</a>)</li>
   <li><strong>no-node-access:</strong> add to DOM config by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/661">#661</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/8dfe155f5658c14004c80ddef274171e1d2950b1">8dfe155</a>)</li>
   <li><strong>no-render-in-setup:</strong> rename to <code>no-render-in-lifecycle</code> (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/649">#649</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/9acba430da3729bf3e4c781d1b9d2f3ff3ed6962">9acba43</a>)</li>
   <li><strong>prefer-wait-for:</strong> remove rule (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/648">#648</a>) (<a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/20f23ad0810654ab046e7056560653c72274d50a">20f23ad</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/88246fca7919b06a00d0564913779db33de4de19"><code>88246fc</code></a> fix(no-await-sync-events): stop reporting <code>user-event</code> by default (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/803">#803</a>)</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/d55569b4c014c980c16b94305bf32963ed0fa47f"><code>d55569b</code></a> ci: main pipeline improvements (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/799">#799</a>)</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/b006e61dc2d682ea63e379fb3bcf9df8479b1085"><code>b006e61</code></a> chore: force release</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/99cbbef76e18db69c89b75960907177c4e5aed04"><code>99cbbef</code></a> ci: use automation token for publishing to NPM</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/2a932fed6adfdb9f68f562fa4893502285282393"><code>2a932fe</code></a> Merge branch 'main' into alpha</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/6b9c03e082b1e9506aefa225d4e88fd844320de9"><code>6b9c03e</code></a> chore(semantic-release): change package root (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/797">#797</a>)</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/affbd5a19964126a2b7ad43a615eadcff2430278"><code>affbd5a</code></a> chore(jest): replace <code>ts-jest</code> with <code>@swc/jest</code> (<a href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/798">#798</a>)</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/acc2865c9dc9de024f9aa4257d8551f2d77ffd24"><code>acc2865</code></a> style: format files</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/8516c6c93c4d4cff0956c836e168ead9879ccd87"><code>8516c6c</code></a> refactor: adjust changes after merge</li>
   <li><a href="https://github.com/testing-library/eslint-plugin-testing-library/commit/640241df4c0176f3b469ce170deb33c31796810f"><code>640241d</code></a> Merge remote-tracking branch 'origin/main' into alpha</li>
   <li>Additional commits viewable in <a href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.10.2...v6.0.1">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.10.2&new-version=6.0.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump eslint-plugin-testing-library from 3.10.2 to 6.0.1 in /superset-frontend [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #25254: build(deps-dev): bump eslint-plugin-testing-library from 3.10.2 to 6.0.1 in /superset-frontend
URL: https://github.com/apache/superset/pull/25254


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps-dev): bump eslint-plugin-testing-library from 3.10.2 to 6.0.1 in /superset-frontend [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #25254:
URL: https://github.com/apache/superset/pull/25254#issuecomment-1807613214

   Superseded by #25966.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org