webtorrent / webtorrent-desktop

❤️ Streaming torrent app for Mac, Windows, and Linux
https://webtorrent.io/desktop
MIT License
9.62k stars 997 forks source link

chore(deps): update dependency tape to v5.7.5 #2405

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tape 5.6.6 -> 5.7.5 age adoption passing confidence

Release Notes

ljharb/tape (tape) ### [`v5.7.5`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v575---2024-02-14) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.7.4...v5.7.5) ##### Commits - \[Fix] `throws`: fix crash when throwing primitives with a non-empty expected object [`1b2681d`](https://togithub.com/tape-testing/tape/commit/1b2681dd56713c953d4928af15dfd7b38bb526e2) - \[Tests] clean up throws tests [`9133c93`](https://togithub.com/tape-testing/tape/commit/9133c93929703814b2031d4ce2e3b350636705ab) - \[Fix] `default_stream`: do not error on nullish data [`eff3725`](https://togithub.com/tape-testing/tape/commit/eff3725041361be8f7ae97cc95c7708e4b126b05) - \[Fix] in IE 8, `TypeError` does not inherit from `Error` [`93c1d12`](https://togithub.com/tape-testing/tape/commit/93c1d12380e230adff29a86a030dd9c1fa544afc) - \[actions] remove redundant finisher [`410e9e4`](https://togithub.com/tape-testing/tape/commit/410e9e4394b98e950c5e59572dea17fb51a8b4b6) - \[Deps] update `call-bind`, `hasown` [`82e7d71`](https://togithub.com/tape-testing/tape/commit/82e7d71a87e00c0a24679e1e37f464102e348ca6) - \[Deps] update `@ljharb/resumer` [`af2fe68`](https://togithub.com/tape-testing/tape/commit/af2fe68ce56d96de699a45aa4a1623d7719219b8) - \[Deps] update `@ljharb/resumer` [`bff9dad`](https://togithub.com/tape-testing/tape/commit/bff9dad3e5b363b6356cdea75e7615900ebc1017) - \[Deps] update `@ljharb/through` [`5360d20`](https://togithub.com/tape-testing/tape/commit/5360d200dada42a57c2f0dbdd186d7e51e81b707) - \[Deps] update `@ljharb/resumer` [`ad0dd2e`](https://togithub.com/tape-testing/tape/commit/ad0dd2e2096179130b78ed7c308acb1eb0469343) ### [`v5.7.4`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v574---2024-01-24) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.7.3...v5.7.4) ##### Fixed - \[Fix] handle native ESM URLs in `at:` [`#601`](https://togithub.com/ljharb/tape/issues/601) ##### Commits - \[Deps] update `has-dynamic-import` [`1e50cb3`](https://togithub.com/ljharb/tape/commit/1e50cb35fce5734f069218bd6ce8b550445b1a88) ### [`v5.7.3`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v573---2024-01-12) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.7.2...v5.7.3) ##### Commits - \[Refactor] `Test`: cleaner `at` logic [`af4d109`](https://togithub.com/ljharb/tape/commit/af4d1095f6fd9118cdf3b7ff55ea67c55d22e102) - \[Fix] `intercept`: give a proper error message with a readonly Symbol property [`4640a91`](https://togithub.com/ljharb/tape/commit/4640a91b4d67cb01512988e2662e74654a9a8b85) - \[Refactor] `getHarness`: avoid mutating `opts`, account for only one internal callsite for `createExitHarness` [`19cfc8f`](https://togithub.com/ljharb/tape/commit/19cfc8fa4d91763d678de05306ccfcce6425ff51) - \[Tests] Spawn processes during tests using execPath so that the tests pass on windows [`4a57fbe`](https://togithub.com/ljharb/tape/commit/4a57fbe14db3eb342543c391f8c42fb83b4e8359) - \[Fix] `createHarness`: when no `conf` is provided, `only` should not throw [`8a1cccc`](https://togithub.com/ljharb/tape/commit/8a1ccccb349a1bfc5b512a5cfba88950daecc1c6) - \[Fix] `bin/tape`: ignore options on windows [`a2b74f9`](https://togithub.com/ljharb/tape/commit/a2b74f97fe6ea14898b636f560291647bb747753) - \[Refactor] `_assert`: avoid reassigning arguments [`dc64c08`](https://togithub.com/ljharb/tape/commit/dc64c08a48c9816e46634719923f8d90b06eb911) - \[Refactor] `Results`: use `this` instead of `self` [`5f831b4`](https://togithub.com/ljharb/tape/commit/5f831b41a1cf6a8b59c648fc1554f5613cbfd0f4) - \[Performance] avoid the extra call frame to `new` it [`78fd0d6`](https://togithub.com/ljharb/tape/commit/78fd0d61809bc922e7ac85d65902cc1de1124936) - \[Dev Deps] update `aud`, `npmignore` [`ceabd99`](https://togithub.com/ljharb/tape/commit/ceabd996f0aa8b39702591a0beaab0d58f2cd3cc) - \[Tests] fix `npm test` on windows [`bcf6ce7`](https://togithub.com/ljharb/tape/commit/bcf6ce793996acd4092bd60c1f99686a73ff048e) - \[Fix] stack trace path parsing on windows [`9cbae8a`](https://togithub.com/ljharb/tape/commit/9cbae8a7e22567d30019e0cbc03c8597f03b4230) - \[Refactor] `Results` `createStream`: clean up `_push` handler [`878a500`](https://togithub.com/ljharb/tape/commit/878a5008e1856bdea6543c7303bc84311907b066) - \[Refactor] `Test`: a more precise check [`f6d30cf`](https://togithub.com/ljharb/tape/commit/f6d30cfaa70e477a6531d23f4ea19501e0f62614) - \[Deps] update `object.assign` [`201e650`](https://togithub.com/ljharb/tape/commit/201e65028a3283de5bda46077c71a024178c300a) - \[Tests] ensure the import tests spawn properly [`d1987c0`](https://togithub.com/ljharb/tape/commit/d1987c04375b952dcac1e6639a702ac4d23f7a57) - \[actions] skip `engines` check since bin/tape and the rest of the lib conflict [`19af506`](https://togithub.com/ljharb/tape/commit/19af5061ab36f646e46e0d4c16a4997e4eef8e86) - \[Deps] update `deep-equal` [`5d26485`](https://togithub.com/ljharb/tape/commit/5d264858b4a2e0f794fb75be913d2b6fc75a31dc) - \[Deps] update `mock-property` [`d90c29a`](https://togithub.com/ljharb/tape/commit/d90c29a595575e10ca5b5284e858af922c5c9465) - \[meta] add `sideEffects` flag [`85f593b`](https://togithub.com/ljharb/tape/commit/85f593b77acc63e07024424c6c6baeba9708aba0) ### [`v5.7.2`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v572---2023-10-20) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.7.1...v5.7.2) ##### Commits - \[Refactor] use `hasown` instead of `has` [`489736a`](https://togithub.com/ljharb/tape/commit/489736ab9325a3a3ff3c4c391d4de6a44e86e36a) - \[Deps] update `call-bind`, `mock-property`, `object-inspect` [`de34703`](https://togithub.com/ljharb/tape/commit/de3470385f388e601b3058bd2240db1c7bb941d1) - \[Tests] use `through` properly [`56d7a8b`](https://togithub.com/ljharb/tape/commit/56d7a8b02572d1ce711cda8b591ab64f3d636531) ### [`v5.7.1`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v571---2023-10-11) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.7.0...v5.7.1) ##### Commits - \[Fix] `default_stream`: add handling for IE < 9 [`13f23ed`](https://togithub.com/ljharb/tape/commit/13f23edc2a63aa7c57997bb81886d74e9fce43df) - \[Deps] update `@ljharb/through`, `resolve` [`9135b40`](https://togithub.com/ljharb/tape/commit/9135b40f93adc6b8fbc31f48a96adf2339b00672) - Merge tag 'v4.17.0' [`e61cd40`](https://togithub.com/ljharb/tape/commit/e61cd4095062f4b9afdfb11945a502390eaed30d) - \[New] add `t.intercept()` [`e60aeca`](https://togithub.com/ljharb/tape/commit/e60aeca688fe1d3a363f74f31c83d816035aca4c) - \[New] add `t.capture` and `t.captureFn`, modeled after tap [`3d96d69`](https://togithub.com/ljharb/tape/commit/3d96d6945ea1cda7780fb3fc6bc04c275ace594a) - \[Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`a8a7d67`](https://togithub.com/ljharb/tape/commit/a8a7d67c9ffe1daa46407f35685a1ef8d53df66a) - \[Tests] simplify tests [`83bc381`](https://togithub.com/ljharb/tape/commit/83bc3810a930c60973e60a7a02b677c2fb1f444c) - \[Performance] use inline `typeof` [`c45db4e`](https://togithub.com/ljharb/tape/commit/c45db4e0978999cece915e7f1a223aa9eb445ae0) - \[Deps] update `minimist`, `resolve`, `string.prototype.trim` [`feee094`](https://togithub.com/ljharb/tape/commit/feee0949f1f23ef4f13c9847c20284f7864cd67e) - \[Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`7123111`](https://togithub.com/ljharb/tape/commit/71231114c92b4a093b468875c4d8f741ab1a49d4) - Revert "\[meta] ensure `not-in-publish`‘s absence does not fail anything" [`92aaa51`](https://togithub.com/ljharb/tape/commit/92aaa5106b65824d82ce72c0d1dfcc6df6cff753) - \[Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`a576f8d`](https://togithub.com/ljharb/tape/commit/a576f8d8b24e84324b7ee0498c37759423c7ca87) ### [`v5.7.0`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v570---2023-09-21) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.6.6...v5.7.0) ##### Commits - \[New] add `t.intercept()` [`5d37060`](https://togithub.com/ljharb/tape/commit/5d37060b844ea455c80eb305050168a632998603) - \[New] add `t.capture` and `t.captureFn`, modeled after tap [`9e21f7a`](https://togithub.com/ljharb/tape/commit/9e21f7a3106fcc4d4e7c057633ce4516d53978d2) - \[Refactor] prefer second `.then` arg over `.catch` [`135a952`](https://togithub.com/ljharb/tape/commit/135a952e55372855b1510a6381e5a5757758b452) - \[Performance] use inline `typeof` [`5ba89c9`](https://togithub.com/ljharb/tape/commit/5ba89c993ea0a4c9a880d86af5c268deb239aa70) - \[Deps] update `array.prototype.every`, `glob`, `string.prototype.trim` [`4e2db4d`](https://togithub.com/ljharb/tape/commit/4e2db4d0699be4034a577479b902885fcc0f2a6c) - \[Dev Deps] update `array.prototype.flatmap` [`df46769`](https://togithub.com/ljharb/tape/commit/df467693328f7771b2db639ff4aaaf2c64ad16d6) - Revert "\[meta] ensure `not-in-publish`‘s absence does not fail anything" [`1b3e0b1`](https://togithub.com/ljharb/tape/commit/1b3e0b10dc934a529297f11fa6ccd1693e5416b3)

Configuration

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

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.