Skip to content

Bump tar, @vapi-ai/react-native, @daily-co/react-native-daily-js and @daily-co/react-native-webrtc #1

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Removes tar. It's no longer used after updating ancestor dependencies tar, @vapi-ai/react-native, @daily-co/react-native-daily-js and @daily-co/react-native-webrtc. These dependencies need to be updated together.

Removes tar

Updates @vapi-ai/react-native from 0.1.1 to 0.1.6

Commits

Updates @daily-co/react-native-daily-js from 0.58.0 to 0.60.0

Release notes

Sourced from @​daily-co/react-native-daily-js's releases.

0.60.0

Features

  • Added support for the Audio Level APIs. (Docs forthcoming. See daily-js docs for now...) New methods include:

    • startLocalAudioLevelObserver()
    • stopLocalAudioLevelObserver()
    • getLocalAudioLevel()
    • startRemoteParticipantsAudioLevelObserver()
    • stopRemoteParticipantsAudioLevelObserver()
    • getRemoteParticipantsAudioLevel()

    New events include:

    • local-audio-level
    • remote-participants-audio-level

Bugfixes

  • Fixed an issue with adaptive bitrate where, in certain situation, the resolution scale was not increasing.
  • Fixed an issue with logs missing client information and reporting the daily-js version as 0.0.0.
  • Fixed a bug where if the call machine bundle file initially fails to load, but then succeeds, you are still left in a broken state

Other improvements

  • Added a new field, cpuUsageBasedOnTargetDecode, to the cpuInboundVideoStats included in the response of getCpuLoadStats()
  • Updated dependencies to remove security vulnerabilities.
  • Downgraded the multiple call object console error to a console warning.
  • Re-introduced official support for providing a mediaStream in startScreenShare(). Initially, this was deprecated to discourage use of screenshares for the purpose of custom tracks. Note that for most use cases, we still recommend using startScreenShare() without a mediaStream and the custom tracks API for sharing additional tracks.

0.59.0

Features

  • Added support for targeting android API version 34.
  • ⚠️ This version now requires "@daily-co/react-native-webrtc": "^118.0.3-daily.1".

Bugfixes

  • Fixed a crash in updateInputSettings() when called after load() but before an initializing call to startCamera()preAuth(), or join().

Other improvements

  • Updated TypeScript declaration file to make it so that event objects in event handlers don't erroneously appear to customers to be possibly undefined.
  • Added ability to detect and log autoplay errors.
Commits
  • 95f2784 update react-native-daily-js version to 0.60.0 and dependency on daily-js to ...
  • 59709e3 Merge branch 'main' into daily-js-releases
  • b8427f3 imp(daily-js): Audio level API for RN using getStats
  • c1aeedb fix Promise.all missing on older browsers
  • 7ec8c33 Merge pull request #10830 from daily-co/CSDK-2264_add-cpuusage-inside-cpuinbo...
  • d9930cf Merge pull request #10838 from daily-co/react-native-daily-js-releases
  • aa40387 Bump react-native-daily-js version and its daily-js dependency
  • aaedc7d Merge branch 'daily-js-releases' into main [skip ci]
  • 58bad91 Merge branch 'main' into daily-js-releases
  • cadaa72 Merge branch 'daily-js-releases' into main [skip ci]
  • Additional commits viewable in compare view

Updates @daily-co/react-native-webrtc from 111.0.0-daily.2 to 118.0.3-daily.2

Release notes

Sourced from @​daily-co/react-native-webrtc's releases.

1.75.8

Features

  • MediaStreamTrack._switchCamera() returns a Promise resolving to the current camera facing mode (”user” or ”environment").
  • A new method MediaStreamTrack._getCameraFacingMode() returns a Promise that resolves to the current camera facing mode (”user” or ”environment"). Together with the new _switchCamera() behavior, this method enables react-native-daily-js methods that help you build UI that appropriately accounts for whether a front- or rear-facing camera is being used.
Commits
  • 82db0b6 Merge pull request #41 from daily-co/fix_stats
  • 3d6486e Bumping version
  • 08a71ba Fixing stats for Android
  • 38c1834 Merge pull request #40 from daily-co/main-synced-to-118.0.3
  • b221515 Enabling to start the foreground service when we invoke getDisplayMedia
  • b344b32 Fixing merge
  • 7c04704 Fixing lint
  • f2c498d Fixing merge
  • 9f4022a Merge branch 'upstream-tag-118.0.3' into main-synced-to-118.0.3
  • ebc7f15 release 118.0.3
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…@daily-co/react-native-webrtc

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependencies [tar](https://github.com/isaacs/node-tar), [@vapi-ai/react-native](https://github.com/VapiAI/react-native-sdk), [@daily-co/react-native-daily-js](https://github.com/daily-co/react-native-daily-js) and [@daily-co/react-native-webrtc](https://github.com/daily-co/react-native-webrtc). These dependencies need to be updated together.


Removes `tar`

Updates `@vapi-ai/react-native` from 0.1.1 to 0.1.6
- [Commits](https://github.com/VapiAI/react-native-sdk/commits)

Updates `@daily-co/react-native-daily-js` from 0.58.0 to 0.60.0
- [Release notes](https://github.com/daily-co/react-native-daily-js/releases)
- [Commits](daily-co/react-native-daily-js@react-native-daily-js-2024-03-06-0.58.0...react-native-daily-js-2024-04-04-0.60.0)

Updates `@daily-co/react-native-webrtc` from 111.0.0-daily.2 to 118.0.3-daily.2
- [Release notes](https://github.com/daily-co/react-native-webrtc/releases)
- [Commits](daily-co/react-native-webrtc@react-native-webrtc-2023-08-23-111.0.0-daily.2...react-native-webrtc-2024-03-27-118.0.3-daily.2)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: "@vapi-ai/react-native"
  dependency-type: direct:production
- dependency-name: "@daily-co/react-native-daily-js"
  dependency-type: direct:production
- dependency-name: "@daily-co/react-native-webrtc"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #3.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-306bc9a2c9 branch June 19, 2024 04:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants