Skip to content

Commit 6cb9f4d

Browse files
clydinvikerman
authored andcommitted
test: update to Angular 9.0.0-next.7
This requires localize polyfills for i18n support.
1 parent e523a48 commit 6cb9f4d

File tree

8 files changed

+83
-73
lines changed

8 files changed

+83
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"typescript": "3.5.3"
8181
},
8282
"devDependencies": {
83-
"@angular/compiler": "9.0.0-next.4",
84-
"@angular/compiler-cli": "9.0.0-next.4",
83+
"@angular/compiler": "9.0.0-next.7",
84+
"@angular/compiler-cli": "9.0.0-next.7",
8585
"@bazel/bazel": "0.29.0",
8686
"@bazel/buildifier": "0.29.0",
8787
"@bazel/jasmine": "0.37.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,20 @@
6565
"worker-plugin": "3.2.0"
6666
},
6767
"devDependencies": {
68-
"@angular/animations": "9.0.0-next.4",
69-
"@angular/cdk": "~8.2.0",
70-
"@angular/common": "9.0.0-next.4",
71-
"@angular/compiler": "9.0.0-next.4",
72-
"@angular/compiler-cli": "9.0.0-next.4",
73-
"@angular/core": "9.0.0-next.4",
74-
"@angular/forms": "9.0.0-next.4",
75-
"@angular/material": "~8.2.0",
76-
"@angular/platform-browser": "9.0.0-next.4",
77-
"@angular/platform-browser-dynamic": "9.0.0-next.4",
78-
"@angular/platform-server": "9.0.0-next.4",
79-
"@angular/router": "9.0.0-next.4",
80-
"@angular/service-worker": "9.0.0-next.4",
68+
"@angular/animations": "9.0.0-next.7",
69+
"@angular/cdk": "8.2.0",
70+
"@angular/common": "9.0.0-next.7",
71+
"@angular/compiler": "9.0.0-next.7",
72+
"@angular/compiler-cli": "9.0.0-next.7",
73+
"@angular/core": "9.0.0-next.7",
74+
"@angular/forms": "9.0.0-next.7",
75+
"@angular/localize": "9.0.0-next.7",
76+
"@angular/material": "8.2.0",
77+
"@angular/platform-browser": "9.0.0-next.7",
78+
"@angular/platform-browser-dynamic": "9.0.0-next.7",
79+
"@angular/platform-server": "9.0.0-next.7",
80+
"@angular/router": "9.0.0-next.7",
81+
"@angular/service-worker": "9.0.0-next.7",
8182
"codelyzer": "^5.0.0",
8283
"bootstrap": "^4.0.0",
8384
"font-awesome": "^4.7.0",

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ng-packagr": "^4.0.0 || ^5.0.0"
1515
},
1616
"devDependencies": {
17-
"@angular/compiler": "9.0.0-next.4",
18-
"@angular/compiler-cli": "9.0.0-next.4",
17+
"@angular/compiler": "9.0.0-next.7",
18+
"@angular/compiler-cli": "9.0.0-next.7",
1919
"@angular-devkit/core": "0.0.0",
2020
"ng-packagr": "~5.5.0",
2121
"tslib": "^1.10.0"

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"webpack": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"@angular/compiler": "9.0.0-next.4",
37-
"@angular/compiler-cli": "9.0.0-next.4",
36+
"@angular/compiler": "9.0.0-next.7",
37+
"@angular/compiler-cli": "9.0.0-next.7",
3838
"typescript": "3.5.3",
3939
"webpack": "4.41.0"
4040
}

tests/angular_devkit/build_angular/hello-world-app/src/main.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8+
import '@angular/localize/init';
89
import { enableProdMode } from '@angular/core';
910

1011
import { environment } from './environments/environment';

tests/angular_devkit/build_angular/hello-world-app/src/polyfills.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
*/
3636
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
3737

38+
39+
import '@angular/localize/init';
40+
3841
/**
3942
* By default, zone.js will patch all possible macroTask and DomEvents
4043
* user can disable parts of macroTask/DomEvents patch by setting following flags

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "9.0.0-next.4",
6-
"@angular/compiler": "9.0.0-next.4",
7-
"@angular/compiler-cli": "9.0.0-next.4",
8-
"@angular/core": "9.0.0-next.4",
9-
"@angular/platform-browser": "9.0.0-next.4",
10-
"@angular/platform-browser-dynamic": "9.0.0-next.4",
11-
"@angular/platform-server": "9.0.0-next.4",
12-
"@angular/router": "9.0.0-next.4",
5+
"@angular/common": "9.0.0-next.7",
6+
"@angular/compiler": "9.0.0-next.7",
7+
"@angular/compiler-cli": "9.0.0-next.7",
8+
"@angular/core": "9.0.0-next.7",
9+
"@angular/platform-browser": "9.0.0-next.7",
10+
"@angular/platform-browser-dynamic": "9.0.0-next.7",
11+
"@angular/platform-server": "9.0.0-next.7",
12+
"@angular/router": "9.0.0-next.7",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.0.0",
1515
"rxjs": "^6.4.0",

yarn.lock

Lines changed: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@angular/[email protected].4":
6-
version "9.0.0-next.4"
7-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.4.tgz#ffca16eb7c431975bc46fd0926f8ff6f4908cac3"
8-
integrity sha512-CvClnTIXKuhrpLjvpjFTsZGLeM1xiXHGSn7YDUedDVycpKl8/ZjNq082xoNKM4JrUe4jQwFpWMJ08fsCLVEYaw==
5+
"@angular/[email protected].7":
6+
version "9.0.0-next.7"
7+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.7.tgz#62809382b39ba7cc6c9b96af500f49149669c820"
8+
integrity sha512-6cz5KqiGPgiN82xtvXxrEIM2vhKlJdXmSSb1qBfsLIIbAXxvgBW3kCzJkZsKFCREL8QHqVKuAQFdQ2c3HBlA9A==
99
dependencies:
1010
tslib "^1.9.0"
1111

12-
"@angular/cdk@~8.2.0":
12+
"@angular/[email protected]":
1313
version "8.2.0"
1414
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.2.0.tgz#fe183aaf9907421086e413a80af6ec0995983a9d"
1515
integrity sha512-vsjKiUirICP9fTxnBT3jjqW14ipZLJPkyT3dKZQETKcml1fTY1L9QVXclvLTeUliuPSl490anuBvpQpfMeJDhQ==
@@ -18,17 +18,17 @@
1818
optionalDependencies:
1919
parse5 "^5.0.0"
2020

21-
"@angular/[email protected].4":
22-
version "9.0.0-next.4"
23-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.4.tgz#e97fcaf077674324b6566571fdb89d24e05de7bc"
24-
integrity sha512-L1Q9x1PzPqQOg0Qoz9seAXSpnZU93G3M7HRuUJPlCsCpRrwqa6L6RwJ6k06x3lZwZuYTvBfTpwbe4pLzLZU83g==
21+
"@angular/[email protected].7":
22+
version "9.0.0-next.7"
23+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.7.tgz#5ae5a848e6d359a13347bc932aabdeb205dcdcd5"
24+
integrity sha512-1WzfbX1eF5xJM9mKlj7LMYY8MVOTF0rxL52P6OUBXYBq9e4Wg1d0QoTmpTVrO4bVxkGbuRpgGQqYN5g+QL3M8g==
2525
dependencies:
2626
tslib "^1.9.0"
2727

28-
"@angular/[email protected].4":
29-
version "9.0.0-next.4"
30-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.4.tgz#4d7795c67680ba8fda66217f5bf762e4362fe2dd"
31-
integrity sha512-j+r1PSijg2bnypj79ZytBbo7AB/WNQPEkP3cbnuRbRZ/Ear1EUimBILTp1dERjGZssZC8sKsU7wGSdrAS7kA6A==
28+
"@angular/[email protected].7":
29+
version "9.0.0-next.7"
30+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.7.tgz#add5b605dd5458ad2a560b8dcbea0e0e05c722fc"
31+
integrity sha512-3paTm6AhiuN4uQTe0zyKI9xek7QK8cWaxR08u5YWx7Zyb4nwvYIOUZ6bVNKynoHVeRyS5PoTIvoG5wOHzuuYyQ==
3232
dependencies:
3333
canonical-path "1.0.0"
3434
chokidar "^2.1.1"
@@ -41,68 +41,73 @@
4141
tslib "^1.9.0"
4242
yargs "13.1.0"
4343

44-
"@angular/[email protected].4":
45-
version "9.0.0-next.4"
46-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.4.tgz#582005a2f71b3731aa71a0ca575080c948fbe094"
47-
integrity sha512-5sBi9nw084jN5ioLh4fal1/0R6Ow/AqI0S9L/1epe9Fg6J1KBszhBnYxzTgHiufsVGtRaGMJ74IEMODvdhz8aw==
44+
"@angular/[email protected].7":
45+
version "9.0.0-next.7"
46+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.7.tgz#06298ba65442dee294d6a887f2ec5e47768ca5f3"
47+
integrity sha512-FfUCtkEABG+Wqa/HVIIN3t/1GRsgFNDS1p/3DgdNwUm79gE/Q6uYdyUP7vi+TaX3iXKilTyTxFd0z21dC4iAqQ==
4848
dependencies:
4949
tslib "^1.9.0"
5050

51-
"@angular/[email protected].4":
52-
version "9.0.0-next.4"
53-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.4.tgz#823efd8993cda93a92f5072a4c4da330c9df8a4b"
54-
integrity sha512-xstWREvfGUJ/o3wdLG115KkiLeiUCWY5lMLOKfukMwDALGl76jej2CQyDdjDZF6MhWvNYNLeIrWva5br99KJSw==
51+
"@angular/[email protected].7":
52+
version "9.0.0-next.7"
53+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.7.tgz#a501fb483433042346fbeb435fbde0f5f8e58320"
54+
integrity sha512-Lz487EWTLwWWbkSA/stiYDXd7f0myGYjJU3AqkorriFmY0QJ6nZZupODNjcf4gpLX09IOTvneK9sEK5OGi4sOQ==
5555
dependencies:
5656
tslib "^1.9.0"
5757

58-
"@angular/[email protected].4":
59-
version "9.0.0-next.4"
60-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.4.tgz#93ac4bdb3c0f565d0436361b70c672d8d51512ef"
61-
integrity sha512-nlmXJ9VKQhDVEg680NFxgFwFGB4fe9zlBBcc7Tg439X0u6ofw1CerGBaze5fJaYa34HpCnvoHbe3v8+31gXfjw==
58+
"@angular/[email protected].7":
59+
version "9.0.0-next.7"
60+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.7.tgz#a68b44979ad2002ab0e240a7dda00192b113997b"
61+
integrity sha512-UWcx7U22aa/K73rOrUtYxe66/CUxULopdzmOdl3tuitZDHs55L1MXTYlw0xrSFUtB7dUfbLXO/k3rdmIvHSkQQ==
6262
dependencies:
6363
tslib "^1.9.0"
6464

65-
"@angular/material@~8.2.0":
65+
"@angular/[email protected]":
66+
version "9.0.0-next.7"
67+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0-next.7.tgz#b654403a09e94695ff69850ecc831628de754d73"
68+
integrity sha512-N79ZLFQEJV7oBrcqfCTzoC4Ot7pbOYpwQ02zi0xSud124DN4Tf1R8EM+H6nqbV4F/mOUL/fXHIP3Iu1u6QCDTQ==
69+
70+
"@angular/[email protected]":
6671
version "8.2.0"
6772
resolved "https://registry.yarnpkg.com/@angular/material/-/material-8.2.0.tgz#a99bbe5347ef0197bc4ad29228798608a62308aa"
6873
integrity sha512-4EY3QilEXS09+10WYwkunEltReuPDByb2ulWw2FLG3wpmMpCp4p6AKY9v9xS3sGvb708S0b9vlfLG4FbepmBbA==
6974
dependencies:
7075
tslib "^1.7.1"
7176

72-
"@angular/[email protected].4":
73-
version "9.0.0-next.4"
74-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.4.tgz#c1b3aa5b2b3f83892dd13145a0e1f60f919c1511"
75-
integrity sha512-YeybAWOkdEdbmgzulZzXO8HddAEhciESuOWNa9Mx3V9ZB+ofaEHf+Syo7ADhSo2+hdbjVjIp9E11A1C7kOtYug==
77+
"@angular/[email protected].7":
78+
version "9.0.0-next.7"
79+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.7.tgz#e8e9fae2dc772094ec644ffb06437808f79c45f6"
80+
integrity sha512-R1XLmzw4ZIDcYvKg1x9cQG0PSDHsjAjt/ZoVhLTB/AC/V1E95AAkCnmcvTCH4UGDQREG7wc3OBN7KRLJDabbuA==
7681
dependencies:
7782
tslib "^1.9.0"
7883

79-
"@angular/[email protected].4":
80-
version "9.0.0-next.4"
81-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.4.tgz#5620bbf003b9317594be6db4e49997f9e4575bcf"
82-
integrity sha512-ikD0wL/2jprYai4xb5V4XMO9UjYwiavBHHxJOY6GeWTeMUh++9kuSq5QvzkOBmtlHUnDMvjic0h/pEran/68Ew==
84+
"@angular/[email protected].7":
85+
version "9.0.0-next.7"
86+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.7.tgz#b25e031e2af0a72919743000dc62597f260563c0"
87+
integrity sha512-c90plfSkD5glZET7E5qxHo1F/lRINwM1JaEWHOBEj8jqgVPLrMuRKq3t5ZDEWiGCG2qg4LVtGjJNEXnacOZXxQ==
8388
dependencies:
8489
tslib "^1.9.0"
8590

86-
"@angular/[email protected].4":
87-
version "9.0.0-next.4"
88-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.4.tgz#b8715743531ac3c85dfa82cefca7519d3cfbf49c"
89-
integrity sha512-do8QRGDLj02Jt2b2wablTaklCLD6yixxCZBm9qu2QY2eHUfX7HPBSzl0AyfoiR6Y7Vx7WPCkF9iwtU2tzggrtg==
91+
"@angular/[email protected].7":
92+
version "9.0.0-next.7"
93+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.7.tgz#8f7d7afeb08354d8ede44de3e11b195e73ed104d"
94+
integrity sha512-mbMI84S6iN3aVAj/QO1RYTompnB5ZpsKDykxkZuaTsvb6jTXreeZiPYEK+jU1xO61k4nZGkuDV4vUsEuMIF/Lw==
9095
dependencies:
9196
domino "^2.1.2"
9297
tslib "^1.9.0"
9398
xhr2 "^0.1.4"
9499

95-
"@angular/[email protected].4":
96-
version "9.0.0-next.4"
97-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.4.tgz#9a8bfd2c7c2de6943e819e2aad5aa40255a81a9d"
98-
integrity sha512-VNdIPQUXZAOvxa0K14JEYImeAobTwjrrjTovU7016nzv5sUZ8BrTYpY56w80n570PqnvEon+eKGAP0oZk+nwqA==
100+
"@angular/[email protected].7":
101+
version "9.0.0-next.7"
102+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.7.tgz#64347051e135844dccaadc7351a294163a699ac0"
103+
integrity sha512-kCkBJZ7s1p/mpp6wffx0X7+LO5v/PzAcBnEDnzmunF+74L6GIv2uB7dLnRSSkdC7Q5A6/CrGPvfSIThIs0UKlQ==
99104
dependencies:
100105
tslib "^1.9.0"
101106

102-
"@angular/[email protected].4":
103-
version "9.0.0-next.4"
104-
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.4.tgz#de8a7e8fb40ffdd0a42511f53a780485c9f06f93"
105-
integrity sha512-MoFNKj/UaamK//Z60gmCcxJ/fEjHSZlABDXrPQe6NJ/gB4lVKApVroWFYeFRXGfTNcHtPIe4QEwMe76kFpzcCw==
107+
"@angular/[email protected].7":
108+
version "9.0.0-next.7"
109+
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.7.tgz#5310c56e047e7222f16c9ad8c3040ee4e78b0d0f"
110+
integrity sha512-H+tH/Vu+OJ5tQUrYC7sk8i6WNbVfyuUlU/YqQQeSzHx9ZL0K0R3UIgmT/UV5B8txB0qskK8WXKbhgZIl8h25Xg==
106111
dependencies:
107112
tslib "^1.9.0"
108113

0 commit comments

Comments
 (0)