File tree 11 files changed +15833
-14708
lines changed
schematics/angular/third_party/github.com/Microsoft/TypeScript
11 files changed +15833
-14708
lines changed Original file line number Diff line number Diff line change 203
203
"tree-kill" : " 1.2.2" ,
204
204
"ts-node" : " ^10.9.1" ,
205
205
"tslib" : " 2.5.2" ,
206
- "typescript" : " ~5.0.2 " ,
206
+ "typescript" : " 5.1.0-beta " ,
207
207
"verdaccio" : " 5.24.1" ,
208
208
"verdaccio-auth-memory" : " ^10.0.0" ,
209
209
"vite" : " 4.3.8" ,
Original file line number Diff line number Diff line change 85
85
"ng-packagr" : " ^16.0.0 || ^16.1.0-next.0" ,
86
86
"protractor" : " ^7.0.0" ,
87
87
"tailwindcss" : " ^2.0.0 || ^3.0.0" ,
88
- "typescript" : " >=4.9.3 <5.1 "
88
+ "typescript" : " >=4.9.3 <5.2 "
89
89
},
90
90
"peerDependenciesMeta" : {
91
91
"@angular/localize" : {
Original file line number Diff line number Diff line change 8
8
"moduleResolution" : " node" ,
9
9
"emitDecoratorMetadata" : true ,
10
10
"experimentalDecorators" : true ,
11
+ "skipLibCheck" : true ,
11
12
"target" : " es2022" ,
12
13
"module" : " es2022" ,
13
14
"useDefineForClassFields" : false ,
14
- "typeRoots" : [
15
- " node_modules/@types"
16
- ],
17
15
"lib" : [
18
16
" es2022" ,
19
17
" dom"
Original file line number Diff line number Diff line change 10
10
"target" : " es2015" ,
11
11
"module" : " es2022" ,
12
12
"useDefineForClassFields" : false ,
13
- "typeRoots" : [
14
- " node_modules/@types"
15
- ],
16
13
"lib" : [
17
14
" es2022" ,
18
15
" dom"
Original file line number Diff line number Diff line change 9
9
"emitDecoratorMetadata" : true ,
10
10
"experimentalDecorators" : true ,
11
11
"target" : " es2022" ,
12
- "typeRoots" : [" node_modules/@types" ],
13
12
"lib" : [" es2022" , " dom" ]
14
13
},
15
14
"angularCompilerOptions" : {
Original file line number Diff line number Diff line change 9
9
"experimentalDecorators" : true ,
10
10
"target" : " es2022" ,
11
11
"module" : " esnext" ,
12
- "typeRoots" : [" node_modules/@types" ],
13
12
"lib" : [" es2022" , " dom" ]
14
13
},
15
14
"angularCompilerOptions" : {
Original file line number Diff line number Diff line change 23
23
"dependencies" : {},
24
24
"peerDependencies" : {
25
25
"@angular/compiler-cli" : " ^16.0.0 || ^16.1.0-next.0" ,
26
- "typescript" : " >=4.9.3 <5.1 " ,
26
+ "typescript" : " >=4.9.3 <5.2 " ,
27
27
"webpack" : " ^5.54.0"
28
28
},
29
29
"devDependencies" : {
30
30
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
31
31
"@angular/compiler" : " 16.1.0-next.1" ,
32
32
"@angular/compiler-cli" : " 16.1.0-next.1" ,
33
- "typescript" : " ~5.0.2 " ,
33
+ "typescript" : " 5.1.0-beta " ,
34
34
"webpack" : " 5.83.1"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
load ("//tools:defaults.bzl" , "ts_library" )
2
2
3
- # files fetched on 2023-03-17 from
4
- # https://github.com/microsoft/TypeScript/releases/tag/v5.0.2
3
+ # files fetched on 2023-05-22 from
4
+ # https://github.com/microsoft/TypeScript/releases/tag/v5.1-beta
5
5
6
6
# Commands to download:
7
- # curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.0.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.0.2 /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.1-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.1-beta /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
You can’t perform that action at this time.
0 commit comments