dependabot[bot] opened a new pull request, #12455: URL: https://github.com/apache/cloudstack/pull/12455
Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [npm-check-updates](https://github.com/raineorshine/npm-check-updates) and [node-gyp](https://github.com/nodejs/node-gyp). These dependencies need to be updated together. Updates `tar` from 6.1.11 to 7.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/releases">tar's releases</a>.</em></p> <blockquote> <h2>v6.1.13</h2> <h2><a href="https://github.com/npm/node-tar/compare/v6.1.12...v6.1.13">6.1.13</a> (2022-12-07)</h2> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/cc4e0ddfe523a0bce383846a67442c637a65d486"><code>cc4e0dd</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/343">#343</a> bump minipass from 3.3.6 to 4.0.0</li> </ul> <h2>v6.1.12</h2> <h2><a href="https://github.com/npm/node-tar/compare/v6.1.11...v6.1.12">6.1.12</a> (2022-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/57493ee66ece50d62114e02914282fc37be3a91a"><code>57493ee</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/332">#332</a> ensuring close event is emited after stream has ended (<a href="https://github.com/webark"><code>@webark</code></a>)</li> <li><a href="https://github.com/npm/node-tar/commit/b003c64f624332e24e19b30dc011069bb6708680"><code>b003c64</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/314">#314</a> replace deprecated String.prototype.substr() (<a href="https://redirect.github.com/isaacs/node-tar/issues/314">#314</a>) (<a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a>, <a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/f12992932f171ea248b27fad95e7d489a56d31ed"><code>f129929</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/313">#313</a> remove dead link to benchmarks (<a href="https://redirect.github.com/isaacs/node-tar/issues/313">#313</a>) (<a href="https://github.com/yetzt"><code>@yetzt</code></a>)</li> <li><a href="https://github.com/npm/node-tar/commit/c1faa9f44001dfb0bc7638b2850eb6058bd56a4a"><code>c1faa9f</code></a> add examples/explanation of using tar.t (<a href="https://github.com/isaacs"><code>@isaacs</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.5</h2> <ul> <li>Added <code>zstd</code> compression support.</li> </ul> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Drop support for node <18</li> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <h2>6.2</h2> <ul> <li>Add support for brotli compression</li> <li>Add <code>maxDepth</code> option to prevent extraction into excessively deep folders.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/03138441b238f48070fb22824b2529c445bc70c7"><code>0313844</code></a> 7.5.3</li> <li><a href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"><code>340eb28</code></a> fix: sanitize absolute linkpaths properly</li> <li><a href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b"><code>8bb83f7</code></a> update deps</li> <li><a href="https://github.com/isaacs/node-tar/commit/1c4aedd28a3a1b125c9f00a3daa489fafe8d8512"><code>1c4aedd</code></a> Fix typo in onWriteEntry documentation</li> <li><a href="https://github.com/isaacs/node-tar/commit/d9ea73a9b3fc0a2f9734fda65279f48c7cc99f28"><code>d9ea73a</code></a> 7.5.2</li> <li><a href="https://github.com/isaacs/node-tar/commit/5e1a8e638600d3c3a2969b4de6a6ec44fa8d74c9"><code>5e1a8e6</code></a> Fix sync tar.list when file size reduces while reading</li> <li><a href="https://github.com/isaacs/node-tar/commit/0fbeaeddf583e5aee1281fc6bf2d2b435594bbbd"><code>0fbeaed</code></a> formatting</li> <li><a href="https://github.com/isaacs/node-tar/commit/2dbacfe3398e262865beb80ffb278dc5bec8399e"><code>2dbacfe</code></a> add types for make-tar util</li> <li><a href="https://github.com/isaacs/node-tar/commit/c5865d3120ab1367e78e64619ad03b1835d945ae"><code>c5865d3</code></a> remove unused taprc file</li> <li><a href="https://github.com/isaacs/node-tar/commit/bdb38096afdec3046e99b969971987c86c4e4292"><code>bdb3809</code></a> header: only read from ustar block if not specified in Pax</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.1.11...v7.5.3">compare view</a></li> </ul> </details> <br /> Updates `npm-check-updates` from 6.0.1 to 19.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raineorshine/npm-check-updates/releases">npm-check-updates's releases</a>.</em></p> <blockquote> <h2>v19.3.1</h2> <h2>What's Changed</h2> <ul> <li>fix(catalog): use the right yarn config name by <a href="https://github.com/MKruschke"><code>@MKruschke</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1586">raineorshine/npm-check-updates#1586</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.3.0...v19.3.1">https://github.com/raineorshine/npm-check-updates/compare/v19.3.0...v19.3.1</a></p> <h2>v19.3.0</h2> <h2>What's Changed</h2> <ul> <li>feat: support yarn catalogs by <a href="https://github.com/MKruschke"><code>@MKruschke</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1582">raineorshine/npm-check-updates#1582</a></li> <li>Fixed default catalog behavior. <ul> <li>See discussion here: <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1582#pullrequestreview-3613957102">raineorshine/npm-check-updates#1582</a></li> <li>If you think this is wrong, please open an issue.</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.2.1...v19.3.0">https://github.com/raineorshine/npm-check-updates/compare/v19.2.1...v19.3.0</a></p> <h2>v19.2.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.2.0...v19.2.1">https://github.com/raineorshine/npm-check-updates/compare/v19.2.0...v19.2.1</a></p> <h2>v19.2.0</h2> <h2>What's Changed</h2> <ul> <li>Add <a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/166#issuecomment-3638071061">--format dep</a></li> <li>Add interactive mode keyboard controls to docs by <a href="https://github.com/jsoref"><code>@jsoref</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1577">raineorshine/npm-check-updates#1577</a></li> <li>Spelling by <a href="https://github.com/jsoref"><code>@jsoref</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1578">raineorshine/npm-check-updates#1578</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jsoref"><code>@jsoref</code></a> made their first contribution in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1577">raineorshine/npm-check-updates#1577</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.1.2...v19.2.0">https://github.com/raineorshine/npm-check-updates/compare/v19.1.2...v19.2.0</a></p> <h2>v19.1.2</h2> <h2>What's Changed</h2> <ul> <li>fix: support singular 'catalog' field in pnpm-workspace.yaml by <a href="https://github.com/afonsojramos"><code>@afonsojramos</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1572">raineorshine/npm-check-updates#1572</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/afonsojramos"><code>@afonsojramos</code></a> made their first contribution in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1572">raineorshine/npm-check-updates#1572</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.1.1...v19.1.2">https://github.com/raineorshine/npm-check-updates/compare/v19.1.1...v19.1.2</a></p> <h2>v19.1.1</h2> <h2>What's Changed</h2> <ul> <li>fix(cooldown): handle <code>CooldownFunction</code> in config file by <a href="https://github.com/SebastianSedzik"><code>@SebastianSedzik</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1565">raineorshine/npm-check-updates#1565</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.1.0...v19.1.1">https://github.com/raineorshine/npm-check-updates/compare/v19.1.0...v19.1.1</a></p> <h2>v19.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat(cooldown): support for cooldown predicate function by <a href="https://github.com/SebastianSedzik"><code>@SebastianSedzik</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1563">raineorshine/npm-check-updates#1563</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md">npm-check-updates's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>This file only documents <strong>major version</strong> releases. For smaller releases, you're stuck reading the <a href="https://github.com/raineorshine/npm-check-updates/commits/main">commit history</a>.</p> <h2>[18.0.0] - 2025-04-21</h2> <h3>Breaking</h3> <p>The <strong>only</strong> breaking change in v18 is with the <code>-g/--global</code> flag.</p> <p><code>npm-check-updates -g</code> will now auto-detect your package manager based on the execution path. Previously, it defaulted to <code>npm</code>.</p> <ul> <li><code>yarn dlx ncu -g --packageManager yarn</code> → <code>yarn dlx ncu -g</code></li> <li><code>pnpm dlx ncu --global --packageManager pnpm</code> → <code>pnpm dlx ncu -g</code></li> <li><code>bunx ncu -g--packageManager pnpm</code> → <code>bunx ncu -g</code></li> </ul> <p>If for some reason you were running <code>ncu -g</code> with an alternative package manager and relying on it checking the global <code>npm</code> packages, you will need to now explicitly specify npm:</p> <ul> <li><code>ncu -g</code> → <code>ncu -g--packageManager npm</code></li> </ul> <p>Thanks to <a href="https://github.com/LuisFerLCC"><code>@LuisFerLCC</code></a> for the improvement (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1514">#1514</a>).</p> <p><a href="https://github.com/raineorshine/npm-check-updates/compare/v17.1.18...v18.0.0">https://github.com/raineorshine/npm-check-updates/compare/v17.1.18...v18.0.0</a></p> <h2>[17.0.0] - 2024-07-31</h2> <h3>Breaking</h3> <ul> <li>Require node >= 18.18.0</li> <li>Deprecated versions are no longer excluded by default, as it requires fetching package info for every published version, significantly slowing down upgrades. <ul> <li>You can opt in with <code>--no-deprecated</code> in the CLI or <code>deprecated: false</code> in your <code>ncurc</code> config.</li> </ul> </li> <li>In workspaces mode, <code>--root</code> is now set by default (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1353">#1353</a>) <ul> <li>To <strong>not</strong> check the root package.json, use <code>--no-root</code>.</li> </ul> </li> <li>If you have a <a href="https://nodejs.org/api/packages.html#packagemanager">packageManager</a> field in your package.json, it is now upgraded by default (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1390">#1390</a>) <ul> <li>Use <code>--dep prod,dev,optional</code> for the old behavior.</li> </ul> </li> </ul> <p><a href="https://github.com/raineorshine/npm-check-updates/compare/v16.14.20...v17.0.0">https://github.com/raineorshine/npm-check-updates/compare/v16.14.20...v17.0.0</a></p> <h2>[16.0.0] - 2022-07-23</h2> <h3>Breaking</h3> <ul> <li>Automatic detection of package data on stdin has been removed. This feature was deprecated in <code>v14.0.0</code>. Add <code>--stdin</code> for old behavior.</li> <li>Wild card filters now apply to scoped packages. Previously, <code>ncu -f '*vite*'</code> would not include <code>@vitejs/plugin-react</code>. Now, filters will match any part of the package name, including the scope. Use a more specific glob or regex expression for old behavior.</li> </ul> <p><a href="https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0">https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0</a></p> <h2>[15.0.0] - 2022-06-30</h2> <h3>Breaking</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/f2a802206f27ab667ad8002c5cc6b75744c9847e"><code>f2a8022</code></a> 19.3.1</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/388deafa1faffe3cbf97fd23d6b60a72ed2a384a"><code>388deaf</code></a> fix(catalog): use the right yarn config name (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1586">#1586</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/325ac2ff47fdcd070f83bdb36d88f36c3e9bae33"><code>325ac2f</code></a> 19.3.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/99042d1dd74f22dd821bfe466f6820c005ee060e"><code>99042d1</code></a> feat: support yarn catalogs (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1582">#1582</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/97f349c753291a320e7295dbb881854699ddafde"><code>97f349c</code></a> 19.2.1</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/02512063c167388bfdd1f4efffc13ef662bbba34"><code>0251206</code></a> Do not assume that --deep is disabled when only one package is found. Fixes #...</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/b38f34f17ef85f740ec9ca9fdc4f3b76a6d5e1cf"><code>b38f34f</code></a> 19.2.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/7a889b4c51c91dcbc550b5967fb1473820ba094e"><code>7a889b4</code></a> --format dep</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/8f04424285530e1b7a69730684cfc501b3020d1b"><code>8f04424</code></a> Spelling (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1578">#1578</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/536efbfcf1ea06b43e1f6bfd6958951c04414404"><code>536efbf</code></a> Add interactive mode keyboard controls to docs (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1577">#1577</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raineorshine/npm-check-updates/compare/v6.0.1...v19.3.1">compare view</a></li> </ul> </details> <br /> Updates `node-gyp` from 7.1.2 to 12.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/node-gyp/releases">node-gyp's releases</a>.</em></p> <blockquote> <h2>v12.1.0</h2> <h2><a href="https://github.com/nodejs/node-gyp/compare/v12.0.0...v12.1.0">12.1.0</a> (2025-11-12)</h2> <h3>Features</h3> <ul> <li>Add support for Visual Studio 2026 (18.x) (<a href="https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3">69e5fd2</a>)</li> <li>Support for Visual Studio 2026 (18.x) (<a href="https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3">69e5fd2</a>)</li> </ul> <h2>v12.0.0</h2> <h2><a href="https://github.com/nodejs/node-gyp/compare/v11.5.0...v12.0.0">12.0.0</a> (2025-11-10)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>align to npm 11 node engine range</li> </ul> <h3>Features</h3> <ul> <li>align to npm 11 node engine range (<a href="https://github.com/nodejs/node-gyp/commit/2f85686bbe745673350a8f9dbb0e86ee0190f213">2f85686</a>)</li> <li>update gyp-next to v0.21.0 (<a href="https://github.com/nodejs/node-gyp/commit/c57cd2e86dc57707475b9f7e676e189f064817de">c57cd2e</a>)</li> </ul> <h3>Core</h3> <ul> <li><strong>deps:</strong> bump actions/setup-node from 5 to 6 (<a href="https://github.com/nodejs/node-gyp/commit/ae90e632d9fab85f4cd902dc9205ba9dfafaf3bc">ae90e63</a>)</li> <li><strong>deps:</strong> bump env-paths from 2.2.1 to 3.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3235">#3235</a>) (<a href="https://github.com/nodejs/node-gyp/commit/5fffb2ffee304cc898fdea7a0cd9e41d54c53839">5fffb2f</a>)</li> <li><strong>deps:</strong> bump which from 5.0.0 to 6.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3238">#3238</a>) (<a href="https://github.com/nodejs/node-gyp/commit/eaa8e34cb5a0710bef0602c42e5840b47eb76822">eaa8e34</a>)</li> <li>[email protected] (<a href="https://github.com/nodejs/node-gyp/commit/e2b9d21bce27c35d18fcb6f8583e386d15ce395c">e2b9d21</a>)</li> <li>[email protected] (<a href="https://github.com/nodejs/node-gyp/commit/9bdeaf307cd7a254946859d306465989fa39dfb2">9bdeaf3</a>)</li> <li>[email protected] (<a href="https://github.com/nodejs/node-gyp/commit/dfc68dfba3c17deb0bda9a395bb49d8fb9fa5951">dfc68df</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>increase test timeouts (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3237">#3237</a>) (<a href="https://github.com/nodejs/node-gyp/commit/3b41971e2f6b90e02b1d7df592d403b8dfc8fa4d">3b41971</a>)</li> <li>setup dependabot for npm (<a href="https://github.com/nodejs/node-gyp/commit/86d65c7874eb41eb49c9b8bbf342becac8e57c6f">86d65c7</a>)</li> <li>update devDependencies (<a href="https://github.com/nodejs/node-gyp/commit/41b0cea2f12342a790580cc8f844f075d49e096c">41b0cea</a>)</li> </ul> <h2>v11.5.0</h2> <h2><a href="https://github.com/nodejs/node-gyp/compare/v11.4.2...v11.5.0">11.5.0</a> (2025-10-15)</h2> <h3>Features</h3> <ul> <li>update gyp-next to v0.20.5 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3222">#3222</a>) (<a href="https://github.com/nodejs/node-gyp/commit/848e950833b90f0b25f346710ee42e9be4797604">848e950</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md">node-gyp's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodejs/node-gyp/compare/v12.0.0...v12.1.0">12.1.0</a> (2025-11-12)</h2> <h3>Features</h3> <ul> <li>Add support for Visual Studio 2026 (18.x) (<a href="https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3">69e5fd2</a>)</li> <li>Support for Visual Studio 2026 (18.x) (<a href="https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3">69e5fd2</a>)</li> </ul> <h2><a href="https://github.com/nodejs/node-gyp/compare/v11.5.0...v12.0.0">12.0.0</a> (2025-11-10)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>align to npm 11 node engine range</li> </ul> <h3>Features</h3> <ul> <li>align to npm 11 node engine range (<a href="https://github.com/nodejs/node-gyp/commit/2f85686bbe745673350a8f9dbb0e86ee0190f213">2f85686</a>)</li> <li>update gyp-next to v0.21.0 (<a href="https://github.com/nodejs/node-gyp/commit/c57cd2e86dc57707475b9f7e676e189f064817de">c57cd2e</a>)</li> </ul> <h3>Core</h3> <ul> <li><strong>deps:</strong> bump actions/setup-node from 5 to 6 (<a href="https://github.com/nodejs/node-gyp/commit/ae90e632d9fab85f4cd902dc9205ba9dfafaf3bc">ae90e63</a>)</li> <li><strong>deps:</strong> bump env-paths from 2.2.1 to 3.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3235">#3235</a>) (<a href="https://github.com/nodejs/node-gyp/commit/5fffb2ffee304cc898fdea7a0cd9e41d54c53839">5fffb2f</a>)</li> <li><strong>deps:</strong> bump which from 5.0.0 to 6.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3238">#3238</a>) (<a href="https://github.com/nodejs/node-gyp/commit/eaa8e34cb5a0710bef0602c42e5840b47eb76822">eaa8e34</a>)</li> <li>[email protected] (<a href="https://github.com/nodejs/node-gyp/commit/e2b9d21bce27c35d18fcb6f8583e386d15ce395c">e2b9d21</a>)</li> <li>[email protected] (<a href="https://github.com/nodejs/node-gyp/commit/9bdeaf307cd7a254946859d306465989fa39dfb2">9bdeaf3</a>)</li> <li>[email protected] (<a href="https://github.com/nodejs/node-gyp/commit/dfc68dfba3c17deb0bda9a395bb49d8fb9fa5951">dfc68df</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>increase test timeouts (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3237">#3237</a>) (<a href="https://github.com/nodejs/node-gyp/commit/3b41971e2f6b90e02b1d7df592d403b8dfc8fa4d">3b41971</a>)</li> <li>setup dependabot for npm (<a href="https://github.com/nodejs/node-gyp/commit/86d65c7874eb41eb49c9b8bbf342becac8e57c6f">86d65c7</a>)</li> <li>update devDependencies (<a href="https://github.com/nodejs/node-gyp/commit/41b0cea2f12342a790580cc8f844f075d49e096c">41b0cea</a>)</li> </ul> <h2><a href="https://github.com/nodejs/node-gyp/compare/v11.4.2...v11.5.0">11.5.0</a> (2025-10-15)</h2> <h3>Features</h3> <ul> <li>update gyp-next to v0.20.5 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3222">#3222</a>) (<a href="https://github.com/nodejs/node-gyp/commit/848e950833b90f0b25f346710ee42e9be4797604">848e950</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Run Visual Studio test on Windows 11 on ARM (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3217">#3217</a>) (<a href="https://github.com/nodejs/node-gyp/commit/8bd3f6354b8bd43262a4d99d58a568beab0459e8">8bd3f63</a>)</li> <li><strong>ci:</strong> Test on Python 3.14 release candidate 3 on Linux and macOS (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3216">#3216</a>) (<a href="https://github.com/nodejs/node-gyp/commit/085b445d1c00f8f1fc6a6ff80d8a93c6643f11ee">085b445</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/node-gyp/commit/98307b03a1381cf6697d80081b6cd05a47e412bc"><code>98307b0</code></a> chore(main): release 12.1.0</li> <li><a href="https://github.com/nodejs/node-gyp/commit/4cb46a2bc0a51b1390e6e26199d1d400968a6263"><code>4cb46a2</code></a> Revert "build(deps): bump env-paths from 2.2.1 to 3.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3235">#3235</a>)" (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3241">#3241</a>)</li> <li><a href="https://github.com/nodejs/node-gyp/commit/69e5fd2c98ac83dad5200a47515b301ccd80d2d3"><code>69e5fd2</code></a> feat: Support for Visual Studio 2026 (18.x)</li> <li><a href="https://github.com/nodejs/node-gyp/commit/641b220a0aa24218fbdd6a5959245a966c90de8c"><code>641b220</code></a> chore(main): release 12.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3231">#3231</a>)</li> <li><a href="https://github.com/nodejs/node-gyp/commit/eaa8e34cb5a0710bef0602c42e5840b47eb76822"><code>eaa8e34</code></a> build(deps): bump which from 5.0.0 to 6.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3238">#3238</a>)</li> <li><a href="https://github.com/nodejs/node-gyp/commit/3b41971e2f6b90e02b1d7df592d403b8dfc8fa4d"><code>3b41971</code></a> chore: increase test timeouts (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3237">#3237</a>)</li> <li><a href="https://github.com/nodejs/node-gyp/commit/5fffb2ffee304cc898fdea7a0cd9e41d54c53839"><code>5fffb2f</code></a> build(deps): bump env-paths from 2.2.1 to 3.0.0 (<a href="https://redirect.github.com/nodejs/node-gyp/issues/3235">#3235</a>)</li> <li><a href="https://github.com/nodejs/node-gyp/commit/c57cd2e86dc57707475b9f7e676e189f064817de"><code>c57cd2e</code></a> feat: update gyp-next to v0.21.0</li> <li><a href="https://github.com/nodejs/node-gyp/commit/86d65c7874eb41eb49c9b8bbf342becac8e57c6f"><code>86d65c7</code></a> chore: setup dependabot for npm</li> <li><a href="https://github.com/nodejs/node-gyp/commit/9bdeaf307cd7a254946859d306465989fa39dfb2"><code>9bdeaf3</code></a> deps: [email protected]</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/node-gyp/compare/v7.1.2...v12.1.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 node-gyp since your current version.</p> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cloudstack/network/alerts). </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]
