Skip to content

Commit c22b40d

Browse files
committed
Upgrade ts-node package to 10.8.0 to fix ESM issues
The maintainers of the `ts-node` package added this fix to their repo in version 10.8.0 to deal with the short-circuit ESM errors. TypeStrong/ts-node#1715
1 parent cf8736b commit c22b40d

File tree

3 files changed

+50
-35
lines changed

3 files changed

+50
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[Full changelog](https://github.com/mozilla/glean.js/compare/v1.1.0...main)
44

5+
* [#1450](https://github.com/mozilla/glean.js/pull/1450): Update `ts-node` to 10.8.0 to resolve ESM issues when running tests.
6+
57
# v1.1.0 (2022-07-18)
68

79
[Full changelog](https://github.com/mozilla/glean.js/compare/v1.0.0...v1.1.0)

glean/package-lock.json

Lines changed: 47 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"sqlite3": "^5.0.2",
132132
"terser-webpack-plugin": "^5.2.4",
133133
"ts-loader": "^9.0.1",
134-
"ts-node": "^10.0.0",
134+
"ts-node": "^10.8.0",
135135
"typedoc": "^0.22.3",
136136
"typescript": "^4.3.5",
137137
"web-ext-types": "^3.2.1",

0 commit comments

Comments
 (0)