Skip to content

Commit 4ef3594

Browse files
authored
fix: pin DLSpeech version for now (#5662)
* fix: pin DLSpeech version for now * Changelog * Add into pin deps
1 parent 9ed1ced commit 4ef3594

File tree

3 files changed

+74
-5
lines changed

3 files changed

+74
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,13 @@ Breaking changes in this release:
166166
- Activity "copy" button will use `outerHTML` and `textContent` for clipboard content, in PR [#5378](https://github.com/microsoft/BotFramework-WebChat/pull/5378), by [@compulim](https://github.com/compulim)
167167
- Enabled icon customization in Fluent theme through CSS variables, in PR [#5413](https://github.com/microsoft/BotFramework-WebChat/pull/5413), by [@OEvgeny](https://github.com/OEvgeny)
168168
- Reworked, enabled in Web Chat, in PR [#5502](https://github.com/microsoft/BotFramework-WebChat/pull/5502), by [@OEvgeny](https://github.com/OEvgeny)
169-
- Bumped dependencies, by [@compulim](https://github.com/compulim) in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385), PR [#5400](https://github.com/microsoft/BotFramework-WebChat/pull/5400), PR [#5426](https://github.com/microsoft/BotFramework-WebChat/pull/5426), PR [#5427](https://github.com/microsoft/BotFramework-WebChat/pull/5427), PR [#5476](https://github.com/microsoft/BotFramework-WebChat/pull/5476), PR [#5516](https://github.com/microsoft/BotFramework-WebChat/pull/5516), PR [#5529](https://github.com/microsoft/BotFramework-WebChat/pull/5529), PR [#5532](https://github.com/microsoft/BotFramework-WebChat/pull/5532), and PR [#5659](https://github.com/microsoft/BotFramework-WebChat/pull/5659)
169+
- Bumped dependencies, by [@compulim](https://github.com/compulim) in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385), PR [#5400](https://github.com/microsoft/BotFramework-WebChat/pull/5400), PR [#5426](https://github.com/microsoft/BotFramework-WebChat/pull/5426), PR [#5427](https://github.com/microsoft/BotFramework-WebChat/pull/5427), PR [#5476](https://github.com/microsoft/BotFramework-WebChat/pull/5476), PR [#5516](https://github.com/microsoft/BotFramework-WebChat/pull/5516), PR [#5529](https://github.com/microsoft/BotFramework-WebChat/pull/5529), PR [#5532](https://github.com/microsoft/BotFramework-WebChat/pull/5532), and PR [#5659](https://github.com/microsoft/BotFramework-WebChat/pull/5659), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
170170
- Production dependencies
171171
- [`@babel/runtime@7.28.4`](https://npmjs.com/package/@babel/runtime/v/7.28.4)
172172
- [`@emotion/css@11.13.5`](https://npmjs.com/package/@emotion/css/v/11.13.5)
173173
- [`@redux-devtools/extension@3.3.0`](https://npmjs.com/package/@redux-devtools/extension/v/3.3.0)
174174
- [`botframework-directlinejs@0.15.6`](https://npmjs.com/package/botframework-directlinejs/v/0.15.6)
175+
- [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6)
175176
- [`core-js@3.47.0`](https://npmjs.com/package/core-js/v/3.47.0)
176177
- [`core-js-pure@3.47.0`](https://npmjs.com/package/core-js-pure/v/3.47.0)
177178
- [`event-as-promise@2.0.0`](https://npmjs.com/package/event-as-promise/v/2.0.0)
@@ -304,6 +305,7 @@ Breaking changes in this release:
304305
- 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)
305306
- 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)
306307
- 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)
308+
- 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)
307309

308310
### Deprecated
309311

package-lock.json

Lines changed: 65 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundle/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
119119
"precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
120120
"preversion": "../../scripts/npm/preversion.sh",
121-
"start": "../../scripts/npm/notify-build.sh \"src\" \"../repack/adaptivecards/package.json\" \"../repack/base64-js/package.json\" \"../repack/botframework-directlinejs/package.json\" \"../isomorphic-react/package.json\" \"../isomorphic-react-dom/package.json\" \"../repack/microsoft-cognitiveservices-speech-sdk/package.json\" \"../repack/react/package.json\" \"../repack/react@baseline/package.json\" \"../repack/react-dom/package.json\" \"../repack/react-dom@baseline/package.json\" \"../repack/react-dom@umd/package.json\" \"../repack/react-is/package.json\" \"../repack/react@umd/package.json\" \"../directlinespeech/package.json\" \"../component/package.json\"",
121+
"start": "../../scripts/npm/notify-build.sh \"src\" \"../repack/adaptivecards/package.json\" \"../repack/base64-js/package.json\" \"../repack/botframework-directlinejs/package.json\" \"../isomorphic-react/package.json\" \"../isomorphic-react-dom/package.json\" \"../repack/microsoft-cognitiveservices-speech-sdk/package.json\" \"../repack/react/package.json\" \"../repack/react@baseline/package.json\" \"../repack/react-dom/package.json\" \"../repack/react-dom@baseline/package.json\" \"../repack/react-dom@umd/package.json\" \"../repack/react-is/package.json\" \"../repack/react@umd/package.json\" \"../component/package.json\"",
122122
"test:tsd": "tsd"
123123
},
124124
"pinDependencies": {
@@ -149,6 +149,10 @@
149149
"uuid": [
150150
"8",
151151
"uuid@9 emit non-ES5 build because of default parameters"
152+
],
153+
"botframework-directlinespeech-sdk": [
154+
"4.18.1-main.20251208.8ccadd6",
155+
"pinned temporarily due to missing access rights"
152156
]
153157
},
154158
"localDependencies": {
@@ -169,7 +173,6 @@
169173
"@msinternal/react-dom-umd": "development",
170174
"@msinternal/react-is": "development",
171175
"@msinternal/react-umd": "development",
172-
"botframework-directlinespeech-sdk": "production",
173176
"botframework-webchat-api": "production",
174177
"botframework-webchat-component": "production",
175178
"botframework-webchat-core": "production"
@@ -217,7 +220,7 @@
217220
"@babel/runtime": "7.28.4",
218221
"adaptivecards": "3.0.2",
219222
"botframework-directlinejs": "0.15.6",
220-
"botframework-directlinespeech-sdk": "0.0.0-0",
223+
"botframework-directlinespeech-sdk": "4.18.1-main.20251208.8ccadd6",
221224
"botframework-webchat-api": "0.0.0-0",
222225
"botframework-webchat-component": "0.0.0-0",
223226
"botframework-webchat-core": "0.0.0-0",

0 commit comments

Comments
 (0)