From 7b314cdc4b8a215255089dee82fb168effea10da Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 12 Oct 2022 18:51:35 +0000 Subject: [PATCH] fix(deps): update angular monorepo --- integration/pre_apf_project/package.json | 2 +- integration/pre_apf_project/yarn.lock | 8 ++--- integration/project/package.json | 10 +++--- integration/project/yarn.lock | 40 ++++++++++++------------ integration/workspace/package.json | 10 +++--- integration/workspace/yarn.lock | 40 ++++++++++++------------ package.json | 2 +- server/package.json | 2 +- yarn.lock | 8 ++--- 9 files changed, 61 insertions(+), 61 deletions(-) diff --git a/integration/pre_apf_project/package.json b/integration/pre_apf_project/package.json index ba95ecea0f..1eb9a0a356 100644 --- a/integration/pre_apf_project/package.json +++ b/integration/pre_apf_project/package.json @@ -7,6 +7,6 @@ "@angular/compiler-cli": "12.2.16", "@angular/core": "12.2.16", "rxjs": "6.6.7", - "zone.js": "0.11.5" + "zone.js": "0.11.8" } } \ No newline at end of file diff --git a/integration/pre_apf_project/yarn.lock b/integration/pre_apf_project/yarn.lock index e8a5e6d83b..81548daa91 100644 --- a/integration/pre_apf_project/yarn.lock +++ b/integration/pre_apf_project/yarn.lock @@ -671,9 +671,9 @@ yargs@^17.0.0: y18n "^5.0.5" yargs-parser "^20.2.2" -zone.js@0.11.5: - version "0.11.5" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.5.tgz#ab0b449e91fadb5ebb2db189ffe1b7b6048dc8b1" - integrity sha512-D1/7VxEuQ7xk6z/kAROe4SUbd9CzxY4zOwVGnGHerd/SgLIVU5f4esDzQUsOCeArn933BZfWMKydH7l7dPEp0g== +zone.js@0.11.8: + version "0.11.8" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.8.tgz#40dea9adc1ad007b5effb2bfed17f350f1f46a21" + integrity sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA== dependencies: tslib "^2.3.0" diff --git a/integration/project/package.json b/integration/project/package.json index dda1943291..3d980597bf 100644 --- a/integration/project/package.json +++ b/integration/project/package.json @@ -2,12 +2,12 @@ "name": "angular-ls-integration-test-project", "private": true, "dependencies": { - "@angular/common": "15.0.0-next.0", - "@angular/compiler": "15.0.0-next.0", - "@angular/compiler-cli": "15.0.0-next.0", - "@angular/core": "15.0.0-next.0", + "@angular/common": "15.0.0-next.6", + "@angular/compiler": "15.0.0-next.6", + "@angular/compiler-cli": "15.0.0-next.6", + "@angular/core": "15.0.0-next.6", "rxjs": "6.6.7", - "zone.js": "0.11.5" + "zone.js": "0.11.8" }, "devDependencies": { "ng-packagr": "^14.0.0", diff --git a/integration/project/yarn.lock b/integration/project/yarn.lock index d98db9b6ba..6d623416c0 100644 --- a/integration/project/yarn.lock +++ b/integration/project/yarn.lock @@ -10,17 +10,17 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@angular/common@15.0.0-next.0": - version "15.0.0-next.0" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-15.0.0-next.0.tgz#21d6ae5cfaf148c788ec9bcba721aae98ffab27c" - integrity sha512-pLLkShD2tvfT36rCK/fxJKF9yAO6ZjvUZcG+aOqJuNECrd/82AqvbuFutmbuppxRtc8rsyOmde1HsmVynXJNWg== +"@angular/common@15.0.0-next.6": + version "15.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-15.0.0-next.6.tgz#6b3c7d42c8ef45ba5521b86f1c8527176a63a634" + integrity sha512-KPI/t788Tr95J9cOKYfuDZcp3ekKdCOwNlIA/tIjIEclNZCzJ0xNmWpCqEjYqwrdAEeDhXimuDeEwG1z4EQ5Mg== dependencies: tslib "^2.3.0" -"@angular/compiler-cli@15.0.0-next.0": - version "15.0.0-next.0" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-15.0.0-next.0.tgz#2e30c0fc66c08521a8f092df394fc4f94cb0674d" - integrity sha512-hbCbJu6psCYrVUA/03pbFLzySzuAmb3qX2CZ90O7NC2mT9jbwZtexJcwiWzHBTK0ZPc9wzs3iFtVVlBQt0n5wQ== +"@angular/compiler-cli@15.0.0-next.6": + version "15.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-15.0.0-next.6.tgz#bad526d667c7baff5285bde0d2a48ef4e841dfbc" + integrity sha512-VmPznczahQpoYZwN4G+IifdYrv8N1XMJCIWLkrGI8MMQ3/EdpK4swCBwJPIkE6qWZzMm1YNm92PIB211WsQX9A== dependencies: "@babel/core" "^7.17.2" chokidar "^3.0.0" @@ -33,17 +33,17 @@ tslib "^2.3.0" yargs "^17.2.1" -"@angular/compiler@15.0.0-next.0": - version "15.0.0-next.0" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.0-next.0.tgz#62cdcbdf39547249770ee18274b1c82214c3482b" - integrity sha512-HkM4GwkIiMxVR5EXg2sqJigrs4a9ULQSeSfA+u0M5/5RmdFT4Tmd/Qx8ibkawlk7HX6S4iTlRCwLW7nP9zmbgg== +"@angular/compiler@15.0.0-next.6": + version "15.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.0-next.6.tgz#b5e18a644e629b58579560fc377b4ed23b0449b2" + integrity sha512-9EkadZksgfvtTsqNWsvgAE7pdMyyUEbVYgPjDPFRlzKzygkQMv1mjAvatsko+h5saqS1Mn8LFMugnv3PoUFh2A== dependencies: tslib "^2.3.0" -"@angular/core@15.0.0-next.0": - version "15.0.0-next.0" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-15.0.0-next.0.tgz#3ce2c00596b7c9bdf2cf32a223731e224447aeb2" - integrity sha512-581pY5+ghR3/O2Yj7lVYSiYdGiFPmPVnmr2U//MeTJZdUwHTojE+AymZfW4RXb2Sxm2ufqnGUqk7sQPV/pRzrg== +"@angular/core@15.0.0-next.6": + version "15.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-15.0.0-next.6.tgz#bd9f44b12c898f75927297ef5fedf33da9d3c8bd" + integrity sha512-Dam2tF2WUnnH/wpzONVGCWGklfIlIdcciAIrZK1i3HyR5GF3Gsb+fXfVaGNt4VCdbzxTkO5KCetCUpcBWkC4dg== dependencies: tslib "^2.3.0" @@ -2236,9 +2236,9 @@ yargs@^17.2.1: y18n "^5.0.5" yargs-parser "^20.2.2" -zone.js@0.11.5: - version "0.11.5" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.5.tgz#ab0b449e91fadb5ebb2db189ffe1b7b6048dc8b1" - integrity sha512-D1/7VxEuQ7xk6z/kAROe4SUbd9CzxY4zOwVGnGHerd/SgLIVU5f4esDzQUsOCeArn933BZfWMKydH7l7dPEp0g== +zone.js@0.11.8: + version "0.11.8" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.8.tgz#40dea9adc1ad007b5effb2bfed17f350f1f46a21" + integrity sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA== dependencies: tslib "^2.3.0" diff --git a/integration/workspace/package.json b/integration/workspace/package.json index 1364c26182..5794b1d52f 100644 --- a/integration/workspace/package.json +++ b/integration/workspace/package.json @@ -2,11 +2,11 @@ "name": "workspace", "private": true, "dependencies": { - "@angular/common": "13.3.9", - "@angular/compiler": "13.3.9", - "@angular/compiler-cli": "13.3.9", - "@angular/core": "13.3.9", + "@angular/common": "13.3.11", + "@angular/compiler": "13.3.11", + "@angular/compiler-cli": "13.3.11", + "@angular/core": "13.3.11", "rxjs": "6.6.7", - "zone.js": "0.11.5" + "zone.js": "0.11.8" } } diff --git a/integration/workspace/yarn.lock b/integration/workspace/yarn.lock index a9a0a4e621..7bf283ef4f 100644 --- a/integration/workspace/yarn.lock +++ b/integration/workspace/yarn.lock @@ -10,17 +10,17 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@angular/common@13.3.9": - version "13.3.9" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.3.9.tgz#3fbc00e58ac9d6f1e34febaa6b9d5ad4c3e328ab" - integrity sha512-+bTleNL1XGlzuxLbVbsol82/33IW2pJasQN8ViraxKIElT2F8ooBJevIBMCSIcdvxvMBGAjn4ayQJr6tkPqPaw== +"@angular/common@13.3.11": + version "13.3.11" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.3.11.tgz#bcd42bb078ffd3712625be35dc6ec7b6ab828df7" + integrity sha512-gPMwDYIAag1izXm2tRQ6EOIx9FVEUqLdr+qYtRVoQtoBmfkoTSLGcpeBXqqlPVxVPbA6Li1WZZT5wxLLlLAN+Q== dependencies: tslib "^2.3.0" -"@angular/compiler-cli@13.3.9": - version "13.3.9" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.3.9.tgz#6f73de31a0244bc7fad109895efada2d45137ca3" - integrity sha512-jf4iG7uqE1ZW2mJgKJyDyFby/sVQDlGOtUl68TMf8r06koWeny5nk/LhL7jp3Q6rgN2ZdYALtPTRSj7HVQD8pA== +"@angular/compiler-cli@13.3.11": + version "13.3.11" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.3.11.tgz#259e2f5174ea23f1f97a5ef65dac20d0fb55c6bc" + integrity sha512-cl+3Wzxt8NRi2WY+RdsxuQ3yQRUp8pSlfSlJJnfaKE1BEqap6uem2DovuhnIbmrLhxZ5xt7o+I1szyO6sn6+ag== dependencies: "@babel/core" "^7.17.2" chokidar "^3.0.0" @@ -33,17 +33,17 @@ tslib "^2.3.0" yargs "^17.2.1" -"@angular/compiler@13.3.9": - version "13.3.9" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.3.9.tgz#3b31e4e12f04f9b88bcde37da1cb341670ffed8f" - integrity sha512-fXmcN9PIUTJ9Vw2QyQE9vtW95K5ML9bVI7409Zf3DAQJEo4IhX2eUjgiGF3RtSn9Kdjj3tZY0xSbGGwp1hTBIA== +"@angular/compiler@13.3.11": + version "13.3.11" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.3.11.tgz#1268a3f82bd9693eaf17c2a8764d917efdd624a0" + integrity sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg== dependencies: tslib "^2.3.0" -"@angular/core@13.3.9": - version "13.3.9" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.3.9.tgz#6be6f79efd7d85bbd014d100da4227fe43d5ae75" - integrity sha512-LaY3yBDgN/efG11x/cwVeuC4gUG3YUMmk/sgAP3L1VGawYOiKoJ76decFpy6y4UgYPShQQRzpZQEVXF405jrLg== +"@angular/core@13.3.11": + version "13.3.11" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.3.11.tgz#e5d56560028b3c99c6814989cba7ad61339968ea" + integrity sha512-9BmE2CxyV0g+AkBeuc8IwjSOiJ8Y+kptXnqD/J8EAFT3B0/fLGVnjFdZC6Sev9L0SNZb6qdzebpfIOLqbUjReQ== dependencies: tslib "^2.3.0" @@ -663,9 +663,9 @@ yargs@^17.2.1: y18n "^5.0.5" yargs-parser "^20.2.2" -zone.js@0.11.5: - version "0.11.5" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.5.tgz#ab0b449e91fadb5ebb2db189ffe1b7b6048dc8b1" - integrity sha512-D1/7VxEuQ7xk6z/kAROe4SUbd9CzxY4zOwVGnGHerd/SgLIVU5f4esDzQUsOCeArn933BZfWMKydH7l7dPEp0g== +zone.js@0.11.8: + version "0.11.8" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.8.tgz#40dea9adc1ad007b5effb2bfed17f350f1f46a21" + integrity sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA== dependencies: tslib "^2.3.0" diff --git a/package.json b/package.json index 7cda802ec7..2fde722d4c 100644 --- a/package.json +++ b/package.json @@ -220,7 +220,7 @@ "test:bazel-watch": "yarn ibazel test --test_tag_filters=unit_test //..." }, "dependencies": { - "@angular/language-service": "15.0.0-next.0", + "@angular/language-service": "15.0.0-next.6", "typescript": "4.8.2", "vscode-jsonrpc": "6.0.0", "vscode-languageclient": "7.0.0", diff --git a/server/package.json b/server/package.json index ba9c6fe148..61148d7fee 100644 --- a/server/package.json +++ b/server/package.json @@ -15,7 +15,7 @@ "ngserver": "./bin/ngserver" }, "dependencies": { - "@angular/language-service": "15.0.0-next.0", + "@angular/language-service": "15.0.0-next.6", "vscode-jsonrpc": "6.0.0", "vscode-languageserver": "7.0.0", "vscode-uri": "3.0.3" diff --git a/yarn.lock b/yarn.lock index ec1d76c673..6cd3b7d431 100644 --- a/yarn.lock +++ b/yarn.lock @@ -158,10 +158,10 @@ uuid "^8.3.2" yargs "^17.0.0" -"@angular/language-service@15.0.0-next.0": - version "15.0.0-next.0" - resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-15.0.0-next.0.tgz#3613afda131ef69caaaacd49651f5ed99721798d" - integrity sha512-9luLYZs1ZnqhNLw5U+CEvjq98nprMn/uLmW229WW4cIWYfTSu4jwXhb/d+PaDhAUX6qQaFAjdzT/p58Vmt2L6w== +"@angular/language-service@15.0.0-next.6": + version "15.0.0-next.6" + resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-15.0.0-next.6.tgz#dcfc21098a1b7c4aeb4ec684746a7588a8645686" + integrity sha512-03C4AVNArIXrQgSVuDsnlaj1oZZBxS+mGLJ20QTgaDV4eoyUbyJGPP31r4yUhrlSobX0d+6oPwt6urM8z/KyFQ== "@assemblyscript/loader@^0.10.1": version "0.10.1"