From dac78d1ba198a77e713070a11c460b1e6eba3c37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 May 2021 06:39:44 +0000 Subject: [PATCH] build: update dependency yargs to v17 (#41920) PR Close #41920 --- aio/package.json | 2 +- aio/yarn.lock | 13 +++++++++++++ package.json | 2 +- packages/compiler-cli/package.json | 2 +- packages/localize/package.json | 2 +- yarn.lock | 15 ++++++++++++++- 6 files changed, 31 insertions(+), 5 deletions(-) diff --git a/aio/package.json b/aio/package.json index ec7e616fe9..aa852960b5 100644 --- a/aio/package.json +++ b/aio/package.json @@ -176,6 +176,6 @@ "unist-util-visit-parents": "^3.1.1", "watchr": "^3.0.1", "xregexp": "^5.0.2", - "yargs": "^16.2.0" + "yargs": "^17.0.0" } } diff --git a/aio/yarn.lock b/aio/yarn.lock index 826459448f..73b454608b 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -13339,6 +13339,19 @@ yargs@^16.1.1, yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@^17.0.0: + version "17.0.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb" + integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + yauzl@^2.10.0: version "2.10.0" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" diff --git a/package.json b/package.json index eb250b4d0f..b4e62705dd 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "typescript": "~4.2.4", "xhr2": "0.2.1", "yaml": "^1.10.0", - "yargs": "^16.2.0" + "yargs": "^17.0.0" }, "// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.", "devDependencies": { diff --git a/packages/compiler-cli/package.json b/packages/compiler-cli/package.json index bb75ecbe4f..e874479645 100644 --- a/packages/compiler-cli/package.json +++ b/packages/compiler-cli/package.json @@ -24,7 +24,7 @@ "source-map": "^0.6.1", "sourcemap-codec": "^1.4.8", "tslib": "^2.1.0", - "yargs": "^16.2.0" + "yargs": "^17.0.0" }, "peerDependencies": { "@angular/compiler": "0.0.0-PLACEHOLDER", diff --git a/packages/localize/package.json b/packages/localize/package.json index 1761aeff08..689fa7b6b3 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -31,7 +31,7 @@ "dependencies": { "@babel/core": "7.8.3", "glob": "7.1.6", - "yargs": "^16.2.0" + "yargs": "^17.0.0" }, "peerDependencies": { "@angular/compiler": "0.0.0-PLACEHOLDER", diff --git a/yarn.lock b/yarn.lock index 7198aed836..f6c076aae2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14339,7 +14339,7 @@ yargs@^15.3.1: y18n "^4.0.0" yargs-parser "^18.1.2" -yargs@^16.0.0, yargs@^16.1.1, yargs@^16.2.0: +yargs@^16.0.0, yargs@^16.1.1: version "16.2.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== @@ -14352,6 +14352,19 @@ yargs@^16.0.0, yargs@^16.1.1, yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@^17.0.0: + version "17.0.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb" + integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ== + dependencies: + cliui "^7.0.2" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.0" + y18n "^5.0.5" + yargs-parser "^20.2.2" + yargs@^7.1.0: version "7.1.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.2.tgz#63a0a5d42143879fdbb30370741374e0641d55db"