File tree Expand file tree Collapse file tree 6 files changed +830
-863
lines changed Expand file tree Collapse file tree 6 files changed +830
-863
lines changed Original file line number Diff line number Diff line change
1
+ # 15.2.0
2
+
3
+ This release upgrades ` @angular/language-service ` to v15.2.0.
4
+
5
+ * fix(server): Fall back to bundled TS version if specified TSDK is too old ([ #1863 ] ( https://github.com/angular/vscode-ng-language-service/pull/1863 ) )
6
+
1
7
# 15.2.0-next.0
2
8
3
9
This release upgrades ` @angular/language-service ` to v15.2.0-next.1.
Original file line number Diff line number Diff line change 2
2
"name" : " angular-ls-integration-test-project" ,
3
3
"private" : true ,
4
4
"dependencies" : {
5
- "@angular/common" : " 15.0.0-next .0" ,
6
- "@angular/compiler" : " 15.0.0-next .0" ,
7
- "@angular/compiler-cli" : " 15.0.0-next .0" ,
8
- "@angular/core" : " 15.0.0-next .0" ,
5
+ "@angular/common" : " 15.2 .0" ,
6
+ "@angular/compiler" : " 15.2 .0" ,
7
+ "@angular/compiler-cli" : " 15.2 .0" ,
8
+ "@angular/core" : " 15.2 .0" ,
9
9
"rxjs" : " 6.6.7" ,
10
10
"zone.js" : " 0.11.5"
11
11
},
12
12
"devDependencies" : {
13
13
"ng-packagr" : " ^14.0.0" ,
14
- "typescript" : " ~4.6 .0"
14
+ "typescript" : " ~4.9 .0"
15
15
},
16
16
"scripts" : {
17
17
"build" : " ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
You can’t perform that action at this time.
0 commit comments