Skip to content

chore(deps): bump @elevenlabs/client from 0.15.2 to 1.14.0 - #53

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/elevenlabs/client-1.14.0
Open

chore(deps): bump @elevenlabs/client from 0.15.2 to 1.14.0#53
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/elevenlabs/client-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps @elevenlabs/client from 0.15.2 to 1.14.0.

Release notes

Sourced from @​elevenlabs/client's releases.

@​elevenlabs/client@​1.14.0

Minor Changes

  • 2277139: Allow sendFeedback to clear feedback by passing null. sendFeedback(like, eventId?) now accepts null as the first parameter; when passed it sends score: null to clear the feedback on that event, allowing users to remove their like/dislike rating.

Patch Changes

  • Updated dependencies [2277139]
    • @​elevenlabs/types@​0.16.0

@​elevenlabs/client@​1.13.0

Minor Changes

  • 44336a2: Allow sendFeedback to target a past message by event_id. sendFeedback(like, eventId?) now accepts an optional event id; when provided it rates that specific message, and when omitted it rates the latest agent turn.

    canSendFeedback now reflects whether the conversation is connected rather than whether the latest turn is unrated, so feedback can be sent for any message (including re-rating) while the session is live.

@​elevenlabs/client@​1.12.1

Patch Changes

  • 71bc3d5: Expose the file upload helper from the internal Unity entrypoint.

@​elevenlabs/client@​1.12.0

Minor Changes

  • c086dad: Add overrides.asr.keywords support to the browser client so per-conversation ASR keyword biasing can be sent via conversation_initiation_client_data.
  • bce3fac: Expose includeLanguageDetection for realtime Scribe sessions, including React useScribe support for requesting and reading detected language metadata.

Patch Changes

  • Updated dependencies [c086dad]
    • @​elevenlabs/types@​0.15.0

@​elevenlabs/client@​1.11.2

Patch Changes

  • 8b362c9: Expose the remaining Unity bridge connection exports from @elevenlabs/client/internal/unity so consumers can avoid importing the browser entrypoint.

@​elevenlabs/client@​1.11.1

Patch Changes

  • Updated dependencies [2cc82d2]
    • @​elevenlabs/types@​0.14.1

@​elevenlabs/client@​1.11.0

Minor Changes

  • 062d715: Add @elevenlabs/client/internal/unity sub-path export for the Unity SDK's WebGL bridge.
    • New ./internal/unity entrypoint exposing MediaDeviceInput, MediaDeviceOutput, attachInputToConnection, attachConnectionToOutput, and setWebRTCAudioAdapterFactory as runtime values, plus WebRTCAudioAdapter, AnalysisResult, MediaDeviceInputConfig, MediaDeviceOutputConfig, and WebRTCConnectionConfig as type-only exports.
    • New named type aliases MediaDeviceInputConfig, MediaDeviceOutputConfig, and WebRTCConnectionConfig (the last replaces the previous ConnectionConfig, which is kept as a deprecated alias).

... (truncated)

Changelog

Sourced from @​elevenlabs/client's changelog.

1.14.0

Minor Changes

  • 2277139: Allow sendFeedback to clear feedback by passing null. sendFeedback(like, eventId?) now accepts null as the first parameter; when passed it sends score: null to clear the feedback on that event, allowing users to remove their like/dislike rating.

Patch Changes

  • Updated dependencies [2277139]
    • @​elevenlabs/types@​0.16.0

1.13.0

Minor Changes

  • 44336a2: Allow sendFeedback to target a past message by event_id. sendFeedback(like, eventId?) now accepts an optional event id; when provided it rates that specific message, and when omitted it rates the latest agent turn.

    canSendFeedback now reflects whether the conversation is connected rather than whether the latest turn is unrated, so feedback can be sent for any message (including re-rating) while the session is live.

1.12.1

Patch Changes

  • 71bc3d5: Expose the file upload helper from the internal Unity entrypoint.

1.12.0

Minor Changes

  • c086dad: Add overrides.asr.keywords support to the browser client so per-conversation ASR keyword biasing can be sent via conversation_initiation_client_data.
  • bce3fac: Expose includeLanguageDetection for realtime Scribe sessions, including React useScribe support for requesting and reading detected language metadata.

Patch Changes

  • Updated dependencies [c086dad]
    • @​elevenlabs/types@​0.15.0

1.11.2

Patch Changes

  • 8b362c9: Expose the remaining Unity bridge connection exports from @elevenlabs/client/internal/unity so consumers can avoid importing the browser entrypoint.

1.11.1

Patch Changes

  • Updated dependencies [2cc82d2]
    • @​elevenlabs/types@​0.14.1

... (truncated)

Commits
  • 5c7a402 Version Packages (#859)
  • 2277139 [agents][feedback] allow sendFeedback to clear feedback by passing null (#858)
  • 3262a11 Version Packages (#857)
  • 44336a2 [agents][feedback] allow sendFeedback to target a past message by event_id (#...
  • fba5ad6 Version Packages (#854)
  • 71bc3d5 Expose Unity upload file helper (#853)
  • 4ad9a17 Version Packages (#849)
  • c086dad feat(client): add ASR keywords override to session config (#848)
  • bce3fac feat(scribe): add includeLanguageDetection option to realtime transcription (...
  • a8dfcd3 Version Packages (#846)
  • Additional commits viewable 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 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 [@elevenlabs/client](https://github.com/elevenlabs/packages/tree/HEAD/packages/client) from 0.15.2 to 1.14.0.
- [Release notes](https://github.com/elevenlabs/packages/releases)
- [Changelog](https://github.com/elevenlabs/packages/blob/main/packages/client/CHANGELOG.md)
- [Commits](https://github.com/elevenlabs/packages/commits/@elevenlabs/client@1.14.0/packages/client)

---
updated-dependencies:
- dependency-name: "@elevenlabs/client"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
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.

0 participants