Skip to content

Commit 0ed32bf

Browse files
renovate-botKeen Yee Liau
authored andcommitted
fix(deps): update angular monorepo
1 parent 223ff89 commit 0ed32bf

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

integration/project/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "11.2.10",
6-
"@angular/compiler": "11.2.10",
7-
"@angular/compiler-cli": "11.2.10",
8-
"@angular/core": "11.2.10",
5+
"@angular/common": "11.2.11",
6+
"@angular/compiler": "11.2.11",
7+
"@angular/compiler-cli": "11.2.11",
8+
"@angular/core": "11.2.11",
99
"rxjs": "6.6.7",
1010
"zone.js": "0.11.4"
1111
}

integration/project/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# yarn lockfile v1
33

44

5-
"@angular/[email protected].10":
6-
version "11.2.10"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.2.10.tgz#e49f3d9b3c80d9b0d95bffb69bcb4363d9f52901"
8-
integrity sha512-eguQEg5GQW1geUa9w00Nabz1BZKOj3rR1Wm6pYlLRF7KdWMDvpJ9xkG2P0X7YoqnWxX8GPqcsl2J3Ds+KDXJLA==
5+
"@angular/[email protected].11":
6+
version "11.2.11"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.2.11.tgz#9663da4364dbf4bfe6ccfa68f7e4b13e9bc858ff"
8+
integrity sha512-q2chMuaJxN1994Jm3ptWLIWx/yE0P4LCYAef7H10tYDXEJUWY9Tul+4YAnDeBjLY7om8/x3jUKChhfkuuWJing==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].10":
13-
version "11.2.10"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.2.10.tgz#953f86fd9303c7bd68465dd95db79eefef1e873b"
15-
integrity sha512-IrCH/5VxFVCwklQQU+bhAQUuwr5nc0Ts7eId5CUyBh3edCdP6vnQaDi7yiJ3yxIo/DAwS68Yel2T1/2KAxp5gg==
12+
"@angular/[email protected].11":
13+
version "11.2.11"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.2.11.tgz#e6111d026112c2bdcd381c672aaa01af043bcd7b"
15+
integrity sha512-RaXldtUmtPFQGmiRM/W9EFQ6C0Wx+llQWrFl+Bo4tcyE9JQ1jaQKYPJStJrv9ljV9RFyiPM3O00kad6QYqUdfQ==
1616
dependencies:
1717
"@babel/core" "^7.8.6"
1818
"@babel/types" "^7.8.6"
@@ -30,17 +30,17 @@
3030
tslib "^2.0.0"
3131
yargs "^16.2.0"
3232

33-
"@angular/[email protected].10":
34-
version "11.2.10"
35-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.2.10.tgz#512efade5a5de11288cfb8e463186125a328d27d"
36-
integrity sha512-+Ba/y0v5eIu1fEJthIpFK+DiIT/YTYSL7Jy1hhZrGLHDiAUxSnzF5/lgrnLAPuZWt/5w44+WPXx3d1xqvNWWNw==
33+
"@angular/[email protected].11":
34+
version "11.2.11"
35+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.2.11.tgz#8dd325e553aeb24b00f2aacbc8657b0206a516ae"
36+
integrity sha512-8hJcT6oH/XGfE8DrCG9/PJR+FMsAAs2zT40c8mAuXa0qSn3Yrg/g1sHZ1eTwdU3iNIKzpoPj33MkJSoGN26NAQ==
3737
dependencies:
3838
tslib "^2.0.0"
3939

40-
"@angular/[email protected].10":
41-
version "11.2.10"
42-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.2.10.tgz#d92843518cf3bef3db7014a7a798609f89072c3b"
43-
integrity sha512-1nZGSVZPvTA6rFJhoivcUKm2YBx9A+569cV1UTPlXjcpO+wNcrrXG+6yjxS2wAffTWEQ7xA0ajyo8mZrpqqw9Q==
40+
"@angular/[email protected].11":
41+
version "11.2.11"
42+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.2.11.tgz#96890c9256bcc3b651ea3cdcf144ef744acda8f3"
43+
integrity sha512-O6/opXdOwsAznpactC68TfX8RSErELfyzYGSoNpejDEFdflm0E2jSF4CcdCBlk6WtAJlnL587Lyr9o7AemI0TA==
4444
dependencies:
4545
tslib "^2.0.0"
4646

integration/workspace/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "workspace",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "11.2.10",
6-
"@angular/compiler-cli": "11.2.10",
7-
"@angular/core": "11.2.10",
5+
"@angular/common": "11.2.11",
6+
"@angular/compiler-cli": "11.2.11",
7+
"@angular/core": "11.2.11",
88
"rxjs": "6.6.7",
99
"zone.js": "0.11.4"
1010
}

integration/workspace/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# yarn lockfile v1
33

44

5-
"@angular/[email protected].10":
6-
version "11.2.10"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.2.10.tgz#e49f3d9b3c80d9b0d95bffb69bcb4363d9f52901"
8-
integrity sha512-eguQEg5GQW1geUa9w00Nabz1BZKOj3rR1Wm6pYlLRF7KdWMDvpJ9xkG2P0X7YoqnWxX8GPqcsl2J3Ds+KDXJLA==
5+
"@angular/[email protected].11":
6+
version "11.2.11"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.2.11.tgz#9663da4364dbf4bfe6ccfa68f7e4b13e9bc858ff"
8+
integrity sha512-q2chMuaJxN1994Jm3ptWLIWx/yE0P4LCYAef7H10tYDXEJUWY9Tul+4YAnDeBjLY7om8/x3jUKChhfkuuWJing==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].10":
13-
version "11.2.10"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.2.10.tgz#953f86fd9303c7bd68465dd95db79eefef1e873b"
15-
integrity sha512-IrCH/5VxFVCwklQQU+bhAQUuwr5nc0Ts7eId5CUyBh3edCdP6vnQaDi7yiJ3yxIo/DAwS68Yel2T1/2KAxp5gg==
12+
"@angular/[email protected].11":
13+
version "11.2.11"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.2.11.tgz#e6111d026112c2bdcd381c672aaa01af043bcd7b"
15+
integrity sha512-RaXldtUmtPFQGmiRM/W9EFQ6C0Wx+llQWrFl+Bo4tcyE9JQ1jaQKYPJStJrv9ljV9RFyiPM3O00kad6QYqUdfQ==
1616
dependencies:
1717
"@babel/core" "^7.8.6"
1818
"@babel/types" "^7.8.6"
@@ -30,10 +30,10 @@
3030
tslib "^2.0.0"
3131
yargs "^16.2.0"
3232

33-
"@angular/[email protected].10":
34-
version "11.2.10"
35-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.2.10.tgz#d92843518cf3bef3db7014a7a798609f89072c3b"
36-
integrity sha512-1nZGSVZPvTA6rFJhoivcUKm2YBx9A+569cV1UTPlXjcpO+wNcrrXG+6yjxS2wAffTWEQ7xA0ajyo8mZrpqqw9Q==
33+
"@angular/[email protected].11":
34+
version "11.2.11"
35+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.2.11.tgz#96890c9256bcc3b651ea3cdcf144ef744acda8f3"
36+
integrity sha512-O6/opXdOwsAznpactC68TfX8RSErELfyzYGSoNpejDEFdflm0E2jSF4CcdCBlk6WtAJlnL587Lyr9o7AemI0TA==
3737
dependencies:
3838
tslib "^2.0.0"
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
168168
},
169169
"dependencies": {
170-
"@angular/language-service": "12.0.0-next.9",
170+
"@angular/language-service": "12.0.0-rc.0",
171171
"typescript": "4.2.4",
172172
"vscode-jsonrpc": "6.0.0",
173173
"vscode-languageclient": "7.0.0",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ngserver": "./bin/ngserver"
1616
},
1717
"dependencies": {
18-
"@angular/language-service": "12.0.0-next.9",
18+
"@angular/language-service": "12.0.0-rc.0",
1919
"vscode-jsonrpc": "6.0.0",
2020
"vscode-languageserver": "7.0.0",
2121
"vscode-uri": "3.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
yaml "^1.10.0"
5353
yargs "^16.2.0"
5454

55-
"@angular/[email protected]next.9":
56-
version "12.0.0-next.9"
57-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.0.0-next.9.tgz#7fa62e9c4c78841fac7b53fd10672f31cd19161b"
58-
integrity sha512-LOUwEF2v5zG+9+hcgt2Lb3GcfPAojHsqV47sH5P0GssErgfRqFVqK5ZnHt4Kj0SmAEUXJ4e/1ZjGpP35CWFq/A==
55+
"@angular/[email protected]rc.0":
56+
version "12.0.0-rc.0"
57+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.0.0-rc.0.tgz#b6ded7f4ab95ebfee28eedb6a1c98b2982ed8349"
58+
integrity sha512-uEd1TIOELQKpCSus3YJO9mm+gpUhjEOstA2MwenZ1cmvFCT/KgHuaENNgTeDAy+aG1RFggaAsnALUJi5D3Oyvg==
5959

6060
"@babel/code-frame@^7.0.0":
6161
version "7.12.13"

0 commit comments

Comments
 (0)