qunitjs / qunit

🔮 An easy-to-use JavaScript unit testing framework.
https://qunitjs.com
MIT License
4.02k stars 783 forks source link

CLI: Upgrade `node-watch` to 0.7.4 #1757

Closed Krinkle closed 1 month ago

Krinkle commented 1 month ago

Update node-watch from 0.7.3 to 0.7.4 (latest).

https://github.com/yuanchuan/node-watch/releases/tag/0.7.4 https://github.com/yuanchuan/node-watch/commits/master

Previously at https://github.com/qunitjs/qunit/issues/1522.

Krinkle commented 1 month ago

Verify publication: node-watch 0.7.4

Previously at https://github.com/qunitjs/qunit/issues/1524

$ npm info node-watch@0.7.1
node-watch@0.7.1 | MIT | deps: none

maintainers:
- yuanchuan <yuanchuan23@gmail.com>
- intervalia <intervalia@gmail.com>

Now:

$ npm info node-watch@0.7.4
node-watch@0.7.4 | MIT | deps: none | versions: 40

published 10 months ago by yuanchuan <yuanchuan23@gmail.com>

LGTM.

Review package diff: node-watch 0.7.3 -> 0.7.4

https://diff.intrinsic.com/node-watch/0.7.3/0.7.4

Per the last point, I'll keep this off for now since there is no urgency for it. I only prepared this PR thinking it could go into the last QUnit 2.x release, but I'll let it go to 3.0 instead.