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 skyway-js from 1.4.0 to 4.4.5 #1018

Open
wants to merge 1 commit into
base: source
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 31, 2022

Bumps skyway-js from 1.4.0 to 4.4.5.

Release notes

Sourced from skyway-js's releases.

v4.4.5

https://cdn.webrtc.ecl.ntt.com/skyway-4.4.5.js

Fixed

  • Fixed a problem that could cause TypeError: Cannot read properties of null (reading 'addIceCandidate') error if the close method of MediaConnection was called before the connection was established. (#336)

v4.4.4

https://cdn.webrtc.ecl.ntt.com/skyway-4.4.4.js

Fixed

  • Updated to close connections when peer left from MeshRoom. (#333)

v4.4.3

https://cdn.webrtc.ecl.ntt.com/skyway-4.4.3.js

Updated

  • Updated type definition file. (#330)
    • Added PeerError interface.
    • Updated Peer.joinRoom() definition.

v4.4.2

https://cdn.webrtc.ecl.ntt.com/skyway-4.4.2.js

Fixed

  • Updated to use only XHR if Safari 15 or over, due to a bug in Safari 15. (#318)

v4.4.1

https://cdn.webrtc.ecl.ntt.com/skyway-4.4.1.js

Fixed

  • Add Peer.fetchPeerExists() to type definition file. (#314)

v4.4.0

https://cdn.webrtc.ecl.ntt.com/skyway-4.4.0.js
</tr></table> 

... (truncated)

Changelog

Sourced from skyway-js's changelog.

v4.4.5 - 2022-07-28

Fixed

  • Fixed a problem that could cause TypeError: Cannot read properties of null (reading 'addIceCandidate') error if the close method of MediaConnection was called before the connection was established. (#336)

v4.4.4 - 2022-03-17

Fixed

  • Updated to close connections when peer left from MeshRoom. (#333)

v4.4.3 - 2021-11-10

Updated

  • Updated type definition file. (#330)
    • Added PeerError interface.
    • Updated Peer.joinRoom() definition.

v4.4.2 - 2021-10-22

Fixed

  • Updated to use only XHR if Safari 15 or over, due to a bug in Safari 15. (#318)

v4.4.1 - 2021-03-29

Fixed

  • Add Peer.fetchPeerExists() to type definition file. (#314)

v4.4.0 - 2021-02-15

Deprecated

  • Deprecated Peer.reconnect(). Recreate peer instance instead. (#308)
  • Deprecated Peer.disconnect(). Use peer's destroy method instead.
  • Deprecated disconnected event on Peer. Use peer's close event instead.

v4.3.0 - 2021-01-19

Fixed

  • Fixed a connecting process to signaling server so that Peer would reconnect when a request to the dispatcher server failed. (#297)
  • Remove unnecessary module settings in package.json.

v4.2.0 - 2020-12-22

Added

... (truncated)

Commits
  • 818e44f Merge pull request #337 from skyway/staging
  • 3105777 Merge pull request #338 from skyway/ops/changelog-4.4.5
  • ab803ae Update release-note and sdk version to 4.4.5
  • 54e0407 Merge pull request #336 from skyway/dev/fix-handleCandidate
  • 7e91ee1 Add null check before RTCPeerConnection.addIceCandidate in Negotiator.handleC...
  • c4c7db2 Merge pull request #335 from skyway/staging
  • 532de7a Merge pull request #334 from skyway/dev/release-v4.4.4
  • d18f0bf Update version to v4.4.4
  • 845c710 Update CHANGELOG
  • 71de8ae Merge pull request #333 from skyway/dev/connection-close
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [skyway-js](https://github.com/skyway/skyway-js-sdk) from 1.4.0 to 4.4.5.
- [Release notes](https://github.com/skyway/skyway-js-sdk/releases)
- [Changelog](https://github.com/skyway/skyway-js-sdk/blob/master/CHANGELOG.md)
- [Commits](skyway/skyway-js-sdk@v1.4.0...v4.4.5)

---
updated-dependencies:
- dependency-name: skyway-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2022
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