Skip to content

Commit fc8535f

Browse files
authored
build: update to the Angular 15 RC (#25835)
Bumps up the dependencies to use the Angular v15 release candidate.
1 parent b6a0bc2 commit fc8535f

File tree

4 files changed

+884
-180
lines changed

4 files changed

+884
-180
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);

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
},
5656
"version": "15.1.0-next.0",
5757
"dependencies": {
58-
"@angular/animations": "^15.0.0-next.0",
59-
"@angular/common": "^15.0.0-next.0",
60-
"@angular/compiler": "^15.0.0-next.0",
61-
"@angular/core": "^15.0.0-next.0",
62-
"@angular/forms": "^15.0.0-next.0",
63-
"@angular/platform-browser": "^15.0.0-next.0",
58+
"@angular/animations": "^15.0.0-rc.0",
59+
"@angular/common": "^15.0.0-rc.0",
60+
"@angular/compiler": "^15.0.0-rc.0",
61+
"@angular/core": "^15.0.0-rc.0",
62+
"@angular/forms": "^15.0.0-rc.0",
63+
"@angular/platform-browser": "^15.0.0-rc.0",
6464
"@types/google.maps": "^3.47.3",
6565
"@types/youtube": "^0.0.46",
6666
"rxjs": "^6.6.7",
@@ -69,18 +69,18 @@
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",
75-
"@angular/bazel": "^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",
75+
"@angular/bazel": "^15.0.0-rc.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",
78-
"@angular/compiler-cli": "^15.0.0-next.0",
79-
"@angular/localize": "^15.0.0-next.0",
77+
"@angular/cli": "^15.0.0-next.6",
78+
"@angular/compiler-cli": "^15.0.0-rc.0",
79+
"@angular/localize": "^15.0.0-rc.0",
8080
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22",
81-
"@angular/platform-browser-dynamic": "^15.0.0-next.0",
82-
"@angular/platform-server": "^15.0.0-next.0",
83-
"@angular/router": "^15.0.0-next.0",
81+
"@angular/platform-browser-dynamic": "^15.0.0-rc.0",
82+
"@angular/platform-server": "^15.0.0-rc.0",
83+
"@angular/router": "^15.0.0-rc.0",
8484
"@axe-core/webdriverjs": "^4.3.2",
8585
"@babel/core": "^7.16.12",
8686
"@bazel/bazelisk": "1.12.1",
@@ -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)