Commit ff5308f
authored
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent bcb8c80 commit ff5308f
2 files changed
+81
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3375 | 3375 | | |
3376 | 3376 | | |
3377 | 3377 | | |
3378 | | - | |
3379 | | - | |
3380 | | - | |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
3381 | 3381 | | |
3382 | 3382 | | |
3383 | 3383 | | |
3384 | 3384 | | |
3385 | 3385 | | |
3386 | | - | |
| 3386 | + | |
3387 | 3387 | | |
3388 | 3388 | | |
3389 | 3389 | | |
3390 | 3390 | | |
3391 | 3391 | | |
3392 | | - | |
3393 | | - | |
| 3392 | + | |
| 3393 | + | |
3394 | 3394 | | |
3395 | 3395 | | |
3396 | 3396 | | |
3397 | | - | |
3398 | | - | |
3399 | | - | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
3400 | 3400 | | |
3401 | | - | |
3402 | | - | |
| 3401 | + | |
| 3402 | + | |
3403 | 3403 | | |
3404 | 3404 | | |
3405 | 3405 | | |
| |||
3409 | 3409 | | |
3410 | 3410 | | |
3411 | 3411 | | |
3412 | | - | |
| 3412 | + | |
3413 | 3413 | | |
3414 | 3414 | | |
3415 | 3415 | | |
3416 | | - | |
3417 | | - | |
3418 | | - | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
3419 | 3419 | | |
3420 | 3420 | | |
3421 | 3421 | | |
| |||
3424 | 3424 | | |
3425 | 3425 | | |
3426 | 3426 | | |
3427 | | - | |
3428 | | - | |
| 3427 | + | |
| 3428 | + | |
3429 | 3429 | | |
3430 | 3430 | | |
3431 | 3431 | | |
| |||
3451 | 3451 | | |
3452 | 3452 | | |
3453 | 3453 | | |
3454 | | - | |
| 3454 | + | |
3455 | 3455 | | |
3456 | 3456 | | |
3457 | 3457 | | |
| |||
3462 | 3462 | | |
3463 | 3463 | | |
3464 | 3464 | | |
3465 | | - | |
3466 | | - | |
3467 | | - | |
| 3465 | + | |
| 3466 | + | |
| 3467 | + | |
3468 | 3468 | | |
3469 | 3469 | | |
3470 | 3470 | | |
| |||
3476 | 3476 | | |
3477 | 3477 | | |
3478 | 3478 | | |
3479 | | - | |
3480 | | - | |
3481 | | - | |
| 3479 | + | |
| 3480 | + | |
| 3481 | + | |
3482 | 3482 | | |
3483 | 3483 | | |
3484 | 3484 | | |
| |||
3490 | 3490 | | |
3491 | 3491 | | |
3492 | 3492 | | |
3493 | | - | |
3494 | | - | |
3495 | | - | |
| 3493 | + | |
| 3494 | + | |
| 3495 | + | |
3496 | 3496 | | |
3497 | 3497 | | |
3498 | 3498 | | |
| |||
3504 | 3504 | | |
3505 | 3505 | | |
3506 | 3506 | | |
3507 | | - | |
3508 | | - | |
3509 | | - | |
| 3507 | + | |
| 3508 | + | |
| 3509 | + | |
3510 | 3510 | | |
3511 | 3511 | | |
3512 | 3512 | | |
| |||
3518 | 3518 | | |
3519 | 3519 | | |
3520 | 3520 | | |
3521 | | - | |
3522 | | - | |
3523 | | - | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
3524 | 3524 | | |
3525 | 3525 | | |
3526 | 3526 | | |
| |||
3532 | 3532 | | |
3533 | 3533 | | |
3534 | 3534 | | |
3535 | | - | |
3536 | | - | |
3537 | | - | |
| 3535 | + | |
| 3536 | + | |
| 3537 | + | |
3538 | 3538 | | |
3539 | 3539 | | |
3540 | 3540 | | |
| |||
3546 | 3546 | | |
3547 | 3547 | | |
3548 | 3548 | | |
3549 | | - | |
3550 | | - | |
3551 | | - | |
| 3549 | + | |
| 3550 | + | |
| 3551 | + | |
3552 | 3552 | | |
3553 | 3553 | | |
3554 | 3554 | | |
| |||
3560 | 3560 | | |
3561 | 3561 | | |
3562 | 3562 | | |
3563 | | - | |
3564 | | - | |
3565 | | - | |
| 3563 | + | |
| 3564 | + | |
| 3565 | + | |
3566 | 3566 | | |
3567 | 3567 | | |
3568 | 3568 | | |
| |||
3574 | 3574 | | |
3575 | 3575 | | |
3576 | 3576 | | |
3577 | | - | |
3578 | | - | |
3579 | | - | |
| 3577 | + | |
| 3578 | + | |
| 3579 | + | |
3580 | 3580 | | |
3581 | 3581 | | |
3582 | 3582 | | |
| |||
3588 | 3588 | | |
3589 | 3589 | | |
3590 | 3590 | | |
3591 | | - | |
3592 | | - | |
3593 | | - | |
| 3591 | + | |
| 3592 | + | |
| 3593 | + | |
3594 | 3594 | | |
3595 | 3595 | | |
3596 | 3596 | | |
3597 | 3597 | | |
3598 | | - | |
3599 | | - | |
3600 | | - | |
| 3598 | + | |
| 3599 | + | |
| 3600 | + | |
3601 | 3601 | | |
3602 | | - | |
3603 | | - | |
| 3602 | + | |
| 3603 | + | |
3604 | 3604 | | |
3605 | 3605 | | |
3606 | 3606 | | |
| |||
3611 | 3611 | | |
3612 | 3612 | | |
3613 | 3613 | | |
3614 | | - | |
| 3614 | + | |
3615 | 3615 | | |
3616 | 3616 | | |
3617 | 3617 | | |
3618 | | - | |
3619 | | - | |
3620 | | - | |
| 3618 | + | |
| 3619 | + | |
| 3620 | + | |
3621 | 3621 | | |
3622 | | - | |
| 3622 | + | |
3623 | 3623 | | |
3624 | 3624 | | |
3625 | 3625 | | |
3626 | | - | |
| 3626 | + | |
3627 | 3627 | | |
| 3628 | + | |
3628 | 3629 | | |
3629 | 3630 | | |
3630 | | - | |
| 3631 | + | |
3631 | 3632 | | |
3632 | 3633 | | |
3633 | 3634 | | |
| |||
8967 | 8968 | | |
8968 | 8969 | | |
8969 | 8970 | | |
8970 | | - | |
8971 | | - | |
8972 | | - | |
| 8971 | + | |
| 8972 | + | |
| 8973 | + | |
8973 | 8974 | | |
8974 | 8975 | | |
8975 | 8976 | | |
| |||
9632 | 9633 | | |
9633 | 9634 | | |
9634 | 9635 | | |
9635 | | - | |
9636 | | - | |
9637 | | - | |
| 9636 | + | |
| 9637 | + | |
| 9638 | + | |
9638 | 9639 | | |
9639 | 9640 | | |
9640 | | - | |
9641 | | - | |
9642 | | - | |
9643 | | - | |
9644 | | - | |
9645 | | - | |
9646 | | - | |
9647 | | - | |
9648 | | - | |
9649 | | - | |
| 9641 | + | |
| 9642 | + | |
| 9643 | + | |
| 9644 | + | |
| 9645 | + | |
| 9646 | + | |
| 9647 | + | |
| 9648 | + | |
| 9649 | + | |
| 9650 | + | |
9650 | 9651 | | |
9651 | 9652 | | |
9652 | 9653 | | |
| |||
9713 | 9714 | | |
9714 | 9715 | | |
9715 | 9716 | | |
9716 | | - | |
| 9717 | + | |
9717 | 9718 | | |
9718 | 9719 | | |
9719 | 9720 | | |
| |||
0 commit comments