janl / mustache.js

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

Fix browser usage job #834

Open lucas42 opened 4 months ago

lucas42 commented 4 months ago

The job browser-usage appears to be consistently failing in github actions.

I've found that upgrading some dependencies fixes it. But I'm not entirely sure what the underlying cause it. Through trial & error, I've reach this set of upgrades as the minimal needed to get all the tests passing again.

(Fixes #832 ) (Supersedes #833)

lucas42 commented 4 months 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.