Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update @inquirer/confirm to 4.0 #2300

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

greysteil
Copy link
Contributor

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 SBoudrias/Inquirer.js#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.

@kettanaito kettanaito changed the title chore: update @inquirer/confirm to v4 feat: update @inquirer/confirm to 4.0 Oct 21, 2024
@kettanaito
Copy link
Member

Hi, @greysteil 👋 Thanks for submitting this. I think this looks great.

@kettanaito kettanaito changed the title feat: update @inquirer/confirm to 4.0 fix: update @inquirer/confirm to 4.0 Oct 21, 2024
@kettanaito
Copy link
Member

Publishing it as a fix. No user-facing changes present.

@kettanaito kettanaito merged commit 0cf9cce into mswjs:main Oct 21, 2024
11 checks passed
@kettanaito
Copy link
Member

Released: v2.4.13 🎉

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
Copy link

It looks like we still need one more bump to @inquirer/[email protected] which depends on @inquirer/[email protected] which no longer has @types/node in deps. Compare dep graphs for 4.0.1 and 5.0.0.

@kettanaito
Copy link
Member

@ravicious sounds good. Pull requests are welcome!

@greysteil
Copy link
Contributor Author

All yours @ravicious (or I'll take it if you're busy)

@ravicious
Copy link

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!

@greysteil
Copy link
Contributor Author

Done in #2325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants