Closed greysteil closed 1 month ago
Hi, @greysteil 👋 Thanks for submitting this. I think this looks great.
Publishing it as a fix. No user-facing changes present.
This has been released in v2.4.13!
Make sure to always update to the latest version (npm i msw@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
@ravicious sounds good. Pull requests are welcome!
All yours @ravicious (or I'll take it if you're busy)
I have to yield as I don't have enough free time at work to take care of this, but I do appreciate your effort!
The only change between v3 and v4 is allowing the prefix for the confirm message to be changed, which msw doesn't use. (Alternatively we could widen the supported range here to
^3.0.0 || ^4.0.0
, but it looks like msw generally specifies a single major version it supports.)The main benefit of the change will be to get access to https://github.com/SBoudrias/Inquirer.js/pull/1569 once it lands (or to make it easier to do so if that is released in a new major version). That will reduce development build size for lots of apps which are currently getting two versions of
@types/node
due to this dependency.