Skip to content

Commit 0212fa6

Browse files
committed
build: update @angular/cli packages to ^15.0.0-next.6
1 parent c3b121d commit 0212fa6

File tree

5 files changed

+715
-58
lines changed

5 files changed

+715
-58
lines changed

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/ng-update-v13/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);

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
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.6",
73+
"@angular-devkit/core": "^15.0.0-next.6",
74+
"@angular-devkit/schematics": "^15.0.0-next.6",
7575
"@angular/bazel": "^15.0.0-next.0",
7676
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776",
7777
"@angular/cli": "^15.0.0-next.0",
@@ -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.6",
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)