You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Are you sure this is an issue with the Botkit core module?
Yes, it's explicitly about a dependency that botkit has on botbuilder-dialogs.
What are you trying to achieve or the steps to reproduce?
Right now, using the botkit or botbuilder-adapter-slack in our application balloons our docker image size by over 300MB due to a botbuilder-dialogs dependency on cldr-data.
botbuilder-dialogs has been patched to just import the couple json files necessary from cldr-data over the full payload here: microsoft/botbuilder-js#1444
... and this fix was released as 4.7.0. It would be very worthwhile to upgrade this dependency, as it'll reduce transitive disk costs significantly.
What was the result you received?
botkit still depends on botbuilder-dialogs version 4.6.0, leading to 300MB of unnecessary i18n JSON data being imported into our app.
What did you expect?
botkit upgrades its dependency on botbuilder-dialogs (and other botbuilder packages) to 4.7.0.
The text was updated successfully, but these errors were encountered:
Are you sure this is an issue with the Botkit core module?
Yes, it's explicitly about a dependency that
botkit
has onbotbuilder-dialogs
.What are you trying to achieve or the steps to reproduce?
Right now, using the
botkit
orbotbuilder-adapter-slack
in our application balloons our docker image size by over 300MB due to abotbuilder-dialogs
dependency oncldr-data
.botbuilder-dialogs
has been patched to just import the couple json files necessary fromcldr-data
over the full payload here:microsoft/botbuilder-js#1444
... and this fix was released as 4.7.0. It would be very worthwhile to upgrade this dependency, as it'll reduce transitive disk costs significantly.
What was the result you received?
botkit
still depends onbotbuilder-dialogs
version 4.6.0, leading to 300MB of unnecessary i18n JSON data being imported into our app.What did you expect?
botkit
upgrades its dependency onbotbuilder-dialogs
(and otherbotbuilder
packages) to 4.7.0.The text was updated successfully, but these errors were encountered: