Skip to content

Commit a20dba1

Browse files
renovate-botKeen Yee Liau
authored andcommitted
fix(deps): update angular monorepo to v11.1.0
1 parent db3690d commit a20dba1

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
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.0.9",
6-
"@angular/compiler": "11.0.9",
7-
"@angular/compiler-cli": "11.0.9",
8-
"@angular/core": "11.0.9",
5+
"@angular/common": "11.1.0",
6+
"@angular/compiler": "11.1.0",
7+
"@angular/compiler-cli": "11.1.0",
8+
"@angular/core": "11.1.0",
99
"rxjs": "6.6.3",
1010
"zone.js": "0.11.3"
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/common@11.0.9":
6-
version "11.0.9"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.9.tgz#423a10eb6133b5090966e33b14cfcb2a7ed1c118"
8-
integrity sha512-QYJx+Y7Bmqdwtyk8TZDqF6io7gPaiZnUPrS/JbV/qB1QA8Q0OVaJSRRy/d0ahsc385+OiUhT7gVnbEh92oWXmQ==
5+
"@angular/common@11.1.0":
6+
version "11.1.0"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.1.0.tgz#c1163981c79e34c72ab0bbc385edf4c30abcc98e"
8+
integrity sha512-jR9fnhzvvpdilyhPnyRlRRFRJ9vf/OhUFJrL42Knaj7uknmjgeu168JhwVdq6uj+v1208suXW+nOXhKNIpH38Q==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/compiler-cli@11.0.9":
13-
version "11.0.9"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.9.tgz#a3e9a554fecbdf23f83303704861aae52a9bdae9"
15-
integrity sha512-ctqT4k5FJpFDUmH05WVVvzcDEHi2ZAgxbdrPtirQXHvjZ7s16WDBsdOQPlrSnsi3HmBD3rqxFf7c305boEI9Rw==
12+
"@angular/compiler-cli@11.1.0":
13+
version "11.1.0"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.1.0.tgz#111f420a9ab9274947f805b9f41ddce8f24070ea"
15+
integrity sha512-PLeVrqBpn43G7DeBkDQqH38Y+VMlCIbxiP4Vv1rFAmKVNIm9J8m8jdC3EQSTXVV+L3oDCVP5/ERSCZ8Jqx6UoA==
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.1.1"
3232

33-
"@angular/compiler@11.0.9":
34-
version "11.0.9"
35-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.9.tgz#524757eac7c9915605c3579f12b2a80cb9d4d783"
36-
integrity sha512-H2IfS6ciPWN0kmKhbwDuvS8ry5GcRFKfoyA/HGk+nQwCE2nAHC8VNwldbtoisO7XfRWr/uaTrh6z/vdfxsAiHw==
33+
"@angular/compiler@11.1.0":
34+
version "11.1.0"
35+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.1.0.tgz#0e2e18fe0cb64ec696986f12f80debcbdccc8d20"
36+
integrity sha512-XW+McH/RVjpLtNkft6UYZQbjhXwX/hvLgUa9jGlTuIFM5o7W4XRPnq5sfn3+QvzdROF0j8S5sy47mGVNQOYMNg==
3737
dependencies:
3838
tslib "^2.0.0"
3939

40-
"@angular/core@11.0.9":
41-
version "11.0.9"
42-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.9.tgz#5e509af2d2580a07f9ddfe3b99ce86ae67689daf"
43-
integrity sha512-J0ff3UK2Cw7Z0eNLtUXrpMFvmmkvPPZWLYIwimyc1pZys7qsIVT6cy2ybGEOhbJgC6qt3fo0DoJV3pGXTalb8A==
40+
"@angular/core@11.1.0":
41+
version "11.1.0"
42+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.1.0.tgz#724c13c53e4afb6d4ef4d9236d50f0be956f57ca"
43+
integrity sha512-VhiRWZEj9Q/OvbbSDcgQ4f53oVcMnDB4uNL8xaWnK0Sb3lZA4aQW3VOlROBITS5n2g7D1zRhvUzdfzVuyuMIaQ==
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.0.9",
6-
"@angular/compiler-cli": "11.0.9",
7-
"@angular/core": "11.0.9",
5+
"@angular/common": "11.1.0",
6+
"@angular/compiler-cli": "11.1.0",
7+
"@angular/core": "11.1.0",
88
"rxjs": "6.6.3",
99
"zone.js": "0.11.3"
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/common@11.0.9":
6-
version "11.0.9"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.9.tgz#423a10eb6133b5090966e33b14cfcb2a7ed1c118"
8-
integrity sha512-QYJx+Y7Bmqdwtyk8TZDqF6io7gPaiZnUPrS/JbV/qB1QA8Q0OVaJSRRy/d0ahsc385+OiUhT7gVnbEh92oWXmQ==
5+
"@angular/common@11.1.0":
6+
version "11.1.0"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.1.0.tgz#c1163981c79e34c72ab0bbc385edf4c30abcc98e"
8+
integrity sha512-jR9fnhzvvpdilyhPnyRlRRFRJ9vf/OhUFJrL42Knaj7uknmjgeu168JhwVdq6uj+v1208suXW+nOXhKNIpH38Q==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/compiler-cli@11.0.9":
13-
version "11.0.9"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.9.tgz#a3e9a554fecbdf23f83303704861aae52a9bdae9"
15-
integrity sha512-ctqT4k5FJpFDUmH05WVVvzcDEHi2ZAgxbdrPtirQXHvjZ7s16WDBsdOQPlrSnsi3HmBD3rqxFf7c305boEI9Rw==
12+
"@angular/compiler-cli@11.1.0":
13+
version "11.1.0"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.1.0.tgz#111f420a9ab9274947f805b9f41ddce8f24070ea"
15+
integrity sha512-PLeVrqBpn43G7DeBkDQqH38Y+VMlCIbxiP4Vv1rFAmKVNIm9J8m8jdC3EQSTXVV+L3oDCVP5/ERSCZ8Jqx6UoA==
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.1.1"
3232

33-
"@angular/core@11.0.9":
34-
version "11.0.9"
35-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.9.tgz#5e509af2d2580a07f9ddfe3b99ce86ae67689daf"
36-
integrity sha512-J0ff3UK2Cw7Z0eNLtUXrpMFvmmkvPPZWLYIwimyc1pZys7qsIVT6cy2ybGEOhbJgC6qt3fo0DoJV3pGXTalb8A==
33+
"@angular/core@11.1.0":
34+
version "11.1.0"
35+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.1.0.tgz#724c13c53e4afb6d4ef4d9236d50f0be956f57ca"
36+
integrity sha512-VhiRWZEj9Q/OvbbSDcgQ4f53oVcMnDB4uNL8xaWnK0Sb3lZA4aQW3VOlROBITS5n2g7D1zRhvUzdfzVuyuMIaQ==
3737
dependencies:
3838
tslib "^2.0.0"
3939

0 commit comments

Comments
 (0)