ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Upgrade from diff 4 to diff 5

Open cspotcode opened this issue 3 years ago • 1 comments

Diff 4 was flagged in some sort of audit at work.

For starters, this audit is wrong: the audit tool got confused and assumed that a devDependency of diff would be used by us. Transitive devDependencies are not installed; this is not how the ecosystem works.

...but all the same, if the upgrade is painless, we might as well do it.

cspotcode avatar Mar 02 '22 18:03 cspotcode

Breaking changes in v5 https://github.com/kpdecker/jsdiff/blob/master/release-notes.md#v500

cspotcode avatar Mar 03 '22 04:03 cspotcode