Skip to content

Commit e0e93fc

Browse files
author
Angular Builds
committed
088a4cb build: update all non-major dependencies
1 parent 4bfcfe2 commit e0e93fc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/build",
3-
"version": "20.0.0-next.3+sha-a9aa317",
3+
"version": "20.0.0-next.3+sha-088a4cb",
44
"description": "Official build system for Angular",
55
"keywords": [
66
"Angular CLI",
@@ -23,7 +23,7 @@
2323
"builders": "builders.json",
2424
"dependencies": {
2525
"@ampproject/remapping": "2.3.0",
26-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a9aa317",
26+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#088a4cb",
2727
"@babel/core": "7.26.10",
2828
"@babel/helper-annotate-as-pure": "7.25.9",
2929
"@babel/helper-split-export-declaration": "7.24.7",
@@ -32,7 +32,7 @@
3232
"@vitejs/plugin-basic-ssl": "2.0.0",
3333
"beasties": "0.2.0",
3434
"browserslist": "^4.23.0",
35-
"esbuild": "0.25.1",
35+
"esbuild": "0.25.2",
3636
"https-proxy-agent": "7.0.6",
3737
"istanbul-lib-instrument": "6.0.3",
3838
"jsonc-parser": "3.3.1",
@@ -42,7 +42,7 @@
4242
"parse5-html-rewriting-stream": "7.0.0",
4343
"picomatch": "4.0.2",
4444
"piscina": "4.9.2",
45-
"rollup": "4.37.0",
45+
"rollup": "4.38.0",
4646
"sass": "1.86.0",
4747
"semver": "7.7.1",
4848
"source-map-support": "0.5.21",
@@ -60,7 +60,7 @@
6060
"@angular/platform-browser": "^20.0.0 || ^20.0.0-next.0",
6161
"@angular/platform-server": "^20.0.0 || ^20.0.0-next.0",
6262
"@angular/service-worker": "^20.0.0 || ^20.0.0-next.0",
63-
"@angular/ssr": "github:angular/angular-ssr-builds#a9aa317",
63+
"@angular/ssr": "github:angular/angular-ssr-builds#088a4cb",
6464
"karma": "^6.4.0",
6565
"less": "^4.2.0",
6666
"ng-packagr": "^20.0.0 || ^20.0.0-next.0",
@@ -81,7 +81,7 @@
8181
"@angular/service-worker": {
8282
"optional": true
8383
},
84-
"@angular/ssr": "github:angular/angular-ssr-builds#a9aa317",
84+
"@angular/ssr": "github:angular/angular-ssr-builds#088a4cb",
8585
"karma": {
8686
"optional": true
8787
},

src/utils/normalize-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.normalizeCacheOptions = normalizeCacheOptions;
1111
const node_path_1 = require("node:path");
1212
/** Version placeholder is replaced during the build process with actual package version */
13-
const VERSION = '20.0.0-next.3+sha-a9aa317';
13+
const VERSION = '20.0.0-next.3+sha-088a4cb';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Mar 28 2025 13:08:01 GMT+0000 (Coordinated Universal Time)
1+
Mon Mar 31 2025 05:32:25 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)