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.4.1 #5

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

Conversation

snyk-bot
Copy link

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

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 21 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-01-16.
Release notes
Package name: tape
  • 5.4.1 - 2022-01-16
    • [Fix] avoid failing in ES3 engines that lack Object.keys, and .every
    • [Robustness] use cached .test
    • [meta] better eclint command
    • [Dev Deps] update eslint, @ ljharb/eslint-config, aud
  • 5.4.0 - 2021-12-26
    • [New] t.match/`t.doesNotMatch: fail the test instead of throw on wrong input types.
    • [actions] reuse common workflows
    • [Deps] update has-dynamic-import, object-inspect
    • [Dev Deps] update eslint, @ ljharb/eslint-config
  • 5.3.2 - 2021-11-16
    • [Fix] use file:// URLs for dynamic import() (#571, #559)
    • [readme] hard wraps bad, soft wraps good
    • [readme] fix markdown; github still has a rendering bug
    • [readme] add badges
    • [meta] Exclude fs from browser bundles (#565)
    • [Deps] update glob, string.prototype.trim
    • [Dev Deps] update eslint, @ ljharb/eslint-config, safe-publish-latest, array.prototype.flatmap
    • [actions] update codecov uploader
    • [Tests] handle carriage returns in stack traces on Windows
    • [Tests] node 17+ smooshes a version number on the end of the stack trace
    • [Tests] handle v8 6.9 changing an error message
  • 5.3.1 - 2021-08-07
    • [Fix] bin/tape: delay requires until needed
    • [meta] add missing safe-publish-latest dep
    • [Deps] update is-regex
    • [Dev Deps] update eslint
  • 5.3.0 - 2021-07-26
    • [New] Use import() on esm files in supported node versions (#547)
    • [Refactor] bin/tape: separate "preparing of files list" from "require files list"
    • [Refactor] avoid reassigning arguments
    • [Refactor] remove unused line, unneeded var initialization; add missing new
    • [Refactor] remove use of legacy exports
    • [Refactor] add names to Test.prototype functions
    • [Deps] update object-inspect
    • [Docs] correct docs for t.teardown (#558)
    • [readme] Another way to create custom reporters (#556)
    • [readme] remove travis badge; add actions and codecov badges
    • [Deps] update glob, is-regex, object-inspect
    • [meta] ensure not-in-publish‘s absence does not fail anything
    • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+
    • [Dev Deps] update aud, eslint
    • [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape (#547)
    • [Tests] exclude examples from coverage
    • [actions] use node/install instead of node/run; use codecov action
  • 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
  • 5.0.1 - 2020-05-25
  • 5.0.0 - 2020-04-24
  • 5.0.0-next.5 - 2020-03-03
  • 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.15.0 - 2022-01-26
  • 4.14.0 - 2021-07-28
    • [New] add .teardown() on t instances (#546)
    • [New] Include name of test in log when test times out (#524)
    • [Refactor] avoid reassigning arguments
    • [Refactor] remove unused line, unneeded var initialization; add missing new
    • [Refactor] remove use of legacy exports
    • [Refactor] Avoid setting message property on primitives; use strict mode to catch this
    • [Refactor] generalize error message from calling .end more than once
    • [Refactor] use call-bind/callBound instead of function-bind directly
    • [readme] improve t.throws documentation (#541)
    • [readme] Another way to create custom reportersA (#556)
    • [readme] remove long-dead testling-ci badge
    • [readme] add tape-describe to 'other' section (#523)
    • [readme] remove travis badge; add actions and codecov badges
    • [eslint] remove useless regex escapes
    • [eslint] fully enable @ ljharb eslint config
    • [meta] do not publish github action workflow files
    • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+
    • [meta] run aud in posttest
    • [Deps] update glob, is-regex, object-inspect, resolve, string.prototype.trim
    • [Dev Deps] update eslint
    • [actions] use node/install instead of node/run; use codecov action
    • [Tests] exclude examples from coverage
    • [Tests] ensure bin/tape is linted
    • [Tests] make stripFullStack output an array of lines, for better failure messages
    • [Tests] handle stack differences in node 15
    • [Tests] add test case for #519 for test.comment() in createStream/objectMode context
  • 4.13.3 - 2020-05-25
  • 4.13.2 - 2020-03-02
from tape GitHub release notes
Commit messages
Package name: tape
  • 606c62c v5.4.1
  • 096a9e0 [Robustness] use cached `.test`
  • dfc5f39 [Fix] avoid failing in ES3 engines that lack `Object.keys`, and `.every`
  • 61446b9 [Dev Deps] update `eslint`, `@ ljharb/eslint-config`, `aud`
  • bc4666b [meta] better `eccheck` command
  • 7b00833 v5.4.0
  • 8881fea [Deps] update `has-dynamic-import`, `object-inspect`
  • 4023f25 [Dev Deps] update `eslint`, `@ ljharb/eslint-config`
  • 329bbb8 [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types.
  • 728e190 [actions] reuse common workflows
  • dc7df0f [Dev Deps] update `eslint`, `@ ljharb/eslint-config`
  • eaceb87 v5.3.2
  • 26e8113 [Tests] handle carriage returns in stack traces on Windows
  • b445a2b [readme] hard wraps bad, soft wraps good
  • 459a1c5 [Dev Deps] update `eslint`, `@ ljharb/eslint-config`, `safe-publish-latest`
  • d487add [Fix] use `file://` URLs for dynamic `import()`
  • e41763f [Tests] node 17+ smooshes a version number on the end of the stack trace
  • f040c4f [actions] update codecov uploader
  • c1248d7 [Deps] update `string.prototype.trim`
  • 97384b1 [Dev Deps] update `array.prototype.flatmap`
  • 60bbd83 Revert "[Dev Deps] ping `signal-exit` to v3.0.3 due to https://github.com/v3.0.4 has a breaking change tapjs/signal-exit#66"
  • a33b5f9 [readme] fix markdown; github still has a rendering bug
  • 3c30a55 [Dev Deps] ping `signal-exit` to v3.0.3 due to https://github.com/v3.0.4 has a breaking change tapjs/signal-exit#66
  • 4c8d00a [readme] add badges

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant