Commit db58005
authored
Upgrade: [dependabot] - bump @cucumber/cucumber from 11.3.0 to 12.5.0 (#4188)
Bumps [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) from
11.3.0 to 12.5.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.5.0</h2>
<h3>Added</h3>
<ul>
<li>Allow external plugins (see <a
href="https://github.com/cucumber/cucumber-js/blob/HEAD/docs/plugins.md">documentation</a>)
(<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2715">#2715</a>)</li>
</ul>
<h2>v12.4.0</h2>
<h3>Added</h3>
<ul>
<li>Allow loading config files in TypeScript format (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2709">#2709</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Compress report content with gzip before publishing (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2687">#2687</a>)</li>
</ul>
<h2>v12.3.0</h2>
<h3>Added</h3>
<ul>
<li>Add support for Node.js 25.x (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2704">#2704</a>)</li>
<li>Support named BeforeAll/AfterAll hooks (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2661">#2661</a>)</li>
<li>Emit messages for test run hooks (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2644">#2644</a>)</li>
<li>Emit messages for suggestions (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2703">#2703</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Render a more test case-centric HTML report ([react-components/<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/396">#396</a>](<a
href="https://redirect.github.com/cucumber/react-components/pull/396">cucumber/react-components#396</a>))</li>
</ul>
<h2>v12.2.0</h2>
<h3>Added</h3>
<ul>
<li>Export configuration types (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2598">#2598</a>)</li>
<li>Add support for execution sharding (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2303">#2303</a>)
by <a
href="https://github.com/agologan"><code>@agologan</code></a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Revert pretty formatter to 1.x.x version (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2629">#2629</a>)</li>
</ul>
<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>
</blockquote>
</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.5.0] - 2025-12-26</h2>
<h3>Added</h3>
<ul>
<li>Allow external plugins (see <a
href="https://github.com/cucumber/cucumber-js/blob/main/docs/plugins.md">documentation</a>)
(<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2715">#2715</a>)</li>
</ul>
<h2>[12.4.0] - 2025-12-13</h2>
<h3>Added</h3>
<ul>
<li>Allow loading config files in TypeScript format (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2709">#2709</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Compress report content with gzip before publishing (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2687">#2687</a>)</li>
</ul>
<h2>[12.3.0] - 2025-12-01</h2>
<h3>Added</h3>
<ul>
<li>Add support for Node.js 25.x (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2704">#2704</a>)</li>
<li>Support named BeforeAll/AfterAll hooks (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2661">#2661</a>)</li>
<li>Emit messages for test run hooks (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2644">#2644</a>)</li>
<li>Emit messages for suggestions (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2703">#2703</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Render a more test case-centric HTML report ([react-components/<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/396">#396</a>](<a
href="https://redirect.github.com/cucumber/react-components/pull/396">cucumber/react-components#396</a>))</li>
</ul>
<h2>[12.2.0] - 2025-08-22</h2>
<h3>Added</h3>
<ul>
<li>Export configuration types (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2598">#2598</a>)</li>
<li>Add support for execution sharding (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2303">#2303</a>)
by <a
href="https://github.com/agologan"><code>@agologan</code></a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Revert pretty formatter to 1.x.x version (<a
href="https://redirect.github.com/cucumber/cucumber-js/pull/2629">#2629</a>)</li>
</ul>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/0bc2532297ad443c7a4dcfbca26437973d754c3f"><code>0bc2532</code></a>
Prepare release v12.5.0</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/22348d55199013ad8aae04b45b09395e169b97a7"><code>22348d5</code></a>
Allow external plugins (<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2715">#2715</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/de1e08ebf20c4dd7b81c28a7dfc1931dc65c5b55"><code>de1e08e</code></a>
fix(deps): update dependency <code>@cucumber/gherkin</code> to v37.0.1
(<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2716">#2716</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/41e5e72b0113ebfeee483fac4060301309ad46b1"><code>41e5e72</code></a>
fix(deps): update dependency <code>@cucumber/html-formatter</code> to
v22.3.0 (<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2717">#2717</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/1564e349fdb8f39d31081f3508a83bf3f5b7e37c"><code>1564e34</code></a>
fix(deps): update dependency <code>@cucumber/messages</code> to v31.1.0
(<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2718">#2718</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/0d295485f041009bf7508e00d100d6d5bdb30e8d"><code>0d29548</code></a>
chore(deps): update dependency sinon to v21.0.1 (<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2714">#2714</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/a95457c523c781ad80c220adfba5fbaf8c323cd0"><code>a95457c</code></a>
fix(deps): update dependency <code>@cucumber/messages</code> to v31.0.1
(<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2712">#2712</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/5561a4768e434822feb409e436b80f55be273969"><code>5561a47</code></a>
chore(deps): update dependency <code>@sinonjs/fake-timers</code> to
v15.1.0 (<a
href="https://redirect.github.com/cucumber/cucumber-js/issues/2713">#2713</a>)</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/af7e0517b644735cbaa18de714712b84fb09c4e8"><code>af7e051</code></a>
Remove outdated comment</li>
<li><a
href="https://github.com/cucumber/cucumber-js/commit/4492f28bdddfead3e30bca1659ace18d5fa842f8"><code>4492f28</code></a>
Prepare release v12.4.0</li>
<li>Additional commits viewable in <a
href="https://github.com/cucumber/cucumber-js/compare/v11.3.0...v12.5.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@cucumber/cucumber</code> since your
current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4971ac3 commit db58005
2 files changed
Lines changed: 298 additions & 173 deletions
0 commit comments