dmitriz / cpsfy

🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
https://www.npmjs.com/package/cpsfy
MIT License
69 stars 1 forks source link

Update tape 4.17.0 → 5.7.5 (major) #281

Closed depfu[bot] closed 1 month ago

depfu[bot] commented 4 months ago

👉 This PR is queued up to get rebased by Depfu

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ tape (4.17.0 → 5.7.5) · Repo · Changelog

Release Notes

5.7.5 (from changelog)

Commits

  • [Fix] throws: fix crash when throwing primitives with a non-empty expected object 1b2681d
  • [Tests] clean up throws tests 9133c93
  • [Fix] default_stream: do not error on nullish data eff3725
  • [Fix] in IE 8, TypeError does not inherit from Error 93c1d12
  • [actions] remove redundant finisher 410e9e4
  • [Deps] update call-bind, hasown 82e7d71
  • [Deps] update @ljharb/resumer af2fe68
  • [Deps] update @ljharb/resumer bff9dad
  • [Deps] update @ljharb/through 5360d20
  • [Deps] update @ljharb/resumer ad0dd2e

5.7.4 (from changelog)

Fixed

  • [Fix] handle native ESM URLs in at: #601

Commits

  • [Deps] update has-dynamic-import 1e50cb3

5.7.3 (from changelog)

Commits

  • [Refactor] Test: cleaner at logic af4d109
  • [Fix] intercept: give a proper error message with a readonly Symbol property 4640a91
  • [Refactor] getHarness: avoid mutating opts, account for only one internal callsite for createExitHarness 19cfc8f
  • [Tests] Spawn processes during tests using execPath so that the tests pass on windows 4a57fbe
  • [Fix] createHarness: when no conf is provided, only should not throw 8a1cccc
  • [Fix] bin/tape: ignore options on windows a2b74f9
  • [Refactor] _assert: avoid reassigning arguments dc64c08
  • [Refactor] Results: use this instead of self 5f831b4
  • [Performance] avoid the extra call frame to new it 78fd0d6
  • [Dev Deps] update aud, npmignore ceabd99
  • [Tests] fix npm test on windows bcf6ce7
  • [Fix] stack trace path parsing on windows 9cbae8a
  • [Refactor] Results createStream: clean up _push handler 878a500
  • [Refactor] Test: a more precise check f6d30cf
  • [Deps] update object.assign 201e650
  • [Tests] ensure the import tests spawn properly d1987c0
  • [actions] skip engines check since bin/tape and the rest of the lib conflict 19af506
  • [Deps] update deep-equal 5d26485
  • [Deps] update mock-property d90c29a
  • [meta] add sideEffects flag 85f593b

5.7.2 (from changelog)

Commits

  • [Refactor] use hasown instead of has 489736a
  • [Deps] update call-bind, mock-property, object-inspect de34703
  • [Tests] use through properly 56d7a8b

5.7.1 (from changelog)

Commits

  • [Fix] default_stream: add handling for IE < 9 13f23ed
  • [Deps] update @ljharb/through, resolve 9135b40
  • Merge tag 'v4.17.0' e61cd40
  • [New] add t.intercept() e60aeca
  • [New] add t.capture and t.captureFn, modeled after tap 3d96d69
  • [Deps] switch from through and resumer to @ljharb/through and @ljharb/resumer a8a7d67
  • [Tests] simplify tests 83bc381
  • [Performance] use inline typeof c45db4e
  • [Deps] update minimist, resolve, string.prototype.trim feee094
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, aud 7123111
  • Revert "[meta] ensure not-in-publish‘s absence does not fail anything" 92aaa51
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 a576f8d

5.7.0 (from changelog)

Commits

  • [New] add t.intercept() 5d37060
  • [New] add t.capture and t.captureFn, modeled after tap 9e21f7a
  • [Refactor] prefer second .then arg over .catch 135a952
  • [Performance] use inline typeof 5ba89c9
  • [Deps] update array.prototype.every, glob, string.prototype.trim 4e2db4d
  • [Dev Deps] update array.prototype.flatmap df46769
  • Revert "[meta] ensure not-in-publish‘s absence does not fail anything" 1b3e0b1

5.6.6 (from changelog)

Commits

  • [Deps] switch from through and resumer to @ljharb/through and @ljharb/resumer c99680a

5.6.5 (from changelog)

Commits

  • [Fix] Results: show a skip string on tests, not just on assertions 9bbbcfe
  • [Deps] update deep-equal 109a791

5.6.4 (from changelog)

Commits

  • [Fix] throws: avoid crashing on a nonconfigurable or nonextensible expected 0731b5f
  • [Tests] simplify tests c656ee5
  • [Refactor] Test: skip binding for a non-function value e244e64
  • [Performance] use call-bind for autobinding 70de437
  • [actions] update rebase action 834453c
  • [Deps] update defined, minimist, object-inspect, string.prototype.trim 01edce8
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, aud 1b3ad24
  • [Dev Deps] update @ljharb/eslint-config, aud a6a5eee
  • [Deps] update deep-equal 2043b2e
  • [readme] Link to explain what TAP is 26a75bb
  • [Deps] update minimist 7e7c3d0
  • [readme] improve t.throws description for Function c1b619d
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0e80800
  • Merge tag 'v4.16.2' d5d675d
  • [meta] add missing npmrc config 15e2175

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 43 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (67393e8) 100.00% compared to head (30a2d8b) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #281 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 80 80 ========================================= Hits 80 80 ``` | [Flag](https://app.codecov.io/gh/dmitriz/cpsfy/pull/281/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitri+Zaitsev) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/dmitriz/cpsfy/pull/281/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitri+Zaitsev) | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitri+Zaitsev#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.