Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade tape from 4.13.3 to 5.2.2 #584

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade tape from 4.13.3 to 5.2.2.

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 14 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2021-03-03.
Release notes
Package name: tape
  • 5.2.2 - 2021-03-03
    • [Fix] proper exit behavior in node v0.6
  • 5.2.1 - 2021-02-28
    • [Fix] t.teardown(): ensure callback is only called once (#551)
    • [Deps] update object-is, string.prototype.trim
  • 5.2.0 - 2021-02-20
    • [New] add .teardown() on t instances (#546)
    • [readme] improve t.throws documentation (#542)
    • [readme] improve t.throws/t.doesNotThrow documentation (#541)
    • [Deps] update call-bind, is-regex, resolve
    • [Dev Deps] update eslint, aud
    • [Tests] exclude node v0.6, for now
  • 5.1.1 - 2021-01-04
    • [Fix] preserve stack traces for returned Promises (async/await) (#537)
    • [Robustness] cache and call-bind more prototype methods
    • [Refactor] use call-bind/callBound instead of function-bind directly
    • [readme] Document unexpected t.end() behavior (#279)
    • [readme] Added tabe into reporter list (#249)
    • [readme] improve method docs
    • [meta] do not publish github action workflow files
    • [meta] run aud in posttest
    • [meta] add Automatic Rebase and Require Allow Edits workflows
    • [eslint] ensure no trailing commas
    • [eslint] fix some inconsistencies
    • [Tests] make stripFullStack output an array of lines, for better failure messages
    • [Tests] add npm run test:example to test non-failing examples.
    • [Tests] migrate tests to Github Actions (#538)
    • [Tests] skip Promise tests when Promises are not available
    • [Tests] run nyc on all tests
    • [Tests] add timeoutAfter test with Promises
  • 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
  • 5.0.0-next.3 - 2020-01-09
  • 5.0.0-next.2 - 2020-01-08
  • 5.0.0-next.1 - 2020-01-01
  • 5.0.0-next.0 - 2019-12-21
  • 4.14.0 - 2021-07-28
  • 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
from tape GitHub release notes
Commit messages
Package name: tape
  • 0e8f19d v5.2.2
  • 3f94e68 [Fix] proper exit behavior in node v0.6
  • 1642ae2 v5.2.1
  • b497ead [Deps] update `object-is`, `string.prototype.trim`
  • 3ea7921 [Fix] `t.teardown()`: ensure callback is only called once
  • 50751db v5.2.0
  • d3fc2ff [New] add `.teardown()` on `t` instances
  • 3c05a87 [Tests] exclude node v0.6, for now
  • 8c52d12 [Deps] update `is-regex`, `resolve`
  • f847c85 [Dev Deps] update `eslint`, `aud`
  • 94220ba [readme] improve `t.throws` documentation
  • ce0b1ad [Deps] update `call-bind`
  • 83f1eec [Dev Deps] update `eslint`
  • 84fcf48 [readme] improve `t.throws`/`t.doesNotThrow` documentation
  • 3b924b0 v5.1.1
  • b505c4c [readme] Document unexpected `t.end()` behavior
  • 7aff9e4 [readme] Added tabe into reporter list
  • 8e60dcb [Robustness] cache and call-bind more prototype methods
  • b19da31 [Refactor] use `call-bind/callBound` instead of `function-bind` directly
  • 04da90b [eslint] ensure no trailing commas
  • 0743333 [Tests] make `stripFullStack` output an array of lines, for better failure messages
  • d505cdf [Fix] preserve stack traces for returned Promises (async/await)
  • 82c3904 [meta] do not publish github action workflow files
  • 4210e44 [Tests] add `npm run test:example` to test non-failing examples.

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

Coverage Status

Coverage remained the same at 98.178% when pulling 87ee535 on snyk-upgrade-0adfc530630b600f9090ccbf117abc54 into 83ad01e on main.

@lholmquist lholmquist merged commit 828a851 into main Aug 20, 2021
@lholmquist lholmquist deleted the snyk-upgrade-0adfc530630b600f9090ccbf117abc54 branch August 20, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants