paralleldrive / riteway

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

Update dependency tape to v5.9.0 #363

Open renovate[bot] opened 8 months ago

renovate[bot] commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tape 5.7.4 -> 5.9.0 age adoption passing confidence

Release Notes

tape-testing/tape (tape) ### [`v5.9.0`](https://redirect.github.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v590---2024-09-15) [Compare Source](https://redirect.github.com/tape-testing/tape/compare/v5.8.1...v5.9.0) ##### Commits - \[New] `bin/tape`: add `--strict` [`4c97f54`](https://redirect.github.com/tape-testing/tape/commit/4c97f544939d949f18a1f53211f5c35c6902d52b) - \[Fix] in engines that lack dynamic import, have some output [`2d5c8dc`](https://redirect.github.com/tape-testing/tape/commit/2d5c8dcfd9a4d0f96713e229e21bc9363f126dd1) - \[Tests] use `npm audit` instead of `aud` [`681d4bd`](https://redirect.github.com/tape-testing/tape/commit/681d4bd7851cbcba2c93dfa7d24814e083285309) - \[Dev Deps] update `auto-changelog` [`b7bc72f`](https://redirect.github.com/tape-testing/tape/commit/b7bc72f82d0592aae38ed80484c09b04593a1d2c) - \[Deps] update `mock-property` [`ecfb546`](https://redirect.github.com/tape-testing/tape/commit/ecfb546465bc1ab0194fad69e4d3400d8e645ba1) - \[Deps] update `object-inspect` [`9a47aba`](https://redirect.github.com/tape-testing/tape/commit/9a47abae189019797a8cfd504b5194ba4ecdf1a9) - \[readme] notLooseEqual(s) is not an alias for notDeepLooseEqual [`c827ac9`](https://redirect.github.com/tape-testing/tape/commit/c827ac994f147a2b3df1f51a42316bda96cedb65) - \[readme] remove defunct badges [`7880dd4`](https://redirect.github.com/tape-testing/tape/commit/7880dd4d73ea865aa7cabee79a58638895f968d4) - \[Dev Deps] add missing peer dep [`627d1e7`](https://redirect.github.com/tape-testing/tape/commit/627d1e79da5e3f6cc76e2e0240b62e5bc7d7f673) ### [`v5.8.1`](https://redirect.github.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v581---2024-06-16) [Compare Source](https://redirect.github.com/tape-testing/tape/compare/v5.8.0...v5.8.1) ##### Fixed - \[meta] fix URLs [`#608`](https://redirect.github.com/tape-testing/tape/issues/608) ##### Commits - \[Fix] `assertion`: pass through assertion return value, for promises [`2ad86d4`](https://redirect.github.com/tape-testing/tape/commit/2ad86d45abc9ee3272772cf25a96a557a34c0b1c) ### [`v5.8.0`](https://redirect.github.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v580---2024-06-14) [Compare Source](https://redirect.github.com/tape-testing/tape/compare/v5.7.5...v5.8.0) ##### Fixed - \[New] add `t.assertion` [`#555`](https://redirect.github.com/tape-testing/tape/issues/555) ##### Commits - \[meta] update URLs [`77cabeb`](https://redirect.github.com/tape-testing/tape/commit/77cabebcd4b41da0083cb2c3c71105ba165debd6) - \[New] allow TODO tests to be "ok" with env var `TODO_IS_OK` [`6cd06f5`](https://redirect.github.com/tape-testing/tape/commit/6cd06f510d8c001b32553502ec0b3e1876849178) - \[Tests] strip node’s deprecation warnings [`8d40837`](https://redirect.github.com/tape-testing/tape/commit/8d40837002616401d9978bacd90a12dcc9a78c3e) - \[Tests] increase coverage [`aa7de58`](https://redirect.github.com/tape-testing/tape/commit/aa7de58f7d86eb07552ac6847ef575e057774ad1) - \[Refactor] `Test`: minor tweaks [`ce4ce8a`](https://redirect.github.com/tape-testing/tape/commit/ce4ce8a1a5bc6403868f2e50e1dccce1f62e82b6) - \[meta] simplify `exports` [`d39cb8d`](https://redirect.github.com/tape-testing/tape/commit/d39cb8d84f98626592d7c192407a828d1969c6c3) - \[Deps] update `@ljharb/resumer`, `@ljharb/through`, `hasown` [`77952d0`](https://redirect.github.com/tape-testing/tape/commit/77952d0c01bbcd15b3d954bff2b4d2a2915847ba) - \[Tests] handle more stack trace variation in Node v0.8 [`d2f0778`](https://redirect.github.com/tape-testing/tape/commit/d2f0778c8e4612f7b92a1364843eb838a8b80436) - \[Deps] update `array.prototype.every`, `string.prototype.trim` [`732268b`](https://redirect.github.com/tape-testing/tape/commit/732268b73376100806480662777bc396980f3ca9) - \[Dev Deps] update `@ljharb/eslint-config` [`7b39e14`](https://redirect.github.com/tape-testing/tape/commit/7b39e144a362d44fd332ac15be50979439a17a6d) - \[Refactor] `test`: reduce binding by using polyfill entrypoints [`91a83b6`](https://redirect.github.com/tape-testing/tape/commit/91a83b684abce30f1d68797ae675c8595eff5068) - \[Dev Deps] remove unused `intl-fallback-symbol`, `is-core-module` [`eafacf6`](https://redirect.github.com/tape-testing/tape/commit/eafacf6aa0baf205fe461309c5425024c90cb6fb) - \[Deps] update `object-is` [`1b01656`](https://redirect.github.com/tape-testing/tape/commit/1b016567b85c604801828a87e668b5b7d25a71e8) - \[meta] simplify `exports` [`f9eac5b`](https://redirect.github.com/tape-testing/tape/commit/f9eac5b45979ed1228447122de4460f33aab1fde) ### [`v5.7.5`](https://redirect.github.com/tape-testing/tape/blob/HEAD/CHANGELOG.md#v575---2024-02-14) [Compare Source](https://redirect.github.com/tape-testing/tape/compare/v5.7.4...v5.7.5) ##### Commits - \[Fix] `throws`: fix crash when throwing primitives with a non-empty expected object [`1b2681d`](https://redirect.github.com/tape-testing/tape/commit/1b2681dd56713c953d4928af15dfd7b38bb526e2) - \[Tests] clean up throws tests [`9133c93`](https://redirect.github.com/tape-testing/tape/commit/9133c93929703814b2031d4ce2e3b350636705ab) - \[Fix] `default_stream`: do not error on nullish data [`eff3725`](https://redirect.github.com/tape-testing/tape/commit/eff3725041361be8f7ae97cc95c7708e4b126b05) - \[Fix] in IE 8, `TypeError` does not inherit from `Error` [`93c1d12`](https://redirect.github.com/tape-testing/tape/commit/93c1d12380e230adff29a86a030dd9c1fa544afc) - \[actions] remove redundant finisher [`410e9e4`](https://redirect.github.com/tape-testing/tape/commit/410e9e4394b98e950c5e59572dea17fb51a8b4b6) - \[Deps] update `call-bind`, `hasown` [`82e7d71`](https://redirect.github.com/tape-testing/tape/commit/82e7d71a87e00c0a24679e1e37f464102e348ca6) - \[Deps] update `@ljharb/resumer` [`af2fe68`](https://redirect.github.com/tape-testing/tape/commit/af2fe68ce56d96de699a45aa4a1623d7719219b8) - \[Deps] update `@ljharb/resumer` [`bff9dad`](https://redirect.github.com/tape-testing/tape/commit/bff9dad3e5b363b6356cdea75e7615900ebc1017) - \[Deps] update `@ljharb/through` [`5360d20`](https://redirect.github.com/tape-testing/tape/commit/5360d200dada42a57c2f0dbdd186d7e51e81b707) - \[Deps] update `@ljharb/resumer` [`ad0dd2e`](https://redirect.github.com/tape-testing/tape/commit/ad0dd2e2096179130b78ed7c308acb1eb0469343)

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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