dependabot[bot] opened a new pull request, #7201: URL: https://github.com/apache/trafficcontrol/pull/7201
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [nightwatch](https://github.com/nightwatchjs/nightwatch). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/699c459443a6bd98f5b28197978f76e7f71467ac"><code>699c459</code></a> 3.1.2</li> <li><a href="https://github.com/isaacs/minimatch/commit/2f2b5ff1bb1b6a01f4404f7e475f0a2cba578ab7"><code>2f2b5ff</code></a> fix: trim pattern</li> <li><a href="https://github.com/isaacs/minimatch/commit/25d7c0d09c47063c9b0d2ace17ef8e951d90eccc"><code>25d7c0d</code></a> 3.1.1</li> <li><a href="https://github.com/isaacs/minimatch/commit/55dda291dfb595bd11b4edb19b45dd98eda76de0"><code>55dda29</code></a> fix: treat nocase:true as always having magic</li> <li><a href="https://github.com/isaacs/minimatch/commit/5e1fb8dd2bb78c0ae22101b9229fac4c76ef039e"><code>5e1fb8d</code></a> 3.1.0</li> <li><a href="https://github.com/isaacs/minimatch/commit/f8145c54f34075069f4a23cb214d871da4cd4006"><code>f8145c5</code></a> Add 'allowWindowsEscape' option</li> <li><a href="https://github.com/isaacs/minimatch/commit/570e8b1aef6c9e823a824aa0b9be10db43857cd7"><code>570e8b1</code></a> add publishConfig for v3 publishes</li> <li><a href="https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf"><code>5b7cd33</code></a> 3.0.6</li> <li><a href="https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff"><code>20b4b56</code></a> [fix] revert all breaking syntax changes</li> <li><a href="https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543"><code>2ff0388</code></a> document, expose, and test 'partial:true' option</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2">compare view</a></li> </ul> </details> <br /> Updates `nightwatch` from 2.0.0-beta.3 to 2.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nightwatchjs/nightwatch/releases">nightwatch's releases</a>.</em></p> <blockquote> <h2>v2.5.1</h2> <ul> <li><strong>Fixed</strong> <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/issues/3475">#3475</a>: an issue with propagating the exit code properly when using the programmatic api</li> <li><strong>Other</strong> – upgrade Selenium to 4.6.1</li> </ul> <h2>v2.5.0</h2> <h3>Improvements</h3> <ul> <li><strong>Added</strong> support for mobile web integration in Nightwatch using the new <a href="https://github.com/nightwatchjs/mobile-helper-tool"><code>@nightwatch/mobile-helper</code></a> library</li> <li><strong>Added</strong> support for writing globals, page objects, and commands in ESM format <a href="https://github.com/nightwatchjs/nightwatch/commit/c40f8675f21ef58eb1d1c298f25152b6dd078c24">c40f86</a></li> </ul> <h3>Fixes</h3> <ul> <li><strong>Fixed</strong> <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/issues/3440">#3440</a> – socket hang up error when <code>report_network_errors</code> is enabled</li> <li><strong>Fixed</strong> <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/issues/3465">#3465</a> – an issue with using testSuite retries with <code>enable_fail_fast</code> enabled</li> <li><strong>Fixed</strong> <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/issues/3470">#3470</a> – issue with Actions API when passing <code>async</code> callback to <code>browser.perform()</code></li> </ul> <h3>Other</h3> <ul> <li>Upgraded <code>selenium-webdriver</code> to <a href="https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.5.0">4.5.0</a></li> </ul> <h2>v2.4.2</h2> <ul> <li><strong>Added</strong> an improvement for error messages shown when running React component tests</li> <li><strong>Fixed</strong> <code>--open</code> cli argument wasn't working properly <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/pull/3459">#3459</a></li> <li><strong>Added</strong> support for launching the local web server for component testing from the android emulator <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/pull/3460">#3460</a></li> <li><strong>Fixed</strong> an issue with displaying the http output in the HTML reporter when running tests in parallel <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/pull/3462">3462</a></li> </ul> <h2>v2.4.1</h2> <ul> <li><strong>Fixed</strong> an issue resulting from await-ing test hooks properly in some cases <a href="https://github.com/nightwatchjs/nightwatch/commit/4f6c31a0a2d0efa2b2954f0ba7e7f31e80dae533">4f6c31</a></li> </ul> <h2>v2.4.0</h2> <h2>New features</h2> <p>The v2.4.0 release brings improved support for <strong>Component Testing</strong>, which includes:</p> <ul> <li><strong><a href="https://github.com/nightwatchjs/nightwatch-storybook-plugin"><code>@nightwatch/storybook</code></a></strong> <ul> <li>new official plugin which integrates Nightwatch with <a href="https://storybook.js.org/">Storybook</a></li> <li>adds ability to run component stories directly from Nightwatch, including: <ul> <li>interaction tests using the <code>play()</code> function</li> <li>run test hooks in the Nightwatch context</li> <li>run <code>test()</code> function in the Nightwatch context</li> <li>run configured accessibility rules automatically using the <code>axe-core</code> suite of commands</li> </ul> </li> </ul> </li> <li><a href="https://github.com/nightwatchjs/vite-plugin-nightwatch/"><strong><code>vite-plugin-nightwatch</code></strong></a> <ul> <li>upgraded plugin to use Vite 3</li> </ul> </li> <li><a href="https://github.com/nightwatchjs/nightwatch-plugin-vue"><strong><code>@nightwatch/vue</code></strong></a> <ul> <li>new dedicated Vue.js component testing plugin which includes Vite 3 and manages its own Vite dev server</li> </ul> </li> <li><a href="https://github.com/nightwatchjs/nightwatch-plugin-react"><strong><code>@nightwatch/react</code></strong> </a> <ul> <li>added support for writing component tests using the <a href="https://storybook.js.org/docs/react/api/csf">Component Story Format</a> which supports <code>JSX</code> directly</li> </ul> </li> </ul> <h2>New CLI flags</h2> <ul> <li><code>--serial</code> to run tests in serial mode (disable parallelism)</li> <li><code>--workers</code> to specify the number of test workers to be used when running tests in parallel</li> <li><code>--reuse-browser</code> to reuse the browser session if running in serial mode</li> </ul> <h3>component testing related</h3> <ul> <li><code>--debug</code> – automatically pause the test execution after mounting the component and open the Nightwatch debug REPL interface.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/0c5284612d237a118333313b7869728d8cadd063"><code>0c52846</code></a> 2.5.1</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/05796752793a705fbb0ee24d5e5e9a57295ccc07"><code>0579675</code></a> removed chromedriver as dep</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/96de17c32f0e8568dc92c4ddabcc32bf7f513540"><code>96de17c</code></a> upgraded selenium to 4.6.1</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/67d7a32da437a368499f179e629fe2b540ea2b75"><code>67d7a32</code></a> added example which uses the new select package from selenium 4.5</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/222e06b34623298125d588b44e0785d44e697c14"><code>222e06b</code></a> fixed <a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/issues/3475">#3475</a> : exit code issue in the programmatic api (<a href="https://github-redirect.dependabot.com/nightwatchjs/nightwatch/issues/3477">#3477</a>)</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/546195031ff1f7f968a09654754cf4b7b193430e"><code>5461950</code></a> Update README.md</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/758ddc31aa4ae1725ca3c673a270a109d0e8e337"><code>758ddc3</code></a> Update coverage.yml</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/e055da791af88486c2d9b6904b74469175235490"><code>e055da7</code></a> Update coverage.yml</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/4275d9d4e38ef82a8ba06d7ef994e07f4ebd663f"><code>4275d9d</code></a> 2.5.0</li> <li><a href="https://github.com/nightwatchjs/nightwatch/commit/71c2a6b5d06b8213625749667ee514869f07dc30"><code>71c2a6b</code></a> updated lock file</li> <li>Additional commits viewable in <a href="https://github.com/nightwatchjs/nightwatch/compare/v2.0.0-beta.3...v2.5.1">compare view</a></li> </ul> </details> <br /> 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/trafficcontrol/network/alerts). </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
