For projects that are slower to upgrade the node version, it is difficult to find the correct sinon version, as the current LTS version is newer than the old one required by the projects. Currently it is difficult to find out which sinon version supports an old node version.
Solution - optional
Add overview of previously supported Node.js and the according Sinon.js version.
How to verify - mandatory
pass
Checklist for author
[ ] npm run lint passes
[ ] References to standard library functions are cached.
Purpose (TL;DR) - mandatory
fixes #2601
Background (Problem in detail)
For projects that are slower to upgrade the node version, it is difficult to find the correct sinon version, as the current LTS version is newer than the old one required by the projects. Currently it is difficult to find out which sinon version supports an old node version.
Solution - optional
Add overview of previously supported Node.js and the according Sinon.js version.
How to verify - mandatory
pass
Checklist for author
npm run lint
passes