Skip to content

Commit a189f17

Browse files
committed
build: update ng-packagr to 18.0.0-next.3
1 parent 53c319a commit a189f17

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"magic-string": "0.30.10",
167167
"mini-css-extract-plugin": "2.9.0",
168168
"mrmime": "2.0.0",
169-
"ng-packagr": "18.0.0-next.1",
169+
"ng-packagr": "18.0.0-next.3",
170170
"npm": "^8.11.0",
171171
"npm-package-arg": "11.0.2",
172172
"open": "8.4.2",

packages/angular_devkit/build_angular/src/builders/ng-packagr/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
import { BuilderContext, BuilderOutput, createBuilder } from '@angular-devkit/architect';
10+
import type { NgPackagrOptions } from 'ng-packagr';
1011
import { join, resolve } from 'path';
1112
import { Observable, catchError, from, mapTo, of, switchMap } from 'rxjs';
1213
import { normalizeCacheOptions } from '../../utils/normalize-cache';
@@ -45,7 +46,7 @@ export function execute(
4546
context.workspaceRoot,
4647
);
4748

48-
const ngPackagrOptions = {
49+
const ngPackagrOptions: NgPackagrOptions = {
4950
cacheEnabled,
5051
poll: options.poll,
5152
cacheDirectory: join(cacheDirectory, 'ng-packagr'),

yarn.lock

+5-9
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@
130130
tslib "^2.3.0"
131131

132132
"@angular/bazel@https://github.com/angular/bazel-builds.git#d4cd1ac66633528be9ad967b06a00d326446729e":
133-
version "18.0.0-next.5+sha-e1eae84"
134-
uid d4cd1ac66633528be9ad967b06a00d326446729e
133+
version "18.0.0-next.5"
135134
resolved "https://github.com/angular/bazel-builds.git#d4cd1ac66633528be9ad967b06a00d326446729e"
136135
dependencies:
137136
"@microsoft/api-extractor" "^7.24.2"
@@ -148,7 +147,6 @@
148147

149148
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba23169e282840cfac66488ff05c4258e20d4abc":
150149
version "0.0.0-10f65a101457091d4bc3500963d3a9630d55f7bd"
151-
uid ba23169e282840cfac66488ff05c4258e20d4abc
152150
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ba23169e282840cfac66488ff05c4258e20d4abc"
153151
dependencies:
154152
"@angular-devkit/build-angular" "17.3.3"
@@ -316,7 +314,6 @@
316314

317315
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f1f27c5ad034501ba7de855c0e2579bd131d43f":
318316
version "0.0.0-10f65a101457091d4bc3500963d3a9630d55f7bd"
319-
uid "5f1f27c5ad034501ba7de855c0e2579bd131d43f"
320317
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f1f27c5ad034501ba7de855c0e2579bd131d43f"
321318
dependencies:
322319
"@yarnpkg/lockfile" "^1.1.0"
@@ -10245,10 +10242,10 @@ netmask@^2.0.2:
1024510242
resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
1024610243
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
1024710244

10248-
10249-
version "18.0.0-next.1"
10250-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-18.0.0-next.1.tgz#a2e52266bde236995084664780fbcf0b49e26ea8"
10251-
integrity sha512-92muErAcAixlq2WmgpEUOiCXAojWOFakba5hB0Da8nv/1hsKoEnq3//KpgvhiHPns7UYNJRCHiuGyTDSkFzc3A==
10245+
10246+
version "18.0.0-next.3"
10247+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-18.0.0-next.3.tgz#82661507734cb4f386532bd1f775399caa876e12"
10248+
integrity sha512-LROHmStppw4phUe2XdwnbZP4Z063E3gXWEaczdK74QhItr15gbWKckQ/j1IYxyCp9PWBaygczw28YoSityM14w==
1025210249
dependencies:
1025310250
ajv "^8.12.0"
1025410251
ansi-colors "^4.1.3"
@@ -12202,7 +12199,6 @@ [email protected], sass@^1.69.5:
1220212199

1220312200
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz":
1220412201
version "0.0.0"
12205-
uid "9310bc860f7870a1f872b11c4dc6073a1ad34e5e"
1220612202
resolved "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz#9310bc860f7870a1f872b11c4dc6073a1ad34e5e"
1220712203

1220812204
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)