From 2bece81dbca96e6ec8ff8eb4bc0a818283cde382 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 24 Oct 2019 19:17:30 +0100 Subject: [PATCH] build: update CLI and related dependencies This commit also ensures that the integration tests are all using the top level dependencies. Resolves https://github.com/angular/angular/pull/33314#discussion_r338381134 --- .../cli-hello-world-ivy-compat/package.json | 2 +- .../cli-hello-world-ivy-i18n/package.json | 4 +- .../cli-hello-world-ivy-i18n/yarn.lock | 142 ++++++++-------- .../cli-hello-world-ivy-minimal/package.json | 2 +- .../cli-hello-world-lazy-rollup/package.json | 2 +- integration/cli-hello-world-lazy/package.json | 2 +- integration/cli-hello-world/package.json | 2 +- integration/ng_update_migrations/package.json | 2 +- package.json | 10 +- yarn.lock | 153 +++++++++--------- 10 files changed, 164 insertions(+), 157 deletions(-) diff --git a/integration/cli-hello-world-ivy-compat/package.json b/integration/cli-hello-world-ivy-compat/package.json index c8003ade0053e..d825697fcda52 100644 --- a/integration/cli-hello-world-ivy-compat/package.json +++ b/integration/cli-hello-world-ivy-compat/package.json @@ -28,7 +28,7 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "0.900.0-next.12", + "@angular-devkit/build-angular": "^0.900.0-next.15", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index b1225ffb7952e..5d02a4f3f8413 100644 --- a/integration/cli-hello-world-ivy-i18n/package.json +++ b/integration/cli-hello-world-ivy-i18n/package.json @@ -45,8 +45,8 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.900.0-next.14", - "@angular/cli": "^9.0.0-next.14", + "@angular-devkit/build-angular": "^0.900.0-next.15", + "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", "@types/jasmine": "~3.4.0", diff --git a/integration/cli-hello-world-ivy-i18n/yarn.lock b/integration/cli-hello-world-ivy-i18n/yarn.lock index b913f54bbb060..d6789f15b2eec 100644 --- a/integration/cli-hello-world-ivy-i18n/yarn.lock +++ b/integration/cli-hello-world-ivy-i18n/yarn.lock @@ -2,27 +2,27 @@ # yarn lockfile v1 -"@angular-devkit/architect@0.900.0-next.14": - version "0.900.0-next.14" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.900.0-next.14.tgz#446bc66537edb057fe8a29c0d5f952d6da72d4ed" - integrity sha512-cWr5kurKlfpQRVplZFNG4LF/StSnWWB3n2OKp3BZcd3tlsR8GmH7GRN+YLH9LRbfJHgmBikPBz75JDKn3zyEkw== +"@angular-devkit/architect@0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.900.0-next.15.tgz#d7e2b929a4d78a2318adfdbf67b4167ea59fe5d4" + integrity sha512-hNcguzc/fojhAWUJHA0K0VxdUY68auDMs2Jfmlxywgv2r6WJuzpdqn+ZfOdQz6mPKVEWkaRtR3and80oJQAc5w== dependencies: - "@angular-devkit/core" "9.0.0-next.14" + "@angular-devkit/core" "9.0.0-next.15" rxjs "6.5.3" -"@angular-devkit/build-angular@^0.900.0-next.14": - version "0.900.0-next.14" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.900.0-next.14.tgz#d18e76c1d09dff18b70cf5051c35530a7693d54d" - integrity sha512-cU3soynun2u06v8qMfHHVa5M215hrByWqKsl0qmJUK3ErjEoL0bZwKAuk5rJIUyR3n3dY29qCw8qxC29gBbO2w== +"@angular-devkit/build-angular@^0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.900.0-next.15.tgz#ac149cdf98cdee065765dcf749b4aedb5d1a99bd" + integrity sha512-+C0Sb8U0xOd6ImqPDLxYGHq9zQSM2+PpPdCGzST0Ed7fESXmLupzMQkCV8mkCAKZSuF8kXKWJSwA0ZmoZoR3DA== dependencies: - "@angular-devkit/architect" "0.900.0-next.14" - "@angular-devkit/build-optimizer" "0.900.0-next.14" - "@angular-devkit/build-webpack" "0.900.0-next.14" - "@angular-devkit/core" "9.0.0-next.14" + "@angular-devkit/architect" "0.900.0-next.15" + "@angular-devkit/build-optimizer" "0.900.0-next.15" + "@angular-devkit/build-webpack" "0.900.0-next.15" + "@angular-devkit/core" "9.0.0-next.15" "@babel/core" "7.6.4" "@babel/generator" "7.6.4" "@babel/preset-env" "7.6.3" - "@ngtools/webpack" "9.0.0-next.14" + "@ngtools/webpack" "9.0.0-next.15" ajv "6.10.2" autoprefixer "9.6.5" browserslist "4.7.1" @@ -75,10 +75,10 @@ webpack-subresource-integrity "1.3.4" worker-plugin "3.2.0" -"@angular-devkit/build-optimizer@0.900.0-next.14": - version "0.900.0-next.14" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.900.0-next.14.tgz#e00b9eeb84dc773a0ef040871fa0bbbe78a381d8" - integrity sha512-XWUjgEDcskCYbmNJTTlVn8SQAiVwSHl3tJqwA4MCvUXChd2QNjmjl7MhLG/3AYbgzF3UDPUvSuiheUSzFlo7rQ== +"@angular-devkit/build-optimizer@0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.900.0-next.15.tgz#06b23e17d689bde8cd259aaa3fc0e8ad9569d1d2" + integrity sha512-15MU0mGo6T31wd81aBMNNEli8IgNOyFm7vRW2LwTmijcs7GidoFHc48tRXTBrppiNq2v49P9MLvCv5Tcf4SNbQ== dependencies: loader-utils "1.2.3" source-map "0.7.3" @@ -86,19 +86,19 @@ typescript "3.6.4" webpack-sources "1.4.3" -"@angular-devkit/build-webpack@0.900.0-next.14": - version "0.900.0-next.14" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.900.0-next.14.tgz#af21b0c40944562993aae8357b2f0b77bcb7a344" - integrity sha512-j9wXafszZMdN98ldfc6GlZbUXA6aAxYkGiQG/FX5KhK++lBpQMwrx7y7Xurirzu8Lp0fqAWh9fpWtLTuM9m/Xg== +"@angular-devkit/build-webpack@0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.900.0-next.15.tgz#4ad78d5ddd03f96f050116ea46f51159356edf95" + integrity sha512-Ih0iml7OP/Xu+HNlBB7caennBPPgJa5LFW+vopEESm5RQ7BDkOVpMPmdnoqZrC7LVMKLIPv+NP/EdRgb5+0ZwA== dependencies: - "@angular-devkit/architect" "0.900.0-next.14" - "@angular-devkit/core" "9.0.0-next.14" + "@angular-devkit/architect" "0.900.0-next.15" + "@angular-devkit/core" "9.0.0-next.15" rxjs "6.5.3" -"@angular-devkit/core@9.0.0-next.14": - version "9.0.0-next.14" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-next.14.tgz#42a51699ae3158c4578822e9f6f32ed3e250a80d" - integrity sha512-OEuU7lHshuDd3lO2rK3p0uxWulWpMWGDQipXInrGDBM77NXuSgtmVsU+ZQlU46XObSjkrr/8YAo97UFlbZby1g== +"@angular-devkit/core@9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-next.15.tgz#5f640139a7afa03af6011a768d84e702372eb045" + integrity sha512-wCx6ec5eI9tyTQLNdnLXJ2NNH8Rhey6Yb8I8nAlymEHxZG8d/OvpNRq3GklwVM+I75cLDguAbWMmWGbD02tR3w== dependencies: ajv "6.10.2" fast-json-stable-stringify "2.0.0" @@ -106,27 +106,25 @@ rxjs "6.5.3" source-map "0.7.3" -"@angular-devkit/schematics@9.0.0-next.14": - version "9.0.0-next.14" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-next.14.tgz#a35744348dc5dc46028512f499ce6634d268d749" - integrity sha512-TCG8ZQ7eEaqP2u5pPLC7yJB3GMqLO5NmojMyXc40Khop/srWbahQRlGL9UEPUvbWDhfLlx6VpaIwBVzIcDX38A== +"@angular-devkit/schematics@9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-next.15.tgz#0a39e4a78860e5e65660025c58e60bc9d4bf9cf7" + integrity sha512-0hfIyC5TP88wOzjKnQgXAI+BaW6JJPY7yinxBS35rowiwB1XWPcWRFacFXuyfLQRv48JXt17voOz+OH2iHRA5A== dependencies: - "@angular-devkit/core" "9.0.0-next.14" + "@angular-devkit/core" "9.0.0-next.15" rxjs "6.5.3" "@angular/animations@file:../../dist/packages-dist/animations": - version "9.0.0-next.12" - -"@angular/cli@^9.0.0-next.14": - version "9.0.0-next.14" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.0.0-next.14.tgz#483d11a9a384bfc62d152a3f1d1a7c03ca4179e1" - integrity sha512-sE2ypfAjYLNGJr1isFmkUEG3PMFNe9Qs5kq4bkuV85yhfonhKk78QutF7lCvOK9fb3d5BkjDezHWF+bEvIcTNw== - dependencies: - "@angular-devkit/architect" "0.900.0-next.14" - "@angular-devkit/core" "9.0.0-next.14" - "@angular-devkit/schematics" "9.0.0-next.14" - "@schematics/angular" "9.0.0-next.14" - "@schematics/update" "0.900.0-next.14" + version "9.0.0-next.13" + +"@angular/cli@file:../../node_modules/@angular/cli": + version "9.0.0-next.15" + dependencies: + "@angular-devkit/architect" "0.900.0-next.15" + "@angular-devkit/core" "9.0.0-next.15" + "@angular-devkit/schematics" "9.0.0-next.15" + "@schematics/angular" "9.0.0-next.15" + "@schematics/update" "0.900.0-next.15" "@yarnpkg/lockfile" "1.1.0" ansi-colors "4.1.1" debug "^4.1.1" @@ -144,10 +142,10 @@ uuid "^3.3.2" "@angular/common@file:../../dist/packages-dist/common": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/compiler-cli@file:../../dist/packages-dist/compiler-cli": - version "9.0.0-next.12" + version "9.0.0-next.13" dependencies: canonical-path "1.0.0" chokidar "^2.1.1" @@ -161,32 +159,32 @@ yargs "13.1.0" "@angular/compiler@file:../../dist/packages-dist/compiler": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/core@file:../../dist/packages-dist/core": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/forms@file:../../dist/packages-dist/forms": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/language-service@file:../../dist/packages-dist/language-service": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/localize@file:../../dist/packages-dist/localize": - version "9.0.0-next.12" + version "9.0.0-next.13" dependencies: "@babel/core" "^7.5.5" glob "7.1.2" yargs "13.1.0" "@angular/platform-browser-dynamic@file:../../dist/packages-dist/platform-browser-dynamic": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/platform-browser@file:../../dist/packages-dist/platform-browser": - version "9.0.0-next.12" + version "9.0.0-next.13" "@angular/router@file:../../dist/packages-dist/router": - version "9.0.0-next.12" + version "9.0.0-next.13" "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": version "7.5.5" @@ -882,31 +880,31 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@ngtools/webpack@9.0.0-next.14": - version "9.0.0-next.14" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.0.0-next.14.tgz#da927f08a2f51717ce8466575ae605cdafb72de9" - integrity sha512-7kj4WCDi31cFPc+x4VjE8vjcoMBWZtToyBHvLgHRetyo9afG92mbrAzzEg4mQb9a9pYNCiYZXVKdoWG7psVTuQ== +"@ngtools/webpack@9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.0.0-next.15.tgz#7b9551893f265a8d7ccc675d4fbc8669aa921ad9" + integrity sha512-3ymUVMlmcMlGXrIjGB+7oUZq7OSGPKxLC0PX1PoTLxK/m/BI/tUyggDCx6w35GtYERnp7mhuJ6WReO8usC9cDA== dependencies: - "@angular-devkit/core" "9.0.0-next.14" + "@angular-devkit/core" "9.0.0-next.15" enhanced-resolve "4.1.1" rxjs "6.5.3" webpack-sources "1.4.3" -"@schematics/angular@9.0.0-next.14": - version "9.0.0-next.14" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-next.14.tgz#ef5267d284eb7eeb40d4f87617999dfea68cd7f7" - integrity sha512-epx3HbhsYSsfmzD6ch2N31O9uyn3IBbP0lp5PbV3IaJEymFTNE9Kd62Plmd/gLTMEeMbdtTC1oc1O554Y6c0vQ== +"@schematics/angular@9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-next.15.tgz#0247585ff7cdb9bdd108525f845e0ba0890b5ffc" + integrity sha512-Xc8Kvmk1s65h9AoaeN/CMuSMkzDnnarBrglk1MNOfD1y/WMmmJGLhcv+cOiTavJGFJNFv+iJmE8FJR6sDga3Wg== dependencies: - "@angular-devkit/core" "9.0.0-next.14" - "@angular-devkit/schematics" "9.0.0-next.14" + "@angular-devkit/core" "9.0.0-next.15" + "@angular-devkit/schematics" "9.0.0-next.15" -"@schematics/update@0.900.0-next.14": - version "0.900.0-next.14" - resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.900.0-next.14.tgz#70fff750dddfdacb0abf92261adec02a88d7ea28" - integrity sha512-Thwomg2kLYOw2SclRzMveopNZ9sTH9VK5izlooB+0az1sGBcmOeOWXcyib5NTcmYqMWfJdZkEyL5//soJweNrA== +"@schematics/update@0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.900.0-next.15.tgz#c86ea5c7e43c8bf39020d3861d58154edf3007c5" + integrity sha512-3FQK9hc/LIBY2D9+5MCdg7SfmAvOBh6XyKpN6aoX4GHNm8v5Yn74XZM6h3PWbIPK94EI8x/H7H/ZbXFkrOUUUA== dependencies: - "@angular-devkit/core" "9.0.0-next.14" - "@angular-devkit/schematics" "9.0.0-next.14" + "@angular-devkit/core" "9.0.0-next.15" + "@angular-devkit/schematics" "9.0.0-next.15" "@yarnpkg/lockfile" "1.1.0" ini "1.3.5" pacote "9.5.8" diff --git a/integration/cli-hello-world-ivy-minimal/package.json b/integration/cli-hello-world-ivy-minimal/package.json index 46eb82487c3c1..1b91b264728cc 100644 --- a/integration/cli-hello-world-ivy-minimal/package.json +++ b/integration/cli-hello-world-ivy-minimal/package.json @@ -28,7 +28,7 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "0.900.0-next.12", + "@angular-devkit/build-angular": "^0.900.0-next.15", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", diff --git a/integration/cli-hello-world-lazy-rollup/package.json b/integration/cli-hello-world-lazy-rollup/package.json index bf69da400c9f8..5d1ab5ee18d22 100644 --- a/integration/cli-hello-world-lazy-rollup/package.json +++ b/integration/cli-hello-world-lazy-rollup/package.json @@ -23,7 +23,7 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "0.900.0-next.12", + "@angular-devkit/build-angular": "^0.900.0-next.15", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index 2d7fc7a2db1c4..e8b6a30fe6db5 100644 --- a/integration/cli-hello-world-lazy/package.json +++ b/integration/cli-hello-world-lazy/package.json @@ -23,7 +23,7 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "0.900.0-next.12", + "@angular-devkit/build-angular": "^0.900.0-next.15", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index b27303ec482d6..0a23ce57b9f41 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -26,7 +26,7 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "0.900.0-next.12", + "@angular-devkit/build-angular": "^0.900.0-next.15", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", diff --git a/integration/ng_update_migrations/package.json b/integration/ng_update_migrations/package.json index 3ddc847584f69..824f5c1c0bf86 100644 --- a/integration/ng_update_migrations/package.json +++ b/integration/ng_update_migrations/package.json @@ -24,7 +24,7 @@ "zone.js": "file:../../node_modules/zone.js" }, "devDependencies": { - "@angular-devkit/build-angular": "0.900.0-next.12", + "@angular-devkit/build-angular": "^0.900.0-next.15", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service", diff --git a/package.json b/package.json index 1932771844bfe..ee782f5c6dbeb 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ }, "// 1": "dependencies are used locally and by bazel", "dependencies": { - "@angular-devkit/architect": "^0.800.0-beta.15", - "@angular-devkit/build-optimizer": "^0.800.0-beta.15", - "@angular-devkit/core": "^8.0.0-beta.15", - "@angular-devkit/schematics": "^8.0.0-beta.15", + "@angular-devkit/architect": "^0.900.0-next.15", + "@angular-devkit/build-optimizer": "^0.900.0-next.15", + "@angular-devkit/core": "^9.0.0-next.15", + "@angular-devkit/schematics": "^9.0.0-next.15", "@angular/bazel": "file:./tools/npm/@angular_bazel", "@babel/core": "^7.6.4", "@bazel/jasmine": "0.38.3", @@ -128,7 +128,7 @@ "// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.", "// 3": "when updating @bazel/bazel version you also need to update the RBE settings in .bazelrc (see https://github.com/angular/angular/pull/27935)", "devDependencies": { - "@angular/cli": "9.0.0-next.12", + "@angular/cli": "^9.0.0-next.15", "@bazel/bazel": "0.28.1", "@bazel/buildifier": "^0.26.0", "@bazel/ibazel": "^0.10.3", diff --git a/yarn.lock b/yarn.lock index 51d7d0381eaed..d6c314e3c7634 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,22 +2,14 @@ # yarn lockfile v1 -"@angular-devkit/architect@0.900.0-next.12": - version "0.900.0-next.12" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.900.0-next.12.tgz#57d4c56c96784833b272c33932f177db22574062" - integrity sha512-WGUKwWK3Sc5GlSEgp18LE68iA/ms+OC+azi3Wdosam5VX9ovwFAjKXLkEWkf9OCnO038xEan9pjBUKl9/rF6EA== +"@angular-devkit/architect@0.900.0-next.15", "@angular-devkit/architect@^0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.900.0-next.15.tgz#d7e2b929a4d78a2318adfdbf67b4167ea59fe5d4" + integrity sha512-hNcguzc/fojhAWUJHA0K0VxdUY68auDMs2Jfmlxywgv2r6WJuzpdqn+ZfOdQz6mPKVEWkaRtR3and80oJQAc5w== dependencies: - "@angular-devkit/core" "9.0.0-next.12" + "@angular-devkit/core" "9.0.0-next.15" rxjs "6.5.3" -"@angular-devkit/architect@^0.800.0-beta.15": - version "0.800.0-beta.15" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.800.0-beta.15.tgz#2aa215ded902c6821c2b4f25e2d293766c5c30b0" - integrity sha512-ubEZsjAaDrW4VgnN7vFsx7XBDRfjeTKm/Ifqc03NcrvfBN5ze/iygzHS2kfSCmEcSkceAVJAKzAwSGRxRjcWKw== - dependencies: - "@angular-devkit/core" "8.0.0-beta.15" - rxjs "6.4.0" - "@angular-devkit/build-optimizer@0.14.0-beta.5": version "0.14.0-beta.5" resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.14.0-beta.5.tgz#f842a0b2717517cdc8e40704076d6182feccb81a" @@ -28,17 +20,18 @@ typescript "3.2.4" webpack-sources "1.3.0" -"@angular-devkit/build-optimizer@^0.800.0-beta.15": - version "0.800.0-beta.15" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.800.0-beta.15.tgz#1474df7321ec90e7a2ce95a8fdb65fe44c1bb201" - integrity sha512-rQiMXZI4ySjFsLD0q4Ag7DDXAFUZkpueRJCa/AbOsHIen6/t4m6Vzn6wiHTE5VO7Exo3JQCAW04pENEH7Tqgxw== +"@angular-devkit/build-optimizer@^0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.900.0-next.15.tgz#06b23e17d689bde8cd259aaa3fc0e8ad9569d1d2" + integrity sha512-15MU0mGo6T31wd81aBMNNEli8IgNOyFm7vRW2LwTmijcs7GidoFHc48tRXTBrppiNq2v49P9MLvCv5Tcf4SNbQ== dependencies: loader-utils "1.2.3" - source-map "0.5.6" - typescript "3.4.3" - webpack-sources "1.3.0" + source-map "0.7.3" + tslib "1.10.0" + typescript "3.6.4" + webpack-sources "1.4.3" -"@angular-devkit/core@8.0.0-beta.15", "@angular-devkit/core@^8.0.0-beta.15": +"@angular-devkit/core@8.0.0-beta.15": version "8.0.0-beta.15" resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-8.0.0-beta.15.tgz#dac6ef16ddd5c2c5dc6a1184bd2aad7b8ed57e93" integrity sha512-pWhD0aZ9vcjguBiR+22CT0ihvwmGTf5EY1lPBhIkbTkKXihQ3g0Pg36RHU2wW+dMlapZ6wuT9jW57vvJ2Vf41w== @@ -49,10 +42,10 @@ rxjs "6.4.0" source-map "0.7.3" -"@angular-devkit/core@9.0.0-next.12": - version "9.0.0-next.12" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-next.12.tgz#f5aecebbdffba58cac599d955ce93119aed4b225" - integrity sha512-dptS+nTrvDVvwNpBfcG65fr2U4AvHJrxpXIp4Wt1oKG4KpDZlk5C8NZVleGFzq2/Jz5GaJGerEQPDjcFldodQA== +"@angular-devkit/core@9.0.0-next.15", "@angular-devkit/core@^9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.0.0-next.15.tgz#5f640139a7afa03af6011a768d84e702372eb045" + integrity sha512-wCx6ec5eI9tyTQLNdnLXJ2NNH8Rhey6Yb8I8nAlymEHxZG8d/OvpNRq3GklwVM+I75cLDguAbWMmWGbD02tR3w== dependencies: ajv "6.10.2" fast-json-stable-stringify "2.0.0" @@ -60,7 +53,7 @@ rxjs "6.5.3" source-map "0.7.3" -"@angular-devkit/schematics@8.0.0-beta.15", "@angular-devkit/schematics@^8.0.0-beta.15": +"@angular-devkit/schematics@8.0.0-beta.15": version "8.0.0-beta.15" resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-8.0.0-beta.15.tgz#fefb6f3dd3e6638f3484fc96a5fbbfc89732ba7b" integrity sha512-XtOB6m0RjDfeNpiq1Zs6OelDwBL7dk7LBAICnYGpvexUKoksgFR6klQEbOconV+WB0YAYQqcqoTq5q9GI9s1ZA== @@ -68,27 +61,27 @@ "@angular-devkit/core" "8.0.0-beta.15" rxjs "6.4.0" -"@angular-devkit/schematics@9.0.0-next.12": - version "9.0.0-next.12" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-next.12.tgz#a19a0705558f267c91e073b3617a948735049fe6" - integrity sha512-bDQRQU42CRyGpfbrT4HYMVPKb88Jg7mmIfO6NYl4kou/tK82scva+5bR4fzyLLB4qaVJvxQFj1jGHsGk0N6Sfw== +"@angular-devkit/schematics@9.0.0-next.15", "@angular-devkit/schematics@^9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.0.0-next.15.tgz#0a39e4a78860e5e65660025c58e60bc9d4bf9cf7" + integrity sha512-0hfIyC5TP88wOzjKnQgXAI+BaW6JJPY7yinxBS35rowiwB1XWPcWRFacFXuyfLQRv48JXt17voOz+OH2iHRA5A== dependencies: - "@angular-devkit/core" "9.0.0-next.12" + "@angular-devkit/core" "9.0.0-next.15" rxjs "6.5.3" "@angular/bazel@file:./tools/npm/@angular_bazel": version "0.0.0" -"@angular/cli@9.0.0-next.12": - version "9.0.0-next.12" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.0.0-next.12.tgz#d0159033cc1886809c03ac0d0aa9582899149f2d" - integrity sha512-IPpp4QqBL12dIYJV+2+cc6gi8QuZbex1CsenEJ9+S5jT97WWuUWL7A5bkG76wCjhY5RAIUgq4a5hMJvW5OonVw== +"@angular/cli@^9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.0.0-next.15.tgz#3baeb626435f405a2e1185a13b8df528dbb85771" + integrity sha512-ki9rEtOO3E32mJxQLzRC79jxUW7+7Um/xgZ78WoAY5T+fE7nokEYGy3g8rStyY4bMxBlu4vi8QKpRU3IMUcnsg== dependencies: - "@angular-devkit/architect" "0.900.0-next.12" - "@angular-devkit/core" "9.0.0-next.12" - "@angular-devkit/schematics" "9.0.0-next.12" - "@schematics/angular" "9.0.0-next.12" - "@schematics/update" "0.900.0-next.12" + "@angular-devkit/architect" "0.900.0-next.15" + "@angular-devkit/core" "9.0.0-next.15" + "@angular-devkit/schematics" "9.0.0-next.15" + "@schematics/angular" "9.0.0-next.15" + "@schematics/update" "0.900.0-next.15" "@yarnpkg/lockfile" "1.1.0" ansi-colors "4.1.1" debug "^4.1.1" @@ -96,9 +89,10 @@ inquirer "7.0.0" npm-package-arg "6.1.1" npm-pick-manifest "3.0.2" - open "6.4.0" + open "7.0.0" pacote "9.5.8" read-package-tree "5.3.1" + rimraf "3.0.0" semver "6.3.0" symbol-observable "1.2.0" universal-analytics "^0.4.20" @@ -544,13 +538,13 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= -"@schematics/angular@9.0.0-next.12": - version "9.0.0-next.12" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-next.12.tgz#051bd81f0fd66fd43fbcbf3ecf58007b9fa3a7ed" - integrity sha512-JMulIIX364oKylS50QiYAA3ssBGjXlT3QM6fiKX3cLCpDMKh87NfoPySudxZ2JDgSDUgBBvE60atvR6EbKTQlA== +"@schematics/angular@9.0.0-next.15": + version "9.0.0-next.15" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.0.0-next.15.tgz#0247585ff7cdb9bdd108525f845e0ba0890b5ffc" + integrity sha512-Xc8Kvmk1s65h9AoaeN/CMuSMkzDnnarBrglk1MNOfD1y/WMmmJGLhcv+cOiTavJGFJNFv+iJmE8FJR6sDga3Wg== dependencies: - "@angular-devkit/core" "9.0.0-next.12" - "@angular-devkit/schematics" "9.0.0-next.12" + "@angular-devkit/core" "9.0.0-next.15" + "@angular-devkit/schematics" "9.0.0-next.15" "@schematics/angular@^8.0.0-beta.15": version "8.0.0-beta.15" @@ -560,13 +554,13 @@ "@angular-devkit/core" "8.0.0-beta.15" "@angular-devkit/schematics" "8.0.0-beta.15" -"@schematics/update@0.900.0-next.12": - version "0.900.0-next.12" - resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.900.0-next.12.tgz#3166e05a3372a7ddb46f62f2da788c8ea84c0eac" - integrity sha512-lpQVByLBnA9cE4yQYpF7LK5OXiYSnPytm1PVo/4Rd6bTs40VvPFTDPgDvba9l/G4G/ehi9/BKPFYKlYtHxiGAw== +"@schematics/update@0.900.0-next.15": + version "0.900.0-next.15" + resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.900.0-next.15.tgz#c86ea5c7e43c8bf39020d3861d58154edf3007c5" + integrity sha512-3FQK9hc/LIBY2D9+5MCdg7SfmAvOBh6XyKpN6aoX4GHNm8v5Yn74XZM6h3PWbIPK94EI8x/H7H/ZbXFkrOUUUA== dependencies: - "@angular-devkit/core" "9.0.0-next.12" - "@angular-devkit/schematics" "9.0.0-next.12" + "@angular-devkit/core" "9.0.0-next.15" + "@angular-devkit/schematics" "9.0.0-next.15" "@yarnpkg/lockfile" "1.1.0" ini "1.3.5" pacote "9.5.8" @@ -6411,6 +6405,11 @@ is-wsl@^1.1.0: resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= +is-wsl@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d" + integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog== + is@^3.0.1, is@^3.2.0, is@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/is/-/is-3.3.0.tgz#61cff6dd3c4193db94a3d62582072b44e5645d79" @@ -8607,12 +8606,12 @@ open@0.0.5: resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc" integrity sha1-QsPhjslUZra/DcQvOilFw/DK2Pw= -open@6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" - integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== +open@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/open/-/open-7.0.0.tgz#7e52999b14eb73f90f0f0807fe93897c4ae73ec9" + integrity sha512-K6EKzYqnwQzk+/dzJAQSBORub3xlBTxMz+ntpZpH/LyCa1o6KjXhuN+2npAaI9jaSmU3R1Q8NWf4KUWcyytGsQ== dependencies: - is-wsl "^1.1.0" + is-wsl "^2.1.0" opener@~1.4.0: version "1.4.3" @@ -10014,6 +10013,13 @@ rimraf@2.x.x, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2: dependencies: glob "^7.1.3" +rimraf@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b" + integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg== + dependencies: + glob "^7.1.3" + rimraf@^2.6.3: version "2.7.1" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" @@ -11582,16 +11588,16 @@ tsickle@0.37.0: mkdirp "^0.5.1" source-map "^0.7.3" +tslib@1.10.0, tslib@^1.10.0, tslib@^1.9.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" + integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== + tslib@^1.0.0, tslib@^1.7.1, tslib@^1.8.1: version "1.9.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== -tslib@^1.10.0, tslib@^1.9.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" - integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== - tslint-eslint-rules@4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-4.1.1.tgz#7c30e7882f26bc276bff91d2384975c69daf88ba" @@ -11711,21 +11717,16 @@ typescript@3.2.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d" integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg== -typescript@3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.3.tgz#0eb320e4ace9b10eadf5bc6103286b0f8b7c224f" - integrity sha512-FFgHdPt4T/duxx6Ndf7hwgMZZjZpB+U0nMNGVCYPq0rEzWKjEDobm4J6yb3CS7naZ0yURFqdw9Gwc7UOh/P9oQ== +typescript@3.6.4, typescript@~3.6.4: + version "3.6.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d" + integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg== typescript@~3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g== -typescript@~3.6.4: - version "3.6.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d" - integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg== - uglify-js@1.2.6, uglify-js@~1.2.5: version "1.2.6" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-1.2.6.tgz#d354b2d3c1cf10ebc18fa78c11a28bdd9ce1580d" @@ -12270,6 +12271,14 @@ webpack-sources@1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" +webpack-sources@1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== + dependencies: + source-list-map "^2.0.0" + source-map "~0.6.1" + webpack@1.12.9: version "1.12.9" resolved "https://registry.yarnpkg.com/webpack/-/webpack-1.12.9.tgz#2a031d66189839cc5cbf2c68f80566da2e14ff4e"