Skip to content

Commit

Permalink
Upgrade ts-node package to 10.8.0 to fix ESM issues
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rosahbruno committed Aug 23, 2022
1 parent 51addbe commit 3969bc1
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

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

* [#1450](https://github.com/mozilla/glean.js/pull/1450): Update `ts-node` to 10.8.0 to resolve ESM issues when running tests.
* [#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.
* [#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.

Expand Down
81 changes: 47 additions & 34 deletions glean/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glean/package.json
Expand Up @@ -131,7 +131,7 @@
"sqlite3": "^5.0.2",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.0.1",
"ts-node": "^10.0.0",
"ts-node": "^10.8.0",
"typedoc": "^0.22.3",
"typescript": "^4.3.5",
"web-ext-types": "^3.2.1",
Expand Down

0 comments on commit 3969bc1

Please sign in to comment.