File tree 14 files changed +25408
-6703
lines changed
goldens/public-api/angular_devkit
angular_devkit/build_angular
schematics/angular/third_party/github.com/Microsoft/TypeScript
14 files changed +25408
-6703
lines changed Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/http" />
8
+ /// <reference types = " @types/node/ts4.8/http" />
7
9
/// <reference types = " node" />
8
10
9
11
import { BuilderContext } from ' @angular-devkit/architect' ;
Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/fs" />
8
+ /// <reference types = " @types/node/ts4.8/fs" />
7
9
/// <reference types = " node" />
8
10
9
11
import { Observable } from ' rxjs' ;
Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/fs" />
8
+ /// <reference types = " @types/node/ts4.8/fs" />
7
9
/// <reference types = " node" />
8
10
9
11
import * as fs from ' fs' ;
Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/ts4.8/url" />
8
+ /// <reference types = " @types/node/url" />
9
+
7
10
import { BaseException } from ' @angular-devkit/core' ;
8
11
import { JsonValue } from ' @angular-devkit/core' ;
9
12
import { logging } from ' @angular-devkit/core' ;
Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/ts4.8/url" />
8
+ /// <reference types = " @types/node/url" />
9
+
7
10
// @public (undocumented)
8
11
export class NodePackageInstallTask implements TaskConfigurationGenerator <NodePackageTaskOptions > {
9
12
constructor (workingDirectory ? : string );
Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/ts4.8/url" />
8
+ /// <reference types = " @types/node/url" />
9
+
7
10
import { JsonValue } from ' @angular-devkit/core' ;
8
11
import { logging } from ' @angular-devkit/core' ;
9
12
import { Observable } from ' rxjs' ;
Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " @types/node/ts4.8/url" />
8
+ /// <reference types = " @types/node/url" />
9
+
7
10
import { BaseException } from ' @angular-devkit/core' ;
8
11
import { JsonObject } from ' @angular-devkit/core' ;
9
12
import { JsonValue } from ' @angular-devkit/core' ;
Original file line number Diff line number Diff line change 206
206
"tree-kill" : " 1.2.2" ,
207
207
"ts-node" : " ^10.9.1" ,
208
208
"tslib" : " 2.6.2" ,
209
- "typescript" : " 5.2 .2" ,
209
+ "typescript" : " 5.3 .2" ,
210
210
"undici" : " 5.27.2" ,
211
211
"verdaccio" : " 5.27.0" ,
212
212
"verdaccio-auth-memory" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 86
86
"ng-packagr" : " ^17.0.0 || ^17.1.0-next.0" ,
87
87
"protractor" : " ^7.0.0" ,
88
88
"tailwindcss" : " ^2.0.0 || ^3.0.0" ,
89
- "typescript" : " >=5.2 <5.3 "
89
+ "typescript" : " >=5.2 <5.4 "
90
90
},
91
91
"peerDependenciesMeta" : {
92
92
"@angular/localize" : {
Original file line number Diff line number Diff line change 23
23
"dependencies" : {},
24
24
"peerDependencies" : {
25
25
"@angular/compiler-cli" : " ^17.0.0 || ^17.1.0-next.0" ,
26
- "typescript" : " >=5.2 <5.3 " ,
26
+ "typescript" : " >=5.2 <5.4 " ,
27
27
"webpack" : " ^5.54.0"
28
28
},
29
29
"devDependencies" : {
30
30
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
31
31
"@angular/compiler" : " 17.1.0-next.1" ,
32
32
"@angular/compiler-cli" : " 17.1.0-next.1" ,
33
- "typescript" : " 5.2 .2" ,
33
+ "typescript" : " 5.3 .2" ,
34
34
"webpack" : " 5.89.0"
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-06-02 from
4
- # https://github.com/microsoft/TypeScript/releases/tag/v5.2.2
3
+ # files fetched on 2023-11-22 from
4
+ # https://github.com/microsoft/TypeScript/releases/tag/v5.2.3
5
5
6
6
# Commands to download:
7
- # curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.2 .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.2 .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.3 .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.3 .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
You can’t perform that action at this time.
0 commit comments