kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
7.69k stars 491 forks source link

Use npm-check-updates to upgrade all dev deps I can upgrade without breaking the tests #503

Closed ExplodingCabbage closed 3 months ago

ExplodingCabbage commented 3 months ago

Specifically, I ran:

npx npm-check-updates -u --doctor --doctorTest "bash -c 'yarn clean && yarn grunt'"
ExplodingCabbage commented 3 months ago

Changes to output in dist/ and lib/ folders seems to be limited to changes in ordering, whitespace, and comment positioning, all of which seems fine.