chore(lambda): bump the nx group in /lambdas with 3 updates#4539
Merged
Conversation
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 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.8.0/packages/eslint) Updates `@nx/js` from 20.7.1 to 20.8.0 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.8.0/packages/js) Updates `@nx/vite` from 20.7.1 to 20.8.0 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.8.0/packages/vite) --- updated-dependencies: - dependency-name: "@nx/eslint" dependency-version: 20.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/js" dependency-version: 20.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx - dependency-name: "@nx/vite" dependency-version: 20.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nx ... Signed-off-by: dependabot[bot] <support@github.com>
08f02fb to
b8ef0ae
Compare
npalm
previously approved these changes
Jul 21, 2025
Member
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
npalm
approved these changes
Jul 21, 2025
rjaegers
approved these changes
Jul 21, 2025
npalm
added a commit
that referenced
this pull request
Jul 21, 2025
⚠️ This PR is on top of #4539 This pull request is an enhancement on top of #4539. The PR also introduces tagging via the start scripts for non-JIT configured instances. And it adds a state diagram to the ever growing complexity of the state diagram below terminating instances. ### Instance Tagging Enhancements: * Add function to tag runners with runner id for non JIT instances. Functions are designed to ignore errors to avoid causing a crash of the runner registration process. * side effect is that the instance is allowed to create the tag `ghr:github_runner_id` the instance is allowed to create the tag only on itself. ### Added docs * State diagram for scale-down added <img width="2084" height="3840" alt="Untitled diagram _ Mermaid Chart-2025-07-20-140732" src="https://github.com/user-attachments/assets/e88af647-98e5-46cb-8da4-28110c608d8d" /> --------- Co-authored-by: github-aws-runners-pr|bot <github-aws-runners-pr[bot]@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…ws-runners#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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <npalm@users.noreply.github.com> Co-authored-by: Niek Palm <niek.palm@philips.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the nx group in /lambdas with 3 updates: @nx/eslint, @nx/js and @nx/vite.
Updates
@nx/eslintfrom 20.7.1 to 20.8.0Release notes
Sourced from
@nx/eslint's releases.... (truncated)
Commits
Updates
@nx/jsfrom 20.7.1 to 20.8.0Release notes
Sourced from
@nx/js's releases.... (truncated)
Commits
ce41dedfix(js): ensure the tsconfig files cache is correctly busted when implementat...136e721fix(js): handle when there are no package manager workspaces' patterns (#30666)7b85d91feat(release): revamped nx release version implementation (#30418)2fd964ffix(js): Use correctly resolved path to tsconfig in readTsConfigWithRemappedP...538fd8cfix(js): update@swc/cliversion to fix vulnerability (#30575)ac103facleanup(js): fix outdated unit test snapshot (#30582)9b84926fix(js): handle extending from multiple config files and from local workspace...5974851fix(js): infer dependency betweentypecheckandbuildtasks and more gran...Updates
@nx/vitefrom 20.7.1 to 20.8.0Release notes
Sourced from
@nx/vite's releases.... (truncated)
Commits
985107cfix(vite): ensure nxCopyAssetsPlugin outputs assets to correct location #2878...3afa91afix(angular): use latest version of@analogjs/vitest-angular#30423 (#30560)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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