Skip to content

Commit 41934e7

Browse files
committed
build: update the @angular/bazel packager and set up the license attribute
1 parent b305b76 commit 41934e7

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@ampproject/remapping": "2.3.0",
5555
"@angular/animations": "19.0.0-next.7",
56-
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
56+
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
5757
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d3bd1948253852ade1ae350be4e429039d218ff4",
5858
"@angular/cdk": "19.0.0-next.6",
5959
"@angular/common": "19.0.0-next.7",

tools/defaults.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def ng_module(name, tsconfig = None, entry_point = None, testonly = False, deps
271271
def ng_package(deps = [], **kwargs):
272272
_ng_package(
273273
deps = deps,
274+
license = "//:LICENSE",
274275
substitutions = select({
275276
"//:stamp": NPM_PACKAGE_SUBSTITUTIONS,
276277
"//conditions:default": NO_STAMP_PACKAGE_SUBSTITUTIONS,

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -263,23 +263,23 @@ __metadata:
263263
languageName: node
264264
linkType: hard
265265

266-
"@angular/bazel@https://github.com/angular/bazel-builds.git#commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1":
267-
version: 19.0.0-next.1+sha-b7f3baf
268-
resolution: "@angular/bazel@https://github.com/angular/bazel-builds.git#commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1"
266+
"@angular/bazel@https://github.com/angular/bazel-builds.git#commit=07617f0f8540d27f8895b1820a6f994e1e5b7277":
267+
version: 19.0.0-next.7+sha-00a79d0
268+
resolution: "@angular/bazel@https://github.com/angular/bazel-builds.git#commit=07617f0f8540d27f8895b1820a6f994e1e5b7277"
269269
dependencies:
270270
"@microsoft/api-extractor": "npm:^7.24.2"
271271
magic-string: "npm:^0.30.0"
272272
tslib: "npm:^2.3.0"
273273
peerDependencies:
274-
"@angular/compiler-cli": 19.0.0-next.1+sha-b7f3baf
274+
"@angular/compiler-cli": 19.0.0-next.7+sha-00a79d0
275275
"@bazel/concatjs": ^5.3.0
276276
"@bazel/worker": ^5.3.0
277-
"@rollup/plugin-commonjs": ^26.0.0
277+
"@rollup/plugin-commonjs": ^28.0.0
278278
"@rollup/plugin-node-resolve": ^13.0.4
279279
rollup: ^2.56.3
280280
rollup-plugin-sourcemaps: ^0.6.3
281281
terser: ^5.9.0
282-
typescript: ">=5.4 <5.7"
282+
typescript: ">=5.5 <5.7"
283283
peerDependenciesMeta:
284284
terser:
285285
optional: true
@@ -288,27 +288,27 @@ __metadata:
288288
packager: ./src/ng_package/packager.mjs
289289
types_bundler: ./src/types_bundle/index.mjs
290290
xi18n: ./src/ngc-wrapped/extract_i18n.mjs
291-
checksum: 10c0/9d3c6c9e53d5149b0c3b2ed0d4011f2c528ffbef37c10816bd3abd626532a115a560cbffc7483e878cc4088cd9eb08509b7a77d603617fbb2fa46da75640e2e7
291+
checksum: 10c0/18e8c7c6e70261f04756559cfbf6a1e099bbadef5f6206b04c28c5b4bd6e8178713e1361ae0edf21e888efdd90ea45d008374ef57b22ea31d0722566babae8e7
292292
languageName: node
293293
linkType: hard
294294

295-
"@angular/bazel@patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch":
296-
version: 19.0.0-next.1+sha-b7f3baf
297-
resolution: "@angular/bazel@patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch::version=19.0.0-next.1%2Bsha-b7f3baf&hash=f67b3e"
295+
"@angular/bazel@patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch":
296+
version: 19.0.0-next.7+sha-00a79d0
297+
resolution: "@angular/bazel@patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch::version=19.0.0-next.7%2Bsha-00a79d0&hash=f67b3e"
298298
dependencies:
299299
"@microsoft/api-extractor": "npm:^7.24.2"
300300
magic-string: "npm:^0.30.0"
301301
tslib: "npm:^2.3.0"
302302
peerDependencies:
303-
"@angular/compiler-cli": 19.0.0-next.1+sha-b7f3baf
303+
"@angular/compiler-cli": 19.0.0-next.7+sha-00a79d0
304304
"@bazel/concatjs": ^5.3.0
305305
"@bazel/worker": ^5.3.0
306-
"@rollup/plugin-commonjs": ^26.0.0
306+
"@rollup/plugin-commonjs": ^28.0.0
307307
"@rollup/plugin-node-resolve": ^13.0.4
308308
rollup: ^2.56.3
309309
rollup-plugin-sourcemaps: ^0.6.3
310310
terser: ^5.9.0
311-
typescript: ">=5.4 <5.7"
311+
typescript: ">=5.5 <5.7"
312312
peerDependenciesMeta:
313313
terser:
314314
optional: true
@@ -317,7 +317,7 @@ __metadata:
317317
packager: ./src/ng_package/packager.mjs
318318
types_bundler: ./src/types_bundle/index.mjs
319319
xi18n: ./src/ngc-wrapped/extract_i18n.mjs
320-
checksum: 10c0/ab84d9bc63a0912ce8c5bef4b8f0ecbde12a92bc52cfe6ad42c5b9d21c63f9b0ed14320854c6ce5e097d819158f90ef173746ca62e337b0add3a79c9ccc931d7
320+
checksum: 10c0/a6708251649781290bec4d4b6839b55988f59f4f36b22de07765571290cfe4a1c608b4a33775fabe58e0b06ac9da8dd67bb13ad7e183f06750cd8ee1c0b053d4
321321
languageName: node
322322
linkType: hard
323323

@@ -632,7 +632,7 @@ __metadata:
632632
dependencies:
633633
"@ampproject/remapping": "npm:2.3.0"
634634
"@angular/animations": "npm:19.0.0-next.7"
635-
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch"
635+
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch"
636636
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d3bd1948253852ade1ae350be4e429039d218ff4"
637637
"@angular/cdk": "npm:19.0.0-next.6"
638638
"@angular/common": "npm:19.0.0-next.7"

0 commit comments

Comments
 (0)