From 5dec59bd992d53563bcf744ce2ba8f98cc0edaec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Nov 2020 22:40:16 +0000 Subject: [PATCH] build(devtools): update angular-framework --- package.json | 22 +-- projects/ng-devtools-backend/package.json | 4 +- projects/ng-devtools/package.json | 4 +- projects/protocol/package.json | 4 +- projects/shared-utils/package.json | 4 +- yarn.lock | 155 +++++++++++++--------- 6 files changed, 111 insertions(+), 82 deletions(-) diff --git a/package.json b/package.json index e81315b1abd..b920b38e014 100644 --- a/package.json +++ b/package.json @@ -35,15 +35,15 @@ }, "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#fec6cdb6f7365f880903c39071a486794eebac98", + "@angular/animations": "github:angular/animations-builds#ef07bc21608ed025255573e707b3d027b00daf61", "@angular/cdk": "~11.0.0", - "@angular/common": "github:angular/common-builds#39528972f11547d92423bb14d868f1012c544aea", - "@angular/compiler": "github:angular/compiler-builds#7648bbff5db87eddd1bf207c258f76564f178d21", - "@angular/core": "github:angular/core-builds#1d4971a5fee888bc4b1a07fe884c8c250dcdc557", - "@angular/forms": "github:angular/forms-builds#6f1363a47aba53e35fb9b2bbc26752e12a928b9a", + "@angular/common": "github:angular/common-builds#cd8bc4dba82b884c6ddcb14258dba51f403a733a", + "@angular/compiler": "github:angular/compiler-builds#b9206297761f4a3e87485443dd37bef6dc37d9da", + "@angular/core": "github:angular/core-builds#8d421bf39d90980ad9a6e2ea0c0508afebd3c89d", + "@angular/forms": "github:angular/forms-builds#2ac14f1a693cb6420251857446292f68a27c596a", "@angular/material": "~11.0.0", - "@angular/platform-browser": "github:angular/platform-browser-builds#059c42ec8b14c4948317b1d552dd9f376076d3c6", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#df74e0a830f23323eb9c6f31e61224e78e2deada", + "@angular/platform-browser": "github:angular/platform-browser-builds#16bb19391508f0e146ec02f604b3c98dbad4d492", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8c0d9c24d75c5f13cc88af79d6c09b7da06988f4", "memo-decorator": "^2.0.1", "ngx-flamegraph": "0.0.8", "rxjs": "~6.6.0", @@ -56,10 +56,10 @@ "@angular-devkit/build-angular": "github:angular/angular-devkit-build-angular-builds#019029381e6d9b8e898f49ff3ad3f6b5b987ec1b", "@angular-devkit/build-ng-packagr": "~0.1001.0", "@angular/cli": "github:angular/cli-builds#e0affcd964aacb54a7d8fb1818a4c6ff336e6699", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#b38491421e2c7dccbb58e73f0d383cfd50714d71", - "@angular/elements": "github:angular/elements-builds#bcf3fb8fef3f3174e624f6d8445609d6396f4d7f", - "@angular/language-service": "github:angular/language-service-builds#ea795a6c6163a02727cf7b81e036f8d50eb97d67", - "@angular/router": "github:angular/router-builds#f00c8716cc0191734031f196d5a6c4b723e155ff", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#df9d01d0107b73516833d0562bc4122fba6dd89e", + "@angular/elements": "github:angular/elements-builds#60d955fd04dc4c828e8da0ab68c5b2cc3b989585", + "@angular/language-service": "github:angular/language-service-builds#74abf6e9dea15c1b2af1f46d887fef50f0e30e2a", + "@angular/router": "github:angular/router-builds#c9fc7501d43f598e70ead4da2ebec9d44b8d2d26", "@bahmutov/add-typescript-to-cypress": "^2.1.2", "@types/chrome": "^0.0.126", "@types/clone-deep": "^4.0.1", diff --git a/projects/ng-devtools-backend/package.json b/projects/ng-devtools-backend/package.json index 837c3d553d8..d6c3782b0a6 100644 --- a/projects/ng-devtools-backend/package.json +++ b/projects/ng-devtools-backend/package.json @@ -2,7 +2,7 @@ "name": "ng-devtools-backend", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^10.0.0", - "@angular/core": "^10.0.0" + "@angular/common": "^11.0.0", + "@angular/core": "^11.0.0" } } diff --git a/projects/ng-devtools/package.json b/projects/ng-devtools/package.json index 55de7a671a0..e2433f48708 100644 --- a/projects/ng-devtools/package.json +++ b/projects/ng-devtools/package.json @@ -2,8 +2,8 @@ "name": "ng-devtools", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^10.0.0", - "@angular/core": "^10.0.0", + "@angular/common": "^11.0.0", + "@angular/core": "^11.0.0", "tslib": "^2.0.0" } } diff --git a/projects/protocol/package.json b/projects/protocol/package.json index d1e1b7609a9..e87d60a5d9e 100644 --- a/projects/protocol/package.json +++ b/projects/protocol/package.json @@ -2,8 +2,8 @@ "name": "protocol", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^10.0.0", - "@angular/core": "^10.0.0", + "@angular/common": "^11.0.0", + "@angular/core": "^11.0.0", "tslib": "^2.0.0" } } diff --git a/projects/shared-utils/package.json b/projects/shared-utils/package.json index a83bfa07e82..da96a589439 100644 --- a/projects/shared-utils/package.json +++ b/projects/shared-utils/package.json @@ -2,7 +2,7 @@ "name": "shared-utils", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^10.0.0", - "@angular/core": "^10.0.0" + "@angular/common": "^11.0.0", + "@angular/core": "^11.0.0" } } diff --git a/yarn.lock b/yarn.lock index f4ca0394ddc..9303704c39c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -165,10 +165,10 @@ ora "5.1.0" rxjs "6.6.3" -"@angular/animations@github:angular/animations-builds#fec6cdb6f7365f880903c39071a486794eebac98": - version "11.0.0-next.6+232.sha-5205db5" - uid fec6cdb6f7365f880903c39071a486794eebac98 - resolved "https://codeload.github.com/angular/animations-builds/tar.gz/fec6cdb6f7365f880903c39071a486794eebac98" +"@angular/animations@github:angular/animations-builds#ef07bc21608ed025255573e707b3d027b00daf61": + version "11.1.0-next.0+35.sha-17d5266" + uid ef07bc21608ed025255573e707b3d027b00daf61 + resolved "https://codeload.github.com/angular/animations-builds/tar.gz/ef07bc21608ed025255573e707b3d027b00daf61" dependencies: tslib "^2.0.0" @@ -206,17 +206,17 @@ universal-analytics "0.4.23" uuid "8.3.1" -"@angular/common@github:angular/common-builds#39528972f11547d92423bb14d868f1012c544aea": - version "11.0.0-next.6+232.sha-5205db5" - uid "39528972f11547d92423bb14d868f1012c544aea" - resolved "https://codeload.github.com/angular/common-builds/tar.gz/39528972f11547d92423bb14d868f1012c544aea" +"@angular/common@github:angular/common-builds#cd8bc4dba82b884c6ddcb14258dba51f403a733a": + version "11.1.0-next.0+35.sha-17d5266" + uid cd8bc4dba82b884c6ddcb14258dba51f403a733a + resolved "https://codeload.github.com/angular/common-builds/tar.gz/cd8bc4dba82b884c6ddcb14258dba51f403a733a" dependencies: tslib "^2.0.0" -"@angular/compiler-cli@github:angular/compiler-cli-builds#b38491421e2c7dccbb58e73f0d383cfd50714d71": - version "11.0.0-next.6+232.sha-5205db5" - uid b38491421e2c7dccbb58e73f0d383cfd50714d71 - resolved "https://codeload.github.com/angular/compiler-cli-builds/tar.gz/b38491421e2c7dccbb58e73f0d383cfd50714d71" +"@angular/compiler-cli@github:angular/compiler-cli-builds#df9d01d0107b73516833d0562bc4122fba6dd89e": + version "11.1.0-next.0+35.sha-17d5266" + uid df9d01d0107b73516833d0562bc4122fba6dd89e + resolved "https://codeload.github.com/angular/compiler-cli-builds/tar.gz/df9d01d0107b73516833d0562bc4122fba6dd89e" dependencies: "@babel/core" "^7.8.6" "@babel/types" "^7.8.6" @@ -232,17 +232,17 @@ source-map "^0.6.1" sourcemap-codec "^1.4.8" tslib "^2.0.0" - yargs "15.3.0" + yargs "^16.1.1" "@angular/compiler@9.0.0": version "9.0.0" resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== -"@angular/compiler@github:angular/compiler-builds#7648bbff5db87eddd1bf207c258f76564f178d21": - version "11.0.0-next.6+232.sha-5205db5" - uid "7648bbff5db87eddd1bf207c258f76564f178d21" - resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/7648bbff5db87eddd1bf207c258f76564f178d21" +"@angular/compiler@github:angular/compiler-builds#b9206297761f4a3e87485443dd37bef6dc37d9da": + version "11.1.0-next.0+35.sha-17d5266" + uid b9206297761f4a3e87485443dd37bef6dc37d9da + resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/b9206297761f4a3e87485443dd37bef6dc37d9da" dependencies: tslib "^2.0.0" @@ -251,31 +251,31 @@ resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e" integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w== -"@angular/core@github:angular/core-builds#1d4971a5fee888bc4b1a07fe884c8c250dcdc557": - version "11.0.0-next.6+232.sha-5205db5" - uid "1d4971a5fee888bc4b1a07fe884c8c250dcdc557" - resolved "https://codeload.github.com/angular/core-builds/tar.gz/1d4971a5fee888bc4b1a07fe884c8c250dcdc557" +"@angular/core@github:angular/core-builds#8d421bf39d90980ad9a6e2ea0c0508afebd3c89d": + version "11.1.0-next.0+35.sha-17d5266" + uid "8d421bf39d90980ad9a6e2ea0c0508afebd3c89d" + resolved "https://codeload.github.com/angular/core-builds/tar.gz/8d421bf39d90980ad9a6e2ea0c0508afebd3c89d" dependencies: tslib "^2.0.0" -"@angular/elements@github:angular/elements-builds#bcf3fb8fef3f3174e624f6d8445609d6396f4d7f": - version "11.0.0-next.6+232.sha-5205db5" - uid bcf3fb8fef3f3174e624f6d8445609d6396f4d7f - resolved "https://codeload.github.com/angular/elements-builds/tar.gz/bcf3fb8fef3f3174e624f6d8445609d6396f4d7f" +"@angular/elements@github:angular/elements-builds#60d955fd04dc4c828e8da0ab68c5b2cc3b989585": + version "11.1.0-next.0+35.sha-17d5266" + uid "60d955fd04dc4c828e8da0ab68c5b2cc3b989585" + resolved "https://codeload.github.com/angular/elements-builds/tar.gz/60d955fd04dc4c828e8da0ab68c5b2cc3b989585" dependencies: tslib "^2.0.0" -"@angular/forms@github:angular/forms-builds#6f1363a47aba53e35fb9b2bbc26752e12a928b9a": - version "11.0.0-next.6+232.sha-5205db5" - uid "6f1363a47aba53e35fb9b2bbc26752e12a928b9a" - resolved "https://codeload.github.com/angular/forms-builds/tar.gz/6f1363a47aba53e35fb9b2bbc26752e12a928b9a" +"@angular/forms@github:angular/forms-builds#2ac14f1a693cb6420251857446292f68a27c596a": + version "11.1.0-next.0+35.sha-17d5266" + uid "2ac14f1a693cb6420251857446292f68a27c596a" + resolved "https://codeload.github.com/angular/forms-builds/tar.gz/2ac14f1a693cb6420251857446292f68a27c596a" dependencies: tslib "^2.0.0" -"@angular/language-service@github:angular/language-service-builds#ea795a6c6163a02727cf7b81e036f8d50eb97d67": - version "11.0.0-next.6+232.sha-5205db5" - uid ea795a6c6163a02727cf7b81e036f8d50eb97d67 - resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/ea795a6c6163a02727cf7b81e036f8d50eb97d67" +"@angular/language-service@github:angular/language-service-builds#74abf6e9dea15c1b2af1f46d887fef50f0e30e2a": + version "11.1.0-next.0+35.sha-17d5266" + uid "74abf6e9dea15c1b2af1f46d887fef50f0e30e2a" + resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/74abf6e9dea15c1b2af1f46d887fef50f0e30e2a" "@angular/material@~11.0.0": version "11.0.0" @@ -284,24 +284,24 @@ dependencies: tslib "^2.0.0" -"@angular/platform-browser-dynamic@github:angular/platform-browser-dynamic-builds#df74e0a830f23323eb9c6f31e61224e78e2deada": - version "11.0.0-next.6+232.sha-5205db5" - uid df74e0a830f23323eb9c6f31e61224e78e2deada - resolved "https://codeload.github.com/angular/platform-browser-dynamic-builds/tar.gz/df74e0a830f23323eb9c6f31e61224e78e2deada" +"@angular/platform-browser-dynamic@github:angular/platform-browser-dynamic-builds#8c0d9c24d75c5f13cc88af79d6c09b7da06988f4": + version "11.1.0-next.0+35.sha-17d5266" + uid "8c0d9c24d75c5f13cc88af79d6c09b7da06988f4" + resolved "https://codeload.github.com/angular/platform-browser-dynamic-builds/tar.gz/8c0d9c24d75c5f13cc88af79d6c09b7da06988f4" dependencies: tslib "^2.0.0" -"@angular/platform-browser@github:angular/platform-browser-builds#059c42ec8b14c4948317b1d552dd9f376076d3c6": - version "11.0.0-next.6+232.sha-5205db5" - uid "059c42ec8b14c4948317b1d552dd9f376076d3c6" - resolved "https://codeload.github.com/angular/platform-browser-builds/tar.gz/059c42ec8b14c4948317b1d552dd9f376076d3c6" +"@angular/platform-browser@github:angular/platform-browser-builds#16bb19391508f0e146ec02f604b3c98dbad4d492": + version "11.1.0-next.0+35.sha-17d5266" + uid "16bb19391508f0e146ec02f604b3c98dbad4d492" + resolved "https://codeload.github.com/angular/platform-browser-builds/tar.gz/16bb19391508f0e146ec02f604b3c98dbad4d492" dependencies: tslib "^2.0.0" -"@angular/router@github:angular/router-builds#f00c8716cc0191734031f196d5a6c4b723e155ff": - version "11.0.0-next.6+232.sha-5205db5" - uid f00c8716cc0191734031f196d5a6c4b723e155ff - resolved "https://codeload.github.com/angular/router-builds/tar.gz/f00c8716cc0191734031f196d5a6c4b723e155ff" +"@angular/router@github:angular/router-builds#c9fc7501d43f598e70ead4da2ebec9d44b8d2d26": + version "11.1.0-next.0+35.sha-17d5266" + uid c9fc7501d43f598e70ead4da2ebec9d44b8d2d26 + resolved "https://codeload.github.com/angular/router-builds/tar.gz/c9fc7501d43f598e70ead4da2ebec9d44b8d2d26" dependencies: tslib "^2.0.0" @@ -3819,6 +3819,15 @@ cliui@^6.0.0: strip-ansi "^6.0.0" wrap-ansi "^6.2.0" +cliui@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" + integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.0" + wrap-ansi "^7.0.0" + clone-deep@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" @@ -5114,6 +5123,11 @@ es6-symbol@^3.1.1, es6-symbol@~3.1.3: d "^1.0.1" ext "^1.1.2" +escalade@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" @@ -5791,7 +5805,7 @@ get-assigned-identifiers@^1.2.0: resolved "https://registry.yarnpkg.com/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz#6dbf411de648cbaf8d9169ebb0d2d576191e2ff1" integrity sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ== -get-caller-file@^2.0.1: +get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== @@ -11860,6 +11874,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" @@ -11919,6 +11942,11 @@ y18n@^4.0.0: resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== +y18n@^5.0.5: + version "5.0.5" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18" + integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== + yaku@^0.16.6: version "0.16.7" resolved "https://registry.yarnpkg.com/yaku/-/yaku-0.16.7.tgz#1d195c78aa9b5bf8479c895b9504fd4f0847984e" @@ -11947,7 +11975,7 @@ yargs-parser@^13.1.2: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^18.1.0, yargs-parser@^18.1.1: +yargs-parser@^18.1.1: version "18.1.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== @@ -11955,22 +11983,10 @@ yargs-parser@^18.1.0, yargs-parser@^18.1.1: camelcase "^5.0.0" decamelize "^1.2.0" -yargs@15.3.0: - version "15.3.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.0.tgz#403af6edc75b3ae04bf66c94202228ba119f0976" - integrity sha512-g/QCnmjgOl1YJjGsnUg2SatC7NUYEiLXJqxNOQU9qSpjzGtGXda9b+OKccr1kLTy8BN9yqEyqfq5lxlwdc13TA== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.0" +yargs-parser@^20.2.2: + version "20.2.4" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" + integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== yargs@^13.3.2: version "13.3.2" @@ -12005,6 +12021,19 @@ yargs@^15.3.1: y18n "^4.0.0" yargs-parser "^18.1.1" +yargs@^16.1.1: + version "16.1.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.1.1.tgz#5a4a095bd1ca806b0a50d0c03611d38034d219a1" + integrity sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w== + 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"