Skip to content

Commit 4dafaf1

Browse files
authored
Merge pull request #1457 from rosahbruno/bump-tsnode
Fix ts-node version issue with webext sample project
2 parents 576eed4 + ef4b990 commit 4dafaf1

File tree

3 files changed

+49
-41
lines changed

3 files changed

+49
-41
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+
* [#1457](https://github.com/mozilla/glean.js/pull/1457): Update `ts-node` to 10.8.0 to resolve ESM issues when running tests inside of `webext` sample project.
56
* [#1452](https://github.com/mozilla/glean.js/pull/1452): Remove `glean.restarted` trailing events from events list.
67
* [#1450](https://github.com/mozilla/glean.js/pull/1450): Update `ts-node` to 10.8.0 to resolve ESM issues when running tests.
78
* [#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.

samples/browser/webext/package-lock.json

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

samples/browser/webext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"web-ext-types": "^3.2.1",
2727
"webpack": "^5.71.0",
2828
"webpack-cli": "^4.9.2",
29-
"ts-node": "^10.7.0",
29+
"ts-node": "^10.8.0",
3030
"strip-ansi": "^7.0.1"
3131
}
3232
}

0 commit comments

Comments
 (0)