Skip to content

Commit c1f8f77

Browse files
author
Angular Builds
committed
f5b070d build: update angular
1 parent 60d60b8 commit c1f8f77

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "19.0.0-next.2+sha-63f2389",
3+
"version": "19.0.0-next.2+sha-f5b070d",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.3.0",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#63f2389",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#63f2389",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#63f2389",
13-
"@angular/build": "github:angular/angular-build-builds#63f2389",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#f5b070d",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#f5b070d",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#f5b070d",
13+
"@angular/build": "github:angular/angular-build-builds#f5b070d",
1414
"@babel/core": "7.25.2",
1515
"@babel/generator": "7.25.6",
1616
"@babel/helper-annotate-as-pure": "7.24.7",
@@ -21,7 +21,7 @@
2121
"@babel/preset-env": "7.25.4",
2222
"@babel/runtime": "7.25.6",
2323
"@discoveryjs/json-ext": "0.6.1",
24-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#63f2389",
24+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#f5b070d",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
2626
"ansi-colors": "4.1.3",
2727
"autoprefixer": "10.4.20",
@@ -32,7 +32,7 @@
3232
"css-loader": "7.1.2",
3333
"esbuild-wasm": "0.23.1",
3434
"fast-glob": "3.3.2",
35-
"http-proxy-middleware": "3.0.1",
35+
"http-proxy-middleware": "3.0.2",
3636
"https-proxy-agent": "7.0.5",
3737
"istanbul-lib-instrument": "6.0.3",
3838
"jsonc-parser": "3.3.1",
@@ -49,23 +49,23 @@
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"picomatch": "4.0.2",
5151
"piscina": "4.6.1",
52-
"postcss": "8.4.44",
52+
"postcss": "8.4.45",
5353
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
56-
"sass": "1.77.8",
56+
"sass": "1.78.0",
5757
"sass-loader": "16.0.1",
5858
"semver": "7.6.3",
5959
"source-map-loader": "5.0.0",
6060
"source-map-support": "0.5.21",
6161
"terser": "5.31.6",
6262
"tree-kill": "1.2.2",
6363
"tslib": "2.7.0",
64-
"vite": "5.4.2",
64+
"vite": "5.4.3",
6565
"watchpack": "2.4.2",
6666
"webpack": "5.94.0",
6767
"webpack-dev-middleware": "7.4.2",
68-
"webpack-dev-server": "5.0.4",
68+
"webpack-dev-server": "5.1.0",
6969
"webpack-merge": "6.0.1",
7070
"webpack-subresource-integrity": "5.1.0"
7171
},
@@ -77,7 +77,7 @@
7777
"@angular/localize": "^19.0.0-next.0",
7878
"@angular/platform-server": "^19.0.0-next.0",
7979
"@angular/service-worker": "^19.0.0-next.0",
80-
"@angular/ssr": "github:angular/angular-ssr-builds#63f2389",
80+
"@angular/ssr": "github:angular/angular-ssr-builds#f5b070d",
8181
"@web/test-runner": "^0.18.0",
8282
"browser-sync": "^3.0.2",
8383
"jest": "^29.5.0",
@@ -98,7 +98,7 @@
9898
"@angular/service-worker": {
9999
"optional": true
100100
},
101-
"@angular/ssr": "github:angular/angular-ssr-builds#63f2389",
101+
"@angular/ssr": "github:angular/angular-ssr-builds#f5b070d",
102102
"@web/test-runner": {
103103
"optional": true
104104
},

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.0.0-next.2+sha-63f2389';
13+
const VERSION = '19.0.0-next.2+sha-f5b070d';
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-
Wed Sep 04 2024 11:35:32 GMT+0000 (Coordinated Universal Time)
1+
Wed Sep 04 2024 17:40:46 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)