File tree 11 files changed +214
-670
lines changed
.aspect/rules/external_repository_action_cache
angular_devkit/schematics_cli
third_party/github.com/Microsoft/TypeScript
11 files changed +214
-670
lines changed Original file line number Diff line number Diff line change 3
3
# This file should be checked into version control along with the pnpm-lock.yaml file.
4
4
.npmrc=-1406867100
5
5
modules/testing/builder/package.json=973445093
6
- package.json=-1092551787
6
+ package.json=52575479
7
7
packages/angular/build/package.json=-42220606
8
8
packages/angular/cli/package.json=-1917515334
9
9
packages/angular/pwa/package.json=1108903917
@@ -15,9 +15,9 @@ packages/angular_devkit/build_webpack/package.json=-511874814
15
15
packages/angular_devkit/core/package.json=-411613325
16
16
packages/angular_devkit/schematics/package.json=-1133510866
17
17
packages/angular_devkit/schematics_cli/package.json=-2026655035
18
- packages/ngtools/webpack/package.json=-538346154
18
+ packages/ngtools/webpack/package.json=884391309
19
19
packages/schematics/angular/package.json=251715148
20
- pnpm-lock.yaml=-2045697917
20
+ pnpm-lock.yaml=2092314161
21
21
pnpm-workspace.yaml=-1264044456
22
22
tests/package.json=700948366
23
- yarn.lock=167523655
23
+ yarn.lock=-1083761442
Original file line number Diff line number Diff line change 197
197
"tree-kill" : " 1.2.2" ,
198
198
"ts-node" : " ^10.9.1" ,
199
199
"tslib" : " 2.8.1" ,
200
- "typescript" : " 5.8.1-rc " ,
200
+ "typescript" : " 5.8.2 " ,
201
201
"undici" : " 7.4.0" ,
202
202
"unenv" : " ^1.10.0" ,
203
203
"verdaccio" : " 6.0.5" ,
231
231
}
232
232
},
233
233
"resolutions" : {
234
- "typescript" : " 5.8.1-rc "
234
+ "typescript" : " 5.8.2 "
235
235
}
236
236
}
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@angular-devkit/core" : " ^<%= coreVersion %>" ,
17
17
"@angular-devkit/schematics" : " ^<%= schematicsVersion %>" ,
18
- "typescript" : " ~5.7 .2"
18
+ "typescript" : " ~5.8 .2"
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^20.17.19" ,
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@angular-devkit/core" : " ^<%= coreVersion %>" ,
17
17
"@angular-devkit/schematics" : " ^<%= schematicsVersion %>" ,
18
- "typescript" : " ~5.7 .2"
18
+ "typescript" : " ~5.8 .2"
19
19
},
20
20
"devDependencies" : {
21
21
"@types/node" : " ^20.17.19" ,
Original file line number Diff line number Diff line change 29
29
"@angular-devkit/core" : " workspace:0.0.0-PLACEHOLDER" ,
30
30
"@angular/compiler" : " 19.2.0" ,
31
31
"@angular/compiler-cli" : " 19.2.0" ,
32
- "typescript" : " 5.8.1-rc " ,
32
+ "typescript" : " 5.8.2 " ,
33
33
"webpack" : " 5.98.0"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
load ("//tools:interop.bzl" , "ts_project" )
2
2
3
- # files fetched on 2024-11-28 from
4
- # https://github.com/microsoft/TypeScript/releases/tag/v5.8-beta
3
+ # files fetched on 2025-03-03 from
4
+ # https://github.com/microsoft/TypeScript/releases/tag/v5.8.2
5
5
6
6
# Commands to download:
7
- # curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.8-beta /lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
8
- # curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.8-beta /lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
7
+ # curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.8.2 /lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
8
+ # curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.8.2 /lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
9
9
10
10
licenses (["notice" ]) # Apache 2.0
11
11
Original file line number Diff line number Diff line change @@ -1486,10 +1486,6 @@ declare namespace ts {
1486
1486
command: CommandTypes.Quickinfo;
1487
1487
arguments: FileLocationRequestArgs;
1488
1488
}
1489
- export interface QuickInfoRequestArgs extends FileLocationRequestArgs {
1490
- /** TODO */
1491
- verbosityLevel?: number;
1492
- }
1493
1489
/**
1494
1490
* Body of QuickInfoResponse.
1495
1491
*/
@@ -1523,10 +1519,6 @@ declare namespace ts {
1523
1519
* JSDoc tags associated with symbol.
1524
1520
*/
1525
1521
tags: JSDocTagInfo[];
1526
- /**
1527
- * TODO
1528
- */
1529
- canIncreaseVerbosityLevel?: boolean;
1530
1522
}
1531
1523
/**
1532
1524
* Quickinfo response message.
@@ -10765,7 +10757,6 @@ declare namespace ts {
10765
10757
displayParts?: SymbolDisplayPart[];
10766
10758
documentation?: SymbolDisplayPart[];
10767
10759
tags?: JSDocTagInfo[];
10768
- canIncreaseVerbosityLevel?: boolean;
10769
10760
}
10770
10761
type RenameInfo = RenameInfoSuccess | RenameInfoFailure;
10771
10762
interface RenameInfoSuccess {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 21
21
"rxjs" : " ~7.8.0" ,
22
22
"tslib" : " ^2.3.0" ,
23
23
"ts-node" : " ~10.9.0" ,
24
- "typescript" : " ~5.7 .2" ,
24
+ "typescript" : " ~5.8 .2" ,
25
25
"zone.js" : " ~0.15.0"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments