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.2 to 5.0.1 #91

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

snyk-bot
Copy link
Contributor

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

ℹ️ 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 9 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-05-25.
Release notes
Package name: tape
  • 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
  • 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)
  • 0b5804d [readme] add `tape-repeater`
  • cd81a40 v5.0.0
  • 3bb97f1 [Breaking] remove full "lib" export; replace with explicit exports
  • 9b87675 [examples] add `ecstatic`
  • d021e9d [examples] add `ecstatic`
  • bc1334b [readme] Add link to tape-player (in-process reporter) (#496)
  • 6326dc6 [Docs] add an optional emoji version for tap-spec consumer (#501)
  • 93d6cd7 [Tests] Fix simple typo, placehodler -> placeholder (#500)
  • 5b9c442 [readme] Add link to tape-player (in-process reporter)
  • f24491d [Dev Deps] update `falafel`
  • 6fd0691 [Deps] update `deep-equal`, `minimist`, `object-is`, `resolve`
  • f5d0899 [Docs] add an optional emoji version for tap-spec consumer
  • 8ba3668 [Tests] Fix simple typo, placehodler -> placeholder

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 88.462% when pulling 2f6bf34 on snyk-upgrade-c1035f342a414eeeccca8027009d653f into 95d4f09 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.462% when pulling 2f6bf34 on snyk-upgrade-c1035f342a414eeeccca8027009d653f into 95d4f09 on master.

@lholmquist lholmquist merged commit 911f98d into master Jun 16, 2020
@lholmquist lholmquist deleted the snyk-upgrade-c1035f342a414eeeccca8027009d653f branch June 16, 2020 14:51
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