From d1cd6dfcd4e347b1846f71d591b5340eab650049 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 16 Mar 2026 20:26:26 +0000 Subject: [PATCH] docs: update cross-repo adev docs Updated Angular adev cross repo docs files. --- adev/src/content/cli/_build-info.json | 2 +- adev/src/content/cli/update.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adev/src/content/cli/_build-info.json b/adev/src/content/cli/_build-info.json index ada7a4a8f81..aad16c1ee6e 100644 --- a/adev/src/content/cli/_build-info.json +++ b/adev/src/content/cli/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "7006dd2152a26c55f3e59bee31aae5837c63d0e1" + "sha": "b616cc0b9af3ef1a4233e2594a7562875afb1bfb" } \ No newline at end of file diff --git a/adev/src/content/cli/update.json b/adev/src/content/cli/update.json index d2ec6d311d4..dab07561bd1 100644 --- a/adev/src/content/cli/update.json +++ b/adev/src/content/cli/update.json @@ -3,7 +3,7 @@ "command": "ng update [packages..]", "shortDescription": "Updates your workspace and its dependencies. See https://update.angular.dev/.", "longDescriptionRelativePath": "@angular/cli/src/commands/update/long-description.md", - "longDescription": "Perform a basic update to the current stable release of the core framework and CLI by running the following command.\n\n```\nng update @angular/cli @angular/core\n```\n\nTo update to the next beta or pre-release version, use the `--next` option.\n\nTo update from one major version to another, use the format\n\n```\nng update @angular/cli@^ @angular/core@^\n```\n\nWe recommend that you always update to the latest patch version, as it contains fixes we released since the initial major release.\nFor example, use the following command to take the latest 10.x.x version and use that to update.\n\n```\nng update @angular/cli@^10 @angular/core@^10\n```\n\nFor detailed information and guidance on updating your application, see the interactive [Angular Update Guide](https://update.angular.dev/).\n", + "longDescription": "Perform a basic update to the current stable release of the core framework and CLI by running the following command.\n\n```\nng update @angular/cli @angular/core\n```\n\nTo update to the next beta or pre-release version, use the `--next` option.\n\nTo update from one major version to another, use the format\n\n```\nng update @angular/cli@^ @angular/core@^\n```\n\nWe recommend that you always update to the latest patch version, as it contains fixes we released since the initial major release.\nFor example, use the following command to take the latest 21.x.x version and use that to update.\n\n```\nng update @angular/cli@^21 @angular/core@^21\n```\n\nFor detailed information and guidance on updating your application, see the interactive [Angular Update Guide](/update-guide).\n", "aliases": [], "deprecated": false, "options": [