File tree Expand file tree Collapse file tree 6 files changed +21
-121
lines changed
tools/postinstall/patches Expand file tree Collapse file tree 6 files changed +21
-121
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ yarn_install(
69
69
data = [
70
70
"//:.yarn/releases/yarn-1.22.17.cjs" ,
71
71
"//:.yarnrc" ,
72
- "//:tools/postinstall/patches/@angular+bazel+16 .0.0-next.6 .patch" ,
72
+ "//:tools/postinstall/patches/@angular+bazel+17 .0.0-next.1 .patch" ,
73
73
"//:tools/postinstall/patches/@bazel+concatjs+5.8.1.patch" ,
74
74
],
75
75
# Currently disabled due to:
Original file line number Diff line number Diff line change 60
60
"devDependencies" : {
61
61
"@ampproject/remapping" : " 2.2.1" ,
62
62
"@angular/animations" : " 17.0.0-next.1" ,
63
- "@angular/bazel" : " https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469 " ,
63
+ "@angular/bazel" : " https://github.com/angular/bazel-builds.git#392c26f29f65e6141cf336e9eb372c4e5b7e9c3d " ,
64
64
"@angular/build-tooling" : " https://github.com/angular/dev-infra-private-build-tooling-builds.git#22a9a75114d5e80907054f01b9fa360972de1c05" ,
65
65
"@angular/cdk" : " 17.0.0-next.0" ,
66
66
"@angular/common" : " 17.0.0-next.1" ,
Original file line number Diff line number Diff line change 1
1
load ("@rules_pkg//:pkg.bzl" , "pkg_tar" )
2
- load ("//tools:defaults.bzl" , "ng_module " , "ng_package " )
2
+ load ("//tools:defaults.bzl" , "ng_package " , "ts_library " )
3
3
load ("@npm//@angular/build-tooling/bazel/api-golden:index.bzl" , "api_golden_test_npm_package" )
4
4
5
5
package (default_visibility = ["//visibility:public" ])
6
6
7
- ng_module (
7
+ ts_library (
8
8
name = "ssr" ,
9
9
package_name = "@angular/ssr" ,
10
10
srcs = glob ([
11
11
"*.ts" ,
12
12
"src/**/*.ts" ,
13
13
]),
14
+ module_name = "@angular/ssr" ,
14
15
deps = [
15
16
"@npm//@angular/core" ,
16
17
"@npm//@angular/platform-server" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ diff --git a/node_modules/@angular/bazel/src/ng_package/packager.mjs b/node_modules/@angular/bazel/src/ng_package/packager.mjs
2
+ index 9454623..d28910a 100755
3
+ --- a/node_modules/@angular/bazel/src/ng_package/packager.mjs
4
+ +++ b/node_modules/@angular/bazel/src/ng_package/packager.mjs
5
+ @@ -7,7 +7,7 @@
6
+ */
7
+ import * as fs from 'fs';
8
+ import * as path from 'path';
9
+ - import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports';
10
+ + import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports.mjs';
11
+ /**
12
+ * List of known `package.json` fields which provide information about
13
+ * supported package formats and their associated entry paths.
Original file line number Diff line number Diff line change 121
121
dependencies:
122
122
tslib "^2.3.0"
123
123
124
- "@angular/bazel@https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469 ":
125
- version "16 .0.0-next.6 "
126
- resolved "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469 "
124
+ "@angular/bazel@https://github.com/angular/bazel-builds.git#392c26f29f65e6141cf336e9eb372c4e5b7e9c3d ":
125
+ version "17 .0.0-next.1 "
126
+ resolved "https://github.com/angular/bazel-builds.git#392c26f29f65e6141cf336e9eb372c4e5b7e9c3d "
127
127
dependencies:
128
128
"@microsoft/api-extractor" "^7.24.2"
129
129
magic-string "^0.30.0"
130
- tsickle "^0.46.3"
131
130
tslib "^2.3.0"
132
131
133
132
3626
3625
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
3627
3626
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
3628
3627
3629
- "@types/minimist@^1.2.1":
3630
- version "1.2.2"
3631
- resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
3632
- integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
3633
-
3634
3628
"@types/node-fetch@*", "@types/node-fetch@^2.1.6":
3635
3629
version "2.6.4"
3636
3630
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.4.tgz#1bc3a26de814f6bf466b25aeb1473fa1afe6a660"
@@ -12146,13 +12140,6 @@ tsconfig-paths@^3.14.2:
12146
12140
minimist "^1.2.6"
12147
12141
strip-bom "^3.0.0"
12148
12142
12149
- tsickle@^0.46.3:
12150
- version "0.46.3"
12151
- resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.46.3.tgz#b74918a77e3ca1310a2ce4d019f5d6294360b56d"
12152
- integrity sha512-9PDXxOrtn2AdpvDin6FLGveXVGg8ec3ga8fh8mPR5lz9KtitW6riVgxgagicdfF1rgiBxDeH+5hVowPXhmZbYQ==
12153
- dependencies:
12154
- "@types/minimist" "^1.2.1"
12155
-
12156
12143
12157
12144
version "2.6.1"
12158
12145
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
You can’t perform that action at this time.
0 commit comments