Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find the @types/node changelog?

I use nodeJs 14 and I can see @types/node has a new version, which is a breaking change. Where can I find the @types/node changelog so I investigate these does not break my application? And do I really care as an applications developer for breaking changes on this package or should I only concentrate on the typescript package which as far I am concerned uses @types/node ?

like image 613
Cap Barracudas Avatar asked Nov 17 '25 00:11

Cap Barracudas


2 Answers

You can check the differences in the code by using this URL:

https://app.renovatebot.com/package-diff?name=@types%2fnode&from=14.17.20&to=14.17.21

Just adjust the from and to query parameters to your needs.

like image 101
Johannes Klauß Avatar answered Nov 18 '25 21:11

Johannes Klauß


You can read through the code to see the changes, as described in the answer by @Johannes Klauß, but if you want an actual changelog where the developer describes breaking changes, it doesn't currently exist. There is an open feature request asking for such a log for @types/node.

It seems the developers think that because @types/node follows node itself, then the list of breaking changes for node is sufficient for @types/node. The downvotes on this suggestion in the linked thread suggest that end-user developers disagree.

like image 29
Patrick Kenny Avatar answered Nov 18 '25 20:11

Patrick Kenny



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!