From 25b554114ecc81520d364f10ef11b8ebe748543b Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 23 Oct 2025 07:06:05 +0000 Subject: [PATCH] build: update all non-major dependencies See associated pull request for more information. --- modules/testing/builder/package.json | 4 ++-- packages/angular/build/package.json | 4 ++-- packages/angular/cli/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/testing/builder/package.json b/modules/testing/builder/package.json index ee6fa056bbfe..31147f10a820 100644 --- a/modules/testing/builder/package.json +++ b/modules/testing/builder/package.json @@ -4,9 +4,9 @@ "@angular-devkit/architect": "workspace:*", "@angular/ssr": "workspace:*", "@angular-devkit/build-angular": "workspace:*", - "@vitest/coverage-v8": "4.0.0", + "@vitest/coverage-v8": "4.0.1", "jsdom": "27.0.1", "rxjs": "7.8.2", - "vitest": "4.0.0" + "vitest": "4.0.1" } } diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index 26ddc2986faa..dc1c694aab93 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -42,7 +42,7 @@ "semver": "7.7.3", "source-map-support": "0.5.21", "tinyglobby": "0.2.15", - "vite": "7.1.11", + "vite": "7.1.12", "watchpack": "2.4.4" }, "optionalDependencies": { @@ -56,7 +56,7 @@ "ng-packagr": "21.0.0-next.4", "postcss": "8.5.6", "rxjs": "7.8.2", - "vitest": "4.0.0" + "vitest": "4.0.1" }, "peerDependencies": { "@angular/core": "0.0.0-ANGULAR-FW-PEER-DEP", diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index 06034d7c5f78..4a61d0e9ab29 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -30,7 +30,7 @@ "@modelcontextprotocol/sdk": "1.20.1", "@schematics/angular": "workspace:0.0.0-PLACEHOLDER", "@yarnpkg/lockfile": "1.1.0", - "algoliasearch": "5.40.1", + "algoliasearch": "5.41.0", "ini": "5.0.0", "jsonc-parser": "3.3.1", "listr2": "9.0.5",