Skip to content

Commit bbf1624

Browse files
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 &gt;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 &gt;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 &gt;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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b9a5df commit bbf1624

File tree

2 files changed

+102
-83
lines changed

2 files changed

+102
-83
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.1",
26-
"@nx/js": "^21.4.1",
27-
"@nx/vite": "^21.4.1",
25+
"@nx/eslint": "21.5.1",
26+
"@nx/js": "^21.5.1",
27+
"@nx/vite": "^21.5.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: 99 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,47 +3315,46 @@ __metadata:
33153315
languageName: node
33163316
linkType: hard
33173317

3318-
"@nx/devkit@npm:21.4.1":
3319-
version: 21.4.1
3320-
resolution: "@nx/devkit@npm:21.4.1"
3318+
"@nx/devkit@npm:21.5.1":
3319+
version: 21.5.1
3320+
resolution: "@nx/devkit@npm:21.5.1"
33213321
dependencies:
33223322
ejs: "npm:^3.1.7"
33233323
enquirer: "npm:~2.3.6"
33243324
ignore: "npm:^5.0.4"
33253325
minimatch: "npm:9.0.3"
3326-
nx: "npm:21.4.1"
33273326
semver: "npm:^7.5.3"
33283327
tmp: "npm:~0.2.1"
33293328
tslib: "npm:^2.3.0"
33303329
yargs-parser: "npm:21.1.1"
33313330
peerDependencies:
33323331
nx: ">= 20 <= 22"
3333-
checksum: 10c0/7df3931cc0983c039d7ed3653b629da25de3388a7397b4383da0c9e48bb13395e1f4d1ee845a8c87792920a956aac7e2920da9918dfbedad1e2f74f5273d2a81
3332+
checksum: 10c0/ee57c32ae0af4c91d55a78f1e1efbd396e6a7f09c8f6e5c3f17839a6e46f87abe613e22194b158ddb9fb008ac164c713af625f7ed4724a74c06194f283dcf1d9
33343333
languageName: node
33353334
linkType: hard
33363335

3337-
"@nx/eslint@npm:21.4.1":
3338-
version: 21.4.1
3339-
resolution: "@nx/eslint@npm:21.4.1"
3336+
"@nx/eslint@npm:21.5.1":
3337+
version: 21.5.1
3338+
resolution: "@nx/eslint@npm:21.5.1"
33403339
dependencies:
3341-
"@nx/devkit": "npm:21.4.1"
3342-
"@nx/js": "npm:21.4.1"
3340+
"@nx/devkit": "npm:21.5.1"
3341+
"@nx/js": "npm:21.5.1"
33433342
semver: "npm:^7.5.3"
33443343
tslib: "npm:^2.3.0"
3345-
typescript: "npm:~5.8.2"
3344+
typescript: "npm:~5.9.2"
33463345
peerDependencies:
33473346
"@zkochan/js-yaml": 0.0.7
33483347
eslint: ^8.0.0 || ^9.0.0
33493348
peerDependenciesMeta:
33503349
"@zkochan/js-yaml":
33513350
optional: true
3352-
checksum: 10c0/19bde65e917488373af224ff683e6c556f9a11c8d7b279356c888abb20c1e86e882d3cc7152552d444dc502e7fcdbd762c38e5944c74fa361100173958f04ab4
3351+
checksum: 10c0/ae986c0bd53d4279c94c89d07450b8710162854f5fba1302eb4f85b16c9c11ce7e7bb5adb70684f1e574237fa8c01769ad2022da8305b6ba820729f89caae084
33533352
languageName: node
33543353
linkType: hard
33553354

3356-
"@nx/js@npm:21.4.1, @nx/js@npm:^21.4.1":
3357-
version: 21.4.1
3358-
resolution: "@nx/js@npm:21.4.1"
3355+
"@nx/js@npm:21.5.1, @nx/js@npm:^21.5.1":
3356+
version: 21.5.1
3357+
resolution: "@nx/js@npm:21.5.1"
33593358
dependencies:
33603359
"@babel/core": "npm:^7.23.2"
33613360
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
@@ -3364,8 +3363,8 @@ __metadata:
33643363
"@babel/preset-env": "npm:^7.23.2"
33653364
"@babel/preset-typescript": "npm:^7.22.5"
33663365
"@babel/runtime": "npm:^7.22.6"
3367-
"@nx/devkit": "npm:21.4.1"
3368-
"@nx/workspace": "npm:21.4.1"
3366+
"@nx/devkit": "npm:21.5.1"
3367+
"@nx/workspace": "npm:21.5.1"
33693368
"@zkochan/js-yaml": "npm:0.0.7"
33703369
babel-plugin-const-enum: "npm:^1.0.1"
33713370
babel-plugin-macros: "npm:^3.1.0"
@@ -3391,7 +3390,7 @@ __metadata:
33913390
peerDependenciesMeta:
33923391
verdaccio:
33933392
optional: true
3394-
checksum: 10c0/4b3bf085f767e390c804e2bdf4b7e4f82560386005cb6653635565b4658039a30ccf75340eaeca120dec159249505a06f7e672ef5c89cfbd7152863ac3d5c96e
3393+
checksum: 10c0/fb41bcfe2862d4a1ad75d39e358edaf0c31f60e35e1abf17d97e4c610141c3fe76f61bf04b4a12d15c962be6c9cdb339428a8ad8bcc42a4dec2c00f4d3547b0d
33953394
languageName: node
33963395
linkType: hard
33973396

@@ -3402,9 +3401,9 @@ __metadata:
34023401
languageName: node
34033402
linkType: hard
34043403

3405-
"@nx/nx-darwin-arm64@npm:21.4.1":
3406-
version: 21.4.1
3407-
resolution: "@nx/nx-darwin-arm64@npm:21.4.1"
3404+
"@nx/nx-darwin-arm64@npm:21.5.1":
3405+
version: 21.5.1
3406+
resolution: "@nx/nx-darwin-arm64@npm:21.5.1"
34083407
conditions: os=darwin & cpu=arm64
34093408
languageName: node
34103409
linkType: hard
@@ -3416,9 +3415,9 @@ __metadata:
34163415
languageName: node
34173416
linkType: hard
34183417

3419-
"@nx/nx-darwin-x64@npm:21.4.1":
3420-
version: 21.4.1
3421-
resolution: "@nx/nx-darwin-x64@npm:21.4.1"
3418+
"@nx/nx-darwin-x64@npm:21.5.1":
3419+
version: 21.5.1
3420+
resolution: "@nx/nx-darwin-x64@npm:21.5.1"
34223421
conditions: os=darwin & cpu=x64
34233422
languageName: node
34243423
linkType: hard
@@ -3430,9 +3429,9 @@ __metadata:
34303429
languageName: node
34313430
linkType: hard
34323431

3433-
"@nx/nx-freebsd-x64@npm:21.4.1":
3434-
version: 21.4.1
3435-
resolution: "@nx/nx-freebsd-x64@npm:21.4.1"
3432+
"@nx/nx-freebsd-x64@npm:21.5.1":
3433+
version: 21.5.1
3434+
resolution: "@nx/nx-freebsd-x64@npm:21.5.1"
34363435
conditions: os=freebsd & cpu=x64
34373436
languageName: node
34383437
linkType: hard
@@ -3444,9 +3443,9 @@ __metadata:
34443443
languageName: node
34453444
linkType: hard
34463445

3447-
"@nx/nx-linux-arm-gnueabihf@npm:21.4.1":
3448-
version: 21.4.1
3449-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.4.1"
3446+
"@nx/nx-linux-arm-gnueabihf@npm:21.5.1":
3447+
version: 21.5.1
3448+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.5.1"
34503449
conditions: os=linux & cpu=arm
34513450
languageName: node
34523451
linkType: hard
@@ -3458,9 +3457,9 @@ __metadata:
34583457
languageName: node
34593458
linkType: hard
34603459

3461-
"@nx/nx-linux-arm64-gnu@npm:21.4.1":
3462-
version: 21.4.1
3463-
resolution: "@nx/nx-linux-arm64-gnu@npm:21.4.1"
3460+
"@nx/nx-linux-arm64-gnu@npm:21.5.1":
3461+
version: 21.5.1
3462+
resolution: "@nx/nx-linux-arm64-gnu@npm:21.5.1"
34643463
conditions: os=linux & cpu=arm64 & libc=glibc
34653464
languageName: node
34663465
linkType: hard
@@ -3472,9 +3471,9 @@ __metadata:
34723471
languageName: node
34733472
linkType: hard
34743473

3475-
"@nx/nx-linux-arm64-musl@npm:21.4.1":
3476-
version: 21.4.1
3477-
resolution: "@nx/nx-linux-arm64-musl@npm:21.4.1"
3474+
"@nx/nx-linux-arm64-musl@npm:21.5.1":
3475+
version: 21.5.1
3476+
resolution: "@nx/nx-linux-arm64-musl@npm:21.5.1"
34783477
conditions: os=linux & cpu=arm64 & libc=musl
34793478
languageName: node
34803479
linkType: hard
@@ -3486,9 +3485,9 @@ __metadata:
34863485
languageName: node
34873486
linkType: hard
34883487

3489-
"@nx/nx-linux-x64-gnu@npm:21.4.1":
3490-
version: 21.4.1
3491-
resolution: "@nx/nx-linux-x64-gnu@npm:21.4.1"
3488+
"@nx/nx-linux-x64-gnu@npm:21.5.1":
3489+
version: 21.5.1
3490+
resolution: "@nx/nx-linux-x64-gnu@npm:21.5.1"
34923491
conditions: os=linux & cpu=x64 & libc=glibc
34933492
languageName: node
34943493
linkType: hard
@@ -3500,9 +3499,9 @@ __metadata:
35003499
languageName: node
35013500
linkType: hard
35023501

3503-
"@nx/nx-linux-x64-musl@npm:21.4.1":
3504-
version: 21.4.1
3505-
resolution: "@nx/nx-linux-x64-musl@npm:21.4.1"
3502+
"@nx/nx-linux-x64-musl@npm:21.5.1":
3503+
version: 21.5.1
3504+
resolution: "@nx/nx-linux-x64-musl@npm:21.5.1"
35063505
conditions: os=linux & cpu=x64 & libc=musl
35073506
languageName: node
35083507
linkType: hard
@@ -3514,9 +3513,9 @@ __metadata:
35143513
languageName: node
35153514
linkType: hard
35163515

3517-
"@nx/nx-win32-arm64-msvc@npm:21.4.1":
3518-
version: 21.4.1
3519-
resolution: "@nx/nx-win32-arm64-msvc@npm:21.4.1"
3516+
"@nx/nx-win32-arm64-msvc@npm:21.5.1":
3517+
version: 21.5.1
3518+
resolution: "@nx/nx-win32-arm64-msvc@npm:21.5.1"
35203519
conditions: os=win32 & cpu=arm64
35213520
languageName: node
35223521
linkType: hard
@@ -3528,19 +3527,19 @@ __metadata:
35283527
languageName: node
35293528
linkType: hard
35303529

3531-
"@nx/nx-win32-x64-msvc@npm:21.4.1":
3532-
version: 21.4.1
3533-
resolution: "@nx/nx-win32-x64-msvc@npm:21.4.1"
3530+
"@nx/nx-win32-x64-msvc@npm:21.5.1":
3531+
version: 21.5.1
3532+
resolution: "@nx/nx-win32-x64-msvc@npm:21.5.1"
35343533
conditions: os=win32 & cpu=x64
35353534
languageName: node
35363535
linkType: hard
35373536

3538-
"@nx/vite@npm:^21.4.1":
3539-
version: 21.4.1
3540-
resolution: "@nx/vite@npm:21.4.1"
3537+
"@nx/vite@npm:^21.5.1":
3538+
version: 21.5.1
3539+
resolution: "@nx/vite@npm:21.5.1"
35413540
dependencies:
3542-
"@nx/devkit": "npm:21.4.1"
3543-
"@nx/js": "npm:21.4.1"
3541+
"@nx/devkit": "npm:21.5.1"
3542+
"@nx/js": "npm:21.5.1"
35443543
"@phenomnomnominal/tsquery": "npm:~5.0.1"
35453544
ajv: "npm:^8.0.0"
35463545
enquirer: "npm:~2.3.6"
@@ -3549,26 +3548,26 @@ __metadata:
35493548
tsconfig-paths: "npm:^4.1.2"
35503549
tslib: "npm:^2.3.0"
35513550
peerDependencies:
3552-
vite: ^5.0.0 || ^6.0.0
3551+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
35533552
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0
3554-
checksum: 10c0/5b213358a3be1764375bb1593568804a4236ccf49c8e7ed0d0df797ea2ea3ee7a7b28d3861ac2f9b24c1301ffb9e158847afd507ba96810238ceceb8d3577ead
3553+
checksum: 10c0/db0cba45d5dd5a2d80b10c02a513aef65e5c392b92b141e6794630ff7032cc4da6a7e3dc4a1cff59d59067a6bb8e95280c66ef55353befc07657672f6799deed
35553554
languageName: node
35563555
linkType: hard
35573556

3558-
"@nx/workspace@npm:21.4.1":
3559-
version: 21.4.1
3560-
resolution: "@nx/workspace@npm:21.4.1"
3557+
"@nx/workspace@npm:21.5.1":
3558+
version: 21.5.1
3559+
resolution: "@nx/workspace@npm:21.5.1"
35613560
dependencies:
3562-
"@nx/devkit": "npm:21.4.1"
3561+
"@nx/devkit": "npm:21.5.1"
35633562
"@zkochan/js-yaml": "npm:0.0.7"
35643563
chalk: "npm:^4.1.0"
35653564
enquirer: "npm:~2.3.6"
3566-
nx: "npm:21.4.1"
3565+
nx: "npm:21.5.1"
35673566
picomatch: "npm:4.0.2"
35683567
semver: "npm:^7.6.3"
35693568
tslib: "npm:^2.3.0"
35703569
yargs-parser: "npm:21.1.1"
3571-
checksum: 10c0/fde8f09281a6dbdef7437b364cc93ede7404b134242f301c0d34ec5302cc820f18b9d5e047971a60a6e2d0ad9a537b485e1063dda0de8e54a34162783f413db9
3570+
checksum: 10c0/48d13cc5781b44bd7ba66dec59722c36216dcd66758b2fd904f0cbe0598a35c4c9792aa91cfb882bc09994468f37e6eb29644d566dd39579266409a0dbdf6595
35723571
languageName: node
35733572
linkType: hard
35743573

@@ -9157,9 +9156,9 @@ __metadata:
91579156
resolution: "lambdas@workspace:."
91589157
dependencies:
91599158
"@eslint/eslintrc": "npm:^3.3.1"
9160-
"@nx/eslint": "npm:21.4.1"
9161-
"@nx/js": "npm:^21.4.1"
9162-
"@nx/vite": "npm:^21.4.1"
9159+
"@nx/eslint": "npm:21.5.1"
9160+
"@nx/js": "npm:^21.5.1"
9161+
"@nx/vite": "npm:^21.5.1"
91639162
"@swc-node/register": "npm:~1.10.10"
91649163
"@swc/core": "npm:~1.13.3"
91659164
"@swc/helpers": "npm:~0.5.17"
@@ -9815,21 +9814,21 @@ __metadata:
98159814
languageName: node
98169815
linkType: hard
98179816

9818-
"nx@npm:21.4.1":
9819-
version: 21.4.1
9820-
resolution: "nx@npm:21.4.1"
9817+
"nx@npm:21.5.1":
9818+
version: 21.5.1
9819+
resolution: "nx@npm:21.5.1"
98219820
dependencies:
98229821
"@napi-rs/wasm-runtime": "npm:0.2.4"
9823-
"@nx/nx-darwin-arm64": "npm:21.4.1"
9824-
"@nx/nx-darwin-x64": "npm:21.4.1"
9825-
"@nx/nx-freebsd-x64": "npm:21.4.1"
9826-
"@nx/nx-linux-arm-gnueabihf": "npm:21.4.1"
9827-
"@nx/nx-linux-arm64-gnu": "npm:21.4.1"
9828-
"@nx/nx-linux-arm64-musl": "npm:21.4.1"
9829-
"@nx/nx-linux-x64-gnu": "npm:21.4.1"
9830-
"@nx/nx-linux-x64-musl": "npm:21.4.1"
9831-
"@nx/nx-win32-arm64-msvc": "npm:21.4.1"
9832-
"@nx/nx-win32-x64-msvc": "npm:21.4.1"
9822+
"@nx/nx-darwin-arm64": "npm:21.5.1"
9823+
"@nx/nx-darwin-x64": "npm:21.5.1"
9824+
"@nx/nx-freebsd-x64": "npm:21.5.1"
9825+
"@nx/nx-linux-arm-gnueabihf": "npm:21.5.1"
9826+
"@nx/nx-linux-arm64-gnu": "npm:21.5.1"
9827+
"@nx/nx-linux-arm64-musl": "npm:21.5.1"
9828+
"@nx/nx-linux-x64-gnu": "npm:21.5.1"
9829+
"@nx/nx-linux-x64-musl": "npm:21.5.1"
9830+
"@nx/nx-win32-arm64-msvc": "npm:21.5.1"
9831+
"@nx/nx-win32-x64-msvc": "npm:21.5.1"
98339832
"@yarnpkg/lockfile": "npm:^1.1.0"
98349833
"@yarnpkg/parsers": "npm:3.0.2"
98359834
"@zkochan/js-yaml": "npm:0.0.7"
@@ -9896,7 +9895,7 @@ __metadata:
98969895
bin:
98979896
nx: bin/nx.js
98989897
nx-cloud: bin/nx-cloud.js
9899-
checksum: 10c0/848d2849b03d76ebe0fe688e16ea3464c7120a9afd1213c13fe9102fa65970f36832e49d74740861a424144278ec36330eb0165236f3fe041da2a71d7bf76594
9898+
checksum: 10c0/aac5b7eea53329f92dc0c83d90c982aae3a9ee04045bbd14607e115b4de0f29f28278e2c911c3cff2421f14f8ae68ecab289571b63009ece66f9ac5223ca8e51
99009899
languageName: node
99019900
linkType: hard
99029901

@@ -11509,7 +11508,7 @@ __metadata:
1150911508
languageName: node
1151011509
linkType: hard
1151111510

11512-
"typescript@npm:^5.8.3, typescript@npm:~5.8.2":
11511+
"typescript@npm:^5.8.3":
1151311512
version: 5.8.3
1151411513
resolution: "typescript@npm:5.8.3"
1151511514
bin:
@@ -11519,7 +11518,17 @@ __metadata:
1151911518
languageName: node
1152011519
linkType: hard
1152111520

11522-
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A~5.8.2#optional!builtin<compat/typescript>":
11521+
"typescript@npm:~5.9.2":
11522+
version: 5.9.2
11523+
resolution: "typescript@npm:5.9.2"
11524+
bin:
11525+
tsc: bin/tsc
11526+
tsserver: bin/tsserver
11527+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
11528+
languageName: node
11529+
linkType: hard
11530+
11531+
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
1152311532
version: 5.8.3
1152411533
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=379a07"
1152511534
bin:
@@ -11529,6 +11538,16 @@ __metadata:
1152911538
languageName: node
1153011539
linkType: hard
1153111540

11541+
"typescript@patch:typescript@npm%3A~5.9.2#optional!builtin<compat/typescript>":
11542+
version: 5.9.2
11543+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=379a07"
11544+
bin:
11545+
tsc: bin/tsc
11546+
tsserver: bin/tsserver
11547+
checksum: 10c0/66fc07779427a7c3fa97da0cf2e62595eaff2cea4594d45497d294bfa7cb514d164f0b6ce7a5121652cf44c0822af74e29ee579c771c405e002d1f23cf06bfde
11548+
languageName: node
11549+
linkType: hard
11550+
1153211551
"undici-types@npm:~6.19.8":
1153311552
version: 6.19.8
1153411553
resolution: "undici-types@npm:6.19.8"

0 commit comments

Comments
 (0)