Bump xmldom, botbuilder, botbuilder-ai, botbuilder-azure, botbuilder-core, botbuilder-dialogs and botframework-connector in /javascript_nodejs
Removes xmldom. It's no longer used after updating ancestor dependencies xmldom, botbuilder, botbuilder-ai, botbuilder-azure, botbuilder-core, botbuilder-dialogs and botframework-connector. These dependencies need to be updated together.
Removes xmldom
Updates botbuilder from 4.13.4 to 4.17.1
Release notes
Sourced from botbuilder's releases.
Bot Framework JS SDK 4.17.1
Welcome to the September 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
What's Changed
- fix: #4296 MessagingExtensionResultType missing silentAuth Type by
@ceciliaavilain microsoft/botbuilder-js#4305- port: #4277 Catch HttpRequestException in HttpRequest (#6404) by
@ceciliaavilain microsoft/botbuilder-js#4304- chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources by
@BruceHaleyin microsoft/botbuilder-js#4313- fix: #4288 CustomQuestionAnswering answers return empty metadata by
@ceciliaavilain microsoft/botbuilder-js#4311- port: #4309 AdaptiveExpression Bool function is not very useful because it doesn't convert anything but ints (#6431) by
@sw-joelmutin microsoft/botbuilder-js#4320- port: #6434 Priority broken for RegexRecognizer (#6435) by
@ceciliaavilain microsoft/botbuilder-js#4323- fix: #4314 CloudAdapter: messages are not sorted correctly by
@sw-joelmutin microsoft/botbuilder-js#4322- fix: #4123[botframework-connector] upgrade and clean up dependencies by
@ceciliaavilain microsoft/botbuilder-js#4161- fix: #4325 Skip Storage properties from BotState class by
@sw-joelmutin microsoft/botbuilder-js#4326Full Changelog: https://github.com/microsoft/botbuilder-js/compare/4.17.0...4.17.1
Bot Framework SDK 4.17.0
Welcome to the July 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
CosmosDB
This release removed the deprecated CosmosDBStorage and CosmosDBStorageOptions class. Existing bots should use CosmosDBPartitionedStorage and CosmosDBPartitionedStorageOptions instead.
What's Changed
- fix: failing Samples E2E JS CoreBot tests by
@BruceHaleyin microsoft/botbuilder-js#4178- fix: Move "adaptive-expressions" to dependencies (#4178) by
@tracyboehrerin microsoft/botbuilder-js#4186- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/streaming-e2e/react-app by
@dependabotin microsoft/botbuilder-js#4183- chore: bump moment from 2.29.1 to 2.29.2 by
@dependabotin microsoft/botbuilder-js#4184- chore: bump minimist from 1.2.5 to 1.2.6 by
@dependabotin microsoft/botbuilder-js#4182- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/browser-functional/browser-echo-bot by
@dependabotin microsoft/botbuilder-js#4181- fix: #3192 Missing LICENSE files and invalid package.json - Part 1 by
@sw-joelmutin microsoft/botbuilder-js#4167- fix: Azure Blob transcript key by
@ramfattahin microsoft/botbuilder-js#4180- fix: Critical alert for es5-ext 0.10.60 by
@BruceHaleyin microsoft/botbuilder-js#4198- fix: Update chromedriver version by
@BruceHaleyin microsoft/botbuilder-js#4196- fix: sku for Microsoft.BotService/botServices in 2 ARM templates by
@BruceHaleyin microsoft/botbuilder-js#4195- fix: Force dependencies on async to v 3.2.3 - main branch by
@BruceHaleyin microsoft/botbuilder-js#4194- chore: Fix Component Governance alert for nconf by
@BruceHaleyin microsoft/botbuilder-js#4213- fix: Botbuilder-ai bugs by
@Arsh-Kashyapin microsoft/botbuilder-js#4208- fix: Pass qnaId in payload body. by
@Arsh-Kashyapin microsoft/botbuilder-js#4246- port: #4245 Mark deprecated channels as obsolete in Channels enum by
@ceciliaavilain microsoft/botbuilder-js#4249- fix: Update TypeScript Version in Yeoman Templates to 4.0.7 by
@anishprasad01in microsoft/botbuilder-js#4257- fix: Keep chromedriver up to date by
@BruceHaleyin microsoft/botbuilder-js#4256- fix: #4202[botbuilder] TeamsActivityHandler — Prevent calling event handlers twice by
@alexrecuencoin microsoft/botbuilder-js#4203- fix: Broken yaml for Run-JS-Functional-Tests-BrowserBot-yaml by
@BruceHaleyin microsoft/botbuilder-js#4263- port: #4233 Add ApplicationName to CosmosDb client options for UserAgent (#6321) by
@ceciliaavilain microsoft/botbuilder-js#4248- fix: #4204 Fix remaining eslint warnings - final issues by
@sw-joelmutin microsoft/botbuilder-js#4240- chore: #3518 Remove public access modifier from botbuilder-lg by
@sw-joelmutin microsoft/botbuilder-js#4219- chore: #3518 Remove public access modifier from botbuilder-dialogs-adaptive-testing by
@sw-joelmutin microsoft/botbuilder-js#4218- chore: #3518 Remove public access modifier from botbuilder-dialogs by
@sw-joelmutin microsoft/botbuilder-js#4217- chore: #3518 Remove public access modifier from botbuilder-core by
@sw-joelmutin microsoft/botbuilder-js#4216
... (truncated)
Commits
8bd9dbafix: #4325 Skip Storage properties from BotState class (#4326)d05bf77fix: #4123[botframework-connector] upgrade and clean up dependencies (#4161)32c1379Fix CloudAdapter.sendActivities reply Activity order (ported from DotNet) (#4...fdf7762port: #6434 Priority broken for RegexRecognizer (#6435) (#4323)a7b90f3Updated Bool function to evaluate 'false' (#4320)403b4f7fix: #4288 CustomQuestionAnswering answers return empty metadata (#4311)70990c5chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources (#4313)c692c81port: #4277 Catch HttpRequestException in HttpRequest (#6404) (#4304)02b7b26Add silentAuth to MessagingExtensionResultType (#4305)5ee4dacport: #4276 Add Teams read receipt event (#6356) (#4297)- Additional commits viewable in compare view
Updates botbuilder-ai from 4.13.4 to 4.17.1
Release notes
Sourced from botbuilder-ai's releases.
Bot Framework JS SDK 4.17.1
Welcome to the September 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
What's Changed
- fix: #4296 MessagingExtensionResultType missing silentAuth Type by
@ceciliaavilain microsoft/botbuilder-js#4305- port: #4277 Catch HttpRequestException in HttpRequest (#6404) by
@ceciliaavilain microsoft/botbuilder-js#4304- chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources by
@BruceHaleyin microsoft/botbuilder-js#4313- fix: #4288 CustomQuestionAnswering answers return empty metadata by
@ceciliaavilain microsoft/botbuilder-js#4311- port: #4309 AdaptiveExpression Bool function is not very useful because it doesn't convert anything but ints (#6431) by
@sw-joelmutin microsoft/botbuilder-js#4320- port: #6434 Priority broken for RegexRecognizer (#6435) by
@ceciliaavilain microsoft/botbuilder-js#4323- fix: #4314 CloudAdapter: messages are not sorted correctly by
@sw-joelmutin microsoft/botbuilder-js#4322- fix: #4123[botframework-connector] upgrade and clean up dependencies by
@ceciliaavilain microsoft/botbuilder-js#4161- fix: #4325 Skip Storage properties from BotState class by
@sw-joelmutin microsoft/botbuilder-js#4326Full Changelog: https://github.com/microsoft/botbuilder-js/compare/4.17.0...4.17.1
Bot Framework SDK 4.17.0
Welcome to the July 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
CosmosDB
This release removed the deprecated CosmosDBStorage and CosmosDBStorageOptions class. Existing bots should use CosmosDBPartitionedStorage and CosmosDBPartitionedStorageOptions instead.
What's Changed
- fix: failing Samples E2E JS CoreBot tests by
@BruceHaleyin microsoft/botbuilder-js#4178- fix: Move "adaptive-expressions" to dependencies (#4178) by
@tracyboehrerin microsoft/botbuilder-js#4186- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/streaming-e2e/react-app by
@dependabotin microsoft/botbuilder-js#4183- chore: bump moment from 2.29.1 to 2.29.2 by
@dependabotin microsoft/botbuilder-js#4184- chore: bump minimist from 1.2.5 to 1.2.6 by
@dependabotin microsoft/botbuilder-js#4182- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/browser-functional/browser-echo-bot by
@dependabotin microsoft/botbuilder-js#4181- fix: #3192 Missing LICENSE files and invalid package.json - Part 1 by
@sw-joelmutin microsoft/botbuilder-js#4167- fix: Azure Blob transcript key by
@ramfattahin microsoft/botbuilder-js#4180- fix: Critical alert for es5-ext 0.10.60 by
@BruceHaleyin microsoft/botbuilder-js#4198- fix: Update chromedriver version by
@BruceHaleyin microsoft/botbuilder-js#4196- fix: sku for Microsoft.BotService/botServices in 2 ARM templates by
@BruceHaleyin microsoft/botbuilder-js#4195- fix: Force dependencies on async to v 3.2.3 - main branch by
@BruceHaleyin microsoft/botbuilder-js#4194- chore: Fix Component Governance alert for nconf by
@BruceHaleyin microsoft/botbuilder-js#4213- fix: Botbuilder-ai bugs by
@Arsh-Kashyapin microsoft/botbuilder-js#4208- fix: Pass qnaId in payload body. by
@Arsh-Kashyapin microsoft/botbuilder-js#4246- port: #4245 Mark deprecated channels as obsolete in Channels enum by
@ceciliaavilain microsoft/botbuilder-js#4249- fix: Update TypeScript Version in Yeoman Templates to 4.0.7 by
@anishprasad01in microsoft/botbuilder-js#4257- fix: Keep chromedriver up to date by
@BruceHaleyin microsoft/botbuilder-js#4256- fix: #4202[botbuilder] TeamsActivityHandler — Prevent calling event handlers twice by
@alexrecuencoin microsoft/botbuilder-js#4203- fix: Broken yaml for Run-JS-Functional-Tests-BrowserBot-yaml by
@BruceHaleyin microsoft/botbuilder-js#4263- port: #4233 Add ApplicationName to CosmosDb client options for UserAgent (#6321) by
@ceciliaavilain microsoft/botbuilder-js#4248- fix: #4204 Fix remaining eslint warnings - final issues by
@sw-joelmutin microsoft/botbuilder-js#4240- chore: #3518 Remove public access modifier from botbuilder-lg by
@sw-joelmutin microsoft/botbuilder-js#4219- chore: #3518 Remove public access modifier from botbuilder-dialogs-adaptive-testing by
@sw-joelmutin microsoft/botbuilder-js#4218- chore: #3518 Remove public access modifier from botbuilder-dialogs by
@sw-joelmutin microsoft/botbuilder-js#4217- chore: #3518 Remove public access modifier from botbuilder-core by
@sw-joelmutin microsoft/botbuilder-js#4216
... (truncated)
Commits
8bd9dbafix: #4325 Skip Storage properties from BotState class (#4326)d05bf77fix: #4123[botframework-connector] upgrade and clean up dependencies (#4161)32c1379Fix CloudAdapter.sendActivities reply Activity order (ported from DotNet) (#4...fdf7762port: #6434 Priority broken for RegexRecognizer (#6435) (#4323)a7b90f3Updated Bool function to evaluate 'false' (#4320)403b4f7fix: #4288 CustomQuestionAnswering answers return empty metadata (#4311)70990c5chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources (#4313)c692c81port: #4277 Catch HttpRequestException in HttpRequest (#6404) (#4304)02b7b26Add silentAuth to MessagingExtensionResultType (#4305)5ee4dacport: #4276 Add Teams read receipt event (#6356) (#4297)- Additional commits viewable in compare view
Updates botbuilder-azure from 4.13.4 to 4.17.1
Release notes
Sourced from botbuilder-azure's releases.
Bot Framework JS SDK 4.17.1
Welcome to the September 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
What's Changed
- fix: #4296 MessagingExtensionResultType missing silentAuth Type by
@ceciliaavilain microsoft/botbuilder-js#4305- port: #4277 Catch HttpRequestException in HttpRequest (#6404) by
@ceciliaavilain microsoft/botbuilder-js#4304- chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources by
@BruceHaleyin microsoft/botbuilder-js#4313- fix: #4288 CustomQuestionAnswering answers return empty metadata by
@ceciliaavilain microsoft/botbuilder-js#4311- port: #4309 AdaptiveExpression Bool function is not very useful because it doesn't convert anything but ints (#6431) by
@sw-joelmutin microsoft/botbuilder-js#4320- port: #6434 Priority broken for RegexRecognizer (#6435) by
@ceciliaavilain microsoft/botbuilder-js#4323- fix: #4314 CloudAdapter: messages are not sorted correctly by
@sw-joelmutin microsoft/botbuilder-js#4322- fix: #4123[botframework-connector] upgrade and clean up dependencies by
@ceciliaavilain microsoft/botbuilder-js#4161- fix: #4325 Skip Storage properties from BotState class by
@sw-joelmutin microsoft/botbuilder-js#4326Full Changelog: https://github.com/microsoft/botbuilder-js/compare/4.17.0...4.17.1
Bot Framework SDK 4.17.0
Welcome to the July 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
CosmosDB
This release removed the deprecated CosmosDBStorage and CosmosDBStorageOptions class. Existing bots should use CosmosDBPartitionedStorage and CosmosDBPartitionedStorageOptions instead.
What's Changed
- fix: failing Samples E2E JS CoreBot tests by
@BruceHaleyin microsoft/botbuilder-js#4178- fix: Move "adaptive-expressions" to dependencies (#4178) by
@tracyboehrerin microsoft/botbuilder-js#4186- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/streaming-e2e/react-app by
@dependabotin microsoft/botbuilder-js#4183- chore: bump moment from 2.29.1 to 2.29.2 by
@dependabotin microsoft/botbuilder-js#4184- chore: bump minimist from 1.2.5 to 1.2.6 by
@dependabotin microsoft/botbuilder-js#4182- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/browser-functional/browser-echo-bot by
@dependabotin microsoft/botbuilder-js#4181- fix: #3192 Missing LICENSE files and invalid package.json - Part 1 by
@sw-joelmutin microsoft/botbuilder-js#4167- fix: Azure Blob transcript key by
@ramfattahin microsoft/botbuilder-js#4180- fix: Critical alert for es5-ext 0.10.60 by
@BruceHaleyin microsoft/botbuilder-js#4198- fix: Update chromedriver version by
@BruceHaleyin microsoft/botbuilder-js#4196- fix: sku for Microsoft.BotService/botServices in 2 ARM templates by
@BruceHaleyin microsoft/botbuilder-js#4195- fix: Force dependencies on async to v 3.2.3 - main branch by
@BruceHaleyin microsoft/botbuilder-js#4194- chore: Fix Component Governance alert for nconf by
@BruceHaleyin microsoft/botbuilder-js#4213- fix: Botbuilder-ai bugs by
@Arsh-Kashyapin microsoft/botbuilder-js#4208- fix: Pass qnaId in payload body. by
@Arsh-Kashyapin microsoft/botbuilder-js#4246- port: #4245 Mark deprecated channels as obsolete in Channels enum by
@ceciliaavilain microsoft/botbuilder-js#4249- fix: Update TypeScript Version in Yeoman Templates to 4.0.7 by
@anishprasad01in microsoft/botbuilder-js#4257- fix: Keep chromedriver up to date by
@BruceHaleyin microsoft/botbuilder-js#4256- fix: #4202[botbuilder] TeamsActivityHandler — Prevent calling event handlers twice by
@alexrecuencoin microsoft/botbuilder-js#4203- fix: Broken yaml for Run-JS-Functional-Tests-BrowserBot-yaml by
@BruceHaleyin microsoft/botbuilder-js#4263- port: #4233 Add ApplicationName to CosmosDb client options for UserAgent (#6321) by
@ceciliaavilain microsoft/botbuilder-js#4248- fix: #4204 Fix remaining eslint warnings - final issues by
@sw-joelmutin microsoft/botbuilder-js#4240- chore: #3518 Remove public access modifier from botbuilder-lg by
@sw-joelmutin microsoft/botbuilder-js#4219- chore: #3518 Remove public access modifier from botbuilder-dialogs-adaptive-testing by
@sw-joelmutin microsoft/botbuilder-js#4218- chore: #3518 Remove public access modifier from botbuilder-dialogs by
@sw-joelmutin microsoft/botbuilder-js#4217- chore: #3518 Remove public access modifier from botbuilder-core by
@sw-joelmutin microsoft/botbuilder-js#4216
... (truncated)
Commits
8bd9dbafix: #4325 Skip Storage properties from BotState class (#4326)d05bf77fix: #4123[botframework-connector] upgrade and clean up dependencies (#4161)32c1379Fix CloudAdapter.sendActivities reply Activity order (ported from DotNet) (#4...fdf7762port: #6434 Priority broken for RegexRecognizer (#6435) (#4323)a7b90f3Updated Bool function to evaluate 'false' (#4320)403b4f7fix: #4288 CustomQuestionAnswering answers return empty metadata (#4311)70990c5chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources (#4313)c692c81port: #4277 Catch HttpRequestException in HttpRequest (#6404) (#4304)02b7b26Add silentAuth to MessagingExtensionResultType (#4305)5ee4dacport: #4276 Add Teams read receipt event (#6356) (#4297)- Additional commits viewable in compare view
Updates botbuilder-core from 4.13.4 to 4.17.1
Release notes
Sourced from botbuilder-core's releases.
Bot Framework JS SDK 4.17.1
Welcome to the September 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
What's Changed
- fix: #4296 MessagingExtensionResultType missing silentAuth Type by
@ceciliaavilain microsoft/botbuilder-js#4305- port: #4277 Catch HttpRequestException in HttpRequest (#6404) by
@ceciliaavilain microsoft/botbuilder-js#4304- chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources by
@BruceHaleyin microsoft/botbuilder-js#4313- fix: #4288 CustomQuestionAnswering answers return empty metadata by
@ceciliaavilain microsoft/botbuilder-js#4311- port: #4309 AdaptiveExpression Bool function is not very useful because it doesn't convert anything but ints (#6431) by
@sw-joelmutin microsoft/botbuilder-js#4320- port: #6434 Priority broken for RegexRecognizer (#6435) by
@ceciliaavilain microsoft/botbuilder-js#4323- fix: #4314 CloudAdapter: messages are not sorted correctly by
@sw-joelmutin microsoft/botbuilder-js#4322- fix: #4123[botframework-connector] upgrade and clean up dependencies by
@ceciliaavilain microsoft/botbuilder-js#4161- fix: #4325 Skip Storage properties from BotState class by
@sw-joelmutin microsoft/botbuilder-js#4326Full Changelog: https://github.com/microsoft/botbuilder-js/compare/4.17.0...4.17.1
Bot Framework SDK 4.17.0
Welcome to the July 2022 release of the Bot Framework SDK. This release has been focused on updating dependencies, bug fixes and general improvements.
CosmosDB
This release removed the deprecated CosmosDBStorage and CosmosDBStorageOptions class. Existing bots should use CosmosDBPartitionedStorage and CosmosDBPartitionedStorageOptions instead.
What's Changed
- fix: failing Samples E2E JS CoreBot tests by
@BruceHaleyin microsoft/botbuilder-js#4178- fix: Move "adaptive-expressions" to dependencies (#4178) by
@tracyboehrerin microsoft/botbuilder-js#4186- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/streaming-e2e/react-app by
@dependabotin microsoft/botbuilder-js#4183- chore: bump moment from 2.29.1 to 2.29.2 by
@dependabotin microsoft/botbuilder-js#4184- chore: bump minimist from 1.2.5 to 1.2.6 by
@dependabotin microsoft/botbuilder-js#4182- chore: bump minimist from 1.2.5 to 1.2.6 in /testing/browser-functional/browser-echo-bot by
@dependabotin microsoft/botbuilder-js#4181- fix: #3192 Missing LICENSE files and invalid package.json - Part 1 by
@sw-joelmutin microsoft/botbuilder-js#4167- fix: Azure Blob transcript key by
@ramfattahin microsoft/botbuilder-js#4180- fix: Critical alert for es5-ext 0.10.60 by
@BruceHaleyin microsoft/botbuilder-js#4198- fix: Update chromedriver version by
@BruceHaleyin microsoft/botbuilder-js#4196- fix: sku for Microsoft.BotService/botServices in 2 ARM templates by
@BruceHaleyin microsoft/botbuilder-js#4195- fix: Force dependencies on async to v 3.2.3 - main branch by
@BruceHaleyin microsoft/botbuilder-js#4194- chore: Fix Component Governance alert for nconf by
@BruceHaleyin microsoft/botbuilder-js#4213- fix: Botbuilder-ai bugs by
@Arsh-Kashyapin microsoft/botbuilder-js#4208- fix: Pass qnaId in payload body. by
@Arsh-Kashyapin microsoft/botbuilder-js#4246- port: #4245 Mark deprecated channels as obsolete in Channels enum by
@ceciliaavilain microsoft/botbuilder-js#4249- fix: Update TypeScript Version in Yeoman Templates to 4.0.7 by
@anishprasad01in microsoft/botbuilder-js#4257- fix: Keep chromedriver up to date by
@BruceHaleyin microsoft/botbuilder-js#4256- fix: #4202[botbuilder] TeamsActivityHandler — Prevent calling event handlers twice by
@alexrecuencoin microsoft/botbuilder-js#4203- fix: Broken yaml for Run-JS-Functional-Tests-BrowserBot-yaml by
@BruceHaleyin microsoft/botbuilder-js#4263- port: #4233 Add ApplicationName to CosmosDb client options for UserAgent (#6321) by
@ceciliaavilain microsoft/botbuilder-js#4248- fix: #4204 Fix remaining eslint warnings - final issues by
@sw-joelmutin microsoft/botbuilder-js#4240- chore: #3518 Remove public access modifier from botbuilder-lg by
@sw-joelmutin microsoft/botbuilder-js#4219- chore: #3518 Remove public access modifier from botbuilder-dialogs-adaptive-testing by
@sw-joelmutin microsoft/botbuilder-js#4218- chore: #3518 Remove public access modifier from botbuilder-dialogs by
@sw-joelmutin microsoft/botbuilder-js#4217- chore: #3518 Remove public access modifier from botbuilder-core by
@sw-joelmutin microsoft/botbuilder-js#4216
... (truncated)
Commits
8bd9dbafix: #4325 Skip Storage properties from BotState class (#4326)d05bf77fix: #4123[botframework-connector] upgrade and clean up dependencies (#4161)32c1379Fix CloudAdapter.sendActivities reply Activity order (ported from DotNet) (#4...fdf7762port: #6434 Priority broken for RegexRecognizer (#6435) (#4323)a7b90f3Updated Bool function to evaluate 'false' (#4320)403b4f7fix: #4288 CustomQuestionAnswering answers return empty metadata (#4311)70990c5chore: Create new pipeline E2E-BF-Streaming-Test-Create-Resources (#4313)c692c81port: #4277 Catch HttpRequestException in HttpRequest (#6404) (#4304)02b7b26Add silentAuth to MessagingExtensionResultType (#4305)5ee4dacport: #4276 Add Teams read receipt event (#6356) (#4297)- Additional commits viewable in compare view
Updates botbuilder-dialogs from 4.13.4 to 4.17.1
Release notes
Sourced from