Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump microsoft-cognitiveservices-speech-sdk from 1.32.0 to 1.33.1 in …
…/webapp (microsoft#690) Bumps [microsoft-cognitiveservices-speech-sdk](https://github.com/Microsoft/cognitive-services-speech-sdk-js) from 1.32.0 to 1.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/releases">microsoft-cognitiveservices-speech-sdk's releases</a>.</em></p> <blockquote> <h2>Speech SDK 1.33.1: 2023- October patch release</h2> <h2>Bug Fixes:</h2> <ul> <li>Shortly after release with found some issues with the ES6 changes and different version of node. This patch fixes those issues. <a href="https://redirect.github.com/microsoft/cognitive-services-speech-sdk-js/pull/760">remove all require usage in SDK to allow browser operation</a></li> </ul> <h2>Speech SDK 1.33.0: 2023- October release</h2> <h2>New features:</h2> <ul> <li>Packed lib files now targets ES6 JS, with support for ES5 JS removed <a href="https://redirect.github.com/Azure-Samples/cognitive-services-speech-sdk/pull/2132">Example of required changes to your projects to target ES6 rather than ES5</a></li> <li>AudioWorkletNode module loads <a href="https://redirect.github.com/microsoft/cognitive-services-speech-sdk-js/pull/732">now uses a trusted URL</a>, with fallback for CDN browser includes.</li> </ul> <h2>Bug Fixes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/cognitive-services-speech-sdk-js/pull/735">intermediate events for translation scenario targeting v2 endpoint are correctly handled</a></li> <li>The language property for <a href="https://redirect.github.com/microsoft/cognitive-services-speech-sdk-js/pull/736">TranslationRecognitionEventArgs is now set for translation.hypothesis events</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/4d74a985134b3d0dca0595f5fbebf9a5fbc48289"><code>4d74a98</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/a8ecf1a7829d126a1d7bc22fa7646fac42327fb7"><code>a8ecf1a</code></a> remove all require usage in SDK to allow browser operation (<a href="https://redirect.github.com/Microsoft/cognitive-services-speech-sdk-js/issues/760">#760</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/99a0f861856b9de9d4a35e47ecd8678a6b527a40"><code>99a0f86</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/7144299d306aed4d7d42e7a21db18ffe4e7ec09f"><code>7144299</code></a> fix dialog service tests (<a href="https://redirect.github.com/Microsoft/cognitive-services-speech-sdk-js/issues/759">#759</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/f4fbff746d3d6852a4e8399b4b2c56c1fbed8bfd"><code>f4fbff7</code></a> update package version to 1.33.1 patch release.</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/a1aeda5ab87baeed9ddecb0bc6bb8ff582493964"><code>a1aeda5</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/f5cb400d425836dc2a12300680aab105a62d6ad4"><code>f5cb400</code></a> fix trailing space in comment on main file (<a href="https://redirect.github.com/Microsoft/cognitive-services-speech-sdk-js/issues/757">#757</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/1d9f0e7b50751cac472153ba1834236ea3289f49"><code>1d9f0e7</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/ddd6e0b923aefb9db262c552828ef38bc1c5de62"><code>ddd6e0b</code></a> changes to allow new install of node lib to work using ESM js output (<a href="https://redirect.github.com/Microsoft/cognitive-services-speech-sdk-js/issues/755">#755</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/ee95b6997f5db9298ee77e578deea72a88cb1a67"><code>ee95b69</code></a> fix race condition in stopRecognizing (<a href="https://redirect.github.com/Microsoft/cognitive-services-speech-sdk-js/issues/751">#751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/compare/v1.32.0...v1.33.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microsoft-cognitiveservices-speech-sdk&package-manager=npm_and_yarn&previous-version=1.32.0&new-version=1.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information