Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @deepgram/sdk from 3.6.0 to 3.7.0 #9188

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2024

Bumps @deepgram/sdk from 3.6.0 to 3.7.0.

Release notes

Sourced from @​deepgram/sdk's releases.

v3.7.0

3.7.0 (2024-09-18)

Features

  • add SpeakClient and example (a3112bc)
  • add SpeakLiveClient and LiveTTSEvents (39a535d)
  • finishing touches TTS live client (5da606d)
  • remove container from websocket speak options (2a03f9a)
  • rename reset method to clear, respond with "Clear" payload (b409f8d)
  • update AbstractLiveClient to handle binary data (a7feb78)
Commits
  • 2a03f9a feat: remove container from websocket speak options
  • b409f8d feat: rename reset method to clear, respond with "Clear" payload
  • 12a38c3 chore: update example and readme to be consistent with live STT
  • 2e0eb3d chore: update readme for TTS websocket
  • 5da606d feat: finishing touches TTS live client
  • a3112bc feat: add SpeakClient and example
  • a7feb78 feat: update AbstractLiveClient to handle binary data
  • 39a535d feat: add SpeakLiveClient and LiveTTSEvents
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [@deepgram/sdk](https://github.com/deepgram/deepgram-js-sdk) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/deepgram/deepgram-js-sdk/releases)
- [Changelog](https://github.com/deepgram/deepgram-js-sdk/blob/main/.releaserc.json)
- [Commits](deepgram/deepgram-js-sdk@v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: "@deepgram/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2024
Copy link

codecov bot commented Sep 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.77%. Comparing base (8318d74) to head (a927059).
Report is 307 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9188      +/-   ##
==========================================
+ Coverage   74.24%   74.77%   +0.53%     
==========================================
  Files        1332     1360      +28     
  Lines       40817    41906    +1089     
  Branches     7634     7827     +193     
==========================================
+ Hits        30306    31337    +1031     
- Misses      10511    10569      +58     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Sep 22, 2024

Playwright test results

passed  123 passed
flaky  7 flaky
skipped  4 skipped

Details

report  Open report ↗︎
stats  134 tests across 44 suites
duration  9 hours, 19 minutes, 29 seconds
commit  a927059
info  For more information on how to debug and view this report, see our readme

Flaky tests

msedge › tests/pageEditor/addStarterBrick.spec.ts › Add starter brick to mod
msedge › tests/pageEditor/copyMod.spec.ts › run a copied mod with a built-in integration
chrome › tests/pageEditor/saveMod.spec.ts › can save a standalone trigger mod
msedge › tests/regressions/sidebarLinks.spec.ts › #8206: clicking links from the sidebar doesn't crash browser
chrome › tests/runtime/insertAtCursor.spec.ts › Insert at Cursor › 8154: can insert at cursor after opening sidebar from selection menu
msedge › tests/runtime/sidebar/sidebarPanelTheme.spec.ts › custom sidebar theme css file is applied to all levels of sidebar document
chrome › tests/runtime/srcdocFrames.spec.ts › 8143: mods can run in srcdoc iframes

Skipped tests

chrome › tests/regressions/doNotCloseSidebarOnPageEditorSave.spec.ts › #8104: Do not automatically close the sidebar when saving in the Page Editor
msedge › tests/regressions/doNotCloseSidebarOnPageEditorSave.spec.ts › #8104: Do not automatically close the sidebar when saving in the Page Editor
chrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options
msedge › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options

@twschiller twschiller self-requested a review September 22, 2024 18:10
@twschiller twschiller enabled auto-merge (squash) September 22, 2024 18:10
@twschiller twschiller added this to the 2.1.3 milestone Sep 22, 2024
@twschiller twschiller merged commit 30b7e06 into main Sep 22, 2024
24 checks passed
@twschiller twschiller deleted the dependabot/npm_and_yarn/deepgram/sdk-3.7.0 branch September 22, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants