Skip to content

Commit 2f36b53

Browse files
devversionangular-robot[bot]
authored andcommitted
build: remove ts-node forking bug workaround
In the past, `ts-node` had a bug that prevented forking processes when used in combination with `--esm`. We contributed a fix upstream to `ts-node` to fix this, and this commit updates to the latest version so that we can simplify our `ng-dev` invocation. TypeStrong/ts-node@32d07e2
1 parent 5934493 commit 2f36b53

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build:bazel": "node ./bin/devkit-admin build-bazel",
2525
"build-tsc": "tsc -p tsconfig.json",
2626
"lint": "eslint --cache --max-warnings=0 \"**/*.ts\"",
27-
"ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/ng-dev/bundles/cli.mjs",
27+
"ng-dev": "ts-node --esm --project .ng-dev/tsconfig.json --transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs",
2828
"templates": "node ./bin/devkit-admin templates",
2929
"validate": "node ./bin/devkit-admin validate",
3030
"postinstall": "yarn webdriver-update && yarn husky install",
@@ -140,7 +140,6 @@
140140
"chokidar": "3.5.3",
141141
"copy-webpack-plugin": "11.0.0",
142142
"critters": "0.0.16",
143-
"cross-env": "^7.0.3",
144143
"css-loader": "6.7.3",
145144
"debug": "^4.1.1",
146145
"esbuild": "0.17.8",
@@ -209,7 +208,7 @@
209208
"terser": "5.16.3",
210209
"text-table": "0.2.0",
211210
"tree-kill": "1.2.2",
212-
"ts-node": "^10.0.0",
211+
"ts-node": "^10.9.1",
213212
"tslib": "2.5.0",
214213
"typescript": "4.9.5",
215214
"verdaccio": "5.21.1",

yarn.lock

+2-11
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121

122122
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#26fc36d66eb747768721cdb9eff3385187456a32":
123123
version "0.0.0-98bdad2a2ff3cd66c78048a3d2f48d50389c494a"
124-
uid "26fc36d66eb747768721cdb9eff3385187456a32"
125124
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#26fc36d66eb747768721cdb9eff3385187456a32"
126125
dependencies:
127126
"@angular-devkit/build-angular" "15.2.0-next.3"
@@ -307,7 +306,6 @@
307306

308307
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#fa4d4694084d46886ca28fd09768a7df69b5b84d":
309308
version "0.0.0-98bdad2a2ff3cd66c78048a3d2f48d50389c494a"
310-
uid fa4d4694084d46886ca28fd09768a7df69b5b84d
311309
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#fa4d4694084d46886ca28fd09768a7df69b5b84d"
312310
dependencies:
313311
"@yarnpkg/lockfile" "^1.1.0"
@@ -5033,21 +5031,14 @@ critters@0.0.16:
50335031
postcss "^8.3.7"
50345032
pretty-bytes "^5.3.0"
50355033

5036-
cross-env@^7.0.3:
5037-
version "7.0.3"
5038-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
5039-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
5040-
dependencies:
5041-
cross-spawn "^7.0.1"
5042-
50435034
cross-fetch@3.1.5, cross-fetch@^3.1.5:
50445035
version "3.1.5"
50455036
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
50465037
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
50475038
dependencies:
50485039
node-fetch "2.6.7"
50495040

5050-
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
5041+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
50515042
version "7.0.3"
50525043
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
50535044
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -10966,7 +10957,7 @@ treeverse@^2.0.0:
1096610957
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
1096710958
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
1096810959

10969-
ts-node@^10.0.0:
10960+
ts-node@^10.9.1:
1097010961
version "10.9.1"
1097110962
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
1097210963
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==

0 commit comments

Comments
 (0)