Skip to content

Commit 02bf722

Browse files
committed
build: update @angular/cli packages
1 parent a2cf3f6 commit 02bf722

File tree

7 files changed

+728
-134
lines changed

7 files changed

+728
-134
lines changed

integration/harness-e2e-cli/src/test.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,5 @@ import {
77
platformBrowserDynamicTesting,
88
} from '@angular/platform-browser-dynamic/testing';
99

10-
declare const require: {
11-
context(
12-
path: string,
13-
deep?: boolean,
14-
filter?: RegExp,
15-
): {
16-
<T>(id: string): T;
17-
keys(): string[];
18-
};
19-
};
20-
2110
// First, initialize the Angular testing environment.
2211
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
23-
24-
// Then we find all the tests.
25-
const context = require.context('./', true, /\.spec\.ts$/);
26-
// And load the modules.
27-
context.keys().map(context);

integration/ng-add-standalone/src/test.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,5 @@ import {
77
platformBrowserDynamicTesting,
88
} from '@angular/platform-browser-dynamic/testing';
99

10-
declare const require: {
11-
context(
12-
path: string,
13-
deep?: boolean,
14-
filter?: RegExp,
15-
): {
16-
keys(): string[];
17-
<T>(id: string): T;
18-
};
19-
};
20-
2110
// First, initialize the Angular testing environment.
2211
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
23-
24-
// Then we find all the tests.
25-
const context = require.context('./', true, /\.spec\.ts$/);
26-
// And load the modules.
27-
context.keys().map(context);

integration/ng-add/src/test.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,5 @@ import {
77
platformBrowserDynamicTesting,
88
} from '@angular/platform-browser-dynamic/testing';
99

10-
declare const require: {
11-
context(
12-
path: string,
13-
deep?: boolean,
14-
filter?: RegExp,
15-
): {
16-
keys(): string[];
17-
<T>(id: string): T;
18-
};
19-
};
20-
2110
// First, initialize the Angular testing environment.
2211
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
23-
24-
// Then we find all the tests.
25-
const context = require.context('./', true, /\.spec\.ts$/);
26-
// And load the modules.
27-
context.keys().map(context);

integration/yarn-pnp-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"zone.js": "~0.11.4"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^15.0.0-next.0",
30-
"@angular/cli": "^15.0.0-next.0",
29+
"@angular-devkit/build-angular": "^15.0.0-next.5",
30+
"@angular/cli": "^15.0.0-next.5",
3131
"@angular/compiler-cli": "^15.0.0-next.0",
3232
"@types/jasmine": "~3.10.0",
3333
"@types/node": "^12.11.1",

integration/yarn-pnp-compat/src/test.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,5 @@ import {
77
platformBrowserDynamicTesting,
88
} from '@angular/platform-browser-dynamic/testing';
99

10-
declare const require: {
11-
context(
12-
path: string,
13-
deep?: boolean,
14-
filter?: RegExp,
15-
): {
16-
<T>(id: string): T;
17-
keys(): string[];
18-
};
19-
};
20-
2110
// First, initialize the Angular testing environment.
2211
getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
23-
24-
// Then we find all the tests.
25-
const context = require.context('./', true, /\.spec\.ts$/);
26-
// And load the modules.
27-
context.keys().map(context);

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
"zone.js": "~0.11.5"
7070
},
7171
"devDependencies": {
72-
"@angular-devkit/build-angular": "^15.0.0-next.0",
73-
"@angular-devkit/core": "^15.0.0-next.0",
74-
"@angular-devkit/schematics": "^15.0.0-next.0",
72+
"@angular-devkit/build-angular": "^15.0.0-next.5",
73+
"@angular-devkit/core": "^15.0.0-next.5",
74+
"@angular-devkit/schematics": "^15.0.0-next.5",
7575
"@angular/bazel": "^15.0.0-next.0",
7676
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776",
77-
"@angular/cli": "^15.0.0-next.0",
77+
"@angular/cli": "^15.0.0-next.5",
7878
"@angular/compiler-cli": "^15.0.0-next.0",
7979
"@angular/localize": "^15.0.0-next.0",
8080
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22",
@@ -145,7 +145,7 @@
145145
"@octokit/rest": "18.3.5",
146146
"@rollup/plugin-commonjs": "^21.0.0",
147147
"@rollup/plugin-node-resolve": "^13.1.3",
148-
"@schematics/angular": "^15.0.0-next.0",
148+
"@schematics/angular": "^15.0.0-next.5",
149149
"@types/babel__core": "^7.1.18",
150150
"@types/browser-sync": "^2.26.3",
151151
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)