mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
test: update to Angular 9.0.0-next.7
This requires localize polyfills for i18n support.
This commit is contained in:
parent
e523a4865b
commit
6cb9f4df92
@ -80,8 +80,8 @@
|
||||
"typescript": "3.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler": "9.0.0-next.4",
|
||||
"@angular/compiler-cli": "9.0.0-next.4",
|
||||
"@angular/compiler": "9.0.0-next.7",
|
||||
"@angular/compiler-cli": "9.0.0-next.7",
|
||||
"@bazel/bazel": "0.29.0",
|
||||
"@bazel/buildifier": "0.29.0",
|
||||
"@bazel/jasmine": "0.37.1",
|
||||
|
@ -65,19 +65,20 @@
|
||||
"worker-plugin": "3.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/animations": "9.0.0-next.4",
|
||||
"@angular/cdk": "~8.2.0",
|
||||
"@angular/common": "9.0.0-next.4",
|
||||
"@angular/compiler": "9.0.0-next.4",
|
||||
"@angular/compiler-cli": "9.0.0-next.4",
|
||||
"@angular/core": "9.0.0-next.4",
|
||||
"@angular/forms": "9.0.0-next.4",
|
||||
"@angular/material": "~8.2.0",
|
||||
"@angular/platform-browser": "9.0.0-next.4",
|
||||
"@angular/platform-browser-dynamic": "9.0.0-next.4",
|
||||
"@angular/platform-server": "9.0.0-next.4",
|
||||
"@angular/router": "9.0.0-next.4",
|
||||
"@angular/service-worker": "9.0.0-next.4",
|
||||
"@angular/animations": "9.0.0-next.7",
|
||||
"@angular/cdk": "8.2.0",
|
||||
"@angular/common": "9.0.0-next.7",
|
||||
"@angular/compiler": "9.0.0-next.7",
|
||||
"@angular/compiler-cli": "9.0.0-next.7",
|
||||
"@angular/core": "9.0.0-next.7",
|
||||
"@angular/forms": "9.0.0-next.7",
|
||||
"@angular/localize": "9.0.0-next.7",
|
||||
"@angular/material": "8.2.0",
|
||||
"@angular/platform-browser": "9.0.0-next.7",
|
||||
"@angular/platform-browser-dynamic": "9.0.0-next.7",
|
||||
"@angular/platform-server": "9.0.0-next.7",
|
||||
"@angular/router": "9.0.0-next.7",
|
||||
"@angular/service-worker": "9.0.0-next.7",
|
||||
"codelyzer": "^5.0.0",
|
||||
"bootstrap": "^4.0.0",
|
||||
"font-awesome": "^4.7.0",
|
||||
|
@ -14,8 +14,8 @@
|
||||
"ng-packagr": "^4.0.0 || ^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler": "9.0.0-next.4",
|
||||
"@angular/compiler-cli": "9.0.0-next.4",
|
||||
"@angular/compiler": "9.0.0-next.7",
|
||||
"@angular/compiler-cli": "9.0.0-next.7",
|
||||
"@angular-devkit/core": "0.0.0",
|
||||
"ng-packagr": "~5.5.0",
|
||||
"tslib": "^1.10.0"
|
||||
|
@ -33,8 +33,8 @@
|
||||
"webpack": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler": "9.0.0-next.4",
|
||||
"@angular/compiler-cli": "9.0.0-next.4",
|
||||
"@angular/compiler": "9.0.0-next.7",
|
||||
"@angular/compiler-cli": "9.0.0-next.7",
|
||||
"typescript": "3.5.3",
|
||||
"webpack": "4.41.0"
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
* Use of this source code is governed by an MIT-style license that can be
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
import '@angular/localize/init';
|
||||
import { enableProdMode } from '@angular/core';
|
||||
|
||||
import { environment } from './environments/environment';
|
||||
|
@ -35,6 +35,9 @@
|
||||
*/
|
||||
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
||||
|
||||
|
||||
import '@angular/localize/init';
|
||||
|
||||
/**
|
||||
* By default, zone.js will patch all possible macroTask and DomEvents
|
||||
* user can disable parts of macroTask/DomEvents patch by setting following flags
|
||||
|
@ -2,14 +2,14 @@
|
||||
"name": "test",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/common": "9.0.0-next.4",
|
||||
"@angular/compiler": "9.0.0-next.4",
|
||||
"@angular/compiler-cli": "9.0.0-next.4",
|
||||
"@angular/core": "9.0.0-next.4",
|
||||
"@angular/platform-browser": "9.0.0-next.4",
|
||||
"@angular/platform-browser-dynamic": "9.0.0-next.4",
|
||||
"@angular/platform-server": "9.0.0-next.4",
|
||||
"@angular/router": "9.0.0-next.4",
|
||||
"@angular/common": "9.0.0-next.7",
|
||||
"@angular/compiler": "9.0.0-next.7",
|
||||
"@angular/compiler-cli": "9.0.0-next.7",
|
||||
"@angular/core": "9.0.0-next.7",
|
||||
"@angular/platform-browser": "9.0.0-next.7",
|
||||
"@angular/platform-browser-dynamic": "9.0.0-next.7",
|
||||
"@angular/platform-server": "9.0.0-next.7",
|
||||
"@angular/router": "9.0.0-next.7",
|
||||
"@ngtools/webpack": "0.0.0",
|
||||
"core-js": "^3.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
|
97
yarn.lock
97
yarn.lock
@ -2,14 +2,14 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@angular/animations@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.4.tgz#ffca16eb7c431975bc46fd0926f8ff6f4908cac3"
|
||||
integrity sha512-CvClnTIXKuhrpLjvpjFTsZGLeM1xiXHGSn7YDUedDVycpKl8/ZjNq082xoNKM4JrUe4jQwFpWMJ08fsCLVEYaw==
|
||||
"@angular/animations@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0-next.7.tgz#62809382b39ba7cc6c9b96af500f49149669c820"
|
||||
integrity sha512-6cz5KqiGPgiN82xtvXxrEIM2vhKlJdXmSSb1qBfsLIIbAXxvgBW3kCzJkZsKFCREL8QHqVKuAQFdQ2c3HBlA9A==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/cdk@~8.2.0":
|
||||
"@angular/cdk@8.2.0":
|
||||
version "8.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.2.0.tgz#fe183aaf9907421086e413a80af6ec0995983a9d"
|
||||
integrity sha512-vsjKiUirICP9fTxnBT3jjqW14ipZLJPkyT3dKZQETKcml1fTY1L9QVXclvLTeUliuPSl490anuBvpQpfMeJDhQ==
|
||||
@ -18,17 +18,17 @@
|
||||
optionalDependencies:
|
||||
parse5 "^5.0.0"
|
||||
|
||||
"@angular/common@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.4.tgz#e97fcaf077674324b6566571fdb89d24e05de7bc"
|
||||
integrity sha512-L1Q9x1PzPqQOg0Qoz9seAXSpnZU93G3M7HRuUJPlCsCpRrwqa6L6RwJ6k06x3lZwZuYTvBfTpwbe4pLzLZU83g==
|
||||
"@angular/common@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0-next.7.tgz#5ae5a848e6d359a13347bc932aabdeb205dcdcd5"
|
||||
integrity sha512-1WzfbX1eF5xJM9mKlj7LMYY8MVOTF0rxL52P6OUBXYBq9e4Wg1d0QoTmpTVrO4bVxkGbuRpgGQqYN5g+QL3M8g==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/compiler-cli@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.4.tgz#4d7795c67680ba8fda66217f5bf762e4362fe2dd"
|
||||
integrity sha512-j+r1PSijg2bnypj79ZytBbo7AB/WNQPEkP3cbnuRbRZ/Ear1EUimBILTp1dERjGZssZC8sKsU7wGSdrAS7kA6A==
|
||||
"@angular/compiler-cli@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.0.0-next.7.tgz#add5b605dd5458ad2a560b8dcbea0e0e05c722fc"
|
||||
integrity sha512-3paTm6AhiuN4uQTe0zyKI9xek7QK8cWaxR08u5YWx7Zyb4nwvYIOUZ6bVNKynoHVeRyS5PoTIvoG5wOHzuuYyQ==
|
||||
dependencies:
|
||||
canonical-path "1.0.0"
|
||||
chokidar "^2.1.1"
|
||||
@ -41,68 +41,73 @@
|
||||
tslib "^1.9.0"
|
||||
yargs "13.1.0"
|
||||
|
||||
"@angular/compiler@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.4.tgz#582005a2f71b3731aa71a0ca575080c948fbe094"
|
||||
integrity sha512-5sBi9nw084jN5ioLh4fal1/0R6Ow/AqI0S9L/1epe9Fg6J1KBszhBnYxzTgHiufsVGtRaGMJ74IEMODvdhz8aw==
|
||||
"@angular/compiler@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.7.tgz#06298ba65442dee294d6a887f2ec5e47768ca5f3"
|
||||
integrity sha512-FfUCtkEABG+Wqa/HVIIN3t/1GRsgFNDS1p/3DgdNwUm79gE/Q6uYdyUP7vi+TaX3iXKilTyTxFd0z21dC4iAqQ==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/core@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.4.tgz#823efd8993cda93a92f5072a4c4da330c9df8a4b"
|
||||
integrity sha512-xstWREvfGUJ/o3wdLG115KkiLeiUCWY5lMLOKfukMwDALGl76jej2CQyDdjDZF6MhWvNYNLeIrWva5br99KJSw==
|
||||
"@angular/core@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.7.tgz#a501fb483433042346fbeb435fbde0f5f8e58320"
|
||||
integrity sha512-Lz487EWTLwWWbkSA/stiYDXd7f0myGYjJU3AqkorriFmY0QJ6nZZupODNjcf4gpLX09IOTvneK9sEK5OGi4sOQ==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/forms@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.4.tgz#93ac4bdb3c0f565d0436361b70c672d8d51512ef"
|
||||
integrity sha512-nlmXJ9VKQhDVEg680NFxgFwFGB4fe9zlBBcc7Tg439X0u6ofw1CerGBaze5fJaYa34HpCnvoHbe3v8+31gXfjw==
|
||||
"@angular/forms@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.0.0-next.7.tgz#a68b44979ad2002ab0e240a7dda00192b113997b"
|
||||
integrity sha512-UWcx7U22aa/K73rOrUtYxe66/CUxULopdzmOdl3tuitZDHs55L1MXTYlw0xrSFUtB7dUfbLXO/k3rdmIvHSkQQ==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/material@~8.2.0":
|
||||
"@angular/localize@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.0.0-next.7.tgz#b654403a09e94695ff69850ecc831628de754d73"
|
||||
integrity sha512-N79ZLFQEJV7oBrcqfCTzoC4Ot7pbOYpwQ02zi0xSud124DN4Tf1R8EM+H6nqbV4F/mOUL/fXHIP3Iu1u6QCDTQ==
|
||||
|
||||
"@angular/material@8.2.0":
|
||||
version "8.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material/-/material-8.2.0.tgz#a99bbe5347ef0197bc4ad29228798608a62308aa"
|
||||
integrity sha512-4EY3QilEXS09+10WYwkunEltReuPDByb2ulWw2FLG3wpmMpCp4p6AKY9v9xS3sGvb708S0b9vlfLG4FbepmBbA==
|
||||
dependencies:
|
||||
tslib "^1.7.1"
|
||||
|
||||
"@angular/platform-browser-dynamic@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.4.tgz#c1b3aa5b2b3f83892dd13145a0e1f60f919c1511"
|
||||
integrity sha512-YeybAWOkdEdbmgzulZzXO8HddAEhciESuOWNa9Mx3V9ZB+ofaEHf+Syo7ADhSo2+hdbjVjIp9E11A1C7kOtYug==
|
||||
"@angular/platform-browser-dynamic@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.0.0-next.7.tgz#e8e9fae2dc772094ec644ffb06437808f79c45f6"
|
||||
integrity sha512-R1XLmzw4ZIDcYvKg1x9cQG0PSDHsjAjt/ZoVhLTB/AC/V1E95AAkCnmcvTCH4UGDQREG7wc3OBN7KRLJDabbuA==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/platform-browser@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.4.tgz#5620bbf003b9317594be6db4e49997f9e4575bcf"
|
||||
integrity sha512-ikD0wL/2jprYai4xb5V4XMO9UjYwiavBHHxJOY6GeWTeMUh++9kuSq5QvzkOBmtlHUnDMvjic0h/pEran/68Ew==
|
||||
"@angular/platform-browser@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.0.0-next.7.tgz#b25e031e2af0a72919743000dc62597f260563c0"
|
||||
integrity sha512-c90plfSkD5glZET7E5qxHo1F/lRINwM1JaEWHOBEj8jqgVPLrMuRKq3t5ZDEWiGCG2qg4LVtGjJNEXnacOZXxQ==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/platform-server@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.4.tgz#b8715743531ac3c85dfa82cefca7519d3cfbf49c"
|
||||
integrity sha512-do8QRGDLj02Jt2b2wablTaklCLD6yixxCZBm9qu2QY2eHUfX7HPBSzl0AyfoiR6Y7Vx7WPCkF9iwtU2tzggrtg==
|
||||
"@angular/platform-server@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-9.0.0-next.7.tgz#8f7d7afeb08354d8ede44de3e11b195e73ed104d"
|
||||
integrity sha512-mbMI84S6iN3aVAj/QO1RYTompnB5ZpsKDykxkZuaTsvb6jTXreeZiPYEK+jU1xO61k4nZGkuDV4vUsEuMIF/Lw==
|
||||
dependencies:
|
||||
domino "^2.1.2"
|
||||
tslib "^1.9.0"
|
||||
xhr2 "^0.1.4"
|
||||
|
||||
"@angular/router@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.4.tgz#9a8bfd2c7c2de6943e819e2aad5aa40255a81a9d"
|
||||
integrity sha512-VNdIPQUXZAOvxa0K14JEYImeAobTwjrrjTovU7016nzv5sUZ8BrTYpY56w80n570PqnvEon+eKGAP0oZk+nwqA==
|
||||
"@angular/router@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.0.0-next.7.tgz#64347051e135844dccaadc7351a294163a699ac0"
|
||||
integrity sha512-kCkBJZ7s1p/mpp6wffx0X7+LO5v/PzAcBnEDnzmunF+74L6GIv2uB7dLnRSSkdC7Q5A6/CrGPvfSIThIs0UKlQ==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
"@angular/service-worker@9.0.0-next.4":
|
||||
version "9.0.0-next.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.4.tgz#de8a7e8fb40ffdd0a42511f53a780485c9f06f93"
|
||||
integrity sha512-MoFNKj/UaamK//Z60gmCcxJ/fEjHSZlABDXrPQe6NJ/gB4lVKApVroWFYeFRXGfTNcHtPIe4QEwMe76kFpzcCw==
|
||||
"@angular/service-worker@9.0.0-next.7":
|
||||
version "9.0.0-next.7"
|
||||
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.0.0-next.7.tgz#5310c56e047e7222f16c9ad8c3040ee4e78b0d0f"
|
||||
integrity sha512-H+tH/Vu+OJ5tQUrYC7sk8i6WNbVfyuUlU/YqQQeSzHx9ZL0K0R3UIgmT/UV5B8txB0qskK8WXKbhgZIl8h25Xg==
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user