Skip to content

fix(deps): update dependency webtorrent to ^0.118.0 #11

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2021

This PR contains the following updates:

Package Change Age Confidence
webtorrent (source) ^0.98.20 -> ^0.118.0 age confidence

Release Notes

webtorrent/webtorrent (webtorrent)

v0.118.0

Compare Source

v0.117.0

Compare Source

v0.116.3

Compare Source

v0.116.2

Compare Source

v0.116.1

Compare Source

v0.116.0

Compare Source

v0.115.4

Compare Source

v0.115.3

Compare Source

v0.115.2

Compare Source

v0.115.1

Compare Source

v0.115.0

Compare Source

v0.114.1

Compare Source

v0.114.0

Compare Source

v0.113.0

Compare Source

v0.112.4

Compare Source

v0.112.3

Compare Source

v0.112.2

Compare Source

v0.112.1

Compare Source

v0.112.0

Compare Source

  • Ensure that appendTo callback is called once video tag is added to DOM, not after play (#​1967)

v0.111.0

Compare Source

  • Add Local Service Discovery (BEP14)
  • bitfield@4

v0.110.1

Compare Source

  • Fix BEP53 implementation

v0.110.0

Compare Source

  • Support Implement the peer address property (x.pe) from BEP09

v0.109.2

Compare Source

  • Fix "Cannot read property 'utp' of null"

v0.109.1

Compare Source

  • Peer reconnect timeout throwing error after torrent is destroyed

v0.109.0

Compare Source

  • refactor torrent._rechoke()
  • simple-get@4
  • electron@9
  • deps
  • Add stale bot config
  • Create no-response.yml
  • Create config.yml
  • Update no-response.yml
  • Add uTP support (BEP29)
  • check if torrent is destroyed before emitting download/upload event
  • ut_pex 2.0.1
  • browserify@17
  • electron@10

v0.108.6

Compare Source

  • update deps

v0.108.5

Compare Source

  • bump deps

v0.108.4

Compare Source

  • add test for downloading from a manually added peer
  • fix: not setting initial wire interest
  • update interest when a peer's bitfield changes

v0.108.3

Compare Source

  • Create webtorrent.chromeapp.js
  • update bittorrent-dht to version 10.0.0
  • Change parseRange.parse to parseRange

v0.108.2

Compare Source

  • implement store destruction option
  • Fix drag-drop.min.js link
  • update parse-numeric-range to version 1.2.0
  • browsers: add tests for safari, edge, android, iphone

v0.108.1

Compare Source

  • fix ratio calculation

v0.108.0

Compare Source

  • Check if client is set when debug logging
  • downgrade end-of-stream to v1.4.1
  • private option overrides default, only if it's defined
  • use native Set instead of uniq library
  • Improve code readability

v0.107.17

Compare Source

  • Unbreak built file

v0.107.16

Compare Source

  • fix git commit reference to http-node package

v0.107.15

Compare Source

  • Return server from server.listen for method chaining to work

v0.107.14

Compare Source

  • Update .gitignore

v0.107.13

Compare Source

  • Added tests to check the order of torrent events

v0.107.12

Compare Source

  • Fixed how first piece's irrelevant bytes are calculated

v0.107.11

Compare Source

  • Added timeout option for requestIdlecallback to prevent longer delays in download

v0.107.10

Compare Source

  • Server now uses relative urls

v0.107.9

Compare Source

  • Added a check in case user destroys torrent in response to metadata event

v0.107.8

Compare Source

  • Fixed the torrent event emission order; now metadata is emitted before ready and done

v0.107.7

Compare Source

  • Updated to simple-sha1@​3
  • Updated jsdelivr urls to use latest Webtorrent

v0.107.6

Compare Source

  • Fixed XSS vulnerability in the http Server (issue)

v0.107.5

Compare Source

  • No meaningful changes

v0.107.4

Compare Source

  • Added api documentation for some torrent properties
  • Bug fix: trackers now recieve 0 while seeding file instead of the file size
  • Updated org-wide security policies and contributing guidelines

v0.107.3

Compare Source

  • No meaningful changes

v0.107.2

Compare Source

  • Scripts are now more verbose

v0.107.1

Compare Source

  • Unbreak built file

v0.107.0

Compare Source

  • Smaller build with tinify
  • Added size-disc script to visualize bundle

v0.106.0

Compare Source

  • Updated to electron@6
  • Dropped support for node versions < 10

v0.105.3

Compare Source

  • Now uses 'application/octet-stream' mimetype as fallback instead of null

v0.105.2

Compare Source

  • Fixed server hostname option to mitigate DNS rebinding attack (issue)

v0.105.1

Compare Source

  • Bug fixed: Video streaming is now fixed in Brave nightly and chromium nightly (issue)

v0.105.0

Compare Source

  • Updated to parse-torrent@7
  • Added manual verification for torrent files

v0.104.0

Compare Source

  • Updated to chunk-store-stream@4
  • Updated to multistream@3
  • Updated to create-torrent@4
  • Dropped support for node versions < 8

v0.103.4

Compare Source

  • No meaningful changes

v0.103.3

Compare Source

  • Updated to electron@5

v0.103.2

Compare Source

  • Added the ability to close and restore streaming server

v0.103.1

Compare Source

  • Updated to electron@4
  • Bug fixed: File progress is no longer shown in negative

v0.103.0

Compare Source

  • No longer verifies file hashes passed to seed
  • No longer calls torrent.load() when seeding FS filepath
  • Reduced download impact on slower computers: now download chunks at a lower priority (rationale)

v0.102.4

Compare Source

  • No meaningful changes

v0.102.3

Compare Source

  • Removed xtend
  • Removed the concurrency limit in browser
  • Reduced installtion size by removing zero-fill
  • Updated to bittorrent-dht@9

v0.102.2

Compare Source

v0.102.1

Compare Source

  • No meaningful changes

v0.102.0

Compare Source

  • Updated to chunk-store-stream@3
  • Updated to immediate-chunk-store@2

v0.101.2

Compare Source

v0.101.1

Compare Source

  • Updated to bittorrent-protocol@3
  • Optimized peers: peers now start as uninterested and only move to interested if/once they have a piece that we need (webtorrent/#​1059)

v0.101.0

Compare Source

  • No meaningful changes

v0.100.0

Compare Source

  • Implemented BEP53 to alow file selection using select only parameter in MagnetURIs (webtorrent/#​1395)

v0.99.4

Compare Source

  • Use updated babel-minify minifier instead of deprecated babili

v0.99.3

Compare Source

v0.99.2

Compare Source

  • Use .npmignore to prevent unneeded files from being included in the published package

v0.99.1

Compare Source

  • Expose WebTorrent.VERSION (#​1358)
  • Update to simple-get@3
  • Update to parse-torrent@6

v0.99.0

Compare Source

  • renderTo()/appendTo() does not autoplay by default anymore (rationale)
    • Pass {autoplay: true} to renderTo()/appendTo() to get the old behavior.
  • renderTo()/appendTo() has a new muted option to mute the video by default.

v0.98.24

Compare Source

  • Add hostname option to mitigate DNS rebinding (#​1260)
  • Update to simple-peer@9
  • Browser testing: switch from zuul to airtap

v0.98.23

Compare Source

  • Update to bitfield@2

v0.98.21

Compare Source

  • Update to pump@2
  • Update to mime@2
  • Update to cross-spawn@6
  • Update to browserify@15

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/webtorrent-0.x branch from 50913be to d4fdac7 Compare May 15, 2021 21:20
@renovate renovate bot changed the title Update dependency webtorrent to ^0.118.0 Update dependency webtorrent to v0.118.0 May 15, 2021
@renovate renovate bot force-pushed the renovate/webtorrent-0.x branch from d4fdac7 to f0b83d8 Compare September 25, 2022 21:44
@renovate renovate bot force-pushed the renovate/webtorrent-0.x branch from f0b83d8 to d3b404e Compare November 20, 2022 19:04
@renovate renovate bot changed the title Update dependency webtorrent to v0.118.0 Update dependency webtorrent to ^0.118.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency webtorrent to ^0.118.0 fix(deps): update dependency webtorrent to ^0.118.0 Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants