dependabot[bot] opened a new pull request, #3779: URL: https://github.com/apache/iggy/pull/3779
Bumps the node group with 3 updates in the /foreign/node directory: [@cucumber/cucumber](https://github.com/cucumber/cucumber-js), [@swc-node/register](https://github.com/swc-project/swc-node) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@cucumber/cucumber` from 13.1.1 to 13.2.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.2.0</h2> <h3>Added</h3> <ul> <li>Add option for where to run global hooks (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2880">#2880</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.2.0] - 2026-07-20</h2> <h3>Added</h3> <ul> <li>Add option for where to run global hooks (<a href="https://redirect.github.com/cucumber/cucumber-js/pull/2880">#2880</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cucumber/cucumber-js/commit/50cea22e70d0942137b5d4149c1e9590acffe1e9"><code>50cea22</code></a> Prepare release v13.2.0</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/8862fd8143d0bb9919c7edb20c7acb2992f6efbc"><code>8862fd8</code></a> Update dependency <code>@microsoft/api-extractor</code> to v7.58.11 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2885">#2885</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/accad14b8dc313c31a2d29ac24bae0587078baac"><code>accad14</code></a> Update dependency mocha to v11.7.6 (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2886">#2886</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/164d361be60c912981bfda76e0411466d21e1775"><code>164d361</code></a> Remove explicit any from production code (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2884">#2884</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/669d76bb659c2f4cd385c9de35369a2316a66e72"><code>669d76b</code></a> Document support for using a proxy when publishing (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2883">#2883</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/2623137cf28a27b6e9a8fee327432bd9236a8ca5"><code>2623137</code></a> Add option for where to run global hooks (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2880">#2880</a>)</li> <li><a href="https://github.com/cucumber/cucumber-js/commit/def79f2422705e6626afb660b9013b56ed8b1674"><code>def79f2</code></a> Normalise npm scripts, make CI more efficient (<a href="https://redirect.github.com/cucumber/cucumber-js/issues/2882">#2882</a>)</li> <li>See full diff in <a href="https://github.com/cucumber/cucumber-js/compare/v13.1.1...v13.2.0">compare view</a></li> </ul> </details> <br /> Updates `@swc-node/register` from 1.12.0 to 1.12.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc-node/commit/8fdebc5b86567b6831778f094eeb0c5563b3b1b9"><code>8fdebc5</code></a> chore(release): publish</li> <li><a href="https://github.com/swc-project/swc-node/commit/b2663d0370cd8144dd32e1b3fd9315c2f75d2414"><code>b2663d0</code></a> chore(deps): update pnpm to v11.14.0 (<a href="https://redirect.github.com/swc-project/swc-node/issues/1061">#1061</a>)</li> <li><a href="https://github.com/swc-project/swc-node/commit/986094db00e9aad0d4296fe910624b72c10f1737"><code>986094d</code></a> fix(register): always inline source maps in auto mode so debuggers work (<a href="https://redirect.github.com/swc-project/swc-node/issues/1062">#1062</a>)</li> <li><a href="https://github.com/swc-project/swc-node/commit/eec0e8caa35817b15a059d21e227a7d5ba163d64"><code>eec0e8c</code></a> chore(register): replace <code>json-stable-stringify</code> (<a href="https://redirect.github.com/swc-project/swc-node/issues/1060">#1060</a>)</li> <li>See full diff in <a href="https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.64.0 to 8.65.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.65.0</h2> <h2>8.65.0 (2026-07-20)</h2> <h3>🚀 Features</h3> <ul> <li>add warning when TS 7 is detected (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12529">#12529</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] deprecate extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12527">#12527</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/19562">#19562</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11889">#11889</a>)</li> <li><strong>eslint-plugin:</strong> [no-shadow] specialized error on enum declaration and member shadowing (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12578">#12578</a>)</li> <li><strong>parser:</strong> add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12465">#12465</a>)</li> <li><strong>typescript-estree:</strong> throw for invalid import defer syntax (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12552">#12552</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-string-starts-ends-with] handle escaped $ ending regex literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12515">#12515</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] report unbound methods accessed via member expression on union types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12448">#12448</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12568">#12568</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Serhii Leniv <a href="https://github.com/Serhii-Leniv"><code>@Serhii-Leniv</code></a></li> <li>송재욱</li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.65.0 (2026-07-20)</h2> <h3>🚀 Features</h3> <ul> <li>add warning when TS 7 is detected (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12529">#12529</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/63ba81b6acfa0d663c29aa0013d4672bf3b0426c"><code>63ba81b</code></a> chore(release): publish 8.65.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/eaf457631ac381aadfee747c2d098c8ac4df9d63"><code>eaf4576</code></a> feat: add warning when TS 7 is detected (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12529">#12529</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0d06406f3181f063041dbd1621d71984127ddae1"><code>0d06406</code></a> chore: add attw validation to repo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12437">#12437</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c2386e49ec6347aa92d53a1f32143ca45984cc13"><code>c2386e4</code></a> chore(deps): update dependency prettier to v3.9.5 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12486">#12486</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
