paralleldrive / riteway

Simple, readable, helpful unit tests.
MIT License
1.15k stars 35 forks source link

fix(deps): update dependency tape to v5.7.2 - autoclosed #341

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tape 5.6.1 -> 5.7.2 age adoption passing confidence

Release Notes

ljharb/tape (tape) ### [`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) ### [`v5.6.6`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v566---2023-07-18) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.6.5...v5.6.6) ##### Commits - \[Deps] switch from `through` and `resumer` to `@ljharb/through` and `@ljharb/resumer` [`c99680a`](https://togithub.com/ljharb/tape/commit/c99680a661867f0db81d830cb4214e526a4cdec4) ### [`v5.6.5`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v565---2023-07-12) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.6.4...v5.6.5) ##### Commits - \[Fix] Results: show a skip string on tests, not just on assertions [`9bbbcfe`](https://togithub.com/ljharb/tape/commit/9bbbcfe6a28a969dcde53850ebb7673837bdfcb7) - \[Deps] update `deep-equal` [`109a791`](https://togithub.com/ljharb/tape/commit/109a791cc28b931de1545ba7cb8e5599634190d7) ### [`v5.6.4`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v564---2023-07-01) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.6.3...v5.6.4) ##### Commits - \[Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0731b5f`](https://togithub.com/ljharb/tape/commit/0731b5f64311b168ac941ce3e547bb1a32766783) - \[Tests] simplify tests [`c656ee5`](https://togithub.com/ljharb/tape/commit/c656ee52626e0e4992e893e41e1ae81ecb5d68a2) - \[Refactor] `Test`: skip binding for a non-function value [`e244e64`](https://togithub.com/ljharb/tape/commit/e244e64eab7529c4e0d2391b989152b84229939e) - \[Performance] use `call-bind` for autobinding [`70de437`](https://togithub.com/ljharb/tape/commit/70de43727d191c10d8ba9542bd0cdabaf272360a) - \[actions] update rebase action [`834453c`](https://togithub.com/ljharb/tape/commit/834453cdd4cb95b71d2180a3b28a1ce8e51357b3) - \[Deps] update `defined`, `minimist`, `object-inspect`, `string.prototype.trim` [`01edce8`](https://togithub.com/ljharb/tape/commit/01edce8073efe1134c5fff58638b350afb7c6d22) - \[Dev Deps] update `@ljharb/eslint-config`, `array.prototype.flatmap`, `aud` [`1b3ad24`](https://togithub.com/ljharb/tape/commit/1b3ad2429b553f7e029fe9fd5977b07e76740e42) - \[Dev Deps] update `@ljharb/eslint-config`, `aud` [`a6a5eee`](https://togithub.com/ljharb/tape/commit/a6a5eee0991a55f001d6468930e20e486a5e308e) - \[Deps] update `deep-equal` [`2043b2e`](https://togithub.com/ljharb/tape/commit/2043b2e72be80f477293eefb44f226bb06aeafc0) - \[readme] Link to explain what TAP is [`26a75bb`](https://togithub.com/ljharb/tape/commit/26a75bbb8b1854fa730eaaf1407aea1409640fd5) - \[Deps] update `minimist` [`7e7c3d0`](https://togithub.com/ljharb/tape/commit/7e7c3d054449ac44f18d90db790705db4bcef37c) - \[readme] improve t.throws description for Function [`c1b619d`](https://togithub.com/ljharb/tape/commit/c1b619db02f5b51e4c1379debeb0bac90daa3b93) - \[Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 [`0e80800`](https://togithub.com/ljharb/tape/commit/0e80800b4d287e6cae7bd4f46b13fa8ac5aa1197) - Merge tag 'v4.16.2' [`d5d675d`](https://togithub.com/ljharb/tape/commit/d5d675dbd841f411960dbe60946744fae4cd2bcb) - \[meta] add missing npmrc config [`15e2175`](https://togithub.com/ljharb/tape/commit/15e2175b927010657c66f0a30e44f5266147311f) ### [`v5.6.3`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v563---2023-01-15) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.6.2...v5.6.3) ### [`v5.6.2`](https://togithub.com/ljharb/tape/blob/HEAD/CHANGELOG.md#v562---2023-01-15) [Compare Source](https://togithub.com/ljharb/tape/compare/v5.6.1...v5.6.2) ##### Fixed - \[New] `bin/tape`: add `--ignore-pattern` flag [`#586`](https://togithub.com/ljharb/tape/issues/586) ##### Commits - \[eslint] fix indentation [`b035590`](https://togithub.com/ljharb/tape/commit/b035590f782c211e93a6a44ed8d0e9d38636a286) - \[meta] add `auto-changelog` [`b467b85`](https://togithub.com/ljharb/tape/commit/b467b850f169bf294851c68a5c4074360d53a31b) - \[eslint] enforce `no-use-before-define` [`87deb68`](https://togithub.com/ljharb/tape/commit/87deb68b111fd0d94efc92c25454a6a3fcedff66) - \[eclint] fix editorconfig [`ce81cbe`](https://togithub.com/ljharb/tape/commit/ce81cbee9bfc00ebd0abbc70932e3eeab84b159e) - \[eslint] clean up config a bit [`3171edd`](https://togithub.com/ljharb/tape/commit/3171eddd25dafb3e9a9606ac70ed6c21bb736e8e) - \[Tests] `stackTrace`: use the common `getDiag` utility [`65df5a4`](https://togithub.com/ljharb/tape/commit/65df5a4f194cf01c3872c713d129ac968342181c) - \[Fix] `throws`: avoid crashing on a nonconfigurable or nonextensible `expected` [`0cd7a2c`](https://togithub.com/ljharb/tape/commit/0cd7a2cb2e231bd87412170f05020fd910e6d3e4) - \[meta] fix repo URLs [`85d86a4`](https://togithub.com/ljharb/tape/commit/85d86a468af1b74af432d41c204efd4440b5f56f) - Revert "\[Tests] handle a broken error `cause` in node 16.9/16.10" [`775ba37`](https://togithub.com/ljharb/tape/commit/775ba3789e16b1464dc810243dc5866b2868fc1d) - \[meta] use `npmignore` to autogenerate an npmignore file [`1645abb`](https://togithub.com/ljharb/tape/commit/1645abbf47df2a8142514302da2730c54b993b47) - \[eslint] enable `func-style` [`75c0c3a`](https://togithub.com/ljharb/tape/commit/75c0c3a4f9452c36b5318ba6c09ab4ebc97f15d0) - \[actions] update rebase action [`b3d724e`](https://togithub.com/ljharb/tape/commit/b3d724e9ddfcca3c3d78f3c9d53158b5aef2208b) - \[Deps] update `array.prototype.every`, `deep-equal`, `string.prototype.trim` [`e9c9aba`](https://togithub.com/ljharb/tape/commit/e9c9abab037b274bb9b239b26c33d94eb8b7e802) - \[Deps] update `defined`, `minimist`, `resolve` [`83695c0`](https://togithub.com/ljharb/tape/commit/83695c03495801e6cf98cba7328d287e47f3afde) - \[Deps] update `deep-equal`, `object-inspect` [`09906f3`](https://togithub.com/ljharb/tape/commit/09906f323c69b5f189675bf0faad9d5be4831706) - \[Dev Deps] update `@ljharb/eslint-config`, `aud` [`afd8f64`](https://togithub.com/ljharb/tape/commit/afd8f64712daade8ccd29b727d90bccab9f5ce12) - \[Dev Deps] update `array.prototype.flatmap` [`8b8bf07`](https://togithub.com/ljharb/tape/commit/8b8bf07312adb248238238a0d810b0eedeb8b2b5) - \[Dev Deps] update `aud` [`f0fe7c0`](https://togithub.com/ljharb/tape/commit/f0fe7c0979ba5d7ea96c619fab5389979cd0a862) - \[Dev Deps] update `tap-parser` [`2f61eac`](https://togithub.com/ljharb/tape/commit/2f61eac3800d63fba65895bbfa947b8b82346cf0) - Merge tag 'v4.16.1' [`96ff863`](https://togithub.com/ljharb/tape/commit/96ff863913b282e13bc5200179fcb1a757933449) - \[readme] fix version badge [`20ea48d`](https://togithub.com/ljharb/tape/commit/20ea48d53b6492bf648d02d53c41b324abbfb6e1)

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Los_Angeles, 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.