-
Notifications
You must be signed in to change notification settings - Fork 80
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
Upgrading to Typescript 5.x #1313
Comments
Some questions/aspects
|
I think it might have some consequences with #1267 too. |
upgradeing to the latest version of node-opcua uses nodejs16 package definition convention and thefore requires a bump of typescript. I have fix, to some extend, the issue that daniel pointed out in PR #1335. (see first commit) As a general rules, some modern version of nodejs packages are using more and more the Node16 or NodeNext convention and it would be a good thing to switch to this so you can upgrade package version more easily. |
@relu91 @egekorkan @JKRhb what is your feeling. Note: maybe it makes sense to push a node-wot version without the change (also without the proposed changes from @erossignon) and afterward move to node-wot 1.0.0 and update NodeJS version? |
if it is possible I would wait to merge #1335 until the new PR about moving from browserify has landed. I can open it later this afternoon but mostly as a draft. Than we can understand additional changes needed to make opcua work as @erossignon did in his PR. |
Do we have substantial changes to be published? otherwise, I'd wait for the new re-vamped node-wot. |
Mhh, probably not really... Let's wait 👍 |
Should we update to version 5 (or newer) of TypeScript? We have noticed this in test-things due to discrepancy in the versions (not a huge deal) and I wasn't sure if there is a blocker.
I could not find an exact issue and asked @danielpeintner and we both remember something but not an issue it seems.
The text was updated successfully, but these errors were encountered: