diff --git a/package.json b/package.json index f804c6c4..55e2144c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/build", - "version": "20.2.0-next.3+sha-b017f84", + "version": "20.2.0-rc.1+sha-533ba46", "description": "Official build system for Angular", "keywords": [ "Angular CLI", @@ -23,8 +23,8 @@ "builders": "builders.json", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#b017f84", - "@babel/core": "7.28.0", + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#533ba46", + "@babel/core": "7.28.3", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", "@inquirer/confirm": "5.1.14", @@ -60,7 +60,7 @@ "@angular/platform-browser": "^20.0.0 || ^20.2.0-next.0", "@angular/platform-server": "^20.0.0 || ^20.2.0-next.0", "@angular/service-worker": "^20.0.0 || ^20.2.0-next.0", - "@angular/ssr": "github:angular/angular-ssr-builds#b017f84", + "@angular/ssr": "github:angular/angular-ssr-builds#533ba46", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0 || ^20.2.0-next.0", diff --git a/src/typings.d.ts b/src/typings.d.ts index 6296581d..a219622d 100644 --- a/src/typings.d.ts +++ b/src/typings.d.ts @@ -17,10 +17,3 @@ declare module 'esbuild' { export * from 'esbuild-wasm'; } - -/** - * Augment the Node.js module builtin types to support the v22.8+ compile cache functions - */ -declare module 'node:module' { - function getCompileCacheDir(): string | undefined; -} diff --git a/src/utils/normalize-cache.js b/src/utils/normalize-cache.js index a1387ce6..69be52ec 100644 --- a/src/utils/normalize-cache.js +++ b/src/utils/normalize-cache.js @@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeCacheOptions = normalizeCacheOptions; const node_path_1 = require("node:path"); /** Version placeholder is replaced during the build process with actual package version */ -const VERSION = '20.2.0-next.3+sha-b017f84'; +const VERSION = '20.2.0-rc.1+sha-533ba46'; function hasCacheMetadata(value) { return (!!value && typeof value === 'object' && diff --git a/uniqueId b/uniqueId index a3c2b105..ec8a0eff 100644 --- a/uniqueId +++ b/uniqueId @@ -1 +1 @@ -Wed Aug 13 2025 14:07:06 GMT+0000 (Coordinated Universal Time) \ No newline at end of file +Tue Aug 19 2025 20:51:47 GMT+0000 (Coordinated Universal Time) \ No newline at end of file