Skip to content

Commit 760f27d

Browse files
committed
build: update @angular/bazel to support .d.ts code splitting
This will unblock the fixit where we'll introduce relative imports that currently (without this commit) result in duplicated `d.ts` declarations between entry-points.
1 parent 32353fb commit 760f27d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@angular-devkit/build-angular": "^20.0.0-next.0",
7474
"@angular-devkit/core": "^20.0.0-next.0",
7575
"@angular-devkit/schematics": "^20.0.0-next.0",
76-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#39090691c79c5756f5d0579ee685aa1fdaf86743",
76+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#ba9ff4622e455b7cad2f983f5e611b9f46c57e86",
7777
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#74e0e7b090c6e16056290836b2d936ca7820b86f",
7878
"@angular/build": "^20.0.0-next.0",
7979
"@angular/cli": "^20.0.0-next.0",

tools/postinstall/patches/@angular+bazel+20.0.0-next.1.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ index dd6ec61..c2a0acf 100755
6767
@@ -8,7 +8,7 @@
6868
import * as fs from 'fs';
6969
import * as path from 'path';
70-
import fastGlob from 'fast-glob';
70+
import { globSync } from 'tinyglobby';
7171
-import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports';
7272
+import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports.mjs';
7373
/**

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@
139139
dependencies:
140140
tslib "^2.3.0"
141141

142-
"@angular/bazel@https://github.com/angular/bazel-builds.git#39090691c79c5756f5d0579ee685aa1fdaf86743":
142+
"@angular/bazel@https://github.com/angular/bazel-builds.git#ba9ff4622e455b7cad2f983f5e611b9f46c57e86":
143143
version "20.0.0-next.1"
144-
resolved "https://github.com/angular/bazel-builds.git#39090691c79c5756f5d0579ee685aa1fdaf86743"
144+
resolved "https://github.com/angular/bazel-builds.git#ba9ff4622e455b7cad2f983f5e611b9f46c57e86"
145145
dependencies:
146146
"@microsoft/api-extractor" "^7.24.2"
147-
fast-glob "^3.3.3"
148147
magic-string "^0.30.0"
148+
tinyglobby "^0.2.12"
149149
tslib "^2.3.0"
150150

151151
"@angular/[email protected]":
@@ -7893,7 +7893,7 @@ [email protected], fast-glob@^3.2.12, fast-glob@^3.2.9, fast-glob@^3.3.0:
78937893
merge2 "^1.3.0"
78947894
micromatch "^4.0.4"
78957895

7896-
[email protected], fast-glob@^3.3.3:
7896+
78977897
version "3.3.3"
78987898
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
78997899
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==

0 commit comments

Comments
 (0)