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

Commit 4b58830

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

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.6",
6-
"@angular/compiler": "11.0.6",
7-
"@angular/compiler-cli": "11.0.6",
8-
"@angular/core": "11.0.6",
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",
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].6":
6-
version "11.0.6"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.6.tgz#683a5320a0039683b52d578fa58fea1b0c1805ec"
8-
integrity sha512-zFuqCEn9UGQbMKPbBhCyo8McJs21EIlYsqXgQo62SQkIGVBlzfWnkkJuAXv8DNWN70yb1QHarZWW+6Y1CKFDGw==
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==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].6":
13-
version "11.0.6"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.6.tgz#bdcf9529414e4c24cbd34b72d555cfa7b9fbe77b"
15-
integrity sha512-2rozDjBsHA1DGdwgdqo/cFFg+Rvuy99HaUjE060uqxlZ9QZLwxOJR1RxrScsebuEwPfqrOHzc9tK6lGOzBC0Sw==
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==
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].6":
34-
version "11.0.6"
35-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.6.tgz#3c5bcc695bf0f5e8e4a73da6a043725e39d955d5"
36-
integrity sha512-Scfaowc13HrFr37O05ZwUU6xk25D7DUgzwLTCTCCEM++HMkoWMV44xVzCkx3nBojGN9CgXaOSe0tBkYnDl8WOA==
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==
3737
dependencies:
3838
tslib "^2.0.0"
3939

40-
"@angular/[email protected].6":
41-
version "11.0.6"
42-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.6.tgz#1b6521c3b784a185272f2bf9b90b64aa48da6600"
43-
integrity sha512-npPTnFDldcxuDKFg5fJaFOsWvP4DjCRU2pOk83ck8XTzLwvkD3jfn4zPTpvYSFFyxvXHb2IPTMjx8Jy0AZoVvA==
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==
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.6",
6-
"@angular/compiler-cli": "11.0.6",
7-
"@angular/core": "11.0.6",
5+
"@angular/common": "11.0.7",
6+
"@angular/compiler-cli": "11.0.7",
7+
"@angular/core": "11.0.7",
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].6":
6-
version "11.0.6"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.6.tgz#683a5320a0039683b52d578fa58fea1b0c1805ec"
8-
integrity sha512-zFuqCEn9UGQbMKPbBhCyo8McJs21EIlYsqXgQo62SQkIGVBlzfWnkkJuAXv8DNWN70yb1QHarZWW+6Y1CKFDGw==
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==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].6":
13-
version "11.0.6"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.6.tgz#bdcf9529414e4c24cbd34b72d555cfa7b9fbe77b"
15-
integrity sha512-2rozDjBsHA1DGdwgdqo/cFFg+Rvuy99HaUjE060uqxlZ9QZLwxOJR1RxrScsebuEwPfqrOHzc9tK6lGOzBC0Sw==
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==
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].6":
34-
version "11.0.6"
35-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.6.tgz#1b6521c3b784a185272f2bf9b90b64aa48da6600"
36-
integrity sha512-npPTnFDldcxuDKFg5fJaFOsWvP4DjCRU2pOk83ck8XTzLwvkD3jfn4zPTpvYSFFyxvXHb2IPTMjx8Jy0AZoVvA==
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==
3737
dependencies:
3838
tslib "^2.0.0"
3939

0 commit comments

Comments
 (0)