Level / levelup

A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.
MIT License
4.09k stars 265 forks source link

Bump tape from 4.13.3 to 5.0.1 #709

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps tape from 4.13.3 to 5.0.1.

Commits
  • ce9a282 v5.0.1
  • b7af113 Merge tag 'v4.13.3'
  • fb94836 [Fix] createStream: result payload is not always an object
  • c421eb3 [Dev Deps] update eslint
  • 470e43b [Fix] Update RegExp for matching stack frames to handle Promise/then scenario
  • 0b5804d [readme] add tape-repeater
  • cd81a40 v5.0.0
  • 3bb97f1 [Breaking] remove full "lib" export; replace with explicit exports
  • d021e9d [examples] add ecstatic
  • 5b9c442 [readme] Add link to tape-player (in-process reporter)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
vweevers commented 3 years ago
# Init & open(): [secure]()
  ok 847 should be strictly equal/home/travis/build/Level/[secure]/node_modules/tape/lib/test.js:583
            delete err.message;
                   ^
TypeError: Cannot delete property 'message' of InitializationError: First argument must be an abstract-leveldown compliant store
    at Test.throws (/home/travis/build/Level/[secure]/node_modules/tape/lib/test.js:583:20)
    at Test.bound [as throws] (/home/travis/build/Level/[secure]/node_modules/tape/lib/test.js:84:32)
    at Test.<anonymous> (/home/travis/build/Level/[secure]/test/init-test.js:8:7)
    at Test.bound [as _cb] (/home/travis/build/Level/[secure]/node_modules/tape/lib/test.js:84:32)
    at Test.run (/home/travis/build/Level/[secure]/node_modules/tape/lib/test.js:101:31)
    at Test.bound [as run] (/home/travis/build/Level/[secure]/node_modules/tape/lib/test.js:84:32)
    at Immediate.next (/home/travis/build/Level/[secure]/node_modules/tape/lib/results.js:85:19)
    at runCallback (timers.js:672:20)
    at tryOnImmediate (timers.js:645:5)
    at processImmediate [as _immediateCallback] (timers.js:617:5)
dependabot[bot] commented 3 years ago

Superseded by #713.