From 7dbd5fe61edfff06d4df870cfc1f25a83fb01d91 Mon Sep 17 00:00:00 2001 From: Zack DeRose Date: Mon, 12 Feb 2024 21:27:23 -0500 Subject: [PATCH 1/2] fix(vue): fixing vue and nuxt welcome templates --- .../application/files/src/components/NxWelcome.vue__tmpl__ | 2 +- .../application/files/common/src/app/NxWelcome.vue.template | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ b/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ index dbfc1ec8b288f..2cd052b987f1a 100644 --- a/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ +++ b/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ @@ -329,7 +329,7 @@ defineProps<{ target="_blank" rel="noreferrer" > - {' '} What is Nx Cloud?{' '} + What is Nx Cloud? - {' '} - What is Nx Cloud?{' '} + What is Nx Cloud? Date: Thu, 15 Feb 2024 17:54:14 -0500 Subject: [PATCH 2/2] fix(misc): changing nx connect-to-nx-cloud to nx connect --- docs/shared/guides/module-federation/faster-builds.md | 2 +- docs/shared/recipes/advanced-update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shared/guides/module-federation/faster-builds.md b/docs/shared/guides/module-federation/faster-builds.md index f504bae95386a..3ad61538a163e 100644 --- a/docs/shared/guides/module-federation/faster-builds.md +++ b/docs/shared/guides/module-federation/faster-builds.md @@ -301,7 +301,7 @@ To use Module Federation well, we recommend that you enable [Nx Cloud](https://n when using `create-nx-workspace`, you can do the following. ```shell -nx connect-to-nx-cloud +nx connect ``` With Nx Cloud enabled, a large set of builds can be skipped entirely when running the application locally (and in diff --git a/docs/shared/recipes/advanced-update.md b/docs/shared/recipes/advanced-update.md index 47084cdfac298..fd1513016a0db 100644 --- a/docs/shared/recipes/advanced-update.md +++ b/docs/shared/recipes/advanced-update.md @@ -175,7 +175,7 @@ It may take a few minutes. - You opted out of some migrations for now. Write the following command down somewhere to apply these migrations later: nx migrate 16.5.3 --from nx@16.1.0-beta.0 --exclude-applied-migrations - To learn more go to https://nx.dev/recipes/other/advanced-update - - You may run 'pnpm run nx connect-to-nx-cloud' to get faster builds, GitHub integration, and more. Check out https://nx.app + - You may run 'pnpm run nx connect' to get faster builds, GitHub integration, and more. Check out https://nx.app ``` You can see in the "Next steps" section a suggested command to run to apply the skipped package updates. Make sure to store that information somewhere so you can later remember from which version you need to run the migration to apply the skipped package updates.