Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump junit-report-merger from 4.0.1 to 6.0.2 (#47)
Bumps [junit-report-merger](https://github.com/bhovhannes/junit-report-merger) from 4.0.1 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bhovhannes/junit-report-merger/releases">junit-report-merger's releases</a>.</em></p> <blockquote> <h2>v6.0.2</h2> <h2>What's Changed</h2> <ul> <li>fix(deps): update dependency commander to v10.0.1</li> <li>fix(deps): update dependency xmlbuilder2 to v3.1.1</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bhovhannes/junit-report-merger/compare/v6.0.1...v6.0.2">https://github.com/bhovhannes/junit-report-merger/compare/v6.0.1...v6.0.2</a></p> <h2>v6.0.1</h2> <h2>What's Changed</h2> <ul> <li>fix: support reports without root testsuites element (related to <a href="https://redirect.github.com/bhovhannes/junit-report-merger/issues/239">#239</a>) b15f689</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bhovhannes/junit-report-merger/compare/v6.0.0...v6.0.1">https://github.com/bhovhannes/junit-report-merger/compare/v6.0.0...v6.0.1</a></p> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>feat: merge testsuite elements with the same name (fixes <a href="https://redirect.github.com/bhovhannes/junit-report-merger/issues/226">#226</a>, fixes <a href="https://redirect.github.com/bhovhannes/junit-report-merger/issues/227">#227</a>) c699ad7</li> <li>fix(deps): update dependency fast-glob to v3.2.12 b13d7cc</li> </ul> <h3>Breaking changes</h3> <p>There are no API changes in this release. Only implementation change.</p> <p>Previous behavior of <code>jrm</code> was incorrect in 2 cases:</p> <ul> <li>when a single <code>testsuite</code> element was spanning multiple files, i.e. more than one file contain <code>testsuite</code> element with the same name.</li> <li>when input file contained nested <code>testsuite</code> elements.</li> </ul> <p>In this release this has been fixed, and <code>jrm</code> now merges similar <code>testsuite</code> elements together, aggregating their attributes and rolling them up to the root <code>testsuites</code> element.<br /> Also, aggregation logic of <code>time</code> attribute has been changed. Now summary <code>time</code> is computed by taking maximum of <code>time</code> attributes of child <code>testsuite</code> elements. Previously <code>time</code>s were added together, which is not how things happen in real life as it is more common to split test suite and run in parallel, than sequentially.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/bhovhannes/junit-report-merger/compare/v5.0.0...v6.0.0">https://github.com/bhovhannes/junit-report-merger/compare/v5.0.0...v6.0.0</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>fix(closes <a href="https://redirect.github.com/bhovhannes/junit-report-merger/issues/127">#127</a>): downgrade xmlbuilder2 dependency to 3.0.1 93bd8bc</li> <li>fix(deps): update dependency commander to v10 5f4682f</li> </ul> <h3>Breaking changes</h3> <p>Supported Node engine range has been changed to <code>>=14</code>. That is the range <code>commander</code> supports, and we use <code>commander</code>, so we also need to stay in the same range.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/83e02c6221341ed0c942ef95103046ff1a996e64"><code>83e02c6</code></a> 6.0.2</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/687bd16d1fd5f3fcac3501dfa4ce4598c9407cab"><code>687bd16</code></a> fix(deps): update dependency xmlbuilder2 to v3.1.1</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/54fa1b05406f40352574cf9a8d5e25ac70032fa3"><code>54fa1b0</code></a> chore(deps): update dependency <code>@evilmartians/lefthook</code> to v1.3.12</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/f6d865753edbd408649d829315b7a84d19d04d7c"><code>f6d8657</code></a> chore(deps): update dependency <code>@evilmartians/lefthook</code> to v1.3.11</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/4cc680355dcac17aaafb2da7d2cef850155ef896"><code>4cc6803</code></a> fix(deps): update dependency xmlbuilder2 to v3.1.0</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/8e34a85e0ac8e02f950f48cb5970cec46ef9ab89"><code>8e34a85</code></a> chore(deps): update dependency prettier to v2.8.8</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/d7b2a5bd683531ed20564af8a596b5cc933a65e3"><code>d7b2a5b</code></a> fix(deps): update dependency commander to v10.0.1</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/9278f0f8279023b4a3d8ffd28e120ae2b46cc471"><code>9278f0f</code></a> chore(deps): update dependency <code>@evilmartians/lefthook</code> to v1.3.10</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/bbe24dcf13dc2ecdf14f61424179a96d01e8672a"><code>bbe24dc</code></a> chore(deps): update dependency typescript to v5.0.4</li> <li><a href="https://github.com/bhovhannes/junit-report-merger/commit/3bdbc7ccf5623dabecab44c3714aa67cc9fe13df"><code>3bdbc7c</code></a> chore(deps): update dependency <code>@evilmartians/lefthook</code> to v1.3.9</li> <li>Additional commits viewable in <a href="https://github.com/bhovhannes/junit-report-merger/compare/v4.0.1...v6.0.2">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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information