Commit bbf1624
authored
chore(lambda): bump the nx group in /lambdas with 3 updates (#4751)
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.1 to 21.5.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.5.1 (2025-09-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> support angular v20.2 (<a
href="https://redirect.github.com/nrwl/nx/pull/32351">#32351</a>)</li>
<li><strong>angular-rspack:</strong> do not rely on postinstall >20.2
(<a
href="https://redirect.github.com/nrwl/nx/pull/32613">#32613</a>)</li>
<li><strong>core:</strong> add incompatibleWith field for
packageJsonUpdates (<a
href="https://redirect.github.com/nrwl/nx/pull/32464">#32464</a>)</li>
<li><strong>core:</strong> auto-retry lock files changed daemon msgs (<a
href="https://redirect.github.com/nrwl/nx/pull/32489">#32489</a>)</li>
<li><strong>core:</strong> add NX_PROJECT_ROOT environment variable to
runtime cache inputs (<a
href="https://redirect.github.com/nrwl/nx/pull/31428">#31428</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/20949">#20949</a>)</li>
<li><strong>graph:</strong> task graph support multiple targets (<a
href="https://redirect.github.com/nrwl/nx/pull/32418">#32418</a>)</li>
<li><strong>graph:</strong> unwrap <code>RankDirPanel</code> from
experimental (<a
href="https://redirect.github.com/nrwl/nx/pull/32490">#32490</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32482">#32482</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32481">#32481</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>module-federation:</strong> align dynamic federation with
latest from module federation and rspack (<a
href="https://redirect.github.com/nrwl/nx/pull/32509">#32509</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32542">#32542</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/c02d448b9f">c02d448b9f</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>nx-dev:</strong> nx.dev homepage feature illustrations and
CTA (<a
href="https://redirect.github.com/nrwl/nx/pull/32298">#32298</a>)</li>
<li><strong>nx-dev:</strong> update homepage subtagline (<a
href="https://github.com/nrwl/nx/commit/2af5446fba">2af5446fba</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>rspack:</strong> support passing templateParameters to
HtmlRspackPlugin (<a
href="https://redirect.github.com/nrwl/nx/pull/32553">#32553</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>vite:</strong> support vite 7 (<a
href="https://redirect.github.com/nrwl/nx/pull/32422">#32422</a>)</li>
<li><strong>webpack:</strong> migrate from deprecated url.parse() to
WHATWG URL API (<a
href="https://github.com/nrwl/nx/commit/f768886ae7">f768886ae7</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>core:</strong> allow additional properties in
ProjectMetadata type (<a
href="https://redirect.github.com/nrwl/nx/pull/32483">#32483</a>)</li>
<li><strong>core:</strong> normalize root project root when merging
project config results (<a
href="https://redirect.github.com/nrwl/nx/pull/32517">#32517</a>)</li>
<li><strong>core:</strong> detect devcontainer environment and skip Nx
Console installation prompt if it exists (<a
href="https://redirect.github.com/nrwl/nx/pull/32571">#32571</a>)</li>
<li><strong>core:</strong> use more reasonable scroll speed on trackpads
(<a
href="https://redirect.github.com/nrwl/nx/pull/32603">#32603</a>)</li>
<li><strong>core:</strong> exclude non-cacheable tasks from flaky
detection (<a
href="https://redirect.github.com/nrwl/nx/pull/32435">#32435</a>)</li>
<li><strong>core:</strong> reduce CPU usage by adding 20ms interval to
daemon process check (<a
href="https://redirect.github.com/nrwl/nx/pull/32618">#32618</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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/c7d540614c676401261fde321a3f418462635ee7"><code>c7d5406</code></a>
docs(misc): update new subtagline</li>
<li><a
href="https://github.com/nrwl/nx/commit/a0c78e0bb952e96651f5e2cf8541a9c2e3321983"><code>a0c78e0</code></a>
feat(angular): support angular v20.2 (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/32351">#32351</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/21.5.1/packages/eslint">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@nx/eslint</code> since your current
version.</p>
</details>
<br />
Updates `@nx/js` from 21.4.1 to 21.5.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.5.1 (2025-09-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> support angular v20.2 (<a
href="https://redirect.github.com/nrwl/nx/pull/32351">#32351</a>)</li>
<li><strong>angular-rspack:</strong> do not rely on postinstall >20.2
(<a
href="https://redirect.github.com/nrwl/nx/pull/32613">#32613</a>)</li>
<li><strong>core:</strong> add incompatibleWith field for
packageJsonUpdates (<a
href="https://redirect.github.com/nrwl/nx/pull/32464">#32464</a>)</li>
<li><strong>core:</strong> auto-retry lock files changed daemon msgs (<a
href="https://redirect.github.com/nrwl/nx/pull/32489">#32489</a>)</li>
<li><strong>core:</strong> add NX_PROJECT_ROOT environment variable to
runtime cache inputs (<a
href="https://redirect.github.com/nrwl/nx/pull/31428">#31428</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/20949">#20949</a>)</li>
<li><strong>graph:</strong> task graph support multiple targets (<a
href="https://redirect.github.com/nrwl/nx/pull/32418">#32418</a>)</li>
<li><strong>graph:</strong> unwrap <code>RankDirPanel</code> from
experimental (<a
href="https://redirect.github.com/nrwl/nx/pull/32490">#32490</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32482">#32482</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32481">#32481</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>module-federation:</strong> align dynamic federation with
latest from module federation and rspack (<a
href="https://redirect.github.com/nrwl/nx/pull/32509">#32509</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32542">#32542</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/c02d448b9f">c02d448b9f</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>nx-dev:</strong> nx.dev homepage feature illustrations and
CTA (<a
href="https://redirect.github.com/nrwl/nx/pull/32298">#32298</a>)</li>
<li><strong>nx-dev:</strong> update homepage subtagline (<a
href="https://github.com/nrwl/nx/commit/2af5446fba">2af5446fba</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>rspack:</strong> support passing templateParameters to
HtmlRspackPlugin (<a
href="https://redirect.github.com/nrwl/nx/pull/32553">#32553</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>vite:</strong> support vite 7 (<a
href="https://redirect.github.com/nrwl/nx/pull/32422">#32422</a>)</li>
<li><strong>webpack:</strong> migrate from deprecated url.parse() to
WHATWG URL API (<a
href="https://github.com/nrwl/nx/commit/f768886ae7">f768886ae7</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>core:</strong> allow additional properties in
ProjectMetadata type (<a
href="https://redirect.github.com/nrwl/nx/pull/32483">#32483</a>)</li>
<li><strong>core:</strong> normalize root project root when merging
project config results (<a
href="https://redirect.github.com/nrwl/nx/pull/32517">#32517</a>)</li>
<li><strong>core:</strong> detect devcontainer environment and skip Nx
Console installation prompt if it exists (<a
href="https://redirect.github.com/nrwl/nx/pull/32571">#32571</a>)</li>
<li><strong>core:</strong> use more reasonable scroll speed on trackpads
(<a
href="https://redirect.github.com/nrwl/nx/pull/32603">#32603</a>)</li>
<li><strong>core:</strong> exclude non-cacheable tasks from flaky
detection (<a
href="https://redirect.github.com/nrwl/nx/pull/32435">#32435</a>)</li>
<li><strong>core:</strong> reduce CPU usage by adding 20ms interval to
daemon process check (<a
href="https://redirect.github.com/nrwl/nx/pull/32618">#32618</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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/ec1f1a45597c4b0d732d5da219d69fa6d5d465f3"><code>ec1f1a4</code></a>
fix(js): store stale references correctly in
<code>typescript-sync</code> generator (<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/c7d540614c676401261fde321a3f418462635ee7"><code>c7d5406</code></a>
docs(misc): update new subtagline</li>
<li><a
href="https://github.com/nrwl/nx/commit/ec6b707d130a681c8b8edbabb052d82cba9c835d"><code>ec6b707</code></a>
fix(js): use a unique typescript custom condition name for the workspace
(<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/a0c78e0bb952e96651f5e2cf8541a9c2e3321983"><code>a0c78e0</code></a>
feat(angular): support angular v20.2 (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32351">#32351</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/86ebc846d700fd131a523837240aedb90f8f0d52"><code>86ebc84</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/0494d09e8e39ecc892864b610db3706ecb8e2ddc"><code>0494d09</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/fc8f9a9f9aca379e2464574f53b56b7c9ff056d9"><code>fc8f9a9</code></a>
feat(js): add includeIgnoredAssetFiles option and per-asset
includeIgnoredFil...</li>
<li><a
href="https://github.com/nrwl/nx/commit/2788d919799eac284ef606a12c3db4308fe79d5d"><code>2788d91</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/4bf937e408e29439b0f097c8a5426caffd0151bf"><code>4bf937e</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/6ce1061471f1ee7037fd262d23614eb6c16ee054"><code>6ce1061</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>Additional commits viewable in <a
href="https://github.com/nrwl/nx/commits/21.5.1/packages/js">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@nx/js</code> since your current
version.</p>
</details>
<br />
Updates `@nx/vite` from 21.4.1 to 21.5.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.5.1 (2025-09-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>angular:</strong> support angular v20.2 (<a
href="https://redirect.github.com/nrwl/nx/pull/32351">#32351</a>)</li>
<li><strong>angular-rspack:</strong> do not rely on postinstall >20.2
(<a
href="https://redirect.github.com/nrwl/nx/pull/32613">#32613</a>)</li>
<li><strong>core:</strong> add incompatibleWith field for
packageJsonUpdates (<a
href="https://redirect.github.com/nrwl/nx/pull/32464">#32464</a>)</li>
<li><strong>core:</strong> auto-retry lock files changed daemon msgs (<a
href="https://redirect.github.com/nrwl/nx/pull/32489">#32489</a>)</li>
<li><strong>core:</strong> add NX_PROJECT_ROOT environment variable to
runtime cache inputs (<a
href="https://redirect.github.com/nrwl/nx/pull/31428">#31428</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/20949">#20949</a>)</li>
<li><strong>graph:</strong> task graph support multiple targets (<a
href="https://redirect.github.com/nrwl/nx/pull/32418">#32418</a>)</li>
<li><strong>graph:</strong> unwrap <code>RankDirPanel</code> from
experimental (<a
href="https://redirect.github.com/nrwl/nx/pull/32490">#32490</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32482">#32482</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32481">#32481</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>module-federation:</strong> align dynamic federation with
latest from module federation and rspack (<a
href="https://redirect.github.com/nrwl/nx/pull/32509">#32509</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32542">#32542</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/c02d448b9f">c02d448b9f</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>nx-dev:</strong> nx.dev homepage feature illustrations and
CTA (<a
href="https://redirect.github.com/nrwl/nx/pull/32298">#32298</a>)</li>
<li><strong>nx-dev:</strong> update homepage subtagline (<a
href="https://github.com/nrwl/nx/commit/2af5446fba">2af5446fba</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>rspack:</strong> support passing templateParameters to
HtmlRspackPlugin (<a
href="https://redirect.github.com/nrwl/nx/pull/32553">#32553</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>vite:</strong> support vite 7 (<a
href="https://redirect.github.com/nrwl/nx/pull/32422">#32422</a>)</li>
<li><strong>webpack:</strong> migrate from deprecated url.parse() to
WHATWG URL API (<a
href="https://github.com/nrwl/nx/commit/f768886ae7">f768886ae7</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>core:</strong> allow additional properties in
ProjectMetadata type (<a
href="https://redirect.github.com/nrwl/nx/pull/32483">#32483</a>)</li>
<li><strong>core:</strong> normalize root project root when merging
project config results (<a
href="https://redirect.github.com/nrwl/nx/pull/32517">#32517</a>)</li>
<li><strong>core:</strong> detect devcontainer environment and skip Nx
Console installation prompt if it exists (<a
href="https://redirect.github.com/nrwl/nx/pull/32571">#32571</a>)</li>
<li><strong>core:</strong> use more reasonable scroll speed on trackpads
(<a
href="https://redirect.github.com/nrwl/nx/pull/32603">#32603</a>)</li>
<li><strong>core:</strong> exclude non-cacheable tasks from flaky
detection (<a
href="https://redirect.github.com/nrwl/nx/pull/32435">#32435</a>)</li>
<li><strong>core:</strong> reduce CPU usage by adding 20ms interval to
daemon process check (<a
href="https://redirect.github.com/nrwl/nx/pull/32618">#32618</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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/c7d540614c676401261fde321a3f418462635ee7"><code>c7d5406</code></a>
docs(misc): update new subtagline</li>
<li><a
href="https://github.com/nrwl/nx/commit/ec6b707d130a681c8b8edbabb052d82cba9c835d"><code>ec6b707</code></a>
fix(js): use a unique typescript custom condition name for the workspace
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32">#32</a>...</li>
<li><a
href="https://github.com/nrwl/nx/commit/1b3a533f624d69a355c43a302f675322dfc3c8b8"><code>1b3a533</code></a>
feat(core): add incompatibleWith field for packageJsonUpdates (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32464">#32464</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/d8b98e3e92a42032920507b745ceb21bb7370766"><code>d8b98e3</code></a>
feat(vite): support vite 7 (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32422">#32422</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/21.5.1/packages/vite">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@nx/vite</code> 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 <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 1b9a5df commit bbf1624
2 files changed
+102
-83
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 | |
|---|---|---|---|
| |||
3315 | 3315 | | |
3316 | 3316 | | |
3317 | 3317 | | |
3318 | | - | |
3319 | | - | |
3320 | | - | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
3321 | 3321 | | |
3322 | 3322 | | |
3323 | 3323 | | |
3324 | 3324 | | |
3325 | 3325 | | |
3326 | | - | |
3327 | 3326 | | |
3328 | 3327 | | |
3329 | 3328 | | |
3330 | 3329 | | |
3331 | 3330 | | |
3332 | 3331 | | |
3333 | | - | |
| 3332 | + | |
3334 | 3333 | | |
3335 | 3334 | | |
3336 | 3335 | | |
3337 | | - | |
3338 | | - | |
3339 | | - | |
| 3336 | + | |
| 3337 | + | |
| 3338 | + | |
3340 | 3339 | | |
3341 | | - | |
3342 | | - | |
| 3340 | + | |
| 3341 | + | |
3343 | 3342 | | |
3344 | 3343 | | |
3345 | | - | |
| 3344 | + | |
3346 | 3345 | | |
3347 | 3346 | | |
3348 | 3347 | | |
3349 | 3348 | | |
3350 | 3349 | | |
3351 | 3350 | | |
3352 | | - | |
| 3351 | + | |
3353 | 3352 | | |
3354 | 3353 | | |
3355 | 3354 | | |
3356 | | - | |
3357 | | - | |
3358 | | - | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
3359 | 3358 | | |
3360 | 3359 | | |
3361 | 3360 | | |
| |||
3364 | 3363 | | |
3365 | 3364 | | |
3366 | 3365 | | |
3367 | | - | |
3368 | | - | |
| 3366 | + | |
| 3367 | + | |
3369 | 3368 | | |
3370 | 3369 | | |
3371 | 3370 | | |
| |||
3391 | 3390 | | |
3392 | 3391 | | |
3393 | 3392 | | |
3394 | | - | |
| 3393 | + | |
3395 | 3394 | | |
3396 | 3395 | | |
3397 | 3396 | | |
| |||
3402 | 3401 | | |
3403 | 3402 | | |
3404 | 3403 | | |
3405 | | - | |
3406 | | - | |
3407 | | - | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
3408 | 3407 | | |
3409 | 3408 | | |
3410 | 3409 | | |
| |||
3416 | 3415 | | |
3417 | 3416 | | |
3418 | 3417 | | |
3419 | | - | |
3420 | | - | |
3421 | | - | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
3422 | 3421 | | |
3423 | 3422 | | |
3424 | 3423 | | |
| |||
3430 | 3429 | | |
3431 | 3430 | | |
3432 | 3431 | | |
3433 | | - | |
3434 | | - | |
3435 | | - | |
| 3432 | + | |
| 3433 | + | |
| 3434 | + | |
3436 | 3435 | | |
3437 | 3436 | | |
3438 | 3437 | | |
| |||
3444 | 3443 | | |
3445 | 3444 | | |
3446 | 3445 | | |
3447 | | - | |
3448 | | - | |
3449 | | - | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
3450 | 3449 | | |
3451 | 3450 | | |
3452 | 3451 | | |
| |||
3458 | 3457 | | |
3459 | 3458 | | |
3460 | 3459 | | |
3461 | | - | |
3462 | | - | |
3463 | | - | |
| 3460 | + | |
| 3461 | + | |
| 3462 | + | |
3464 | 3463 | | |
3465 | 3464 | | |
3466 | 3465 | | |
| |||
3472 | 3471 | | |
3473 | 3472 | | |
3474 | 3473 | | |
3475 | | - | |
3476 | | - | |
3477 | | - | |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
3478 | 3477 | | |
3479 | 3478 | | |
3480 | 3479 | | |
| |||
3486 | 3485 | | |
3487 | 3486 | | |
3488 | 3487 | | |
3489 | | - | |
3490 | | - | |
3491 | | - | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
3492 | 3491 | | |
3493 | 3492 | | |
3494 | 3493 | | |
| |||
3500 | 3499 | | |
3501 | 3500 | | |
3502 | 3501 | | |
3503 | | - | |
3504 | | - | |
3505 | | - | |
| 3502 | + | |
| 3503 | + | |
| 3504 | + | |
3506 | 3505 | | |
3507 | 3506 | | |
3508 | 3507 | | |
| |||
3514 | 3513 | | |
3515 | 3514 | | |
3516 | 3515 | | |
3517 | | - | |
3518 | | - | |
3519 | | - | |
| 3516 | + | |
| 3517 | + | |
| 3518 | + | |
3520 | 3519 | | |
3521 | 3520 | | |
3522 | 3521 | | |
| |||
3528 | 3527 | | |
3529 | 3528 | | |
3530 | 3529 | | |
3531 | | - | |
3532 | | - | |
3533 | | - | |
| 3530 | + | |
| 3531 | + | |
| 3532 | + | |
3534 | 3533 | | |
3535 | 3534 | | |
3536 | 3535 | | |
3537 | 3536 | | |
3538 | | - | |
3539 | | - | |
3540 | | - | |
| 3537 | + | |
| 3538 | + | |
| 3539 | + | |
3541 | 3540 | | |
3542 | | - | |
3543 | | - | |
| 3541 | + | |
| 3542 | + | |
3544 | 3543 | | |
3545 | 3544 | | |
3546 | 3545 | | |
| |||
3549 | 3548 | | |
3550 | 3549 | | |
3551 | 3550 | | |
3552 | | - | |
| 3551 | + | |
3553 | 3552 | | |
3554 | | - | |
| 3553 | + | |
3555 | 3554 | | |
3556 | 3555 | | |
3557 | 3556 | | |
3558 | | - | |
3559 | | - | |
3560 | | - | |
| 3557 | + | |
| 3558 | + | |
| 3559 | + | |
3561 | 3560 | | |
3562 | | - | |
| 3561 | + | |
3563 | 3562 | | |
3564 | 3563 | | |
3565 | 3564 | | |
3566 | | - | |
| 3565 | + | |
3567 | 3566 | | |
3568 | 3567 | | |
3569 | 3568 | | |
3570 | 3569 | | |
3571 | | - | |
| 3570 | + | |
3572 | 3571 | | |
3573 | 3572 | | |
3574 | 3573 | | |
| |||
9157 | 9156 | | |
9158 | 9157 | | |
9159 | 9158 | | |
9160 | | - | |
9161 | | - | |
9162 | | - | |
| 9159 | + | |
| 9160 | + | |
| 9161 | + | |
9163 | 9162 | | |
9164 | 9163 | | |
9165 | 9164 | | |
| |||
9815 | 9814 | | |
9816 | 9815 | | |
9817 | 9816 | | |
9818 | | - | |
9819 | | - | |
9820 | | - | |
| 9817 | + | |
| 9818 | + | |
| 9819 | + | |
9821 | 9820 | | |
9822 | 9821 | | |
9823 | | - | |
9824 | | - | |
9825 | | - | |
9826 | | - | |
9827 | | - | |
9828 | | - | |
9829 | | - | |
9830 | | - | |
9831 | | - | |
9832 | | - | |
| 9822 | + | |
| 9823 | + | |
| 9824 | + | |
| 9825 | + | |
| 9826 | + | |
| 9827 | + | |
| 9828 | + | |
| 9829 | + | |
| 9830 | + | |
| 9831 | + | |
9833 | 9832 | | |
9834 | 9833 | | |
9835 | 9834 | | |
| |||
9896 | 9895 | | |
9897 | 9896 | | |
9898 | 9897 | | |
9899 | | - | |
| 9898 | + | |
9900 | 9899 | | |
9901 | 9900 | | |
9902 | 9901 | | |
| |||
11509 | 11508 | | |
11510 | 11509 | | |
11511 | 11510 | | |
11512 | | - | |
| 11511 | + | |
11513 | 11512 | | |
11514 | 11513 | | |
11515 | 11514 | | |
| |||
11519 | 11518 | | |
11520 | 11519 | | |
11521 | 11520 | | |
11522 | | - | |
| 11521 | + | |
| 11522 | + | |
| 11523 | + | |
| 11524 | + | |
| 11525 | + | |
| 11526 | + | |
| 11527 | + | |
| 11528 | + | |
| 11529 | + | |
| 11530 | + | |
| 11531 | + | |
11523 | 11532 | | |
11524 | 11533 | | |
11525 | 11534 | | |
| |||
11529 | 11538 | | |
11530 | 11539 | | |
11531 | 11540 | | |
| 11541 | + | |
| 11542 | + | |
| 11543 | + | |
| 11544 | + | |
| 11545 | + | |
| 11546 | + | |
| 11547 | + | |
| 11548 | + | |
| 11549 | + | |
| 11550 | + | |
11532 | 11551 | | |
11533 | 11552 | | |
11534 | 11553 | | |
| |||
0 commit comments