dependabot[bot] opened a new pull request, #3442: URL: https://github.com/apache/tinkerpop/pull/3442
Bumps [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) from 12.7.0 to 13.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-js/releases">@cucumber/cucumber's releases</a>.</em></p> <blockquote> <h2>v13.0.0</h2> <p>This is a major release and contains some breaking changes. See the entries below, and <a href="https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#1300">https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#1300</a> for specifics on how to migrate where needed.</p> <h3>Added</h3> <ul> <li>Add support for Node.js 26.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2818">#2818</a>)</li> </ul> <h3>Changed</h3> <ul> <li>BREAKING CHANGE: Reimplement parallel runtime with worker threads (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2710">#2710</a>)</li> <li>BREAKING CHANGE: All <code>BeforeAll</code> and <code>AfterAll</code> hooks are always executed (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2710">#2710</a>)</li> <li>BREAKING CHANGE: Set <code>FORCE_COLOR</code> based on deprecated format option (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2769">#2769</a>)</li> <li>Redesigned output for summary, progress, progress bar and pretty formatters (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> <li>Reduce transitive dependencies (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2800">#2800</a>) by <a href="https://github.com/m-basov"><code>@m-basov</code></a></li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate legacy <code>SummaryFormatter</code> and <code>ProgressFormatter</code> classes in favour of new formatter architecture (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> <li>Deprecate <code>printAttachments</code> format option in favour of <code>includeAttachments</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Update status colors to match other formatters (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2828">#2828</a>)</li> <li>Surface <code>Error.cause</code> chain (with stack frames) in output (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2813">#2813</a>) by <a href="https://github.com/rkdfx"><code>@rkdfx</code></a></li> <li>Handle undefined/ambiguous correctly when skipped (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2836">#2836</a>)</li> </ul> <h3>Removed</h3> <ul> <li>BREAKING CHANGE: Drop support for Node.js 20.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2818">#2818</a>)</li> <li>BREAKING CHANGE: Drop support for Node.js 25.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2818">#2818</a>)</li> <li>BREAKING CHANGE: Remove deprecated Cli export (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2820">#2820</a>)</li> <li>BREAKING CHANGE: Remove deprecated handling of ambiguous formats (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2819">#2819</a>)</li> </ul> <h2>v12.9.0</h2> <h3>Added</h3> <ul> <li>Emit new <code>publish:url</code> event for plugins (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2808">#2808</a>)</li> </ul> <h2>v12.8.3</h2> <h3>Fixed</h3> <ul> <li>Handle thrown strings correctly (partial backport from <a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> <li>Include assertion info in stack trace (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2803">#2803</a>)</li> </ul> <h2>v12.8.2</h2> <h3>Changed</h3> <ul> <li>Various dependency updates</li> </ul> <h2>v12.8.1</h2> <h3>Fixed</h3> <ul> <li>Resolve dependency issue with <code>junit-xml-formatter</code> and <code>query</code> (<a href="https://redirect.github.com/cucumber/junit-xml-formatter/pull/143">junit-xml-formatter#143</a>)</li> </ul> <h2>v12.8.0</h2> <h3>Added</h3> <ul> <li>Support custom externalising option (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2780">#2780</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md">@cucumber/cucumber's changelog</a>.</em></p> <blockquote> <h2>[13.0.0] - 2026-06-02</h2> <h3>Added</h3> <ul> <li>Add support for Node.js 26.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2818">#2818</a>)</li> </ul> <h3>Changed</h3> <ul> <li>BREAKING CHANGE: Reimplement parallel runtime with worker threads (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2710">#2710</a>)</li> <li>BREAKING CHANGE: All <code>BeforeAll</code> and <code>AfterAll</code> hooks are always executed (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2710">#2710</a>)</li> <li>BREAKING CHANGE: Set <code>FORCE_COLOR</code> based on deprecated format option (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2769">#2769</a>)</li> <li>Redesigned output for summary, progress, progress bar and pretty formatters (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> <li>Reduce transitive dependencies (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2800">#2800</a>) by <a href="https://github.com/m-basov"><code>@m-basov</code></a></li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate legacy <code>SummaryFormatter</code> and <code>ProgressFormatter</code> classes in favour of new formatter architecture (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> <li>Deprecate <code>printAttachments</code> format option in favour of <code>includeAttachments</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Update status colors to match other formatters (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2828">#2828</a>)</li> <li>Surface <code>Error.cause</code> chain (with stack frames) in output (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2813">#2813</a>) by <a href="https://github.com/rkdfx"><code>@rkdfx</code></a></li> <li>Handle undefined/ambiguous correctly when skipped (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2836">#2836</a>)</li> </ul> <h3>Removed</h3> <ul> <li>BREAKING CHANGE: Drop support for Node.js 20.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2818">#2818</a>)</li> <li>BREAKING CHANGE: Drop support for Node.js 25.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2818">#2818</a>)</li> <li>BREAKING CHANGE: Remove deprecated Cli export (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2820">#2820</a>)</li> <li>BREAKING CHANGE: Remove deprecated handling of ambiguous formats (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2819">#2819</a>)</li> </ul> <h2>[12.9.0] - 2026-05-15</h2> <h3>Added</h3> <ul> <li>Emit new <code>publish:url</code> event for plugins (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2808">#2808</a>)</li> </ul> <h2>[12.8.3] - 2026-05-09</h2> <h3>Fixed</h3> <ul> <li>Handle thrown strings correctly (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2708">#2708</a>)</li> <li>Include assertion info in stack trace (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2803">#2803</a>)</li> </ul> <h2>[12.8.2] - 2026-04-25</h2> <h3>Changed</h3> <ul> <li>Various dependency updates</li> </ul> <h2>[12.8.1] - 2026-04-14</h2> <h3>Fixed</h3> <ul> <li>Resolve dependency issue with <code>junit-xml-formatter</code> and <code>query</code> (<a href="https://redirect.github.com/cucumber/junit-xml-formatter/pull/143">junit-xml-formatter#143</a>)</li> </ul> <h2>[12.8.0] - 2026-04-12</h2> <h3>Added</h3> <ul> <li>Support custom externalising option (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2780">#2780</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cucumber/cucumber-js/commit/401346f7ec36097de418368aa8550c40b1787da7"><code>401346f</code></a> Prepare release v13.0.0</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/d1db931f0d49601ee89de8efbc556b92b9179b2e"><code>d1db931</code></a> Update CHANGELOG.md and UPGRADING.md</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/4e73b6ac991e9031c92adcb58ce97ff97f0aee5f"><code>4e73b6a</code></a> Attribution</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/476925ef07b84daa2ea8a6ad08d61f27cd1d8ec5"><code>476925e</code></a> Update UPGRADING.md</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/0ab5cf614e8a4b249e303c590c089b95746d5b5d"><code>0ab5cf6</code></a> Publish TypeDoc site on release only (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2838">#2838</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/72b39b11fc6cae47f80476cf7552be71621660b3"><code>72b39b1</code></a> Update github/codeql-action action to v4.36.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2837">#2837</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/6a9051465ca11d7776608c53609f558daa3b1715"><code>6a90514</code></a> Update dependency <code>@cucumber/biome-config</code> to v0.2.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2833">#2833</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/a6d7fa57c939c8fc68011e4c4b42b4ce97d3f318"><code>a6d7fa5</code></a> Handle undefined/ambiguous correctly when skipped (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2836">#2836</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/b20f02e87a86d0b5b37b4b1019f31773ee5dad9c"><code>b20f02e</code></a> Update zizmorcore/zizmor-action action to v0.5.6 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2832">#2832</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/6b03935d842a3cc0e3016ee4b8240a32e3dccd22"><code>6b03935</code></a> Update dependency tmp to v0.2.7 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2831">#2831</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-js/compare/v12.7.0...v13.0.0">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]
