dependabot[bot] opened a new pull request, #2408: URL: https://github.com/apache/plc4x/pull/2408
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dorny/test-reporter/releases">dorny/test-reporter's releases</a>.</em></p> <blockquote> <h2>v2.4.0</h2> <h2>What's Changed</h2> <ul> <li>Create tests for sample JUnit files by <a href="https://github.com/jozefizso"><code>@jozefizso</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/701">dorny/test-reporter#701</a></li> <li>Support for the PHPUnit dialect of JUnit by <a href="https://github.com/mbeccati"><code>@mbeccati</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/422">dorny/test-reporter#422</a></li> <li>Use <code>String.substring()</code> function by <a href="https://github.com/jozefizso"><code>@jozefizso</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/704">dorny/test-reporter#704</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mbeccati"><code>@mbeccati</code></a> made their first contribution in <a href="https://redirect.github.com/dorny/test-reporter/pull/422">dorny/test-reporter#422</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dorny/test-reporter/compare/v2.3.0...v2.4.0">https://github.com/dorny/test-reporter/compare/v2.3.0...v2.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md">dorny/test-reporter's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>2.4.0</h2> <ul> <li>Feature: Add PHPUnit support with JUnit XML dialect parser <a href="https://redirect.github.com/dorny/test-reporter/pull/422">dorny/test-reporter#422</a></li> <li>Feature: Add JUnit XML sample files and tests for validation <a href="https://redirect.github.com/dorny/test-reporter/pull/701">dorny/test-reporter#701</a></li> <li>Fix: Refactor deprecated <code>String.substr()</code> function to use <code>String.substring()</code> <a href="https://redirect.github.com/dorny/test-reporter/pull/704">dorny/test-reporter#704</a></li> </ul> <h2>2.3.0</h2> <ul> <li>Feature: Add Python support with <code>python-xunit</code> reporter (pytest) <a href="https://redirect.github.com/dorny/test-reporter/pull/643">dorny/test-reporter#643</a></li> <li>Feature: Add pytest traceback parsing and <code>directory-mapping</code> option <a href="https://redirect.github.com/dorny/test-reporter/pull/238">dorny/test-reporter#238</a></li> <li>Performance: Update sax.js to fix large XML file parsing <a href="https://redirect.github.com/dorny/test-reporter/pull/681">dorny/test-reporter#681</a></li> <li>Documentation: Complete documentation for all supported reporters <a href="https://redirect.github.com/dorny/test-reporter/pull/691">dorny/test-reporter#691</a></li> <li>Security: Bump js-yaml and mocha in /reports/mocha (fixes prototype pollution) <a href="https://redirect.github.com/dorny/test-reporter/pull/682">dorny/test-reporter#682</a></li> </ul> <h2>2.2.0</h2> <ul> <li>Feature: Add collapsed option to control report summary visibility <a href="https://redirect.github.com/dorny/test-reporter/pull/664">dorny/test-reporter#664</a></li> <li>Fix badge encoding for values including underscore and hyphens <a href="https://redirect.github.com/dorny/test-reporter/pull/672">dorny/test-reporter#672</a></li> <li>Fix missing <code>report-title</code> attribute in action definition <a href="https://redirect.github.com/dorny/test-reporter/pull/637">dorny/test-reporter#637</a></li> <li>Refactor variable names to fix shadowing issues <a href="https://redirect.github.com/dorny/test-reporter/pull/630">dorny/test-reporter#630</a></li> </ul> <h2>2.1.1</h2> <ul> <li>Fix error when a TestMethod element does not have a className attribute in a trx file <a href="https://redirect.github.com/dorny/test-reporter/pull/623">dorny/test-reporter#623</a></li> <li>Add stack trace from trx to summary <a href="https://redirect.github.com/dorny/test-reporter/pull/615">dorny/test-reporter#615</a></li> <li>List only failed tests <a href="https://redirect.github.com/dorny/test-reporter/pull/606">dorny/test-reporter#606</a></li> <li>Add type definitions to <code>github-utils.ts</code> <a href="https://redirect.github.com/dorny/test-reporter/pull/604">dorny/test-reporter#604</a></li> <li>Avoid split on undefined <a href="https://redirect.github.com/dorny/test-reporter/pull/258">dorny/test-reporter#258</a></li> <li>Return links to summary report <a href="https://redirect.github.com/dorny/test-reporter/pull/588">dorny/test-reporter#588</a></li> <li>Add step summary short summary <a href="https://redirect.github.com/dorny/test-reporter/pull/589">dorny/test-reporter#589</a></li> <li>Fix for empty TRX TestDefinitions <a href="https://redirect.github.com/dorny/test-reporter/pull/582">dorny/test-reporter#582</a></li> <li>Increase step summary limit to 1MiB <a href="https://redirect.github.com/dorny/test-reporter/pull/581">dorny/test-reporter#581</a></li> <li>Fix input description for list options <a href="https://redirect.github.com/dorny/test-reporter/pull/572">dorny/test-reporter#572</a></li> </ul> <h2>2.1.0</h2> <ul> <li>Feature: Add summary title <a href="https://redirect.github.com/dorny/test-reporter/pull/568">dorny/test-reporter#568</a></li> <li>Feature: Add Golang test parser <a href="https://redirect.github.com/dorny/test-reporter/pull/571">dorny/test-reporter#571</a></li> <li>Increase step summary limit to 1MiB <a href="https://redirect.github.com/dorny/test-reporter/pull/581">dorny/test-reporter#581</a></li> <li>Fix for empty TRX TestDefinitions <a href="https://redirect.github.com/dorny/test-reporter/pull/582">dorny/test-reporter#582</a></li> <li>Fix input description for list options <a href="https://redirect.github.com/dorny/test-reporter/pull/572">dorny/test-reporter#572</a></li> <li>Update npm packages <a href="https://redirect.github.com/dorny/test-reporter/pull/583">dorny/test-reporter#583</a></li> </ul> <h2>2.0.0</h2> <ul> <li>Parse JUnit report with detailed message in failure <a href="https://redirect.github.com/dorny/test-reporter/pull/559">dorny/test-reporter#559</a></li> <li>Support displaying test results in markdown using GitHub Actions Job Summaries <a href="https://redirect.github.com/dorny/test-reporter/pull/383">dorny/test-reporter#383</a></li> </ul> <h2>1.9.1</h2> <ul> <li>Fix problematic retransmission of authentication token <a href="https://redirect.github.com/dorny/test-reporter/pull/438">dorny/test-reporter#438</a></li> <li>Report correct number of tests in Dart <a href="https://redirect.github.com/dorny/test-reporter/pull/426">dorny/test-reporter#426</a></li> <li>Number of completed tests mismatches passed/failed <a href="https://redirect.github.com/dorny/test-reporter/issues/319">dorny/test-reporter#319</a></li> </ul> <h2>1.9.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dorny/test-reporter/commit/e17be7e0078fc00f61965f3b4032f1e1fdc7fcfb"><code>e17be7e</code></a> test-reporter release v2.4.0</li> <li><a href="https://github.com/dorny/test-reporter/commit/6efb86e1f884696e9a2bbd33e43da8777c8e469c"><code>6efb86e</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/704">#704</a> from dorny/bugfix/703-refactor-deprecated-substr-func...</li> <li><a href="https://github.com/dorny/test-reporter/commit/055bc8c0258aafc395432a1fbf56b791773b9f49"><code>055bc8c</code></a> Rebuild the <code>dist/index.js</code> file</li> <li><a href="https://github.com/dorny/test-reporter/commit/17c900ba4ecac4464cac54fccfa4a575011ccd11"><code>17c900b</code></a> Use <code>String.substring()</code> function instead of the deprecated <code>String.substr()</code></li> <li><a href="https://github.com/dorny/test-reporter/commit/ff2d13cc3645b6e6978bb229ca7a2a5ea91208c1"><code>ff2d13c</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/422">#422</a> from mbeccati/phpunit-support</li> <li><a href="https://github.com/dorny/test-reporter/commit/20823bb69acff787e3cb994bc9d84ab6629fd0a2"><code>20823bb</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/701">#701</a> from dorny/feature/junit-xml-samples</li> <li><a href="https://github.com/dorny/test-reporter/commit/0be3971fec56884feb915a1fb6bdb237fa3dcac8"><code>0be3971</code></a> Rebuild the <code>dist/index.js</code> file</li> <li><a href="https://github.com/dorny/test-reporter/commit/4ee97617f76d137449902c2fac6fcec6bc7e08b8"><code>4ee9761</code></a> Document the behavior of <code>getRelativePath()</code> and <code>getWorkDir()</code> functions</li> <li><a href="https://github.com/dorny/test-reporter/commit/a97700c53ceb15ac6d0eb859e6972a5d071e5f84"><code>a97700c</code></a> Include tests for parsing files names and line numbers in the `PhpunitJunitPa...</li> <li><a href="https://github.com/dorny/test-reporter/commit/837045e72bcfc2c6a9bea565ba1f87b25c3f0360"><code>837045e</code></a> Add sample files from PHPUnit results in JUnit XML format</li> <li>Additional commits viewable in <a href="https://github.com/dorny/test-reporter/compare/fe45e9537387dac839af0d33ba56eed8e24189e8...e17be7e0078fc00f61965f3b4032f1e1fdc7fcfb">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> -- 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]
