Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Bump webrtc-adapter from 6.4.4 to 7.2.9 - #153

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/webrtc-adapter-7.2.9
Closed

Bump webrtc-adapter from 6.4.4 to 7.2.9#153
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/webrtc-adapter-7.2.9

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps webrtc-adapter from 6.4.4 to 7.2.9.

Release notes

Sourced from webrtc-adapter's releases.

v7.2.5

  • stop changing getStats function signature in Chrome+Firefox
  • ignore addIceCandidate({candidate: ""}) in Chrome and Firefox
  • use named functions for shims, increasing readability
  • point to es5 dist/adapter.js in package.json main
  • fix pc.sctp in plan-b mode

shim connectionState

shim RTCPeerConnection.connectionState and related events.

Fix issue with usage of this in addTrack/removeTrack shim

This release fixes an issue with the usage of this in the addTrack/removeTrack shims. Thank you to @鈥婯rivega for contributing PR #917.

ES6 all the things

  • adapter is now using ES6. This is a major change and probably broke stuff
  • navigator.getDisplayMedia shim is gone. Only navigator.mediaDevices.getDisplayMedia survives.
  • getStreamById is gone from Safari shim. It is gone from Chrome too.
  • removed lots of cruft from Chrome and Firefox shims. If you need support for browsers which are older than two years stick with the old version

getDisplayMedia moved to navigator.mediaDevices

accomodate for the move

Commits
  • 1aef6c3 7.2.9
  • ca2e3c2 Add adapter artifacts
  • a644606 Merge pull request #1000 from webrtcHacks/hinfort
  • c85deb7 firefox: dont shim addIceCandidate(null) in FF68+
  • 3abe7d1 Merge pull request #1001 from webrtcHacks/update-expectations
  • 73546b2 chrome: update chrome stable sctp test expectations
  • 5a91034 Merge pull request #995 from webrtcHacks/bumpVersion
  • ef8ce00 7.2.8
  • 47319e5 Add adapter artifacts
  • 899f9de Merge pull request #994 from webrtcHacks/safari-apply
  • 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 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [webrtc-adapter](https://github.com/webrtchacks/adapter) from 6.4.4 to 7.2.9.
- [Release notes](https://github.com/webrtchacks/adapter/releases)
- [Commits](webrtcHacks/adapter@v6.4.4...v7.2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #157.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/webrtc-adapter-7.2.9 branch August 19, 2019 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants