Skip to content

Commit 3969bc1

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 51addbe commit 3969bc1

File tree

3 files changed

+49
-35
lines changed

3 files changed

+49
-35
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.
56
* [#1449](https://github.com/mozilla/glean.js/pull/1449): BUGFIX: Add missing quotes to `prepare-release` script to fix issues with version numbers in Qt sample README & circle ci config.
67
* [#1449](https://github.com/mozilla/glean.js/pull/1449): Update Qt sample project docs to include note about problems with different version numbers of Qt commands.
78

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)