File tree Expand file tree Collapse file tree 9 files changed +93
-94
lines changed
angular_devkit/schematics_cli
third_party/github.com/Microsoft/TypeScript Expand file tree Collapse file tree 9 files changed +93
-94
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ http_archive(
204
204
load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
205
205
206
206
rules_ts_dependencies (
207
- # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.9.1-rc | jq -r '.dist.integrity'
208
- ts_integrity = "sha512-pWar+9HGLkLwxu2PX1ItWnWg80r6nZ8qVEyWVRsnlZyZeFkHeR+eCrZ9PcYeVZjdLvcd5p/WgycViI+lsTh2qg ==" ,
207
+ # Obtained by: curl --silent https://registry.npmjs.org/typescript/5.9.2 | jq -r '.dist.integrity'
208
+ ts_integrity = "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A ==" ,
209
209
ts_version_from = "//:package.json" ,
210
210
)
211
211
Original file line number Diff line number Diff line change 140
140
"tar" : " ^7.0.0" ,
141
141
"ts-node" : " ^10.9.1" ,
142
142
"tslib" : " 2.8.1" ,
143
- "typescript" : " 5.9.1-rc " ,
143
+ "typescript" : " 5.9.2 " ,
144
144
"undici" : " 7.13.0" ,
145
145
"unenv" : " ^1.10.0" ,
146
146
"verdaccio" : " 6.1.6" ,
173
173
}
174
174
},
175
175
"resolutions" : {
176
- "typescript" : " 5.9.1-rc "
176
+ "typescript" : " 5.9.2 "
177
177
}
178
178
}
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.8 .2"
18
+ "typescript" : " ~5.9 .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.8 .2"
18
+ "typescript" : " ~5.9 .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" : " 20.2.0-next.3" ,
31
31
"@angular/compiler-cli" : " 20.2.0-next.3" ,
32
- "typescript" : " 5.8.3 " ,
32
+ "typescript" : " 5.9.2 " ,
33
33
"webpack" : " 5.101.0"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
load ("//tools:defaults.bzl" , "ts_project" )
2
2
3
- # files fetched on 2025-07-25
3
+ # files fetched on 2025-08-01
4
4
5
5
# Commands to update from node_modules:
6
6
# cp node_modules/typescript/lib/typescript.d.ts packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
Original file line number Diff line number Diff line change @@ -2285,7 +2285,7 @@ module.exports = __toCommonJS(typescript_exports);
2285
2285
2286
2286
// src/compiler/corePublic.ts
2287
2287
var versionMajorMinor = "5.9";
2288
- var version = "5.9.1-rc ";
2288
+ var version = "5.9.2 ";
2289
2289
var Comparison = /* @__PURE__ */ ((Comparison3) => {
2290
2290
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
2291
2291
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
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.8 .2" ,
24
+ "typescript" : " ~5.9 .2" ,
25
25
"zone.js" : " ~0.15.0"
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments