Skip to content

Commit 1262a67

Browse files
chore(lambda): bump the nx group across 1 directory with 3 updates (#4953)
Bumps the nx group with 3 updates in the /lambdas directory: [@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 22.1.2 to 22.2.0 <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>22.2.0 (2025-12-08)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add multiple Nx version detection to nx report (<a href="https://redirect.github.com/nrwl/nx/pull/33599">#33599</a>)</li> <li><strong>core:</strong> add template support to create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/33468">#33468</a>)</li> <li><strong>docker:</strong> auto-select version scheme when only one is available (<a href="https://redirect.github.com/nrwl/nx/pull/33671">#33671</a>)</li> <li><strong>expo:</strong> support Expo 54 (<a href="https://redirect.github.com/nrwl/nx/pull/33612">#33612</a>)</li> <li><strong>gradle:</strong> add targetNamePrefix option to mark all gradle targets (<a href="https://redirect.github.com/nrwl/nx/pull/33685">#33685</a>)</li> <li><strong>linter:</strong> add util to load eslint rules from a directory (<a href="https://redirect.github.com/nrwl/nx/pull/33543">#33543</a>)</li> <li><strong>maven:</strong> update Maven plugin version to 0.0.11 (<a href="https://redirect.github.com/nrwl/nx/pull/33713">#33713</a>)</li> <li><strong>nextjs:</strong> add migration to add AI instructions for upgrading to Next 16 (<a href="https://redirect.github.com/nrwl/nx/pull/33608">#33608</a>)</li> <li><strong>nuxt:</strong> support nuxt v4 (<a href="https://redirect.github.com/nrwl/nx/pull/33611">#33611</a>)</li> <li><strong>nx-cloud:</strong> prepend nx version to stats metadata (<a href="https://redirect.github.com/nrwl/nx/pull/33568">#33568</a>)</li> <li><strong>storybook:</strong> support storybook 10.1 (<a href="https://redirect.github.com/nrwl/nx/pull/33637">#33637</a>)</li> <li><strong>vite:</strong> add vitest 4 migration for users using <code>@​nx/vite</code> (<a href="https://redirect.github.com/nrwl/nx/pull/33630">#33630</a>)</li> <li><strong>vite:</strong> add migration to add <code>@​nx/vitest</code> (<a href="https://redirect.github.com/nrwl/nx/pull/33669">#33669</a>)</li> <li><strong>vitest:</strong> update <code>@​analogjs/vitest-angular</code> to 2.1.2 <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/33602">#33602</a> (<a href="https://redirect.github.com/nrwl/nx/pull/33681">#33681</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33602">#33602</a>)</li> <li><strong>vitest:</strong> make initial generation for JS projects more lightweight (<a href="https://redirect.github.com/nrwl/nx/pull/33670">#33670</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular-rspack:</strong> use CJS when serving applications for HMR <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/33106">#33106</a> (<a href="https://redirect.github.com/nrwl/nx/pull/33693">#33693</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33106">#33106</a>)</li> <li><strong>angular-rspack:</strong> ensure rebuild logs are only printed once (<a href="https://redirect.github.com/nrwl/nx/pull/33694">#33694</a>)</li> <li><strong>bundling:</strong> replace rollup-plugin-copy with nx copy assets plugin (<a href="https://redirect.github.com/nrwl/nx/pull/33601">#33601</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32398">#32398</a>)</li> <li><strong>bundling:</strong> set buildLibsFromSource in normalize options for Rollup (<a href="https://redirect.github.com/nrwl/nx/pull/33679">#33679</a>)</li> <li><strong>core:</strong> don't presume a task is long running if its marked cacheable (<a href="https://redirect.github.com/nrwl/nx/pull/33545">#33545</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32610">#32610</a>)</li> <li><strong>core:</strong> daemon command should exit at end (<a href="https://redirect.github.com/nrwl/nx/pull/33547">#33547</a>)</li> <li><strong>core:</strong> provide error when nested graph construction would occur invoked during createNodes (<a href="https://redirect.github.com/nrwl/nx/pull/33541">#33541</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29618">#29618</a>)</li> <li><strong>core:</strong> filter out automated release commits in getCommitsRelevantToProjects (<a href="https://redirect.github.com/nrwl/nx/pull/33482">#33482</a>)</li> <li><strong>core:</strong> make daemon socket path unique per process to prevent race condition (<a href="https://redirect.github.com/nrwl/nx/pull/33580">#33580</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33491">#33491</a>)</li> <li><strong>core:</strong> use nx-mcp for older nx versions instead of nx mcp (<a href="https://redirect.github.com/nrwl/nx/pull/33553">#33553</a>)</li> <li><strong>core:</strong> propagate continuous task failures to dependent tasks (<a href="https://redirect.github.com/nrwl/nx/pull/33492">#33492</a>)</li> <li><strong>core:</strong> kill child process tree in different running tasks (<a href="https://redirect.github.com/nrwl/nx/pull/33636">#33636</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32438">#32438</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33460">#33460</a>)</li> <li><strong>core:</strong> include create-nx-workspace in migration package group (<a href="https://redirect.github.com/nrwl/nx/pull/33643">#33643</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33585">#33585</a>)</li> <li><strong>core:</strong> suppress git stderr output in parseGitOutput (<a href="https://redirect.github.com/nrwl/nx/pull/33645">#33645</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33330">#33330</a>)</li> <li><strong>core:</strong> prevent Nx Console prompt from blocking non-interactive commands (<a href="https://redirect.github.com/nrwl/nx/pull/33646">#33646</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33552">#33552</a>)</li> <li><strong>core:</strong> ensure perf logs are flushed before exit in graph command (<a href="https://redirect.github.com/nrwl/nx/pull/33621">#33621</a>)</li> <li><strong>core:</strong> nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (<a href="https://redirect.github.com/nrwl/nx/pull/33587">#33587</a>)</li> <li><strong>core:</strong> stop adding outdated vscode/cursor rule files to gitignore (<a href="https://redirect.github.com/nrwl/nx/pull/33680">#33680</a>)</li> <li><strong>core:</strong> sanitize project names for valid git tag names in nx release (<a href="https://redirect.github.com/nrwl/nx/pull/33692">#33692</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33262">#33262</a>)</li> <li><strong>core:</strong> optimize bun lockfile parser (<a href="https://redirect.github.com/nrwl/nx/pull/33623">#33623</a>)</li> <li><strong>core:</strong> cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (<a href="https://redirect.github.com/nrwl/nx/pull/33699">#33699</a>)</li> <li><strong>core:</strong> use Set for O(1) visited node lookup in hasPath (<a href="https://redirect.github.com/nrwl/nx/pull/33754">#33754</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32265">#32265</a>)</li> <li><strong>docker:</strong> fix releasing non docker projects (<a href="https://redirect.github.com/nrwl/nx/pull/33667">#33667</a>)</li> <li><strong>gradle:</strong> do not add gradle plugin to plugins block if using version catalogs (<a href="https://redirect.github.com/nrwl/nx/pull/33763">#33763</a>)</li> <li><strong>graph:</strong> align exclude flag with others by using findMatchingProjects (<a href="https://redirect.github.com/nrwl/nx/pull/33550">#33550</a>)</li> <li><strong>graph:</strong> surface task graph client error via error toast (<a href="https://redirect.github.com/nrwl/nx/pull/33600">#33600</a>)</li> <li><strong>js:</strong> ensure copy-workspace-modules copies transitive workspace dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/33570">#33570</a>)</li> <li><strong>linter:</strong> handle various flat config override structures (<a href="https://redirect.github.com/nrwl/nx/pull/33548">#33548</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31796">#31796</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/f8f05b40866679490330e77b5c0095630644d042"><code>f8f05b4</code></a> fix(linter): update generators to use ESLint v9 compatible versions (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/33633">#33633</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/f87e20fe75807c77456cc70a45c63dbcea6e8004"><code>f87e20f</code></a> fix(linter): base eslint config should ignore out-tsc directories (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/33639">#33639</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/22.2.0/packages/eslint">compare view</a></li> </ul> </details> <br /> Updates `@nx/js` from 22.1.3 to 22.2.0 <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>22.2.0 (2025-12-08)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add multiple Nx version detection to nx report (<a href="https://redirect.github.com/nrwl/nx/pull/33599">#33599</a>)</li> <li><strong>core:</strong> add template support to create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/33468">#33468</a>)</li> <li><strong>docker:</strong> auto-select version scheme when only one is available (<a href="https://redirect.github.com/nrwl/nx/pull/33671">#33671</a>)</li> <li><strong>expo:</strong> support Expo 54 (<a href="https://redirect.github.com/nrwl/nx/pull/33612">#33612</a>)</li> <li><strong>gradle:</strong> add targetNamePrefix option to mark all gradle targets (<a href="https://redirect.github.com/nrwl/nx/pull/33685">#33685</a>)</li> <li><strong>linter:</strong> add util to load eslint rules from a directory (<a href="https://redirect.github.com/nrwl/nx/pull/33543">#33543</a>)</li> <li><strong>maven:</strong> update Maven plugin version to 0.0.11 (<a href="https://redirect.github.com/nrwl/nx/pull/33713">#33713</a>)</li> <li><strong>nextjs:</strong> add migration to add AI instructions for upgrading to Next 16 (<a href="https://redirect.github.com/nrwl/nx/pull/33608">#33608</a>)</li> <li><strong>nuxt:</strong> support nuxt v4 (<a href="https://redirect.github.com/nrwl/nx/pull/33611">#33611</a>)</li> <li><strong>nx-cloud:</strong> prepend nx version to stats metadata (<a href="https://redirect.github.com/nrwl/nx/pull/33568">#33568</a>)</li> <li><strong>storybook:</strong> support storybook 10.1 (<a href="https://redirect.github.com/nrwl/nx/pull/33637">#33637</a>)</li> <li><strong>vite:</strong> add vitest 4 migration for users using <code>@​nx/vite</code> (<a href="https://redirect.github.com/nrwl/nx/pull/33630">#33630</a>)</li> <li><strong>vite:</strong> add migration to add <code>@​nx/vitest</code> (<a href="https://redirect.github.com/nrwl/nx/pull/33669">#33669</a>)</li> <li><strong>vitest:</strong> update <code>@​analogjs/vitest-angular</code> to 2.1.2 <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/33602">#33602</a> (<a href="https://redirect.github.com/nrwl/nx/pull/33681">#33681</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33602">#33602</a>)</li> <li><strong>vitest:</strong> make initial generation for JS projects more lightweight (<a href="https://redirect.github.com/nrwl/nx/pull/33670">#33670</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular-rspack:</strong> use CJS when serving applications for HMR <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/33106">#33106</a> (<a href="https://redirect.github.com/nrwl/nx/pull/33693">#33693</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33106">#33106</a>)</li> <li><strong>angular-rspack:</strong> ensure rebuild logs are only printed once (<a href="https://redirect.github.com/nrwl/nx/pull/33694">#33694</a>)</li> <li><strong>bundling:</strong> replace rollup-plugin-copy with nx copy assets plugin (<a href="https://redirect.github.com/nrwl/nx/pull/33601">#33601</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32398">#32398</a>)</li> <li><strong>bundling:</strong> set buildLibsFromSource in normalize options for Rollup (<a href="https://redirect.github.com/nrwl/nx/pull/33679">#33679</a>)</li> <li><strong>core:</strong> don't presume a task is long running if its marked cacheable (<a href="https://redirect.github.com/nrwl/nx/pull/33545">#33545</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32610">#32610</a>)</li> <li><strong>core:</strong> daemon command should exit at end (<a href="https://redirect.github.com/nrwl/nx/pull/33547">#33547</a>)</li> <li><strong>core:</strong> provide error when nested graph construction would occur invoked during createNodes (<a href="https://redirect.github.com/nrwl/nx/pull/33541">#33541</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29618">#29618</a>)</li> <li><strong>core:</strong> filter out automated release commits in getCommitsRelevantToProjects (<a href="https://redirect.github.com/nrwl/nx/pull/33482">#33482</a>)</li> <li><strong>core:</strong> make daemon socket path unique per process to prevent race condition (<a href="https://redirect.github.com/nrwl/nx/pull/33580">#33580</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33491">#33491</a>)</li> <li><strong>core:</strong> use nx-mcp for older nx versions instead of nx mcp (<a href="https://redirect.github.com/nrwl/nx/pull/33553">#33553</a>)</li> <li><strong>core:</strong> propagate continuous task failures to dependent tasks (<a href="https://redirect.github.com/nrwl/nx/pull/33492">#33492</a>)</li> <li><strong>core:</strong> kill child process tree in different running tasks (<a href="https://redirect.github.com/nrwl/nx/pull/33636">#33636</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32438">#32438</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33460">#33460</a>)</li> <li><strong>core:</strong> include create-nx-workspace in migration package group (<a href="https://redirect.github.com/nrwl/nx/pull/33643">#33643</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33585">#33585</a>)</li> <li><strong>core:</strong> suppress git stderr output in parseGitOutput (<a href="https://redirect.github.com/nrwl/nx/pull/33645">#33645</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33330">#33330</a>)</li> <li><strong>core:</strong> prevent Nx Console prompt from blocking non-interactive commands (<a href="https://redirect.github.com/nrwl/nx/pull/33646">#33646</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33552">#33552</a>)</li> <li><strong>core:</strong> ensure perf logs are flushed before exit in graph command (<a href="https://redirect.github.com/nrwl/nx/pull/33621">#33621</a>)</li> <li><strong>core:</strong> nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (<a href="https://redirect.github.com/nrwl/nx/pull/33587">#33587</a>)</li> <li><strong>core:</strong> stop adding outdated vscode/cursor rule files to gitignore (<a href="https://redirect.github.com/nrwl/nx/pull/33680">#33680</a>)</li> <li><strong>core:</strong> sanitize project names for valid git tag names in nx release (<a href="https://redirect.github.com/nrwl/nx/pull/33692">#33692</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33262">#33262</a>)</li> <li><strong>core:</strong> optimize bun lockfile parser (<a href="https://redirect.github.com/nrwl/nx/pull/33623">#33623</a>)</li> <li><strong>core:</strong> cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (<a href="https://redirect.github.com/nrwl/nx/pull/33699">#33699</a>)</li> <li><strong>core:</strong> use Set for O(1) visited node lookup in hasPath (<a href="https://redirect.github.com/nrwl/nx/pull/33754">#33754</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32265">#32265</a>)</li> <li><strong>docker:</strong> fix releasing non docker projects (<a href="https://redirect.github.com/nrwl/nx/pull/33667">#33667</a>)</li> <li><strong>gradle:</strong> do not add gradle plugin to plugins block if using version catalogs (<a href="https://redirect.github.com/nrwl/nx/pull/33763">#33763</a>)</li> <li><strong>graph:</strong> align exclude flag with others by using findMatchingProjects (<a href="https://redirect.github.com/nrwl/nx/pull/33550">#33550</a>)</li> <li><strong>graph:</strong> surface task graph client error via error toast (<a href="https://redirect.github.com/nrwl/nx/pull/33600">#33600</a>)</li> <li><strong>js:</strong> ensure copy-workspace-modules copies transitive workspace dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/33570">#33570</a>)</li> <li><strong>linter:</strong> handle various flat config override structures (<a href="https://redirect.github.com/nrwl/nx/pull/33548">#33548</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31796">#31796</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/22.2.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@nx/vite` from 22.1.3 to 22.2.0 <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>22.2.0 (2025-12-08)</h2> <h3>🚀 Features</h3> <ul> <li><strong>core:</strong> add multiple Nx version detection to nx report (<a href="https://redirect.github.com/nrwl/nx/pull/33599">#33599</a>)</li> <li><strong>core:</strong> add template support to create-nx-workspace (<a href="https://redirect.github.com/nrwl/nx/pull/33468">#33468</a>)</li> <li><strong>docker:</strong> auto-select version scheme when only one is available (<a href="https://redirect.github.com/nrwl/nx/pull/33671">#33671</a>)</li> <li><strong>expo:</strong> support Expo 54 (<a href="https://redirect.github.com/nrwl/nx/pull/33612">#33612</a>)</li> <li><strong>gradle:</strong> add targetNamePrefix option to mark all gradle targets (<a href="https://redirect.github.com/nrwl/nx/pull/33685">#33685</a>)</li> <li><strong>linter:</strong> add util to load eslint rules from a directory (<a href="https://redirect.github.com/nrwl/nx/pull/33543">#33543</a>)</li> <li><strong>maven:</strong> update Maven plugin version to 0.0.11 (<a href="https://redirect.github.com/nrwl/nx/pull/33713">#33713</a>)</li> <li><strong>nextjs:</strong> add migration to add AI instructions for upgrading to Next 16 (<a href="https://redirect.github.com/nrwl/nx/pull/33608">#33608</a>)</li> <li><strong>nuxt:</strong> support nuxt v4 (<a href="https://redirect.github.com/nrwl/nx/pull/33611">#33611</a>)</li> <li><strong>nx-cloud:</strong> prepend nx version to stats metadata (<a href="https://redirect.github.com/nrwl/nx/pull/33568">#33568</a>)</li> <li><strong>storybook:</strong> support storybook 10.1 (<a href="https://redirect.github.com/nrwl/nx/pull/33637">#33637</a>)</li> <li><strong>vite:</strong> add vitest 4 migration for users using <code>@​nx/vite</code> (<a href="https://redirect.github.com/nrwl/nx/pull/33630">#33630</a>)</li> <li><strong>vite:</strong> add migration to add <code>@​nx/vitest</code> (<a href="https://redirect.github.com/nrwl/nx/pull/33669">#33669</a>)</li> <li><strong>vitest:</strong> update <code>@​analogjs/vitest-angular</code> to 2.1.2 <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33602">#33602</a> (<a href="https://redirect.github.com/nrwl/nx/pull/33681">#33681</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33602">#33602</a>)</li> <li><strong>vitest:</strong> make initial generation for JS projects more lightweight (<a href="https://redirect.github.com/nrwl/nx/pull/33670">#33670</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular-rspack:</strong> use CJS when serving applications for HMR <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33106">#33106</a> (<a href="https://redirect.github.com/nrwl/nx/pull/33693">#33693</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33106">#33106</a>)</li> <li><strong>angular-rspack:</strong> ensure rebuild logs are only printed once (<a href="https://redirect.github.com/nrwl/nx/pull/33694">#33694</a>)</li> <li><strong>bundling:</strong> replace rollup-plugin-copy with nx copy assets plugin (<a href="https://redirect.github.com/nrwl/nx/pull/33601">#33601</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32398">#32398</a>)</li> <li><strong>bundling:</strong> set buildLibsFromSource in normalize options for Rollup (<a href="https://redirect.github.com/nrwl/nx/pull/33679">#33679</a>)</li> <li><strong>core:</strong> don't presume a task is long running if its marked cacheable (<a href="https://redirect.github.com/nrwl/nx/pull/33545">#33545</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32610">#32610</a>)</li> <li><strong>core:</strong> daemon command should exit at end (<a href="https://redirect.github.com/nrwl/nx/pull/33547">#33547</a>)</li> <li><strong>core:</strong> provide error when nested graph construction would occur invoked during createNodes (<a href="https://redirect.github.com/nrwl/nx/pull/33541">#33541</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29618">#29618</a>)</li> <li><strong>core:</strong> filter out automated release commits in getCommitsRelevantToProjects (<a href="https://redirect.github.com/nrwl/nx/pull/33482">#33482</a>)</li> <li><strong>core:</strong> make daemon socket path unique per process to prevent race condition (<a href="https://redirect.github.com/nrwl/nx/pull/33580">#33580</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33491">#33491</a>)</li> <li><strong>core:</strong> use nx-mcp for older nx versions instead of nx mcp (<a href="https://redirect.github.com/nrwl/nx/pull/33553">#33553</a>)</li> <li><strong>core:</strong> propagate continuous task failures to dependent tasks (<a href="https://redirect.github.com/nrwl/nx/pull/33492">#33492</a>)</li> <li><strong>core:</strong> kill child process tree in different running tasks (<a href="https://redirect.github.com/nrwl/nx/pull/33636">#33636</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32438">#32438</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33460">#33460</a>)</li> <li><strong>core:</strong> include create-nx-workspace in migration package group (<a href="https://redirect.github.com/nrwl/nx/pull/33643">#33643</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33585">#33585</a>)</li> <li><strong>core:</strong> suppress git stderr output in parseGitOutput (<a href="https://redirect.github.com/nrwl/nx/pull/33645">#33645</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33330">#33330</a>)</li> <li><strong>core:</strong> prevent Nx Console prompt from blocking non-interactive commands (<a href="https://redirect.github.com/nrwl/nx/pull/33646">#33646</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33552">#33552</a>)</li> <li><strong>core:</strong> ensure perf logs are flushed before exit in graph command (<a href="https://redirect.github.com/nrwl/nx/pull/33621">#33621</a>)</li> <li><strong>core:</strong> nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (<a href="https://redirect.github.com/nrwl/nx/pull/33587">#33587</a>)</li> <li><strong>core:</strong> stop adding outdated vscode/cursor rule files to gitignore (<a href="https://redirect.github.com/nrwl/nx/pull/33680">#33680</a>)</li> <li><strong>core:</strong> sanitize project names for valid git tag names in nx release (<a href="https://redirect.github.com/nrwl/nx/pull/33692">#33692</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33262">#33262</a>)</li> <li><strong>core:</strong> optimize bun lockfile parser (<a href="https://redirect.github.com/nrwl/nx/pull/33623">#33623</a>)</li> <li><strong>core:</strong> cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (<a href="https://redirect.github.com/nrwl/nx/pull/33699">#33699</a>)</li> <li><strong>core:</strong> use Set for O(1) visited node lookup in hasPath (<a href="https://redirect.github.com/nrwl/nx/pull/33754">#33754</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32265">#32265</a>)</li> <li><strong>docker:</strong> fix releasing non docker projects (<a href="https://redirect.github.com/nrwl/nx/pull/33667">#33667</a>)</li> <li><strong>gradle:</strong> do not add gradle plugin to plugins block if using version catalogs (<a href="https://redirect.github.com/nrwl/nx/pull/33763">#33763</a>)</li> <li><strong>graph:</strong> align exclude flag with others by using findMatchingProjects (<a href="https://redirect.github.com/nrwl/nx/pull/33550">#33550</a>)</li> <li><strong>graph:</strong> surface task graph client error via error toast (<a href="https://redirect.github.com/nrwl/nx/pull/33600">#33600</a>)</li> <li><strong>js:</strong> ensure copy-workspace-modules copies transitive workspace dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/33570">#33570</a>)</li> <li><strong>linter:</strong> handle various flat config override structures (<a href="https://redirect.github.com/nrwl/nx/pull/33548">#33548</a>, <a href="https://redirect.github.com/nrwl/nx/issues/31796">#31796</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/f0252323f8f035534afac16a231ffb8e50aa9e01"><code>f025232</code></a> fix(misc): update output location of ai-migration files (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33696">#33696</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/804d4c2e0cce564a4fdc0c1c685d130ed1b7ee86"><code>804d4c2</code></a> feat(vitest): update <code>@​analogjs/vitest-angular</code> to 2.1.2 <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33602">#33602</a> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33681">#33681</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/8ff2768aaa6bc3dacd99635de898dd4fe84c4be6"><code>8ff2768</code></a> feat(vite): add migration to add <code>@​nx/vitest</code> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33669">#33669</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/637daf5343ce01200fe19ede08596454280b3d3d"><code>637daf5</code></a> fix(vite): vitest executor to return the async iterable <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33588">#33588</a> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33668">#33668</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/00e4c0c69a4c439047ff718d2167bd8a0c4ec140"><code>00e4c0c</code></a> feat(vite): add vitest 4 migration for users using <code>@​nx/vite</code> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/33630">#33630</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/22.2.0/packages/vite">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d16be8 commit 1262a67

File tree

2 files changed

+145
-145
lines changed

2 files changed

+145
-145
lines changed

lambdas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.3.1",
28-
"@nx/eslint": "22.1.2",
29-
"@nx/js": "^22.1.2",
30-
"@nx/vite": "^22.1.2",
28+
"@nx/eslint": "22.2.0",
29+
"@nx/js": "^22.2.0",
30+
"@nx/vite": "^22.2.0",
3131
"@swc-node/register": "~1.11.1",
3232
"@swc/core": "~1.15.0",
3333
"@swc/helpers": "~0.5.17",

0 commit comments

Comments
 (0)