From ed756353b6485acb315950f4b444bb144513bb68 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Oct 2021 20:43:21 +0000 Subject: [PATCH] fix(deps): update angular monorepo --- integration/project/package.json | 8 ++++---- integration/project/yarn.lock | 32 +++++++++++++++--------------- integration/workspace/package.json | 8 ++++---- integration/workspace/yarn.lock | 32 +++++++++++++++--------------- package.json | 2 +- server/package.json | 2 +- v12_language_service/package.json | 2 +- v12_language_service/yarn.lock | 5 +++++ yarn.lock | 8 ++++---- 9 files changed, 52 insertions(+), 47 deletions(-) diff --git a/integration/project/package.json b/integration/project/package.json index 90487e3594..827d4c89be 100644 --- a/integration/project/package.json +++ b/integration/project/package.json @@ -2,10 +2,10 @@ "name": "angular-ls-integration-test-project", "private": true, "dependencies": { - "@angular/common": "13.0.0-next.15", - "@angular/compiler": "13.0.0-next.15", - "@angular/compiler-cli": "13.0.0-next.15", - "@angular/core": "13.0.0-next.15", + "@angular/common": "13.0.0-rc.0", + "@angular/compiler": "13.0.0-rc.0", + "@angular/compiler-cli": "13.0.0-rc.0", + "@angular/core": "13.0.0-rc.0", "rxjs": "6.6.7", "zone.js": "0.11.4" } diff --git a/integration/project/yarn.lock b/integration/project/yarn.lock index 2fdae71a76..06155b7439 100644 --- a/integration/project/yarn.lock +++ b/integration/project/yarn.lock @@ -2,17 +2,17 @@ # yarn lockfile v1 -"@angular/common@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.0.0-next.15.tgz#9d55f51fbda235bea9510ca30a2f6389b22a19c2" - integrity sha512-T0LPfZ4kKbcoT0QVluyT1Jo7J5ZK3vVSKSYMEHxqE21pFqlI5MMGdqn9X+SDlIEvEikARXG4w10Q3uJuAaaS5Q== +"@angular/common@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.0.0-rc.0.tgz#016a08ce3124887568fd30b1afba97c9eee7ef10" + integrity sha512-2w/9I2A2cC0R6ipE9V89KvpoTXhc98fNZ/VIwCnlyeuCmWGmaztarz8aSmDYSJeUym5CDhJf9h4zlm+TKh8cMg== dependencies: tslib "^2.3.0" -"@angular/compiler-cli@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.0.0-next.15.tgz#4f25b6d3feb1dbb0a6dd0f7d5445f24d20b49709" - integrity sha512-15w0fFrqFfHNbQ7nrzTB4rrObsIpmsbGAlrKoFPdWN2LbAYUEauUhRIPi1Et+4A1eh9beIUHpofwb+VRrUhuLw== +"@angular/compiler-cli@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.0.0-rc.0.tgz#89b628eae5f2bba3812985d720554216b3326e46" + integrity sha512-juZ5+f8Dg2uc790FZ3EtV0TbSQqPPKKW0Aik48ls9txhjr5lu5k7pbca/NuwLlNeujdq/A8/lRkSTz65US6jMg== dependencies: "@babel/core" "^7.8.6" canonical-path "1.0.0" @@ -26,17 +26,17 @@ tslib "^2.3.0" yargs "^17.2.1" -"@angular/compiler@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.0.0-next.15.tgz#bd9eaf5edc017112cf0c43de584f4167c6a3008f" - integrity sha512-R2rKkSvONDuSW7D7WsN4nBH1fmZ9YagSiAb4F7cch5408DOMT6OlEgJDWAp69eWXiVDagd8R3e6K8j8StoZ6PQ== +"@angular/compiler@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.0.0-rc.0.tgz#82997864b9ea9adf1b5948d17136f241d39b791f" + integrity sha512-JL8URauB3V/c8ZP3VehQRCW/hyGmm+ZWgffRWBbCC2xvVTswKgRY7wyeE+JvQdsBb4scsD5AyytfjhVCvvHQZg== dependencies: tslib "^2.3.0" -"@angular/core@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.0.0-next.15.tgz#0d6083c7154bedf9a825e6270f41b83bacb325b3" - integrity sha512-lBjH+dUWCj+Ki4najMRF4yoXq0p6MF+4hEQEwimlvUo3BFRMRTl9CMv82oSBeSYJkZlov1w5zhaA1PQO6zjyKQ== +"@angular/core@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.0.0-rc.0.tgz#ec3013f7d262915d8b0f2929fb4110e693909e74" + integrity sha512-wviKQikwHwThvLKU36WWbrRTs1tZjHY6pn0sAz2zB5Mz3zxUexLWKP/t2guIkI1rrrqW7z8KcKYusOdOZW2lOw== dependencies: tslib "^2.3.0" diff --git a/integration/workspace/package.json b/integration/workspace/package.json index 2fbda1349b..66e634355c 100644 --- a/integration/workspace/package.json +++ b/integration/workspace/package.json @@ -2,10 +2,10 @@ "name": "workspace", "private": true, "dependencies": { - "@angular/common": "13.0.0-next.15", - "@angular/compiler": "13.0.0-next.15", - "@angular/compiler-cli": "13.0.0-next.15", - "@angular/core": "13.0.0-next.15", + "@angular/common": "13.0.0-rc.0", + "@angular/compiler": "13.0.0-rc.0", + "@angular/compiler-cli": "13.0.0-rc.0", + "@angular/core": "13.0.0-rc.0", "rxjs": "6.6.7", "zone.js": "0.11.4" } diff --git a/integration/workspace/yarn.lock b/integration/workspace/yarn.lock index 71e2f1b0de..8c2d6464f9 100644 --- a/integration/workspace/yarn.lock +++ b/integration/workspace/yarn.lock @@ -2,17 +2,17 @@ # yarn lockfile v1 -"@angular/common@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.0.0-next.15.tgz#9d55f51fbda235bea9510ca30a2f6389b22a19c2" - integrity sha512-T0LPfZ4kKbcoT0QVluyT1Jo7J5ZK3vVSKSYMEHxqE21pFqlI5MMGdqn9X+SDlIEvEikARXG4w10Q3uJuAaaS5Q== +"@angular/common@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.0.0-rc.0.tgz#016a08ce3124887568fd30b1afba97c9eee7ef10" + integrity sha512-2w/9I2A2cC0R6ipE9V89KvpoTXhc98fNZ/VIwCnlyeuCmWGmaztarz8aSmDYSJeUym5CDhJf9h4zlm+TKh8cMg== dependencies: tslib "^2.3.0" -"@angular/compiler-cli@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.0.0-next.15.tgz#4f25b6d3feb1dbb0a6dd0f7d5445f24d20b49709" - integrity sha512-15w0fFrqFfHNbQ7nrzTB4rrObsIpmsbGAlrKoFPdWN2LbAYUEauUhRIPi1Et+4A1eh9beIUHpofwb+VRrUhuLw== +"@angular/compiler-cli@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.0.0-rc.0.tgz#89b628eae5f2bba3812985d720554216b3326e46" + integrity sha512-juZ5+f8Dg2uc790FZ3EtV0TbSQqPPKKW0Aik48ls9txhjr5lu5k7pbca/NuwLlNeujdq/A8/lRkSTz65US6jMg== dependencies: "@babel/core" "^7.8.6" canonical-path "1.0.0" @@ -26,17 +26,17 @@ tslib "^2.3.0" yargs "^17.2.1" -"@angular/compiler@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.0.0-next.15.tgz#bd9eaf5edc017112cf0c43de584f4167c6a3008f" - integrity sha512-R2rKkSvONDuSW7D7WsN4nBH1fmZ9YagSiAb4F7cch5408DOMT6OlEgJDWAp69eWXiVDagd8R3e6K8j8StoZ6PQ== +"@angular/compiler@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.0.0-rc.0.tgz#82997864b9ea9adf1b5948d17136f241d39b791f" + integrity sha512-JL8URauB3V/c8ZP3VehQRCW/hyGmm+ZWgffRWBbCC2xvVTswKgRY7wyeE+JvQdsBb4scsD5AyytfjhVCvvHQZg== dependencies: tslib "^2.3.0" -"@angular/core@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.0.0-next.15.tgz#0d6083c7154bedf9a825e6270f41b83bacb325b3" - integrity sha512-lBjH+dUWCj+Ki4najMRF4yoXq0p6MF+4hEQEwimlvUo3BFRMRTl9CMv82oSBeSYJkZlov1w5zhaA1PQO6zjyKQ== +"@angular/core@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.0.0-rc.0.tgz#ec3013f7d262915d8b0f2929fb4110e693909e74" + integrity sha512-wviKQikwHwThvLKU36WWbrRTs1tZjHY6pn0sAz2zB5Mz3zxUexLWKP/t2guIkI1rrrqW7z8KcKYusOdOZW2lOw== dependencies: tslib "^2.3.0" diff --git a/package.json b/package.json index e7133ea161..93341e6dac 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js" }, "dependencies": { - "@angular/language-service": "13.0.0-next.15", + "@angular/language-service": "13.0.0-rc.0", "typescript": "4.4.3", "vscode-jsonrpc": "6.0.0", "vscode-languageclient": "7.0.0", diff --git a/server/package.json b/server/package.json index f5cd0bd2b3..5715e58ae1 100644 --- a/server/package.json +++ b/server/package.json @@ -15,7 +15,7 @@ "ngserver": "./bin/ngserver" }, "dependencies": { - "@angular/language-service": "13.0.0-next.15", + "@angular/language-service": "13.0.0-rc.0", "vscode-jsonrpc": "6.0.0", "vscode-languageserver": "7.0.0", "vscode-uri": "3.0.2" diff --git a/v12_language_service/package.json b/v12_language_service/package.json index 8dccfb53b3..fc9e33a3bc 100644 --- a/v12_language_service/package.json +++ b/v12_language_service/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@angular/language-service": "12.2.9", + "@angular/language-service": "12.2.10", "@angular/language-server": "12.2.1" } } \ No newline at end of file diff --git a/v12_language_service/yarn.lock b/v12_language_service/yarn.lock index 395cace62e..9a6df0a50e 100644 --- a/v12_language_service/yarn.lock +++ b/v12_language_service/yarn.lock @@ -12,6 +12,11 @@ vscode-languageserver "7.0.0" vscode-uri "3.0.2" +"@angular/language-service@12.2.10": + version "12.2.10" + resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.2.10.tgz#051d92813185535c7b1c496f4306f10a729b335e" + integrity sha512-o9KY39+1bw9xB6vsMWAbcPFWNdTQ/6TSKyQkmAyYca7T6LlNOe/qWln2655ZFPhyG6d9R8nbTi3X0MhMP+H7xQ== + "@angular/language-service@12.2.9": version "12.2.9" resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.2.9.tgz#6732c2dae7c25760cfe22f65c714096aa4f0a387" diff --git a/yarn.lock b/yarn.lock index d7c8ff8482..d56e11470d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,10 +52,10 @@ yaml "^1.10.0" yargs "^17.0.0" -"@angular/language-service@13.0.0-next.15": - version "13.0.0-next.15" - resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-next.15.tgz#3839fca225b02ad41bf1e35e79abc95934b9e074" - integrity sha512-L0T+Ov9TchY9H76LJl0ZCAIsNv89jpXbhkZSyg4WvO3fcOx7WPfo0xW3ymM+4kofF8u1l6WRBaqCDM+350DG3A== +"@angular/language-service@13.0.0-rc.0": + version "13.0.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-rc.0.tgz#172c917865cb3f28aee4d93d7d3224f4cbce6b69" + integrity sha512-fAtCXPq79qBtG4rbRo2RhmzAR7aAwtyvwSqh+gmj7ZVW7C8NkwDF7agBR96szPzH3ZXSLZDf/6goRnCRlxbLdA== "@babel/code-frame@^7.0.0": version "7.12.13"