Skip to content

Commit 428fc0f

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
build: update ng-packagr to 16.0.0-next.2
1 parent c06d724 commit 428fc0f

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"magic-string": "0.30.0",
174174
"mini-css-extract-plugin": "2.7.5",
175175
"minimatch": "~7.4.0",
176-
"ng-packagr": "16.0.0-next.1",
176+
"ng-packagr": "16.0.0-next.2",
177177
"node-fetch": "^2.2.0",
178178
"npm": "^8.11.0",
179179
"npm-package-arg": "10.1.0",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ describe('NgPackagr Builder', () => {
5656

5757
await run.stop();
5858

59-
expect(host.scopedSync().exists(normalize('./dist/lib/fesm2015/lib.mjs'))).toBe(true);
59+
expect(host.scopedSync().exists(normalize('./dist/lib/fesm2022/lib.mjs'))).toBe(true);
6060
const content = virtualFs.fileBufferToString(
61-
host.scopedSync().read(normalize('./dist/lib/fesm2015/lib.mjs')),
61+
host.scopedSync().read(normalize('./dist/lib/fesm2022/lib.mjs')),
6262
);
6363
expect(content).toContain('lib works');
6464

@@ -90,7 +90,7 @@ describe('NgPackagr Builder', () => {
9090
tap((buildEvent) => expect(buildEvent.success).toBe(true)),
9191
debounceTime(1000),
9292
map(() => {
93-
const fileName = './dist/lib/fesm2015/lib.mjs';
93+
const fileName = './dist/lib/fesm2022/lib.mjs';
9494
const content = virtualFs.fileBufferToString(host.scopedSync().read(normalize(fileName)));
9595

9696
return content;

yarn.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122

123123
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c7d40592a36f061c23dd08f437f734081f9979d":
124124
version "0.0.0-462f716ef571b2b41fff90aaa5bb10897693efcc"
125-
uid "4c7d40592a36f061c23dd08f437f734081f9979d"
126125
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c7d40592a36f061c23dd08f437f734081f9979d"
127126
dependencies:
128127
"@angular-devkit/build-angular" "16.0.0-next.4"
@@ -306,7 +305,6 @@
306305

307306
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a":
308307
version "0.0.0-462f716ef571b2b41fff90aaa5bb10897693efcc"
309-
uid "052850d27f6c36226e1a62ab04af799746decd9a"
310308
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a"
311309
dependencies:
312310
"@yarnpkg/lockfile" "^1.1.0"
@@ -8390,10 +8388,10 @@ neo-async@^2.6.0, neo-async@^2.6.2:
83908388
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
83918389
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
83928390

8393-
8394-
version "16.0.0-next.1"
8395-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-16.0.0-next.1.tgz#aaa2ca51ce56db487abcbe243d06afee971513bc"
8396-
integrity sha512-x+OsfrPI4OMx/stM2Vr/V+X59wVcIRF9hNtci6qhah220sbL2wsZ/UnFBAw0C199SXPA1L3EBwlVRslYjr7USQ==
8391+
8392+
version "16.0.0-next.2"
8393+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-16.0.0-next.2.tgz#44e7c163b64157e7ea807ff3c6ad45181fa97abd"
8394+
integrity sha512-Dvi+rb/iAZ6GwmJohlYn6lOHVO3o6gf3QUFyJSkZtu/7DA1S5eNHp0t8Mhwniwp8qPcTHYd8A39JzRN4RR/3aw==
83978395
dependencies:
83988396
"@rollup/plugin-json" "^6.0.0"
83998397
"@rollup/plugin-node-resolve" "^15.0.0"
@@ -10099,7 +10097,6 @@ [email protected], sass@^1.55.0:
1009910097

1010010098
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz":
1010110099
version "0.0.0"
10102-
uid "9c16682e4c9716734432789884f868212f95f563"
1010310100
resolved "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz#9c16682e4c9716734432789884f868212f95f563"
1010410101

1010510102
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)