Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm i --engines-strict {@sinonjs/fake-timers,mocha}@latest No actual breaking changes, both libraries just bumped their minimum required Node versions (to ≥18, which is fine for us) and mistakenly [1] consider this a breaking change which requires me to waste my time looking through their release notes only to conclude I don’t actually need to do anything. [1]: https://wikis.world/@LucasWerkmeister/113754050284292899
- Loading branch information
4a2dd9d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: the command in the commit message is slightly wrong (because npm, in its infinite wisdom, silently ignores invalid options). The option I actually meant is
--engine-strict
(not “engines”). That said, it doesn’t make a difference in this case AFAICT.