Skip to content

Commit f7a730f

Browse files
authored
Unpin botframework-directlinespeech-sdk (#5681)
* Unpin DLSpeech SDK * Update PR number * Update snapshots * Update start script * Fix flakiness
1 parent d02108c commit f7a730f

11 files changed

+8
-54
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Breaking changes in this release:
180180
- [`@redux-devtools/extension@3.3.0`](https://npmjs.com/package/@redux-devtools/extension/v/3.3.0)
181181
- [`adaptivecards@3.0.5`](https://npmjs.com/package/adaptivecards/v/3.0.5)
182182
- [`botframework-directlinejs@0.15.6`](https://npmjs.com/package/botframework-directlinejs/v/0.15.6)
183-
- [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6)
184183
- [`core-js@3.47.0`](https://npmjs.com/package/core-js/v/3.47.0)
185184
- [`core-js-pure@3.47.0`](https://npmjs.com/package/core-js-pure/v/3.47.0)
186185
- [`event-as-promise@2.0.0`](https://npmjs.com/package/event-as-promise/v/2.0.0)
@@ -313,7 +312,7 @@ Breaking changes in this release:
313312
- Bumped `react-chain-of-responsibility` to `0.4.2` version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620), in PR [#5624](https://github.com/microsoft/BotFramework-WebChat/pull/5624)
314313
- Bumped Chrome in Docker to 141 from 110, in PR [#5619](https://github.com/microsoft/BotFramework-WebChat/pull/5619), by [@compulim](https://github.com/compulim)
315314
- Bumped to [`valibot@1.2.0`](https://npmjs.com/package/valibot/v/1.2.0), in PR [#5650](https://github.com/microsoft/BotFramework-WebChat/pull/5650), by [@compulim](https://github.com/compulim)
316-
- Pinned to [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
315+
- Pinned to [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662), and unpinned in PR [#5681](https://github.com/microsoft/BotFramework-WebChat/pull/5681)
317316
- Converted activity components to CSS Modules
318317
- Bubble, carousel, say-alt, in PR [#5668](https://github.com/microsoft/BotFramework-WebChat/pull/5668), by [@OEvgeny](https://github.com/OEvgeny)
319318
- Activity status, in PR [#5669](https://github.com/microsoft/BotFramework-WebChat/pull/5669), by [@OEvgeny](https://github.com/OEvgeny)
13 Bytes
Loading
4 Bytes
Loading
13 Bytes
Loading
4 Bytes
Loading
5 Bytes
Loading
2 Bytes
Loading
-4 Bytes
Loading

__tests__/html2/speech/performCardAction.continuous.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
);
7777

7878
// THEN: Should construct the SpeechRecognition() instance and call start().
79-
expect(ponyfill.SpeechRecognition).toHaveBeenCalledTimes(1);
79+
await waitFor(() => expect(ponyfill.SpeechRecognition).toHaveBeenCalledTimes(1));
8080

8181
const { value: speechRecognition1 } = ponyfill.SpeechRecognition.mock.results[0];
8282

package-lock.json

Lines changed: 3 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)