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.0 (major) #269

Closed depfu[bot] closed 8 months ago

depfu[bot] commented 9 months ago

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.0) · Repo · Changelog

Release Notes

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 more commits than we can show here.


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 9 months ago

Codecov Report

Merging #269 (7d2e183) into master (67393e8) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #269   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           80        80           
=========================================
  Hits            80        80           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

depfu[bot] commented 8 months ago

Closed in favor of #270.