dependabot[bot] opened a new pull request, #2409: URL: https://github.com/apache/plc4x/pull/2409
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 2.5.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.5.0</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Add Nette Tester JUnit Reporter by <a href="https://github.com/jozefizso"><code>@jozefizso</code></a> in <a href="https://redirect.github.com/dorny/test-reporter/pull/707">dorny/test-reporter#707</a></li> </ul> <h3>Project maintanance</h3> <ul> <li>Bump actions/upload-artifact from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/dorny/test-reporter/pull/695">dorny/test-reporter#695</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dorny/test-reporter/compare/v2.4.0...v2.5.0">https://github.com/dorny/test-reporter/compare/v2.4.0...v2.5.0</a></p> <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.5.0</h2> <ul> <li>Feature: Add Nette Tester support with <code>tester-junit</code> reporter <a href="https://redirect.github.com/dorny/test-reporter/pull/707">dorny/test-reporter#707</a></li> <li>Maintenance: Bump actions/upload-artifact from 5 to 6 <a href="https://redirect.github.com/dorny/test-reporter/pull/695">dorny/test-reporter#695</a></li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dorny/test-reporter/commit/b082adf0eced0765477756c2a610396589b8c637"><code>b082adf</code></a> test-reporter release v2.5.0</li> <li><a href="https://github.com/dorny/test-reporter/commit/bcafc9fcbe9467a5dbd98a61cd3e0c1430e9a586"><code>bcafc9f</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/707">#707</a> from dorny/feature/700-nette-tester-junit-reporter</li> <li><a href="https://github.com/dorny/test-reporter/commit/b0cbac615ff15c75a65a4b86c3970ca99932c1b3"><code>b0cbac6</code></a> Rebuild the <code>dist/index.js</code> file</li> <li><a href="https://github.com/dorny/test-reporter/commit/c92a2893a9c7b550baeb52680fc9e49563b44baf"><code>c92a289</code></a> Remove unnecessary output files</li> <li><a href="https://github.com/dorny/test-reporter/commit/6697ec40e69e09fea75e02047a694687837dfc8a"><code>6697ec4</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/695">#695</a> from dorny/dependabot/github_actions/actions/upload-a...</li> <li><a href="https://github.com/dorny/test-reporter/commit/63870298f549a17388dd5b30b8a634e449a9eb2d"><code>6387029</code></a> Create <code>tester-junit</code> reporter for Nette Tester tool</li> <li><a href="https://github.com/dorny/test-reporter/commit/68967725f76a7cdb7990818860d93f4242bff961"><code>6896772</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/706">#706</a> from dorny/release/v2.4.0</li> <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>Additional commits viewable in <a href="https://github.com/dorny/test-reporter/compare/fe45e9537387dac839af0d33ba56eed8e24189e8...b082adf0eced0765477756c2a610396589b8c637">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]
