Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TypeScript 4.7 (fixes ES Modules + Nodemon) #156

Merged
merged 8 commits into from
May 25, 2022

Conversation

anthonyhastings
Copy link
Owner

@anthonyhastings anthonyhastings commented May 25, 2022

fixes #138

  • Updates ts-node to 10.8.0 to allow for support of .mts files.
  • Ensuring nodemon will run ts-node with the esm argument in order to recognise .mts files.
  • Updates typescript to 4.7.2 to allow ES Module support outside of nightly builds.
  • (unrelated) Updated ts-jest to 27.1.5.
  • (unrelated) Ensures NodeJS versions within docker containers match.
  • (unrelated) Adding missing service name to Makefile command.

@anthonyhastings anthonyhastings changed the title Ts esm fixes fix: TypeScript 4.7 (fixes ES Modules + Nodemon) May 25, 2022
@codecov
Copy link

codecov bot commented May 25, 2022

Codecov Report

Merging #156 (6fbb212) into master (2db722e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #156   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          19       19           
  Lines         236      236           
  Branches       14       14           
=======================================
  Hits          234      234           
  Misses          1        1           
  Partials        1        1           
Flag Coverage Δ
unittests 99.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2db722e...6fbb212. Read the comment docs.

@anthonyhastings anthonyhastings self-assigned this May 25, 2022
@anthonyhastings anthonyhastings marked this pull request as ready for review May 25, 2022 22:30
@anthonyhastings anthonyhastings merged commit a715820 into master May 25, 2022
@delete-merged-branch delete-merged-branch bot deleted the ts-esm-fixes branch May 25, 2022 22:31
@anthonyhastings
Copy link
Owner Author

🎉 This PR is included in version 1.7.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues arising from Typescript ESM upgrade
1 participant