Skip to content

Commit 49548a4

Browse files
author
Angular Builds
committed
4d466bf build: update to TypeScript 5.7
1 parent 3064dfe commit 49548a4

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

bin/schematics.js

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
2323
}) : function(o, v) {
2424
o["default"] = v;
2525
});
26-
var __importStar = (this && this.__importStar) || function (mod) {
27-
if (mod && mod.__esModule) return mod;
28-
var result = {};
29-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30-
__setModuleDefault(result, mod);
31-
return result;
32-
};
26+
var __importStar = (this && this.__importStar) || (function () {
27+
var ownKeys = function(o) {
28+
ownKeys = Object.getOwnPropertyNames || function (o) {
29+
var ar = [];
30+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
31+
return ar;
32+
};
33+
return ownKeys(o);
34+
};
35+
return function (mod) {
36+
if (mod && mod.__esModule) return mod;
37+
var result = {};
38+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
39+
__setModuleDefault(result, mod);
40+
return result;
41+
};
42+
})();
3343
var __importDefault = (this && this.__importDefault) || function (mod) {
3444
return (mod && mod.__esModule) ? mod : { "default": mod };
3545
};

blank/project-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~5.6.2"
18+
"typescript": "~5.7.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "19.1.0-next.0+sha-3d1c52b",
3+
"version": "19.1.0-next.0+sha-4d466bf",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#3d1c52b",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#3d1c52b",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#4d466bf",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#4d466bf",
2626
"@inquirer/prompts": "7.1.0",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",

schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~5.6.2"
18+
"typescript": "~5.7.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Dec 02 2024 12:37:02 GMT+0000 (Coordinated Universal Time)
1+
Mon Dec 02 2024 13:20:20 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)