dependabot[bot] opened a new pull request, #3124: URL: https://github.com/apache/tinkerpop/pull/3124
Bumps [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) from 10.3.1 to 11.3.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>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> <ul> <li>Add missing setParallelCanAssign export (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2427">#2427</a>)</li> </ul> <h2>v11.0.0</h2> <p>This release contains breaking changes, see <a href="https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md">https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md</a> for advice.</p> <h3>Changed</h3> <ul> <li>Major refactor of runtime code for both serial and parallel modes (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2422">#2422</a>)</li> </ul> <h3>Removed</h3> <ul> <li>BREAKING CHANGE: Remove previously-deprecated <code>parseGherkinMessageStream</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2420">#2420</a>)</li> <li>BREAKING CHANGE: Remove previously-deprecated <code>PickleFilter</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2420">#2420</a>)</li> <li>BREAKING CHANGE: Remove previously-deprecated <code>Runtime</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2420">#2420</a>)</li> <li>BREAKING CHANGE: Remove support for Node.js 21 (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2423">#2423</a>)</li> </ul> <h2>v10.9.0</h2> <h3>Added</h3> <ul> <li>Support externalising attachments in HTML formatter (see <a href="https://github.com/cucumber/cucumber-js/blob/HEAD/docs/formatters.md#html">documentation</a>) (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2413">#2413</a>)</li> <li>Support linking to external content via attachments (see <a href="https://github.com/cucumber/cucumber-js/blob/HEAD/docs/support_files/attachments.md#links">documentation</a>) (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2413">#2413</a>)</li> </ul> <h2>v10.8.0</h2> <!-- 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>[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> <h2>[11.0.0] - 2024-08-29</h2> <h3>Changed</h3> <ul> <li>Major refactor of runtime code for both serial and parallel modes (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2422">#2422</a>)</li> </ul> <h3>Removed</h3> <ul> <li>BREAKING CHANGE: Remove previously-deprecated <code>parseGherkinMessageStream</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2420">#2420</a>)</li> <li>BREAKING CHANGE: Remove previously-deprecated <code>PickleFilter</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2420">#2420</a>)</li> <li>BREAKING CHANGE: Remove previously-deprecated <code>Runtime</code> (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2420">#2420</a>)</li> <li>BREAKING CHANGE: Remove support for Node.js 21 (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2423">#2423</a>)</li> </ul> <h2>[10.9.0] - 2024-08-13</h2> <h3>Added</h3> <ul> <li>Support externalising attachments in HTML formatter (see <a href="https://github.com/cucumber/cucumber-js/blob/main/docs/formatters.md#html">documentation</a>) (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2413">#2413</a>)</li> <li>Support linking to external content via attachments (see <a href="https://github.com/cucumber/cucumber-js/blob/main/docs/support_files/attachments.md#links">documentation</a>) (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2413">#2413</a>)</li> </ul> <h2>[10.8.0] - 2024-05-26</h2> <h3>Added</h3> <ul> <li>Add <code>world</code> and <code>context</code> to allow accessing state from arrow functions (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2402">#2402</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/8b2739e4b31c5e3ddc0aeabdfaf8bb3449c4056e"><code>8b2739e</code></a> Prepare release v11.3.0</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/ff894c1484d8e89f14e142c5b846ae98ec148760"><code>ff894c1</code></a> chore(deps): update dependency <code>@types/node</code> to v20.17.46 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2555">#2555</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/537f6209048aa6be43ca67539f4475719669d08a"><code>537f620</code></a> chore(deps): update dependency eslint-config-prettier to v10.1.5 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2554">#2554</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/7604a057cd98c67db8e41af86449444ddaf1ca6a"><code>7604a05</code></a> chore(deps): update dependency eslint-plugin-n to v17 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2549">#2549</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/47d7a6cc1a0b8d6cec0e941f0941d22469dd280c"><code>47d7a6c</code></a> chore(deps): update dependency typedoc to ^0.28.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2505">#2505</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/fdc48a2fd63b4dc527f7cd7057b5af257e2e92ca"><code>fdc48a2</code></a> chore(deps): update typescript-eslint monorepo to v6.21.0 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2509">#2509</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/6bc6d13ca4a04926aaa4bc427d1feaa17f407abf"><code>6bc6d13</code></a> chore(deps): update dependency <code>@microsoft/api-extractor</code> to v7.52.7 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2496">#2496</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/41a7bc18b8121867bb598e57dab1d7b9c1182c4e"><code>41a7bc1</code></a> chore(deps): update dependency eslint-config-prettier to v10 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2544">#2544</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/549b2c7a8ab63e5211bc46695cffa7d7b60dc538"><code>549b2c7</code></a> chore(deps): update dependency <code>@types/node</code> to v20.17.32 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2543">#2543</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/df3fcf8aaef56271a6c090a06733c19f5e916d3b"><code>df3fcf8</code></a> chore(deps): update dependency <code>@types/luxon</code> to v3.6.2 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2538">#2538</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-js/compare/v10.3.1...v11.3.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
