Skip to content

Commit ff5308f

Browse files
chore(lambda): bump the nx group in /lambdas with 3 updates (#4728)
Bumps the nx group in /lambdas with 3 updates: [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite). Updates `@nx/eslint` from 21.4.0 to 21.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/eslint</code>'s releases</a>.</em></p> <blockquote> <h2>21.4.1 (2025-08-22)</h2> <h3>🚀 Features</h3> <ul> <li><strong>graph:</strong> task graph support multiple targets (<a href="https://redirect.github.com/nrwl/nx/pull/32418">#32418</a>)</li> <li><strong>js:</strong> add includeIgnoredAssetFiles option and per-asset includeIgnoredFiles (<a href="https://redirect.github.com/nrwl/nx/pull/31813">#31813</a>)</li> <li><strong>js:</strong> detect duplicate project references in <code>@nx/js:typescript-sync</code> (<a href="https://redirect.github.com/nrwl/nx/pull/32443">#32443</a>)</li> <li><strong>nx:</strong> use platform certificate trust store (<a href="https://redirect.github.com/nrwl/nx/pull/31999">#31999</a>)</li> <li><strong>nx-dev:</strong> link ukg article on homepage (<a href="https://github.com/nrwl/nx/commit/8d16697547">8d16697547</a>)</li> <li><strong>nx-dev:</strong> configure rewrite to astro-docs when NEXT_PUBLIC_ASTRO_URL is set (<a href="https://redirect.github.com/nrwl/nx/pull/32424">#32424</a>)</li> <li><strong>repo:</strong> add GitHub Actions workflow to validate PR titles (<a href="https://redirect.github.com/nrwl/nx/pull/32458">#32458</a>)</li> <li><strong>rspack:</strong> add support for converting webpack plugin configs <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/30292">#30292</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32382">#32382</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30292">#30292</a>)</li> <li><strong>tools:</strong> add repository update system for automated Nx migrations (<a href="https://redirect.github.com/nrwl/nx/pull/32124">#32124</a>)</li> <li><strong>webpack:</strong> migrate from deprecated url.parse() to WHATWG URL API (<a href="https://github.com/nrwl/nx/commit/70fb618785">70fb618785</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> set the <code>tsConfig</code> option when possible to aid with angular migrations (<a href="https://redirect.github.com/nrwl/nx/pull/32355">#32355</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32138">#32138</a>)</li> <li><strong>angular:</strong> do not update project configuration when not changes were made in migration (<a href="https://redirect.github.com/nrwl/nx/pull/32448">#32448</a>)</li> <li><strong>angular-rspack:</strong> do not error on server budget violation (<a href="https://redirect.github.com/nrwl/nx/pull/32445">#32445</a>)</li> <li><strong>core:</strong> improve Cursor editor detection and extension installation (<a href="https://redirect.github.com/nrwl/nx/pull/32374">#32374</a>)</li> <li><strong>core:</strong> ensure deterministic dummy task generation in task graphs (<a href="https://redirect.github.com/nrwl/nx/pull/32414">#32414</a>)</li> <li><strong>core:</strong> handle unsupported platforms in Cursor IDE install command (<a href="https://redirect.github.com/nrwl/nx/pull/32419">#32419</a>)</li> <li><strong>core:</strong> only prompt for NX Console installation in TTY environments (<a href="https://redirect.github.com/nrwl/nx/pull/32425">#32425</a>)</li> <li><strong>core:</strong> enhance validation for continuous task dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/31786">#31786</a>)</li> <li><strong>core:</strong> retry current message when receiving NX_VERSION_CHANGED from daemon (<a href="https://redirect.github.com/nrwl/nx/pull/32417">#32417</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29446">#29446</a>)</li> <li><strong>core:</strong> use black for all fg elements when in light theme (<a href="https://redirect.github.com/nrwl/nx/pull/32415">#32415</a>)</li> <li><strong>core:</strong> fail fast when running commands in parallel (<a href="https://redirect.github.com/nrwl/nx/pull/32386">#32386</a>, <a href="https://redirect.github.com/nrwl/nx/issues/28477">#28477</a>)</li> <li><strong>core:</strong> handle no daemon when stopping (<a href="https://redirect.github.com/nrwl/nx/pull/32455">#32455</a>)</li> <li><strong>core:</strong> create pnpm peer deps settings in the appropriate location when creating workspace (<a href="https://redirect.github.com/nrwl/nx/pull/32470">#32470</a>)</li> <li><strong>core:</strong> repair nx mcp in pnpm/yarn (<a href="https://redirect.github.com/nrwl/nx/pull/32452">#32452</a>)</li> <li><strong>devkit:</strong> restore peer dep range to 2 majors (<a href="https://redirect.github.com/nrwl/nx/pull/32406">#32406</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31801">#31801</a>)</li> <li><strong>devkit:</strong> include UPDATE changes in findCreatedProjectFiles for generator callbacks (<a href="https://redirect.github.com/nrwl/nx/pull/31429">#31429</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29852">#29852</a>)</li> <li><strong>expo:</strong> export output should be within project directory (<a href="https://redirect.github.com/nrwl/nx/pull/32477">#32477</a>)</li> <li><strong>gradle:</strong> use AST parsing to migrate updates to version catalogs (<a href="https://redirect.github.com/nrwl/nx/pull/32463">#32463</a>)</li> <li><strong>gradle:</strong> allow test target name to be configuration from nx.json (<a href="https://redirect.github.com/nrwl/nx/pull/32416">#32416</a>)</li> <li><strong>graph:</strong> some misc fixes to the graph (<a href="https://redirect.github.com/nrwl/nx/pull/32401">#32401</a>)</li> <li><strong>graph:</strong> nxArgs.projects can be an empty array (<a href="https://redirect.github.com/nrwl/nx/pull/32479">#32479</a>)</li> <li><strong>js:</strong> esm loader should handle absolute paths on windows <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/32376">#32376</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32383">#32383</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32376">#32376</a>)</li> <li><strong>js:</strong> improve <code>@nx/js/typescript</code> plugin check for buildable libraries (<a href="https://redirect.github.com/nrwl/nx/pull/32405">#32405</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32116">#32116</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32290">#32290</a>)</li> <li><strong>js:</strong> do not infer the project type in the <code>@nx/js/typescript</code> plugin (<a href="https://redirect.github.com/nrwl/nx/pull/32421">#32421</a>)</li> <li><strong>misc:</strong> update <code>@​types/node</code> to v20.19.9 to support fetch API (<a href="https://redirect.github.com/nrwl/nx/pull/32092">#32092</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31637">#31637</a>)</li> <li><strong>misc:</strong> respect string values in alwaysAddToPackageJson migration flag (<a href="https://redirect.github.com/nrwl/nx/pull/32433">#32433</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30586">#30586</a>)</li> <li><strong>misc:</strong> check for <code>packages</code> existence to detect pnpm workspaces setup (<a href="https://redirect.github.com/nrwl/nx/pull/32474">#32474</a>)</li> <li><strong>module-federation:</strong> do not rely on virtualRuntimeEntry <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/31831">#31831</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32387">#32387</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31831">#31831</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32404">#32404</a>)</li> <li><strong>nx-dev:</strong> update navbar CTA buttons and updates event tracking (<a href="https://redirect.github.com/nrwl/nx/pull/32392">#32392</a>)</li> <li><strong>plugin:</strong> handle directory paths correctly in executor and generator generators (<a href="https://redirect.github.com/nrwl/nx/pull/31856">#31856</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31803">#31803</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31776">#31776</a>)</li> <li><strong>testing:</strong> support NX_CACHE_PROJECT_GRAPH when reading inferred config from jest cache file (<a href="https://redirect.github.com/nrwl/nx/pull/32380">#32380</a>)</li> <li><strong>testing:</strong> fall back to <code>tsconfig.json</code> in the jest resolver (<a href="https://redirect.github.com/nrwl/nx/pull/32083">#32083</a>)</li> <li><strong>webpack:</strong> migrate from deprecated url.parse() to WHATWG URL API (<a href="https://redirect.github.com/nrwl/nx/pull/32399">#32399</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/21.4.1/packages/eslint">compare view</a></li> </ul> </details> <br /> Updates `@nx/js` from 21.4.0 to 21.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/js</code>'s releases</a>.</em></p> <blockquote> <h2>21.4.1 (2025-08-22)</h2> <h3>🚀 Features</h3> <ul> <li><strong>graph:</strong> task graph support multiple targets (<a href="https://redirect.github.com/nrwl/nx/pull/32418">#32418</a>)</li> <li><strong>js:</strong> add includeIgnoredAssetFiles option and per-asset includeIgnoredFiles (<a href="https://redirect.github.com/nrwl/nx/pull/31813">#31813</a>)</li> <li><strong>js:</strong> detect duplicate project references in <code>@nx/js:typescript-sync</code> (<a href="https://redirect.github.com/nrwl/nx/pull/32443">#32443</a>)</li> <li><strong>nx:</strong> use platform certificate trust store (<a href="https://redirect.github.com/nrwl/nx/pull/31999">#31999</a>)</li> <li><strong>nx-dev:</strong> link ukg article on homepage (<a href="https://github.com/nrwl/nx/commit/8d16697547">8d16697547</a>)</li> <li><strong>nx-dev:</strong> configure rewrite to astro-docs when NEXT_PUBLIC_ASTRO_URL is set (<a href="https://redirect.github.com/nrwl/nx/pull/32424">#32424</a>)</li> <li><strong>repo:</strong> add GitHub Actions workflow to validate PR titles (<a href="https://redirect.github.com/nrwl/nx/pull/32458">#32458</a>)</li> <li><strong>rspack:</strong> add support for converting webpack plugin configs <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30292">#30292</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32382">#32382</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30292">#30292</a>)</li> <li><strong>tools:</strong> add repository update system for automated Nx migrations (<a href="https://redirect.github.com/nrwl/nx/pull/32124">#32124</a>)</li> <li><strong>webpack:</strong> migrate from deprecated url.parse() to WHATWG URL API (<a href="https://github.com/nrwl/nx/commit/70fb618785">70fb618785</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> set the <code>tsConfig</code> option when possible to aid with angular migrations (<a href="https://redirect.github.com/nrwl/nx/pull/32355">#32355</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32138">#32138</a>)</li> <li><strong>angular:</strong> do not update project configuration when not changes were made in migration (<a href="https://redirect.github.com/nrwl/nx/pull/32448">#32448</a>)</li> <li><strong>angular-rspack:</strong> do not error on server budget violation (<a href="https://redirect.github.com/nrwl/nx/pull/32445">#32445</a>)</li> <li><strong>core:</strong> improve Cursor editor detection and extension installation (<a href="https://redirect.github.com/nrwl/nx/pull/32374">#32374</a>)</li> <li><strong>core:</strong> ensure deterministic dummy task generation in task graphs (<a href="https://redirect.github.com/nrwl/nx/pull/32414">#32414</a>)</li> <li><strong>core:</strong> handle unsupported platforms in Cursor IDE install command (<a href="https://redirect.github.com/nrwl/nx/pull/32419">#32419</a>)</li> <li><strong>core:</strong> only prompt for NX Console installation in TTY environments (<a href="https://redirect.github.com/nrwl/nx/pull/32425">#32425</a>)</li> <li><strong>core:</strong> enhance validation for continuous task dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/31786">#31786</a>)</li> <li><strong>core:</strong> retry current message when receiving NX_VERSION_CHANGED from daemon (<a href="https://redirect.github.com/nrwl/nx/pull/32417">#32417</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29446">#29446</a>)</li> <li><strong>core:</strong> use black for all fg elements when in light theme (<a href="https://redirect.github.com/nrwl/nx/pull/32415">#32415</a>)</li> <li><strong>core:</strong> fail fast when running commands in parallel (<a href="https://redirect.github.com/nrwl/nx/pull/32386">#32386</a>, <a href="https://redirect.github.com/nrwl/nx/issues/28477">#28477</a>)</li> <li><strong>core:</strong> handle no daemon when stopping (<a href="https://redirect.github.com/nrwl/nx/pull/32455">#32455</a>)</li> <li><strong>core:</strong> create pnpm peer deps settings in the appropriate location when creating workspace (<a href="https://redirect.github.com/nrwl/nx/pull/32470">#32470</a>)</li> <li><strong>core:</strong> repair nx mcp in pnpm/yarn (<a href="https://redirect.github.com/nrwl/nx/pull/32452">#32452</a>)</li> <li><strong>devkit:</strong> restore peer dep range to 2 majors (<a href="https://redirect.github.com/nrwl/nx/pull/32406">#32406</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31801">#31801</a>)</li> <li><strong>devkit:</strong> include UPDATE changes in findCreatedProjectFiles for generator callbacks (<a href="https://redirect.github.com/nrwl/nx/pull/31429">#31429</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29852">#29852</a>)</li> <li><strong>expo:</strong> export output should be within project directory (<a href="https://redirect.github.com/nrwl/nx/pull/32477">#32477</a>)</li> <li><strong>gradle:</strong> use AST parsing to migrate updates to version catalogs (<a href="https://redirect.github.com/nrwl/nx/pull/32463">#32463</a>)</li> <li><strong>gradle:</strong> allow test target name to be configuration from nx.json (<a href="https://redirect.github.com/nrwl/nx/pull/32416">#32416</a>)</li> <li><strong>graph:</strong> some misc fixes to the graph (<a href="https://redirect.github.com/nrwl/nx/pull/32401">#32401</a>)</li> <li><strong>graph:</strong> nxArgs.projects can be an empty array (<a href="https://redirect.github.com/nrwl/nx/pull/32479">#32479</a>)</li> <li><strong>js:</strong> esm loader should handle absolute paths on windows <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32376">#32376</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32383">#32383</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32376">#32376</a>)</li> <li><strong>js:</strong> improve <code>@nx/js/typescript</code> plugin check for buildable libraries (<a href="https://redirect.github.com/nrwl/nx/pull/32405">#32405</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32116">#32116</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32290">#32290</a>)</li> <li><strong>js:</strong> do not infer the project type in the <code>@nx/js/typescript</code> plugin (<a href="https://redirect.github.com/nrwl/nx/pull/32421">#32421</a>)</li> <li><strong>misc:</strong> update <code>@​types/node</code> to v20.19.9 to support fetch API (<a href="https://redirect.github.com/nrwl/nx/pull/32092">#32092</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31637">#31637</a>)</li> <li><strong>misc:</strong> respect string values in alwaysAddToPackageJson migration flag (<a href="https://redirect.github.com/nrwl/nx/pull/32433">#32433</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30586">#30586</a>)</li> <li><strong>misc:</strong> check for <code>packages</code> existence to detect pnpm workspaces setup (<a href="https://redirect.github.com/nrwl/nx/pull/32474">#32474</a>)</li> <li><strong>module-federation:</strong> do not rely on virtualRuntimeEntry <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/31831">#31831</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32387">#32387</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31831">#31831</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32404">#32404</a>)</li> <li><strong>nx-dev:</strong> update navbar CTA buttons and updates event tracking (<a href="https://redirect.github.com/nrwl/nx/pull/32392">#32392</a>)</li> <li><strong>plugin:</strong> handle directory paths correctly in executor and generator generators (<a href="https://redirect.github.com/nrwl/nx/pull/31856">#31856</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31803">#31803</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31776">#31776</a>)</li> <li><strong>testing:</strong> support NX_CACHE_PROJECT_GRAPH when reading inferred config from jest cache file (<a href="https://redirect.github.com/nrwl/nx/pull/32380">#32380</a>)</li> <li><strong>testing:</strong> fall back to <code>tsconfig.json</code> in the jest resolver (<a href="https://redirect.github.com/nrwl/nx/pull/32083">#32083</a>)</li> <li><strong>webpack:</strong> migrate from deprecated url.parse() to WHATWG URL API (<a href="https://redirect.github.com/nrwl/nx/pull/32399">#32399</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nrwl/nx/commit/11cf02cdac8ecbb90585e009973548492271c654"><code>11cf02c</code></a> feat(js): detect duplicate project references in <code>@nx/js:typescript-sync</code> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/3">#3</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/a3e3f5fddc9494fa53e2a0134cdaa56ce879f440"><code>a3e3f5f</code></a> fix(misc): check for <code>packages</code> existence to detect pnpm workspaces setup (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/3">#3</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/726de02522c5ac1abe286d398221b49e99dfd3c8"><code>726de02</code></a> feat(js): add includeIgnoredAssetFiles option and per-asset includeIgnoredFil...</li> <li><a href="https://github.com/nrwl/nx/commit/43b9b7421a37565b34fb9584d9f8766f16819048"><code>43b9b74</code></a> fix(js): do not infer the project type in the <code>@nx/js/typescript</code> plugin (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32">#32</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/251a7d99852d320e2f289b9434c80c6c285bc2bd"><code>251a7d9</code></a> fix(js): improve <code>@nx/js/typescript</code> plugin check for buildable libraries (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/3">#3</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/1628af56ac296db539d6f69f9a1b637e3136a2b5"><code>1628af5</code></a> fix(misc): update <code>@​types/node</code> to v20.19.9 to support fetch API (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32092">#32092</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/748d681169b08f47bb53527402db690f91846ca2"><code>748d681</code></a> fix(js): esm loader should handle absolute paths on windows <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32376">#32376</a> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32383">#32383</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/21.4.1/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@nx/vite` from 21.4.0 to 21.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases"><code>@​nx/vite</code>'s releases</a>.</em></p> <blockquote> <h2>21.4.1 (2025-08-22)</h2> <h3>🚀 Features</h3> <ul> <li><strong>graph:</strong> task graph support multiple targets (<a href="https://redirect.github.com/nrwl/nx/pull/32418">#32418</a>)</li> <li><strong>js:</strong> add includeIgnoredAssetFiles option and per-asset includeIgnoredFiles (<a href="https://redirect.github.com/nrwl/nx/pull/31813">#31813</a>)</li> <li><strong>js:</strong> detect duplicate project references in <code>@nx/js:typescript-sync</code> (<a href="https://redirect.github.com/nrwl/nx/pull/32443">#32443</a>)</li> <li><strong>nx:</strong> use platform certificate trust store (<a href="https://redirect.github.com/nrwl/nx/pull/31999">#31999</a>)</li> <li><strong>nx-dev:</strong> link ukg article on homepage (<a href="https://github.com/nrwl/nx/commit/8d16697547">8d16697547</a>)</li> <li><strong>nx-dev:</strong> configure rewrite to astro-docs when NEXT_PUBLIC_ASTRO_URL is set (<a href="https://redirect.github.com/nrwl/nx/pull/32424">#32424</a>)</li> <li><strong>repo:</strong> add GitHub Actions workflow to validate PR titles (<a href="https://redirect.github.com/nrwl/nx/pull/32458">#32458</a>)</li> <li><strong>rspack:</strong> add support for converting webpack plugin configs <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/30292">#30292</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32382">#32382</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30292">#30292</a>)</li> <li><strong>tools:</strong> add repository update system for automated Nx migrations (<a href="https://redirect.github.com/nrwl/nx/pull/32124">#32124</a>)</li> <li><strong>webpack:</strong> migrate from deprecated url.parse() to WHATWG URL API (<a href="https://github.com/nrwl/nx/commit/70fb618785">70fb618785</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> set the <code>tsConfig</code> option when possible to aid with angular migrations (<a href="https://redirect.github.com/nrwl/nx/pull/32355">#32355</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32138">#32138</a>)</li> <li><strong>angular:</strong> do not update project configuration when not changes were made in migration (<a href="https://redirect.github.com/nrwl/nx/pull/32448">#32448</a>)</li> <li><strong>angular-rspack:</strong> do not error on server budget violation (<a href="https://redirect.github.com/nrwl/nx/pull/32445">#32445</a>)</li> <li><strong>core:</strong> improve Cursor editor detection and extension installation (<a href="https://redirect.github.com/nrwl/nx/pull/32374">#32374</a>)</li> <li><strong>core:</strong> ensure deterministic dummy task generation in task graphs (<a href="https://redirect.github.com/nrwl/nx/pull/32414">#32414</a>)</li> <li><strong>core:</strong> handle unsupported platforms in Cursor IDE install command (<a href="https://redirect.github.com/nrwl/nx/pull/32419">#32419</a>)</li> <li><strong>core:</strong> only prompt for NX Console installation in TTY environments (<a href="https://redirect.github.com/nrwl/nx/pull/32425">#32425</a>)</li> <li><strong>core:</strong> enhance validation for continuous task dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/31786">#31786</a>)</li> <li><strong>core:</strong> retry current message when receiving NX_VERSION_CHANGED from daemon (<a href="https://redirect.github.com/nrwl/nx/pull/32417">#32417</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29446">#29446</a>)</li> <li><strong>core:</strong> use black for all fg elements when in light theme (<a href="https://redirect.github.com/nrwl/nx/pull/32415">#32415</a>)</li> <li><strong>core:</strong> fail fast when running commands in parallel (<a href="https://redirect.github.com/nrwl/nx/pull/32386">#32386</a>, <a href="https://redirect.github.com/nrwl/nx/issues/28477">#28477</a>)</li> <li><strong>core:</strong> handle no daemon when stopping (<a href="https://redirect.github.com/nrwl/nx/pull/32455">#32455</a>)</li> <li><strong>core:</strong> create pnpm peer deps settings in the appropriate location when creating workspace (<a href="https://redirect.github.com/nrwl/nx/pull/32470">#32470</a>)</li> <li><strong>core:</strong> repair nx mcp in pnpm/yarn (<a href="https://redirect.github.com/nrwl/nx/pull/32452">#32452</a>)</li> <li><strong>devkit:</strong> restore peer dep range to 2 majors (<a href="https://redirect.github.com/nrwl/nx/pull/32406">#32406</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31801">#31801</a>)</li> <li><strong>devkit:</strong> include UPDATE changes in findCreatedProjectFiles for generator callbacks (<a href="https://redirect.github.com/nrwl/nx/pull/31429">#31429</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29852">#29852</a>)</li> <li><strong>expo:</strong> export output should be within project directory (<a href="https://redirect.github.com/nrwl/nx/pull/32477">#32477</a>)</li> <li><strong>gradle:</strong> use AST parsing to migrate updates to version catalogs (<a href="https://redirect.github.com/nrwl/nx/pull/32463">#32463</a>)</li> <li><strong>gradle:</strong> allow test target name to be configuration from nx.json (<a href="https://redirect.github.com/nrwl/nx/pull/32416">#32416</a>)</li> <li><strong>graph:</strong> some misc fixes to the graph (<a href="https://redirect.github.com/nrwl/nx/pull/32401">#32401</a>)</li> <li><strong>graph:</strong> nxArgs.projects can be an empty array (<a href="https://redirect.github.com/nrwl/nx/pull/32479">#32479</a>)</li> <li><strong>js:</strong> esm loader should handle absolute paths on windows <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32376">#32376</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32383">#32383</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32376">#32376</a>)</li> <li><strong>js:</strong> improve <code>@nx/js/typescript</code> plugin check for buildable libraries (<a href="https://redirect.github.com/nrwl/nx/pull/32405">#32405</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32116">#32116</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32290">#32290</a>)</li> <li><strong>js:</strong> do not infer the project type in the <code>@nx/js/typescript</code> plugin (<a href="https://redirect.github.com/nrwl/nx/pull/32421">#32421</a>)</li> <li><strong>misc:</strong> update <code>@​types/node</code> to v20.19.9 to support fetch API (<a href="https://redirect.github.com/nrwl/nx/pull/32092">#32092</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31637">#31637</a>)</li> <li><strong>misc:</strong> respect string values in alwaysAddToPackageJson migration flag (<a href="https://redirect.github.com/nrwl/nx/pull/32433">#32433</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30586">#30586</a>)</li> <li><strong>misc:</strong> check for <code>packages</code> existence to detect pnpm workspaces setup (<a href="https://redirect.github.com/nrwl/nx/pull/32474">#32474</a>)</li> <li><strong>module-federation:</strong> do not rely on virtualRuntimeEntry <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/31831">#31831</a> (<a href="https://redirect.github.com/nrwl/nx/pull/32387">#32387</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31831">#31831</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32404">#32404</a>)</li> <li><strong>nx-dev:</strong> update navbar CTA buttons and updates event tracking (<a href="https://redirect.github.com/nrwl/nx/pull/32392">#32392</a>)</li> <li><strong>plugin:</strong> handle directory paths correctly in executor and generator generators (<a href="https://redirect.github.com/nrwl/nx/pull/31856">#31856</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31803">#31803</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31776">#31776</a>)</li> <li><strong>testing:</strong> support NX_CACHE_PROJECT_GRAPH when reading inferred config from jest cache file (<a href="https://redirect.github.com/nrwl/nx/pull/32380">#32380</a>)</li> <li><strong>testing:</strong> fall back to <code>tsconfig.json</code> in the jest resolver (<a href="https://redirect.github.com/nrwl/nx/pull/32083">#32083</a>)</li> <li><strong>webpack:</strong> migrate from deprecated url.parse() to WHATWG URL API (<a href="https://redirect.github.com/nrwl/nx/pull/32399">#32399</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/21.4.1/packages/vite">compare view</a></li> </ul> </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 <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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcb8c80 commit ff5308f

File tree

2 files changed

+81
-80
lines changed

2 files changed

+81
-80
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "^3.3.1",
25-
"@nx/eslint": "21.4.0",
26-
"@nx/js": "^21.4.0",
27-
"@nx/vite": "^21.4.0",
25+
"@nx/eslint": "21.4.1",
26+
"@nx/js": "^21.4.1",
27+
"@nx/vite": "^21.4.1",
2828
"@swc-node/register": "~1.10.10",
2929
"@swc/core": "~1.13.3",
3030
"@swc/helpers": "~0.5.17",

lambdas/yarn.lock

Lines changed: 78 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,31 +3375,31 @@ __metadata:
33753375
languageName: node
33763376
linkType: hard
33773377

3378-
"@nx/devkit@npm:21.4.0":
3379-
version: 21.4.0
3380-
resolution: "@nx/devkit@npm:21.4.0"
3378+
"@nx/devkit@npm:21.4.1":
3379+
version: 21.4.1
3380+
resolution: "@nx/devkit@npm:21.4.1"
33813381
dependencies:
33823382
ejs: "npm:^3.1.7"
33833383
enquirer: "npm:~2.3.6"
33843384
ignore: "npm:^5.0.4"
33853385
minimatch: "npm:9.0.3"
3386-
nx: "npm:21.4.0"
3386+
nx: "npm:21.4.1"
33873387
semver: "npm:^7.5.3"
33883388
tmp: "npm:~0.2.1"
33893389
tslib: "npm:^2.3.0"
33903390
yargs-parser: "npm:21.1.1"
33913391
peerDependencies:
3392-
nx: 21.4.0
3393-
checksum: 10c0/5161372e902436cb80a23bb0709ca18c77c786e6e40a08f2edcf86fe3a0a114997b6f78fa63b8f8dc78e709cb44445a5cad2ab23ff0ec099d44515c6e8d82cd6
3392+
nx: ">= 20 <= 22"
3393+
checksum: 10c0/7df3931cc0983c039d7ed3653b629da25de3388a7397b4383da0c9e48bb13395e1f4d1ee845a8c87792920a956aac7e2920da9918dfbedad1e2f74f5273d2a81
33943394
languageName: node
33953395
linkType: hard
33963396

3397-
"@nx/eslint@npm:21.4.0":
3398-
version: 21.4.0
3399-
resolution: "@nx/eslint@npm:21.4.0"
3397+
"@nx/eslint@npm:21.4.1":
3398+
version: 21.4.1
3399+
resolution: "@nx/eslint@npm:21.4.1"
34003400
dependencies:
3401-
"@nx/devkit": "npm:21.4.0"
3402-
"@nx/js": "npm:21.4.0"
3401+
"@nx/devkit": "npm:21.4.1"
3402+
"@nx/js": "npm:21.4.1"
34033403
semver: "npm:^7.5.3"
34043404
tslib: "npm:^2.3.0"
34053405
typescript: "npm:~5.8.2"
@@ -3409,13 +3409,13 @@ __metadata:
34093409
peerDependenciesMeta:
34103410
"@zkochan/js-yaml":
34113411
optional: true
3412-
checksum: 10c0/7b2c3148cb798c27138100a4fec24e99149a4363585f3021c949e38d1cf526cfb739da35fc8803da4d4b92cd42b02b0868bf4a64081468f50efdaa80bc2e7bdc
3412+
checksum: 10c0/19bde65e917488373af224ff683e6c556f9a11c8d7b279356c888abb20c1e86e882d3cc7152552d444dc502e7fcdbd762c38e5944c74fa361100173958f04ab4
34133413
languageName: node
34143414
linkType: hard
34153415

3416-
"@nx/js@npm:21.4.0, @nx/js@npm:^21.4.0":
3417-
version: 21.4.0
3418-
resolution: "@nx/js@npm:21.4.0"
3416+
"@nx/js@npm:21.4.1, @nx/js@npm:^21.4.1":
3417+
version: 21.4.1
3418+
resolution: "@nx/js@npm:21.4.1"
34193419
dependencies:
34203420
"@babel/core": "npm:^7.23.2"
34213421
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3424,8 +3424,8 @@ __metadata:
34243424
"@babel/preset-env": "npm:^7.23.2"
34253425
"@babel/preset-typescript": "npm:^7.22.5"
34263426
"@babel/runtime": "npm:^7.22.6"
3427-
"@nx/devkit": "npm:21.4.0"
3428-
"@nx/workspace": "npm:21.4.0"
3427+
"@nx/devkit": "npm:21.4.1"
3428+
"@nx/workspace": "npm:21.4.1"
34293429
"@zkochan/js-yaml": "npm:0.0.7"
34303430
babel-plugin-const-enum: "npm:^1.0.1"
34313431
babel-plugin-macros: "npm:^3.1.0"
@@ -3451,7 +3451,7 @@ __metadata:
34513451
peerDependenciesMeta:
34523452
verdaccio:
34533453
optional: true
3454-
checksum: 10c0/b53e094e462ab88589fb5fb9010712715388f8e65f34b53b5fdc222fbe2473fb4f89bdf277a95cd376c0d0244e27673ccccf0db47a5b8c6154f91162cbfd13f0
3454+
checksum: 10c0/4b3bf085f767e390c804e2bdf4b7e4f82560386005cb6653635565b4658039a30ccf75340eaeca120dec159249505a06f7e672ef5c89cfbd7152863ac3d5c96e
34553455
languageName: node
34563456
linkType: hard
34573457

@@ -3462,9 +3462,9 @@ __metadata:
34623462
languageName: node
34633463
linkType: hard
34643464

3465-
"@nx/nx-darwin-arm64@npm:21.4.0":
3466-
version: 21.4.0
3467-
resolution: "@nx/nx-darwin-arm64@npm:21.4.0"
3465+
"@nx/nx-darwin-arm64@npm:21.4.1":
3466+
version: 21.4.1
3467+
resolution: "@nx/nx-darwin-arm64@npm:21.4.1"
34683468
conditions: os=darwin & cpu=arm64
34693469
languageName: node
34703470
linkType: hard
@@ -3476,9 +3476,9 @@ __metadata:
34763476
languageName: node
34773477
linkType: hard
34783478

3479-
"@nx/nx-darwin-x64@npm:21.4.0":
3480-
version: 21.4.0
3481-
resolution: "@nx/nx-darwin-x64@npm:21.4.0"
3479+
"@nx/nx-darwin-x64@npm:21.4.1":
3480+
version: 21.4.1
3481+
resolution: "@nx/nx-darwin-x64@npm:21.4.1"
34823482
conditions: os=darwin & cpu=x64
34833483
languageName: node
34843484
linkType: hard
@@ -3490,9 +3490,9 @@ __metadata:
34903490
languageName: node
34913491
linkType: hard
34923492

3493-
"@nx/nx-freebsd-x64@npm:21.4.0":
3494-
version: 21.4.0
3495-
resolution: "@nx/nx-freebsd-x64@npm:21.4.0"
3493+
"@nx/nx-freebsd-x64@npm:21.4.1":
3494+
version: 21.4.1
3495+
resolution: "@nx/nx-freebsd-x64@npm:21.4.1"
34963496
conditions: os=freebsd & cpu=x64
34973497
languageName: node
34983498
linkType: hard
@@ -3504,9 +3504,9 @@ __metadata:
35043504
languageName: node
35053505
linkType: hard
35063506

3507-
"@nx/nx-linux-arm-gnueabihf@npm:21.4.0":
3508-
version: 21.4.0
3509-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.4.0"
3507+
"@nx/nx-linux-arm-gnueabihf@npm:21.4.1":
3508+
version: 21.4.1
3509+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.4.1"
35103510
conditions: os=linux & cpu=arm
35113511
languageName: node
35123512
linkType: hard
@@ -3518,9 +3518,9 @@ __metadata:
35183518
languageName: node
35193519
linkType: hard
35203520

3521-
"@nx/nx-linux-arm64-gnu@npm:21.4.0":
3522-
version: 21.4.0
3523-
resolution: "@nx/nx-linux-arm64-gnu@npm:21.4.0"
3521+
"@nx/nx-linux-arm64-gnu@npm:21.4.1":
3522+
version: 21.4.1
3523+
resolution: "@nx/nx-linux-arm64-gnu@npm:21.4.1"
35243524
conditions: os=linux & cpu=arm64 & libc=glibc
35253525
languageName: node
35263526
linkType: hard
@@ -3532,9 +3532,9 @@ __metadata:
35323532
languageName: node
35333533
linkType: hard
35343534

3535-
"@nx/nx-linux-arm64-musl@npm:21.4.0":
3536-
version: 21.4.0
3537-
resolution: "@nx/nx-linux-arm64-musl@npm:21.4.0"
3535+
"@nx/nx-linux-arm64-musl@npm:21.4.1":
3536+
version: 21.4.1
3537+
resolution: "@nx/nx-linux-arm64-musl@npm:21.4.1"
35383538
conditions: os=linux & cpu=arm64 & libc=musl
35393539
languageName: node
35403540
linkType: hard
@@ -3546,9 +3546,9 @@ __metadata:
35463546
languageName: node
35473547
linkType: hard
35483548

3549-
"@nx/nx-linux-x64-gnu@npm:21.4.0":
3550-
version: 21.4.0
3551-
resolution: "@nx/nx-linux-x64-gnu@npm:21.4.0"
3549+
"@nx/nx-linux-x64-gnu@npm:21.4.1":
3550+
version: 21.4.1
3551+
resolution: "@nx/nx-linux-x64-gnu@npm:21.4.1"
35523552
conditions: os=linux & cpu=x64 & libc=glibc
35533553
languageName: node
35543554
linkType: hard
@@ -3560,9 +3560,9 @@ __metadata:
35603560
languageName: node
35613561
linkType: hard
35623562

3563-
"@nx/nx-linux-x64-musl@npm:21.4.0":
3564-
version: 21.4.0
3565-
resolution: "@nx/nx-linux-x64-musl@npm:21.4.0"
3563+
"@nx/nx-linux-x64-musl@npm:21.4.1":
3564+
version: 21.4.1
3565+
resolution: "@nx/nx-linux-x64-musl@npm:21.4.1"
35663566
conditions: os=linux & cpu=x64 & libc=musl
35673567
languageName: node
35683568
linkType: hard
@@ -3574,9 +3574,9 @@ __metadata:
35743574
languageName: node
35753575
linkType: hard
35763576

3577-
"@nx/nx-win32-arm64-msvc@npm:21.4.0":
3578-
version: 21.4.0
3579-
resolution: "@nx/nx-win32-arm64-msvc@npm:21.4.0"
3577+
"@nx/nx-win32-arm64-msvc@npm:21.4.1":
3578+
version: 21.4.1
3579+
resolution: "@nx/nx-win32-arm64-msvc@npm:21.4.1"
35803580
conditions: os=win32 & cpu=arm64
35813581
languageName: node
35823582
linkType: hard
@@ -3588,19 +3588,19 @@ __metadata:
35883588
languageName: node
35893589
linkType: hard
35903590

3591-
"@nx/nx-win32-x64-msvc@npm:21.4.0":
3592-
version: 21.4.0
3593-
resolution: "@nx/nx-win32-x64-msvc@npm:21.4.0"
3591+
"@nx/nx-win32-x64-msvc@npm:21.4.1":
3592+
version: 21.4.1
3593+
resolution: "@nx/nx-win32-x64-msvc@npm:21.4.1"
35943594
conditions: os=win32 & cpu=x64
35953595
languageName: node
35963596
linkType: hard
35973597

3598-
"@nx/vite@npm:^21.4.0":
3599-
version: 21.4.0
3600-
resolution: "@nx/vite@npm:21.4.0"
3598+
"@nx/vite@npm:^21.4.1":
3599+
version: 21.4.1
3600+
resolution: "@nx/vite@npm:21.4.1"
36013601
dependencies:
3602-
"@nx/devkit": "npm:21.4.0"
3603-
"@nx/js": "npm:21.4.0"
3602+
"@nx/devkit": "npm:21.4.1"
3603+
"@nx/js": "npm:21.4.1"
36043604
"@phenomnomnominal/tsquery": "npm:~5.0.1"
36053605
ajv: "npm:^8.0.0"
36063606
enquirer: "npm:~2.3.6"
@@ -3611,23 +3611,24 @@ __metadata:
36113611
peerDependencies:
36123612
vite: ^5.0.0 || ^6.0.0
36133613
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0
3614-
checksum: 10c0/d676b98125c89bae31facec3d214aad16b6405dbe4f486b067f32b8aa84609a6cd6de5d175b0c309a0a6cb20ccf8bf733051de5e0954378e7d49cf9381d9aac7
3614+
checksum: 10c0/5b213358a3be1764375bb1593568804a4236ccf49c8e7ed0d0df797ea2ea3ee7a7b28d3861ac2f9b24c1301ffb9e158847afd507ba96810238ceceb8d3577ead
36153615
languageName: node
36163616
linkType: hard
36173617

3618-
"@nx/workspace@npm:21.4.0":
3619-
version: 21.4.0
3620-
resolution: "@nx/workspace@npm:21.4.0"
3618+
"@nx/workspace@npm:21.4.1":
3619+
version: 21.4.1
3620+
resolution: "@nx/workspace@npm:21.4.1"
36213621
dependencies:
3622-
"@nx/devkit": "npm:21.4.0"
3622+
"@nx/devkit": "npm:21.4.1"
36233623
"@zkochan/js-yaml": "npm:0.0.7"
36243624
chalk: "npm:^4.1.0"
36253625
enquirer: "npm:~2.3.6"
3626-
nx: "npm:21.4.0"
3626+
nx: "npm:21.4.1"
36273627
picomatch: "npm:4.0.2"
3628+
semver: "npm:^7.6.3"
36283629
tslib: "npm:^2.3.0"
36293630
yargs-parser: "npm:21.1.1"
3630-
checksum: 10c0/ce409bafac65329d04efd28071b7cfa8ed95d817282312b5d71c5df6b14f4c06713d99dfe36946d491777b027dbe66dfa5796d5fe4c20f7bc532f40874e7dc14
3631+
checksum: 10c0/fde8f09281a6dbdef7437b364cc93ede7404b134242f301c0d34ec5302cc820f18b9d5e047971a60a6e2d0ad9a537b485e1063dda0de8e54a34162783f413db9
36313632
languageName: node
36323633
linkType: hard
36333634

@@ -8967,9 +8968,9 @@ __metadata:
89678968
resolution: "lambdas@workspace:."
89688969
dependencies:
89698970
"@eslint/eslintrc": "npm:^3.3.1"
8970-
"@nx/eslint": "npm:21.4.0"
8971-
"@nx/js": "npm:^21.4.0"
8972-
"@nx/vite": "npm:^21.4.0"
8971+
"@nx/eslint": "npm:21.4.1"
8972+
"@nx/js": "npm:^21.4.1"
8973+
"@nx/vite": "npm:^21.4.1"
89738974
"@swc-node/register": "npm:~1.10.10"
89748975
"@swc/core": "npm:~1.13.3"
89758976
"@swc/helpers": "npm:~0.5.17"
@@ -9632,21 +9633,21 @@ __metadata:
96329633
languageName: node
96339634
linkType: hard
96349635

9635-
"nx@npm:21.4.0":
9636-
version: 21.4.0
9637-
resolution: "nx@npm:21.4.0"
9636+
"nx@npm:21.4.1":
9637+
version: 21.4.1
9638+
resolution: "nx@npm:21.4.1"
96389639
dependencies:
96399640
"@napi-rs/wasm-runtime": "npm:0.2.4"
9640-
"@nx/nx-darwin-arm64": "npm:21.4.0"
9641-
"@nx/nx-darwin-x64": "npm:21.4.0"
9642-
"@nx/nx-freebsd-x64": "npm:21.4.0"
9643-
"@nx/nx-linux-arm-gnueabihf": "npm:21.4.0"
9644-
"@nx/nx-linux-arm64-gnu": "npm:21.4.0"
9645-
"@nx/nx-linux-arm64-musl": "npm:21.4.0"
9646-
"@nx/nx-linux-x64-gnu": "npm:21.4.0"
9647-
"@nx/nx-linux-x64-musl": "npm:21.4.0"
9648-
"@nx/nx-win32-arm64-msvc": "npm:21.4.0"
9649-
"@nx/nx-win32-x64-msvc": "npm:21.4.0"
9641+
"@nx/nx-darwin-arm64": "npm:21.4.1"
9642+
"@nx/nx-darwin-x64": "npm:21.4.1"
9643+
"@nx/nx-freebsd-x64": "npm:21.4.1"
9644+
"@nx/nx-linux-arm-gnueabihf": "npm:21.4.1"
9645+
"@nx/nx-linux-arm64-gnu": "npm:21.4.1"
9646+
"@nx/nx-linux-arm64-musl": "npm:21.4.1"
9647+
"@nx/nx-linux-x64-gnu": "npm:21.4.1"
9648+
"@nx/nx-linux-x64-musl": "npm:21.4.1"
9649+
"@nx/nx-win32-arm64-msvc": "npm:21.4.1"
9650+
"@nx/nx-win32-x64-msvc": "npm:21.4.1"
96509651
"@yarnpkg/lockfile": "npm:^1.1.0"
96519652
"@yarnpkg/parsers": "npm:3.0.2"
96529653
"@zkochan/js-yaml": "npm:0.0.7"
@@ -9713,7 +9714,7 @@ __metadata:
97139714
bin:
97149715
nx: bin/nx.js
97159716
nx-cloud: bin/nx-cloud.js
9716-
checksum: 10c0/5c7d6c770b8fcea2bb335ce8a65008241d0807e9bc69627c83db109e157582b55dccda737323d2623d29ade8470796c7bb24539bbf535c89f62449235f87ec5c
9717+
checksum: 10c0/848d2849b03d76ebe0fe688e16ea3464c7120a9afd1213c13fe9102fa65970f36832e49d74740861a424144278ec36330eb0165236f3fe041da2a71d7bf76594
97179718
languageName: node
97189719
linkType: hard
97199720

0 commit comments

Comments
 (0)