MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Make @types/node version equal to specified minimum engine version #257

Closed clemens-mw closed 4 months ago

clemens-mw commented 4 months ago

@types/node version should match specified engine in package.json? or can @types/node version be higher? should we ignore renovate pull requests like #157?

ResistantBear commented 4 months ago

As far as I have understand, the major version of @types/node corresponds to the version of node.js, and as package.json specifies the minimum version of node.js we currently want to support, yes, it should match that then.

Yes, you can continue to ignore it probably, until we some day want/have to increase the required node.js version.