Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit b470c9c

Browse files
renovate-botKeen Yee Liau
authored andcommitted
fix(deps): update angular monorepo to v11.0.8
1 parent 4b58830 commit b470c9c

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.7",
6-
"@angular/compiler": "11.0.7",
7-
"@angular/compiler-cli": "11.0.7",
8-
"@angular/core": "11.0.7",
5+
"@angular/common": "11.0.8",
6+
"@angular/compiler": "11.0.8",
7+
"@angular/compiler-cli": "11.0.8",
8+
"@angular/core": "11.0.8",
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/[email protected].7":
6-
version "11.0.7"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.7.tgz#bc76452161bc0728563bbf05fe10cac492dcfdad"
8-
integrity sha512-9VuT9qrSP7Q91Wp276DDieCIZiTBrpLNoJzK/RygQShTymCVPg4Dsl3tQUKaHBPx9MexeqRG/HjN02DVpeqtsA==
5+
"@angular/[email protected].8":
6+
version "11.0.8"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.8.tgz#f3fd177af584a4e59b2a9bc1a90fa45dcb3dd672"
8+
integrity sha512-Or7uSetk29wcKOsDVyJl/2JUC34e/gDNI3HNlpFh98miT8G4tqFKSmuLGRPPanIKqyQQQmquV93VNPOMA+rdYA==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].7":
13-
version "11.0.7"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.7.tgz#661c788a9493f61fcba5cb2165399ffe5a843e9d"
15-
integrity sha512-04agqIPmw1exMeZjJmRzeYFgTEXYJ7gKD8TZipsGlu99uU/NQJIsetpzR7/bhPAKDH6YO0p/uavxV0nRpSTIQw==
12+
"@angular/[email protected].8":
13+
version "11.0.8"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.8.tgz#4284fc6e9cc7bee5314738cd32ce8bbdba20237c"
15+
integrity sha512-xblOhSgshNzAxNmLdBjdLHMc3Zoc12w5Bz70nrqtAfK9DY6kQx6aAxpbhOr/F5Jl5XFNbvIviOOkG9aqM1Iuuw==
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/[email protected].7":
34-
version "11.0.7"
35-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.7.tgz#994251520cb4b810240e8081dddb4baddae7551c"
36-
integrity sha512-U+aGn6lP3iB184D2Z+OSK5vCwNtxtsF59T7nNJBMCCwcN7Qc5tfDBbSj1GI11XrIiuuoOxXbAp9BKS0dAyNCWw==
33+
"@angular/[email protected].8":
34+
version "11.0.8"
35+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.8.tgz#da59389d805034a261b839d703bca3134b6157c4"
36+
integrity sha512-v7NjxLvyJl2cxH7roVTMLnaFCLA9gStgndxJcsXtD+hI7hCOFvrzxwpm3J822KYEkwWhB1PMthJwrZ6OWtkp/A==
3737
dependencies:
3838
tslib "^2.0.0"
3939

40-
"@angular/[email protected].7":
41-
version "11.0.7"
42-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.7.tgz#4d81b1a49d3d4aaeb0ef9908695a3cc06707cfd9"
43-
integrity sha512-Kj5uRZoK5+xfMTjkP3tw8oIF5hKTnoF9Bwh5m9GUKqg1wHVKOJcT5JBIEMc8qPyiFgALREA01reIzQdGMjX36A==
40+
"@angular/[email protected].8":
41+
version "11.0.8"
42+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.8.tgz#cc4ffc5506b393bf851fd7b94760d2a66efeb47c"
43+
integrity sha512-NRKCgOtPFKcJpjjSV0NKuoNaD6ZQ3RqXBm9JURbnjVLaTwtCJlQ9H3N/e+HZNw8Ha2TDFJoiYX+RY071cyTMHQ==
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.7",
6-
"@angular/compiler-cli": "11.0.7",
7-
"@angular/core": "11.0.7",
5+
"@angular/common": "11.0.8",
6+
"@angular/compiler-cli": "11.0.8",
7+
"@angular/core": "11.0.8",
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/[email protected].7":
6-
version "11.0.7"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.7.tgz#bc76452161bc0728563bbf05fe10cac492dcfdad"
8-
integrity sha512-9VuT9qrSP7Q91Wp276DDieCIZiTBrpLNoJzK/RygQShTymCVPg4Dsl3tQUKaHBPx9MexeqRG/HjN02DVpeqtsA==
5+
"@angular/[email protected].8":
6+
version "11.0.8"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.8.tgz#f3fd177af584a4e59b2a9bc1a90fa45dcb3dd672"
8+
integrity sha512-Or7uSetk29wcKOsDVyJl/2JUC34e/gDNI3HNlpFh98miT8G4tqFKSmuLGRPPanIKqyQQQmquV93VNPOMA+rdYA==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].7":
13-
version "11.0.7"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.7.tgz#661c788a9493f61fcba5cb2165399ffe5a843e9d"
15-
integrity sha512-04agqIPmw1exMeZjJmRzeYFgTEXYJ7gKD8TZipsGlu99uU/NQJIsetpzR7/bhPAKDH6YO0p/uavxV0nRpSTIQw==
12+
"@angular/[email protected].8":
13+
version "11.0.8"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.8.tgz#4284fc6e9cc7bee5314738cd32ce8bbdba20237c"
15+
integrity sha512-xblOhSgshNzAxNmLdBjdLHMc3Zoc12w5Bz70nrqtAfK9DY6kQx6aAxpbhOr/F5Jl5XFNbvIviOOkG9aqM1Iuuw==
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/[email protected].7":
34-
version "11.0.7"
35-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.7.tgz#4d81b1a49d3d4aaeb0ef9908695a3cc06707cfd9"
36-
integrity sha512-Kj5uRZoK5+xfMTjkP3tw8oIF5hKTnoF9Bwh5m9GUKqg1wHVKOJcT5JBIEMc8qPyiFgALREA01reIzQdGMjX36A==
33+
"@angular/[email protected].8":
34+
version "11.0.8"
35+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.8.tgz#cc4ffc5506b393bf851fd7b94760d2a66efeb47c"
36+
integrity sha512-NRKCgOtPFKcJpjjSV0NKuoNaD6ZQ3RqXBm9JURbnjVLaTwtCJlQ9H3N/e+HZNw8Ha2TDFJoiYX+RY071cyTMHQ==
3737
dependencies:
3838
tslib "^2.0.0"
3939

0 commit comments

Comments
 (0)