Skip to content

Commit

Permalink
3feecdd fix(@angular/ssr): disable component boostrapping when runnin…
Browse files Browse the repository at this point in the history
…g route extraction
  • Loading branch information
Angular Builds committed Dec 19, 2024
1 parent 985ec4e commit 23c3db0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@angular-devkit/build-angular",
"version": "19.1.0-next.2+sha-9479484",
"version": "19.1.0-next.2+sha-3feecdd",
"description": "Angular Webpack Build Facade",
"main": "src/index.js",
"typings": "src/index.d.ts",
"builders": "builders.json",
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9479484",
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#9479484",
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#9479484",
"@angular/build": "github:angular/angular-build-builds#9479484",
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3feecdd",
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#3feecdd",
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#3feecdd",
"@angular/build": "github:angular/angular-build-builds#3feecdd",
"@babel/core": "7.26.0",
"@babel/generator": "7.26.3",
"@babel/helper-annotate-as-pure": "7.25.9",
Expand All @@ -21,7 +21,7 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@discoveryjs/json-ext": "0.6.3",
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#9479484",
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#3feecdd",
"@vitejs/plugin-basic-ssl": "1.2.0",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.20",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@angular/localize": "^19.0.0 || ^19.1.0-next.0",
"@angular/platform-server": "^19.0.0 || ^19.1.0-next.0",
"@angular/service-worker": "^19.0.0 || ^19.1.0-next.0",
"@angular/ssr": "github:angular/angular-ssr-builds#9479484",
"@angular/ssr": "github:angular/angular-ssr-builds#3feecdd",
"@web/test-runner": "^0.19.0",
"browser-sync": "^3.0.2",
"jest": "^29.5.0",
Expand All @@ -91,7 +91,7 @@
"@angular/service-worker": {
"optional": true
},
"@angular/ssr": "github:angular/angular-ssr-builds#9479484",
"@angular/ssr": "github:angular/angular-ssr-builds#3feecdd",
"@web/test-runner": {
"optional": true
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/normalize-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '19.1.0-next.2+sha-9479484';
const VERSION = '19.1.0-next.2+sha-3feecdd';
function hasCacheMetadata(value) {
return (!!value &&
typeof value === 'object' &&
Expand Down
2 changes: 1 addition & 1 deletion uniqueId
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Dec 19 2024 15:35:21 GMT+0000 (Coordinated Universal Time)
Thu Dec 19 2024 16:43:50 GMT+0000 (Coordinated Universal Time)

0 comments on commit 23c3db0

Please sign in to comment.