fix: Remove inquire submodule#2305
Conversation
|
You'll be "happy" to hear, that on 7.6.3 we are still seeing the same issue 😬 These are all places I could find where
|
|
That's in so far expected that the inquire submodule has been pulled from main/8.x in v8.6.1, but not from 7.x. Can possibly be backported, but I'm also curious what is blocking an upgrade to 8.x in your case? |
It's not a direct dependency in our project, so upgrading means forcing resolution or nudging our deps to upgrade. Neither of which is particularly easy 😬 |
|
Now backported to 7.x, with the inquire submodule removed there as well. |
|
Lovely, thanks! 😍 Will test out ASAP! |
Removes the obsolete inquire submodule because keeping it around is still causing issues with bundlers. This is technically a small breaking API change, but I think it is safe to assume that the
protobuf.util.inquireAPI is not used given its inherent issues. If it is used, which I doubt, the straightforward fix would be to add@protobufjs/inquireas an explicit dependency.See #2278 (comment)