Skip to content

Commit cbeea89

Browse files
chore(lambda): bump the nx group in /lambdas with 3 updates (#4539)
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 20.7.1 to 20.8.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>20.8.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>angular:</strong> add --bundler=rspack option to app generator (<a href="https://redirect.github.com/nrwl/nx/pull/30623">#30623</a>)</li> <li><strong>core:</strong> handle yarn resolutions and patches when parsing and pruning lock file (<a href="https://redirect.github.com/nrwl/nx/pull/30546">#30546</a>)</li> <li><strong>core:</strong> add --bundler=rspack option to angular stack cnw (<a href="https://redirect.github.com/nrwl/nx/pull/30629">#30629</a>)</li> <li><strong>core:</strong> add support for http based caches (<a href="https://redirect.github.com/nrwl/nx/pull/30593">#30593</a>)</li> <li><strong>core:</strong> add filter for git checkouts in generated pipelines and docs (<a href="https://redirect.github.com/nrwl/nx/pull/30547">#30547</a>)</li> <li><strong>core:</strong> allow globs in project config to extend atomized targets (<a href="https://redirect.github.com/nrwl/nx/pull/30630">#30630</a>)</li> <li><strong>nx-dev:</strong> tutorialkit project (<a href="https://redirect.github.com/nrwl/nx/pull/29992">#29992</a>)</li> <li><strong>react:</strong> add crystal mf support to host and remote (<a href="https://redirect.github.com/nrwl/nx/pull/30424">#30424</a>)</li> <li><strong>release:</strong> revamped nx release version implementation (<a href="https://redirect.github.com/nrwl/nx/pull/30418">#30418</a>)</li> <li><strong>rspack:</strong> add support for non-buildable libraries in external dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/30606">#30606</a>)</li> <li><strong>storybook:</strong> migrate to latest storybook 8 version (<a href="https://redirect.github.com/nrwl/nx/pull/30584">#30584</a>)</li> <li><strong>testing:</strong> add support for cypress v14 (<a href="https://redirect.github.com/nrwl/nx/pull/30618">#30618</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> use latest version of <code>@​analogjs/vitest-angular</code> <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/30423">#30423</a> (<a href="https://redirect.github.com/nrwl/nx/pull/30560">#30560</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30423">#30423</a>)</li> <li><strong>angular:</strong> ensure crystal targets for testing when bundler=rspack (<a href="https://redirect.github.com/nrwl/nx/pull/30631">#30631</a>)</li> <li><strong>bundling:</strong> webpack and rspack builds respect output.clean config option (<a href="https://redirect.github.com/nrwl/nx/pull/30573">#30573</a>)</li> <li><strong>bundling:</strong> Lock webpack version to be compatible with <a href="https://github.com/angular-devkit"><code>@​angular-devkit</code></a> (<a href="https://redirect.github.com/nrwl/nx/pull/30676">#30676</a>)</li> <li><strong>core:</strong> ensure rust code is able to handle null terminal outputs (<a href="https://redirect.github.com/nrwl/nx/pull/30494">#30494</a>)</li> <li><strong>core:</strong> update resolution of ts path mappings with patterns in target project locator (<a href="https://redirect.github.com/nrwl/nx/pull/30533">#30533</a>)</li> <li><strong>core:</strong> resolve subpath patterns in package exports correctly when constructing graph (<a href="https://redirect.github.com/nrwl/nx/pull/30511">#30511</a>)</li> <li><strong>core:</strong> do not run sync generators when running tasks in ci (<a href="https://redirect.github.com/nrwl/nx/pull/30591">#30591</a>)</li> <li><strong>core:</strong> angular rspack should not prompt for SSG (<a href="https://redirect.github.com/nrwl/nx/pull/30647">#30647</a>)</li> <li><strong>core:</strong> wasm build should build (<a href="https://redirect.github.com/nrwl/nx/pull/30655">#30655</a>)</li> <li><strong>core:</strong> log more information when <code>ProjectConfigurationsError</code> is thrown (<a href="https://redirect.github.com/nrwl/nx/pull/30661">#30661</a>)</li> <li><strong>core:</strong> ensure fileworker is cleaned up when workspace context is … (<a href="https://redirect.github.com/nrwl/nx/pull/30683">#30683</a>)</li> <li><strong>core:</strong> copy native file atomically to avoid hanging graph creation (<a href="https://redirect.github.com/nrwl/nx/pull/30695">#30695</a>)</li> <li><strong>core:</strong> clean up batch process after post run (<a href="https://redirect.github.com/nrwl/nx/pull/30687">#30687</a>)</li> <li><strong>graph:</strong> focus via --focus command should work (<a href="https://redirect.github.com/nrwl/nx/pull/30576">#30576</a>)</li> <li><strong>js:</strong> infer dependency between <code>typecheck</code> and <code>build</code> tasks and more granular outputs for <code>typecheck</code> (<a href="https://redirect.github.com/nrwl/nx/pull/30549">#30549</a>)</li> <li><strong>js:</strong> handle extending from multiple config files and from local workspace packages in plugin (<a href="https://redirect.github.com/nrwl/nx/pull/30486">#30486</a>)</li> <li><strong>js:</strong> update <code>@​swc/cli</code> version to fix vulnerability (<a href="https://redirect.github.com/nrwl/nx/pull/30575">#30575</a>)</li> <li><strong>js:</strong> Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (<a href="https://redirect.github.com/nrwl/nx/pull/30156">#30156</a>)</li> <li><strong>js:</strong> handle when there are no package manager workspaces' patterns (<a href="https://redirect.github.com/nrwl/nx/pull/30666">#30666</a>)</li> <li><strong>js:</strong> ensure the tsconfig files cache is correctly busted when implementation changes (<a href="https://redirect.github.com/nrwl/nx/pull/30689">#30689</a>)</li> <li><strong>misc:</strong> add missing flag to azure devops ci workflow generator (<a href="https://redirect.github.com/nrwl/nx/pull/30482">#30482</a>)</li> <li><strong>misc:</strong> update project directory validation to only account for the derived name (<a href="https://redirect.github.com/nrwl/nx/pull/30532">#30532</a>)</li> <li><strong>nextjs:</strong> bumped to eslintConfigNextVersion to v15 (<a href="https://redirect.github.com/nrwl/nx/pull/30537">#30537</a>)</li> <li><strong>nextjs:</strong> update Next.js versions to patch vulnerability (<a href="https://redirect.github.com/nrwl/nx/pull/30574">#30574</a>)</li> <li><strong>nextjs:</strong> add eslint plugin dependencies in application and library generators (<a href="https://redirect.github.com/nrwl/nx/pull/30592">#30592</a>)</li> <li><strong>nx-dev:</strong> fix blog post links (<a href="https://redirect.github.com/nrwl/nx/pull/30553">#30553</a>)</li> <li><strong>nx-dev:</strong> nx homebrew install cmd (<a href="https://github.com/nrwl/nx/commit/ebd39bb2ae">ebd39bb2ae</a>)</li> <li><strong>nx-dev:</strong> update markdoc component to exclude h1 headers (<a href="https://github.com/nrwl/nx/commit/d1ee41793f">d1ee41793f</a>)</li> <li><strong>rspack:</strong> allow typechecking during serve <a href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/29267">#29267</a> (<a href="https://redirect.github.com/nrwl/nx/pull/30558">#30558</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29267">#29267</a>)</li> <li><strong>rspack:</strong> do not reuse existing ts-node compiler options when inferring tasks (<a href="https://redirect.github.com/nrwl/nx/pull/30703">#30703</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/20.8.0/packages/eslint">compare view</a></li> </ul> </details> <br /> Updates `@nx/js` from 20.7.1 to 20.8.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>20.8.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>angular:</strong> add --bundler=rspack option to app generator (<a href="https://redirect.github.com/nrwl/nx/pull/30623">#30623</a>)</li> <li><strong>core:</strong> handle yarn resolutions and patches when parsing and pruning lock file (<a href="https://redirect.github.com/nrwl/nx/pull/30546">#30546</a>)</li> <li><strong>core:</strong> add --bundler=rspack option to angular stack cnw (<a href="https://redirect.github.com/nrwl/nx/pull/30629">#30629</a>)</li> <li><strong>core:</strong> add support for http based caches (<a href="https://redirect.github.com/nrwl/nx/pull/30593">#30593</a>)</li> <li><strong>core:</strong> add filter for git checkouts in generated pipelines and docs (<a href="https://redirect.github.com/nrwl/nx/pull/30547">#30547</a>)</li> <li><strong>core:</strong> allow globs in project config to extend atomized targets (<a href="https://redirect.github.com/nrwl/nx/pull/30630">#30630</a>)</li> <li><strong>nx-dev:</strong> tutorialkit project (<a href="https://redirect.github.com/nrwl/nx/pull/29992">#29992</a>)</li> <li><strong>react:</strong> add crystal mf support to host and remote (<a href="https://redirect.github.com/nrwl/nx/pull/30424">#30424</a>)</li> <li><strong>release:</strong> revamped nx release version implementation (<a href="https://redirect.github.com/nrwl/nx/pull/30418">#30418</a>)</li> <li><strong>rspack:</strong> add support for non-buildable libraries in external dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/30606">#30606</a>)</li> <li><strong>storybook:</strong> migrate to latest storybook 8 version (<a href="https://redirect.github.com/nrwl/nx/pull/30584">#30584</a>)</li> <li><strong>testing:</strong> add support for cypress v14 (<a href="https://redirect.github.com/nrwl/nx/pull/30618">#30618</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> use latest version of <code>@​analogjs/vitest-angular</code> <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30423">#30423</a> (<a href="https://redirect.github.com/nrwl/nx/pull/30560">#30560</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30423">#30423</a>)</li> <li><strong>angular:</strong> ensure crystal targets for testing when bundler=rspack (<a href="https://redirect.github.com/nrwl/nx/pull/30631">#30631</a>)</li> <li><strong>bundling:</strong> webpack and rspack builds respect output.clean config option (<a href="https://redirect.github.com/nrwl/nx/pull/30573">#30573</a>)</li> <li><strong>bundling:</strong> Lock webpack version to be compatible with <a href="https://github.com/angular-devkit"><code>@​angular-devkit</code></a> (<a href="https://redirect.github.com/nrwl/nx/pull/30676">#30676</a>)</li> <li><strong>core:</strong> ensure rust code is able to handle null terminal outputs (<a href="https://redirect.github.com/nrwl/nx/pull/30494">#30494</a>)</li> <li><strong>core:</strong> update resolution of ts path mappings with patterns in target project locator (<a href="https://redirect.github.com/nrwl/nx/pull/30533">#30533</a>)</li> <li><strong>core:</strong> resolve subpath patterns in package exports correctly when constructing graph (<a href="https://redirect.github.com/nrwl/nx/pull/30511">#30511</a>)</li> <li><strong>core:</strong> do not run sync generators when running tasks in ci (<a href="https://redirect.github.com/nrwl/nx/pull/30591">#30591</a>)</li> <li><strong>core:</strong> angular rspack should not prompt for SSG (<a href="https://redirect.github.com/nrwl/nx/pull/30647">#30647</a>)</li> <li><strong>core:</strong> wasm build should build (<a href="https://redirect.github.com/nrwl/nx/pull/30655">#30655</a>)</li> <li><strong>core:</strong> log more information when <code>ProjectConfigurationsError</code> is thrown (<a href="https://redirect.github.com/nrwl/nx/pull/30661">#30661</a>)</li> <li><strong>core:</strong> ensure fileworker is cleaned up when workspace context is … (<a href="https://redirect.github.com/nrwl/nx/pull/30683">#30683</a>)</li> <li><strong>core:</strong> copy native file atomically to avoid hanging graph creation (<a href="https://redirect.github.com/nrwl/nx/pull/30695">#30695</a>)</li> <li><strong>core:</strong> clean up batch process after post run (<a href="https://redirect.github.com/nrwl/nx/pull/30687">#30687</a>)</li> <li><strong>graph:</strong> focus via --focus command should work (<a href="https://redirect.github.com/nrwl/nx/pull/30576">#30576</a>)</li> <li><strong>js:</strong> infer dependency between <code>typecheck</code> and <code>build</code> tasks and more granular outputs for <code>typecheck</code> (<a href="https://redirect.github.com/nrwl/nx/pull/30549">#30549</a>)</li> <li><strong>js:</strong> handle extending from multiple config files and from local workspace packages in plugin (<a href="https://redirect.github.com/nrwl/nx/pull/30486">#30486</a>)</li> <li><strong>js:</strong> update <code>@​swc/cli</code> version to fix vulnerability (<a href="https://redirect.github.com/nrwl/nx/pull/30575">#30575</a>)</li> <li><strong>js:</strong> Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (<a href="https://redirect.github.com/nrwl/nx/pull/30156">#30156</a>)</li> <li><strong>js:</strong> handle when there are no package manager workspaces' patterns (<a href="https://redirect.github.com/nrwl/nx/pull/30666">#30666</a>)</li> <li><strong>js:</strong> ensure the tsconfig files cache is correctly busted when implementation changes (<a href="https://redirect.github.com/nrwl/nx/pull/30689">#30689</a>)</li> <li><strong>misc:</strong> add missing flag to azure devops ci workflow generator (<a href="https://redirect.github.com/nrwl/nx/pull/30482">#30482</a>)</li> <li><strong>misc:</strong> update project directory validation to only account for the derived name (<a href="https://redirect.github.com/nrwl/nx/pull/30532">#30532</a>)</li> <li><strong>nextjs:</strong> bumped to eslintConfigNextVersion to v15 (<a href="https://redirect.github.com/nrwl/nx/pull/30537">#30537</a>)</li> <li><strong>nextjs:</strong> update Next.js versions to patch vulnerability (<a href="https://redirect.github.com/nrwl/nx/pull/30574">#30574</a>)</li> <li><strong>nextjs:</strong> add eslint plugin dependencies in application and library generators (<a href="https://redirect.github.com/nrwl/nx/pull/30592">#30592</a>)</li> <li><strong>nx-dev:</strong> fix blog post links (<a href="https://redirect.github.com/nrwl/nx/pull/30553">#30553</a>)</li> <li><strong>nx-dev:</strong> nx homebrew install cmd (<a href="https://github.com/nrwl/nx/commit/ebd39bb2ae">ebd39bb2ae</a>)</li> <li><strong>nx-dev:</strong> update markdoc component to exclude h1 headers (<a href="https://github.com/nrwl/nx/commit/d1ee41793f">d1ee41793f</a>)</li> <li><strong>rspack:</strong> allow typechecking during serve <a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/29267">#29267</a> (<a href="https://redirect.github.com/nrwl/nx/pull/30558">#30558</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29267">#29267</a>)</li> <li><strong>rspack:</strong> do not reuse existing ts-node compiler options when inferring tasks (<a href="https://redirect.github.com/nrwl/nx/pull/30703">#30703</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/ce41dedf01fbdc1355149ed67c5b4ea135d6f7f5"><code>ce41ded</code></a> fix(js): ensure the tsconfig files cache is correctly busted when implementat...</li> <li><a href="https://github.com/nrwl/nx/commit/136e721d58d3bbc717e3306ca7c0c5ce16730ca5"><code>136e721</code></a> fix(js): handle when there are no package manager workspaces' patterns (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30666">#30666</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/7b85d912bab825691cbfd1fc11cf88bb8e0c056c"><code>7b85d91</code></a> feat(release): revamped nx release version implementation (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30418">#30418</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/2fd964fd3fa581b39bcc10a7e69c59a639e18a44"><code>2fd964f</code></a> fix(js): Use correctly resolved path to tsconfig in readTsConfigWithRemappedP...</li> <li><a href="https://github.com/nrwl/nx/commit/538fd8cbf696edc79248829704322e5ac61df9c6"><code>538fd8c</code></a> fix(js): update <code>@​swc/cli</code> version to fix vulnerability (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30575">#30575</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/ac103fa109ebbfd56560fbd632f3d97a3e5d575d"><code>ac103fa</code></a> cleanup(js): fix outdated unit test snapshot (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/30582">#30582</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/9b84926d0b3c7f366f05a1b11a5a33eb79548949"><code>9b84926</code></a> fix(js): handle extending from multiple config files and from local workspace...</li> <li><a href="https://github.com/nrwl/nx/commit/5974851c24f13eed1e9ff609c6d465442b6e04fe"><code>5974851</code></a> fix(js): infer dependency between <code>typecheck</code> and <code>build</code> tasks and more gran...</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/20.8.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@nx/vite` from 20.7.1 to 20.8.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>20.8.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>angular:</strong> add --bundler=rspack option to app generator (<a href="https://redirect.github.com/nrwl/nx/pull/30623">#30623</a>)</li> <li><strong>core:</strong> handle yarn resolutions and patches when parsing and pruning lock file (<a href="https://redirect.github.com/nrwl/nx/pull/30546">#30546</a>)</li> <li><strong>core:</strong> add --bundler=rspack option to angular stack cnw (<a href="https://redirect.github.com/nrwl/nx/pull/30629">#30629</a>)</li> <li><strong>core:</strong> add support for http based caches (<a href="https://redirect.github.com/nrwl/nx/pull/30593">#30593</a>)</li> <li><strong>core:</strong> add filter for git checkouts in generated pipelines and docs (<a href="https://redirect.github.com/nrwl/nx/pull/30547">#30547</a>)</li> <li><strong>core:</strong> allow globs in project config to extend atomized targets (<a href="https://redirect.github.com/nrwl/nx/pull/30630">#30630</a>)</li> <li><strong>nx-dev:</strong> tutorialkit project (<a href="https://redirect.github.com/nrwl/nx/pull/29992">#29992</a>)</li> <li><strong>react:</strong> add crystal mf support to host and remote (<a href="https://redirect.github.com/nrwl/nx/pull/30424">#30424</a>)</li> <li><strong>release:</strong> revamped nx release version implementation (<a href="https://redirect.github.com/nrwl/nx/pull/30418">#30418</a>)</li> <li><strong>rspack:</strong> add support for non-buildable libraries in external dependencies (<a href="https://redirect.github.com/nrwl/nx/pull/30606">#30606</a>)</li> <li><strong>storybook:</strong> migrate to latest storybook 8 version (<a href="https://redirect.github.com/nrwl/nx/pull/30584">#30584</a>)</li> <li><strong>testing:</strong> add support for cypress v14 (<a href="https://redirect.github.com/nrwl/nx/pull/30618">#30618</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> use latest version of <code>@​analogjs/vitest-angular</code> <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/30423">#30423</a> (<a href="https://redirect.github.com/nrwl/nx/pull/30560">#30560</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30423">#30423</a>)</li> <li><strong>angular:</strong> ensure crystal targets for testing when bundler=rspack (<a href="https://redirect.github.com/nrwl/nx/pull/30631">#30631</a>)</li> <li><strong>bundling:</strong> webpack and rspack builds respect output.clean config option (<a href="https://redirect.github.com/nrwl/nx/pull/30573">#30573</a>)</li> <li><strong>bundling:</strong> Lock webpack version to be compatible with <a href="https://github.com/angular-devkit"><code>@​angular-devkit</code></a> (<a href="https://redirect.github.com/nrwl/nx/pull/30676">#30676</a>)</li> <li><strong>core:</strong> ensure rust code is able to handle null terminal outputs (<a href="https://redirect.github.com/nrwl/nx/pull/30494">#30494</a>)</li> <li><strong>core:</strong> update resolution of ts path mappings with patterns in target project locator (<a href="https://redirect.github.com/nrwl/nx/pull/30533">#30533</a>)</li> <li><strong>core:</strong> resolve subpath patterns in package exports correctly when constructing graph (<a href="https://redirect.github.com/nrwl/nx/pull/30511">#30511</a>)</li> <li><strong>core:</strong> do not run sync generators when running tasks in ci (<a href="https://redirect.github.com/nrwl/nx/pull/30591">#30591</a>)</li> <li><strong>core:</strong> angular rspack should not prompt for SSG (<a href="https://redirect.github.com/nrwl/nx/pull/30647">#30647</a>)</li> <li><strong>core:</strong> wasm build should build (<a href="https://redirect.github.com/nrwl/nx/pull/30655">#30655</a>)</li> <li><strong>core:</strong> log more information when <code>ProjectConfigurationsError</code> is thrown (<a href="https://redirect.github.com/nrwl/nx/pull/30661">#30661</a>)</li> <li><strong>core:</strong> ensure fileworker is cleaned up when workspace context is … (<a href="https://redirect.github.com/nrwl/nx/pull/30683">#30683</a>)</li> <li><strong>core:</strong> copy native file atomically to avoid hanging graph creation (<a href="https://redirect.github.com/nrwl/nx/pull/30695">#30695</a>)</li> <li><strong>core:</strong> clean up batch process after post run (<a href="https://redirect.github.com/nrwl/nx/pull/30687">#30687</a>)</li> <li><strong>graph:</strong> focus via --focus command should work (<a href="https://redirect.github.com/nrwl/nx/pull/30576">#30576</a>)</li> <li><strong>js:</strong> infer dependency between <code>typecheck</code> and <code>build</code> tasks and more granular outputs for <code>typecheck</code> (<a href="https://redirect.github.com/nrwl/nx/pull/30549">#30549</a>)</li> <li><strong>js:</strong> handle extending from multiple config files and from local workspace packages in plugin (<a href="https://redirect.github.com/nrwl/nx/pull/30486">#30486</a>)</li> <li><strong>js:</strong> update <code>@​swc/cli</code> version to fix vulnerability (<a href="https://redirect.github.com/nrwl/nx/pull/30575">#30575</a>)</li> <li><strong>js:</strong> Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (<a href="https://redirect.github.com/nrwl/nx/pull/30156">#30156</a>)</li> <li><strong>js:</strong> handle when there are no package manager workspaces' patterns (<a href="https://redirect.github.com/nrwl/nx/pull/30666">#30666</a>)</li> <li><strong>js:</strong> ensure the tsconfig files cache is correctly busted when implementation changes (<a href="https://redirect.github.com/nrwl/nx/pull/30689">#30689</a>)</li> <li><strong>misc:</strong> add missing flag to azure devops ci workflow generator (<a href="https://redirect.github.com/nrwl/nx/pull/30482">#30482</a>)</li> <li><strong>misc:</strong> update project directory validation to only account for the derived name (<a href="https://redirect.github.com/nrwl/nx/pull/30532">#30532</a>)</li> <li><strong>nextjs:</strong> bumped to eslintConfigNextVersion to v15 (<a href="https://redirect.github.com/nrwl/nx/pull/30537">#30537</a>)</li> <li><strong>nextjs:</strong> update Next.js versions to patch vulnerability (<a href="https://redirect.github.com/nrwl/nx/pull/30574">#30574</a>)</li> <li><strong>nextjs:</strong> add eslint plugin dependencies in application and library generators (<a href="https://redirect.github.com/nrwl/nx/pull/30592">#30592</a>)</li> <li><strong>nx-dev:</strong> fix blog post links (<a href="https://redirect.github.com/nrwl/nx/pull/30553">#30553</a>)</li> <li><strong>nx-dev:</strong> nx homebrew install cmd (<a href="https://github.com/nrwl/nx/commit/ebd39bb2ae">ebd39bb2ae</a>)</li> <li><strong>nx-dev:</strong> update markdoc component to exclude h1 headers (<a href="https://github.com/nrwl/nx/commit/d1ee41793f">d1ee41793f</a>)</li> <li><strong>rspack:</strong> allow typechecking during serve <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/29267">#29267</a> (<a href="https://redirect.github.com/nrwl/nx/pull/30558">#30558</a>, <a href="https://redirect.github.com/nrwl/nx/issues/29267">#29267</a>)</li> <li><strong>rspack:</strong> do not reuse existing ts-node compiler options when inferring tasks (<a href="https://redirect.github.com/nrwl/nx/pull/30703">#30703</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/985107cac3ff84b544aeeaa1876d91739df5994f"><code>985107c</code></a> fix(vite): ensure nxCopyAssetsPlugin outputs assets to correct location <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/2878">#2878</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/3afa91a502b879d184d925c687f4d1520bd6197f"><code>3afa91a</code></a> fix(angular): use latest version of <code>@​analogjs/vitest-angular</code> <a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/30423">#30423</a> (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/30560">#30560</a>)</li> <li>See full diff in <a href="https://github.com/nrwl/nx/commits/20.8.0/packages/vite">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]> Co-authored-by: Niek Palm <[email protected]>
1 parent 72482d0 commit cbeea89

File tree

2 files changed

+80
-234
lines changed

2 files changed

+80
-234
lines changed

lambdas/package.json

Lines changed: 4 additions & 4 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": "20.7.1",
26-
"@nx/js": "^20.7.1",
27-
"@nx/vite": "^20.7.1",
25+
"@nx/eslint": "20.8.2",
26+
"@nx/js": "^20.8.2",
27+
"@nx/vite": "^20.8.2",
2828
"@swc-node/register": "~1.10.10",
2929
"@swc/core": "~1.11.21",
3030
"@swc/helpers": "~0.5.17",
@@ -35,7 +35,7 @@
3535
"chalk": "^5.4.1",
3636
"eslint": "^9.31.0",
3737
"eslint-plugin-prettier": "5.5.1",
38-
"nx": "20.6.4",
38+
"nx": "20.8.2",
3939
"prettier": "^3.5.3",
4040
"ts-node": "^10.9.2",
4141
"ts-node-dev": "^2.0.0",

0 commit comments

Comments
 (0)