Skip to content

Commit 3649850

Browse files
author
Angular Builds
committed
ac97292 build: update all non-major dependencies
1 parent 8495906 commit 3649850

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": "19.1.0-next.2+sha-f139a02",
3+
"version": "19.1.0-next.2+sha-ac97292",
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#f139a02",
26+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ac97292",
2727
"@babel/core": "7.26.0",
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": "1.2.0",
3333
"beasties": "0.2.0",
3434
"browserslist": "^4.23.0",
35-
"esbuild": "0.24.0",
35+
"esbuild": "0.24.2",
3636
"fast-glob": "3.3.2",
3737
"https-proxy-agent": "7.0.6",
3838
"istanbul-lib-instrument": "6.0.3",
@@ -45,7 +45,7 @@
4545
"rollup": "4.28.1",
4646
"sass": "1.83.0",
4747
"semver": "7.6.3",
48-
"vite": "6.0.4",
48+
"vite": "6.0.5",
4949
"watchpack": "2.4.2"
5050
},
5151
"optionalDependencies": {
@@ -57,7 +57,7 @@
5757
"@angular/localize": "^19.0.0 || ^19.1.0-next.0",
5858
"@angular/platform-server": "^19.0.0 || ^19.1.0-next.0",
5959
"@angular/service-worker": "^19.0.0 || ^19.1.0-next.0",
60-
"@angular/ssr": "github:angular/angular-ssr-builds#f139a02",
60+
"@angular/ssr": "github:angular/angular-ssr-builds#ac97292",
6161
"less": "^4.2.0",
6262
"postcss": "^8.4.0",
6363
"tailwindcss": "^2.0.0 || ^3.0.0",
@@ -73,7 +73,7 @@
7373
"@angular/service-worker": {
7474
"optional": true
7575
},
76-
"@angular/ssr": "github:angular/angular-ssr-builds#f139a02",
76+
"@angular/ssr": "github:angular/angular-ssr-builds#ac97292",
7777
"less": {
7878
"optional": true
7979
},

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 = '19.1.0-next.2+sha-f139a02';
13+
const VERSION = '19.1.0-next.2+sha-ac97292';
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 Dec 20 2024 18:52:15 GMT+0000 (Coordinated Universal Time)
1+
Fri Dec 20 2024 19:09:21 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)