dependabot[bot] opened a new pull request, #3175: URL: https://github.com/apache/tinkerpop/pull/3175
Bumps [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) from 10.3.1 to 12.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-js/releases"><code>@cucumber/cucumber</code>'s releases</a>.</em></p> <blockquote> <h2>v12.1.0</h2> <h3>Added</h3> <ul> <li>Include updated pretty formatter (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2592">#2592</a>)</li> </ul> <h2>v12.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#1200">https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#1200</a> for specifics on how to migrate where needed.</p> <h3>Added</h3> <ul> <li>Allow comments inside descriptions (<a href="https://redirect.github.com/cucumber/gherkin/pull/334">cucumber/gherkin#334</a>)</li> <li>Add original <code>error</code> to <code>After</code> and <code>AfterStep</code> hook parameters (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2572">#2572</a>)</li> <li>Add support for Node.js 24.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2588">#2588</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Redesigned HTML formatter header (<a href="https://redirect.github.com/cucumber/react-components/pull/381">cucumber/react-components#381</a>)</li> </ul> <h3>Removed</h3> <ul> <li>BREAKING CHANGE: Remove support for Node.js 18.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2588">#2588</a>)</li> <li>BREAKING CHANGE: Remove support for Node.js 23.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2588">#2588</a>)</li> <li>BREAKING CHANGE: Remove <code>publishQuiet</code> option (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2587">#2587</a>)</li> </ul> <h2>v11.3.0</h2> <h3>Changed</h3> <ul> <li>Improve error handling in publish plugin (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2526">#2526</a>)</li> </ul> <h2>v11.2.0</h2> <h3>Added</h3> <ul> <li><code>junit</code> formatter now includes <code>timestamp</code> attribute (<a href="https://redirect.github.com/cucumber/junit-xml-formatter/pull/45">junit-xml-formatter#45</a>)</li> <li><code>Hook</code> message now includes <code>type</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2463">#2463</a>)</li> <li><code>TestRunStarted</code> message now includes <code>id</code>; <code>TestCase</code> and <code>TestRunFinished</code> messages reference it in <code>testRunStartedId</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2463">#2463</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Enable world proxy in parameter transformers (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2465">#2465</a>)</li> </ul> <h2>v11.1.1</h2> <h3>Fixed</h3> <ul> <li>Correctly report error in publish plugin (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2454">#2454</a>)</li> <li>Reverse AfterAll execution order (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2456">#2456</a>)</li> </ul> <h2>v11.1.0</h2> <h3>Added</h3> <ul> <li>Add support for Node.js 23 (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2446">#2446</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Replace JUnit formatter with messages-based package (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2445">#2445</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Handle UNKNOWN status when rendering test run outcome (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2441">#2441</a>)</li> </ul> <h2>v11.0.1</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md"><code>@cucumber/cucumber</code>'s changelog</a>.</em></p> <blockquote> <h2>[12.1.0] - 2025-07-19</h2> <h3>Added</h3> <ul> <li>Include updated pretty formatter (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2592">#2592</a>)</li> </ul> <h2>[12.0.0] - 2025-07-13</h2> <h3>Added</h3> <ul> <li>Allow comments inside descriptions (<a href="https://redirect.github.com/cucumber/gherkin/pull/334">cucumber/gherkin#334</a>)</li> <li>Add original <code>error</code> to <code>After</code> and <code>AfterStep</code> hook parameters (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2572">#2572</a>)</li> <li>Add support for Node.js 24.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2588">#2588</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Redesigned HTML formatter header (<a href="https://redirect.github.com/cucumber/react-components/pull/381">cucumber/react-components#381</a>)</li> </ul> <h3>Removed</h3> <ul> <li>BREAKING CHANGE: Remove support for Node.js 18.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2588">#2588</a>)</li> <li>BREAKING CHANGE: Remove support for Node.js 23.x (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2588">#2588</a>)</li> <li>BREAKING CHANGE: Remove <code>publishQuiet</code> option (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2587">#2587</a>)</li> </ul> <h2>[11.3.0] - 2025-05-14</h2> <h3>Changed</h3> <ul> <li>Improve error handling in publish plugin (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2526">#2526</a>)</li> </ul> <h2>[11.2.0] - 2025-01-09</h2> <h3>Added</h3> <ul> <li><code>junit</code> formatter now includes <code>timestamp</code> attribute (<a href="https://redirect.github.com/cucumber/junit-xml-formatter/pull/45">junit-xml-formatter#45</a>)</li> <li><code>Hook</code> message now includes <code>type</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2463">#2463</a>)</li> <li><code>TestRunStarted</code> message now includes <code>id</code>; <code>TestCase</code> and <code>TestRunFinished</code> messages reference it in <code>testRunStartedId</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2463">#2463</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Enable world proxy in parameter transformers (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2465">#2465</a>)</li> </ul> <h2>[11.1.1] - 2024-12-11</h2> <h3>Fixed</h3> <ul> <li>Correctly report error in publish plugin (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2454">#2454</a>)</li> <li>Reverse AfterAll execution order (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2456">#2456</a>)</li> </ul> <h2>[11.1.0] - 2024-11-17</h2> <h3>Added</h3> <ul> <li>Add support for Node.js 23 (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2446">#2446</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Replace JUnit formatter with messages-based package (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2445">#2445</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Handle UNKNOWN status when rendering test run outcome (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2441">#2441</a>)</li> </ul> <h2>[11.0.1] - 2024-09-14</h2> <h3>Fixed</h3> <ul> <li>Add missing setParallelCanAssign export (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2427">#2427</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cucumber/cucumber-js/commit/d8fc399feac915a12a77dc2f9af6f6bf6198106a"><code>d8fc399</code></a> Prepare release v12.1.0</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/277f82fa9fbd6c04c8b21f72e665e176c1a780b8"><code>277f82f</code></a> Include pretty formatter with package (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2592">#2592</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/c5eb89603cb46652e1bf08f31ab2d5a0b2dd444a"><code>c5eb896</code></a> fix(deps): update dependency <code>@cucumber/gherkin</code> to v32.2.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2589">#2589</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/690e58c175dece777f441d3dffe0b3083808f8c4"><code>690e58c</code></a> Prepare release v12.0.0</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/ad5833e1c4289ae25c88ff7c9b9f5728f186e721"><code>ad5833e</code></a> chore(deps): update dependency <code>@cucumber/query</code> to v13.5.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2586">#2586</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/9758d0eedf9db8f82e35a5110e0f8388ea206caa"><code>9758d0e</code></a> Remove Node.js 18.x and 23.x support, add 24.x support (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2588">#2588</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/09b9cc31bf0b7ffc145082905a868879f253fc0d"><code>09b9cc3</code></a> Remove publishQuiet option (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2587">#2587</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/104db3398ffcbcd6c9f9ec6ca2a14d1a9cca3e9d"><code>104db33</code></a> fix(deps): update dependency <code>@cucumber/html-formatter</code> to v21.13.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2585">#2585</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/b9d2c11e396542591ff88ec78476686cdfabdb79"><code>b9d2c11</code></a> chore(deps): update dependency <code>@types/mz</code> to v2.7.9 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2584">#2584</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/bc316dcf81c9779ff22026f76c2d5fc2aec86220"><code>bc316dc</code></a> fix(deps): update dependency glob to v11 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2581">#2581</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-js/compare/v10.3.1...v12.1.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 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: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org