dependabot[bot] opened a new pull request, #2476: URL: https://github.com/apache/plc4x/pull/2476
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.5.0 to 2.6.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.6.0</h2> <p>We updated all dependency packages to latest versions to fix reported security vulnerabilities.</p> <h2>What's Changed</h2> <ul> <li>Fix: For <code>workflow_run</code> events, resolve the commit of the check run from related pull request head commits first (matching <code>workflow_run.head_branch</code>, then first PR), and fall back to <code>workflow_run.head_sha</code> for non-PR runs <a href="https://redirect.github.com/dorny/test-reporter/pull/673">dorny/test-reporter#673</a></li> <li>Change: The <code>test-reporter</code> action will listed all artifacts associated with the build run <a href="https://redirect.github.com/dorny/test-reporter/pull/693">dorny/test-reporter#693</a></li> <li>Maintenance: Upgrade to ESLint v9 <a href="https://redirect.github.com/dorny/test-reporter/pull/629">dorny/test-reporter#629</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/azchohfi"><code>@azchohfi</code></a> made their first contribution in <a href="https://redirect.github.com/dorny/test-reporter/pull/673">dorny/test-reporter#673</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dorny/test-reporter/compare/v2.5.0...v2.6.0">https://github.com/dorny/test-reporter/compare/v2.5.0...v2.6.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.6.0</h2> <ul> <li>Fix: For <code>workflow_run</code> events, resolve the commit of the check run from related pull request head commits first (matching <code>workflow_run.head_branch</code>, then first PR), and fall back to <code>workflow_run.head_sha</code> for non-PR runs <a href="https://redirect.github.com/dorny/test-reporter/pull/673">dorny/test-reporter#673</a></li> <li>Change: The <code>test-reporter</code> action will listed all artifacts associated with the build run <a href="https://redirect.github.com/dorny/test-reporter/pull/693">dorny/test-reporter#693</a></li> <li>Maintenance: Upgrade to ESLint v9 <a href="https://redirect.github.com/dorny/test-reporter/pull/629">dorny/test-reporter#629</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dorny/test-reporter/commit/3d76b34a4535afbd0600d347b09a6ee5deb3ed7f"><code>3d76b34</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/730">#730</a> from dorny/feature/166-list-all-artifacts</li> <li><a href="https://github.com/dorny/test-reporter/commit/a71adbe2c209391daee17b458020818a8a37dfc8"><code>a71adbe</code></a> Update changelog</li> <li><a href="https://github.com/dorny/test-reporter/commit/34ed02cb573947a26c55e5867d94676948905cd9"><code>34ed02c</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/728">#728</a> from dorny/dependabot/npm_and_yarn/ts-jest-29.4.6</li> <li><a href="https://github.com/dorny/test-reporter/commit/5204d859d830c8111e1ced18403a1abde2a87e71"><code>5204d85</code></a> Bump ts-jest from 29.4.5 to 29.4.6</li> <li><a href="https://github.com/dorny/test-reporter/commit/6658c27b234f436cbb9b3a252503793abfa0ef90"><code>6658c27</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/727">#727</a> from dorny/feature/fix_vulnerabilities</li> <li><a href="https://github.com/dorny/test-reporter/commit/9b467721fc578f5ec0e774967cb1a06fc016c3b4"><code>9b46772</code></a> Use <code>npm audit fix</code> to update sub dependencies</li> <li><a href="https://github.com/dorny/test-reporter/commit/b3a9df8841f8f1aa17b130f158e335535251225d"><code>b3a9df8</code></a> Merge pull request <a href="https://redirect.github.com/dorny/test-reporter/issues/629">#629</a> from dorny/feature/601_eslint_v9</li> <li><a href="https://github.com/dorny/test-reporter/commit/deb1d0223f2a41e8e978444ce7137137443731c5"><code>deb1d02</code></a> Rebuild the <code>dist/index.js</code> file</li> <li><a href="https://github.com/dorny/test-reporter/commit/69312b98d1d474556b3333ad6db67f24b12c81a2"><code>69312b9</code></a> Update changelog</li> <li><a href="https://github.com/dorny/test-reporter/commit/eed2d2d03181137b2908072d2c0d2d2178994790"><code>eed2d2d</code></a> Modernize ESLint configuration</li> <li>Additional commits viewable in <a href="https://github.com/dorny/test-reporter/compare/b082adf0eced0765477756c2a610396589b8c637...3d76b34a4535afbd0600d347b09a6ee5deb3ed7f">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 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]
