8000 697d7e6 build: preserve `peerDependenciesMeta` in snapshots · angular/angular-build-builds@af365f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit af365f1

Browse files
author
Angular Builds
committed
697d7e6 build: preserve peerDependenciesMeta in snapshots
1 parent 6c974f4 commit af365f1

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/build",
3-
"version": "20.1.0-next.0+sha-0574076",
3+
"version": "20.1.0-next.0+sha-697d7e6",
44
"description": "Official build system for Angular",
55
"keywords": [
66
"Angular CLI",
@@ -23,11 +23,11 @@
2323
"builders": "builders.json",
2424
"dependencies": {
2525
"@ampproject/remapping": "2.3.0",
26-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#0574076",
26+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#697d7e6",
2727
"@babel/core": "7.27.1",
2828
"@babel/helper-annotate-as-pure": "7.27.1",
2929
"@babel/helper-split-export-declaration": "7.24.7",
30-
"@inquirer/confirm": "5.1.10",
30+
"@inquirer/confirm": "5.1.12",
3131
"@vitejs/plugin-basic-ssl": "2.0.0",
3232
"beasties": "0.3.4",
3333
"browserslist": "^4.23.0",
@@ -41,11 +41,11 @@
4141
"parse5-html-rewriting-stream": "7.1.0",
4242
"picomatch": "4.0.2",
4343
"piscina": "5.0.0",
44-
"rollup": "4.41.0",
44+
"rollup": "4.41.1",
4545
"sass": "1.89.0",
4646
"semver": "7.7.2",
4747
"source-map-support": "0.5.21",
48-
"tinyglobby": "0.2.13",
48+
"tinyglobby": "0.2.14",
4949
"vite": "6.3.5",
5050
"watchpack": "2.4.4"
5151
},
@@ -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#0574076",
63+
"@angular/ssr": "github:angular/angular-ssr-builds#697d7e6",
6464
"karma": "^6.4.0",
6565
"less": "^4.2.0",
6666
"ng-packagr": "^20.0.0 || ^20.0.0-next.0",
@@ -86,7 +86,9 @@
8686
"@angular/service-worker": {
8787
"optional": true
8888
},
89-
"@angular/ssr": "github:angular/angular-ssr-builds#0574076",
89+
"@angular/ssr": {
90+
"optional": true
91+
},
9092
"karma": {
9193
"optional": true
9294
},

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.1.0-next.0+sha-0574076';
13+
const VERSION = '20.1.0-next.0+sha-697d7e6';
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 May 23 2025 15:19:50 GMT+0000 (Coordinated Universal Time)
1+
Mon May 26 2025 09:55:01 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)
0