Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

[Snyk] Upgrade tape from 4.13.2 to 5.1.0 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade tape from 4.13.2 to 5.1.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2020-12-29.
Release notes
Package name: tape
  • 5.1.0 - 2020-12-29
    • [New] Include name of test in log when test times out (#524)
    • [readme] document Promise support; remove Promise-related alternatives
    • [readme] add tape-describe to 'other' section (#523)
    • [Deps] update deep-equal, is-regex, object-inspect, object-is, object.assign, resolve, string.prototype.trim
    • [Dev Deps] update eslint, js-yaml
    • [eslint] remove useless regex escapes
    • [Tests] handle stack differences in node 15
    • [Tests] add test case for #519 for test.comment() in createStream/objectMode context (#520)
  • 5.0.1 - 2020-05-25
    • [Fix] createStream: result payload is not always an object (#519)
    • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#515)
    • [readme] add tape-repeater (#511)
    • [Dev Deps] update eslint
  • 5.0.0 - 2020-04-24

    Changes since v4.13.2:

    • [Breaking] only looseEqual/`deepEqual, and their inverses, are now non-strict.
    • [Breaking] make equality functions consistent:
    • [Breaking] equal: use ==, not ===, to match assert.equal
    • [Breaking] strictEqual: bring -0/0, and NaN into line with assert
    • [Breaking] update deep-equal to v2
    • [Breaking] fail any assertion after .end() is called (#489)
    • [Breaking] error should not emit expected/actual diags (#455)
    • [Breaking] support passing in an async function for the test callback (#472)
    • [Breaking] tests with no callback are failed TODO tests (#69)
    • [Breaking] equality functions: throw when < 2 arguments are provided
    • [Breaking] add "exports" to restrict public API
    • [Breaking] throws: bring into line with node’s assert.throws
    • [Breaking] use default require.extensions collection instead of the magic Array ['.js'] (#396)
    • [Docs] add an optional emoji version for tap-spec consumer (#501)
    • [examples] add ecstatic
    • [readme] Add link to tape-player (in-process reporter) (#496)
    • [meta] change dep semver prefix from ~ to ^
    • [meta] add funding field, create FUNDING.yml
    • [meta] add auto-changelog
    • [Deps] update deep-equal, minimist, object-is, resolve
    • [Dev Deps] update falafel
    • [Tests] Fix simple typo, placehodler -> placeholder (#500)

    Changes since v5.0.0-next.5:

    • [Breaking] remove full "lib" export; replace with explicit exports
    • [examples] add ecstatic
    • [readme] Add link to tape-player (in-process reporter) (#496)
    • [Docs] add an optional emoji version for tap-spec consumer (#501)
    • [meta] add funding field, create FUNDING.yml
    • [meta] add auto-changelog
    • [Deps] update deep-equal, minimist, object-is, resolve
    • [Dev Deps] update falafel
    • [Tests] Fix simple typo, placehodler -> placeholder (#500)
  • 5.0.0-next.5 - 2020-03-03

    Changes since v5.0.0-next.4:

    • [Breaking] only looseEqual/`deepEqual, and their inverses, are now non-strict.
    • [Breaking] make equality functions consistent:
    • [Breaking] equal: use ==, not ===, to match assert.equal
    • [Breaking] strictEqual: bring -0/0, and NaN into line with assert
    • [patch] Print name of test that didnt end (#498)
    • [Refactor] remove unused code
    • [Deps] update resolve

    Changes since v4.13.2:

    • [Breaking] only looseEqual/`deepEqual, and their inverses, are now non-strict.
    • [Breaking] make equality functions consistent:
    • [Breaking] equal: use ==, not ===, to match assert.equal
    • [Breaking] strictEqual: bring -0/0, and NaN into line with assert
    • [Breaking] update deep-equal to v2
    • [Breaking] fail any assertion after .end() is called (#489)
    • [Breaking] error should not emit expected/actual diags (#455)
    • [Breaking] support passing in an async function for the test callback (#472)
    • [Breaking] tests with no callback are failed TODO tests (#69)
    • [Breaking] equality functions: throw when < 2 arguments are provided
    • [Breaking] add "exports" to restrict public API
    • [Breaking] throws: bring into line with node’s assert.throws
    • [Breaking] use default require.extensions collection instead of the magic Array ['.js'] (#396)
    • [meta] change dep semver prefix from ~ to ^
  • 5.0.0-next.4 - 2020-01-19

    Changes since v5.0.0-next.3:

    • [Fix] .catch is a syntax error in older browsers
    • [Refactor] remove unused code
    • [Deps] update resolve

    Changes since v4.13.0:

    • [Breaking] update deep-equal to v2
    • [Breaking] fail any assertion after .end() is called (#489)
    • [Breaking] error should not emit expected/actual diags (#455)
    • [Breaking] support passing in an async function for the test callback (#472)
    • [Breaking] tests with no callback are failed TODO tests (#69)
    • [Breaking] equality functions: throw when < 2 arguments are provided
    • [Breaking] add "exports" to restrict public API
    • [Breaking] throws: bring into line with node’s assert.throws
    • [Breaking] use default require.extensions collection instead of the magic Array ['.js'] (#396)
    • [meta] change dep semver prefix from ~ to ^
  • 5.0.0-next.3 - 2020-01-09

    Changes since v5.0.0-next.2:

    • [Fix] tests without a callback that are skipped should not fail

    Changes since v4.13.0:

    • [Breaking] update deep-equal to v2
    • [Breaking] fail any assertion after .end() is called (#489)
    • [Breaking] error should not emit expected/actual diags (#455)
    • [Breaking] support passing in an async function for the test callback (#472)
    • [Breaking] tests with no callback are failed TODO tests (#69)
    • [Breaking] equality functions: throw when < 2 arguments are provided
    • [Breaking] add "exports" to restrict public API
    • [Breaking] throws: bring into line with node’s assert.throws
    • [Breaking] use default require.extensions collection instead of the magic Array ['.js'] (#396)
    • [meta] change dep semver prefix from ~ to ^
  • 5.0.0-next.2 - 2020-01-08

    Changes since v5.0.0-next.1:

    • [New] tape binary: Add -i flag to ignore files from gitignore (#492)
    • [New] add t.match() and t.doesNotMatch(), new in node v13.6
    • [readme] remove long-dead testling-ci badge

    Changes since v4.13.0:

    • [Breaking] error should not emit expected/actual diags (#455)
    • [Breaking] support passing in an async function for the test callback (#472)
    • [Breaking] update deep-equal to v2
    • [Deps] update resolve
    • [meta] change dep semver prefix from ~ to ^
  • 5.0.0-next.1 - 2020-01-01
  • 5.0.0-next.0 - 2019-12-21
  • 4.13.3 - 2020-05-25
    • [Fix] createStream: result payload is not always an object (#519)
    • [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516)
    • [readme] add tape-repeater (#511)
    • [readme] Add link to tape-player (in-process reporter) (#496)
    • [examples] add ecstatic
    • [Docs] add an optional emoji version for tap-spec consumer (#501)
    • [Deps] update minimist, resolve
    • [Tests] Fix simple typo, placehodler -> placeholder (#500)
    • [Dev Deps] update eslint, falafel, js-yaml
  • 4.13.2 - 2020-03-02
    • [patch] Print name of test that didnt end (#498)
    • [Refactor] remove unused code
    • [Deps] update resolve
    • [eslint] enable quotes rule
    • [Tests] add tests for edge cases and numerics
from tape GitHub release notes
Commit messages
Package name: tape
  • 6c0625f v5.1.0
  • 434f615 [Deps] update `deep-equal`, `object-inspect`, `object-is`, `object.assign`, `resolve`, `string.prototype.trim`
  • c6772d1 [Dev Deps] update `eslint`
  • 4665d63 [readme] document Promise support; remove Promise-related alternatives
  • 5b7720a [Dev Deps] update `eslint`
  • 898302b [Deps] update `resolve`
  • 1ac9ecf [Tests] handle stack differences in node 15
  • 7574152 [Dev Deps] update `eslint`, `js-yaml`
  • df23eda [Deps] update `deep-equal`, `is-regex`, `object-inspect`, `object-is`, `object.assign`, `string.prototype.trim`
  • e142c29 [New] Include name of test in log when test times out
  • 975c192 [readme] add `tape-describe` to 'other' section
  • 3554d4b [eslint] remove useless regex escapes
  • 40ec79a [Tests] add test case for #519 for test.comment() in createStream/objectMode context
  • ce9a282 v5.0.1
  • b7af113 Merge tag 'v4.13.3'
  • a861230 v4.13.3
  • 9676a21 [Dev Deps] update `eslint`, `falafel`, `js-yaml`
  • 8887189 [Deps] update `minimist`, `resolve`
  • fb94836 [Fix] `createStream`: `result` payload is not always an object
  • 582fe00 [Fix] `createStream`: `result` payload is not always an object (#519)
  • c421eb3 [Dev Deps] update `eslint`
  • 751e592 [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516)
  • 470e43b [Fix] Update RegExp for matching stack frames to handle Promise/then scenario
  • 33712e2 [readme] add `tape-repeater` (#511)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@coveralls
Copy link

Pull Request Test Coverage Report for Build 358

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.774%

Totals Coverage Status
Change from base Build 354: 0.0%
Covered Lines: 23
Relevant Lines: 23

💛 - Coveralls

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants