janl / mustache.js

Minimal templating with {{mustaches}} in JavaScript
https://mustache.github.io
MIT License
16.37k stars 2.4k forks source link

Upgrade npm dev dependencies #836

Open lucas42 opened 1 month ago

lucas42 commented 1 month ago

Bump a bunch of dev dependency versions in package.json to more recent ones.

These aren't all the latest versions available, as some of those caused breaking changes in the tests. Therefore, I've stopped at the most recent version I could find without a breaking change.

As part of this, I've had to move the node 10 tests into the "legacy" matrix. (I'm not entirely sure which of the upgrades broke it specifically).

lucas42 commented 1 month ago

Note: merging this pull request separately may cause conflicts with other pull requests I've raised. I'd recommend only merging #837, which combines several upgrades in a single place.