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

chore(deps): update dependency tape to v5.9.0 #384

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tape 5.6.3 -> 5.9.0 age adoption passing confidence
@types/tape (source) 4.13.4 -> 5.8.1 age adoption passing confidence

Release Notes

tape-testing/tape (tape)

v5.9.0

Compare Source

Commits
  • [New] bin/tape: add --strict 4c97f54
  • [Fix] in engines that lack dynamic import, have some output 2d5c8dc
  • [Tests] use npm audit instead of aud 681d4bd
  • [Dev Deps] update auto-changelog b7bc72f
  • [Deps] update mock-property ecfb546
  • [Deps] update object-inspect 9a47aba
  • [readme] notLooseEqual(s) is not an alias for notDeepLooseEqual c827ac9
  • [readme] remove defunct badges 7880dd4
  • [Dev Deps] add missing peer dep 627d1e7

v5.8.1

Compare Source

Fixed
  • [meta] fix URLs #608
Commits
  • [Fix] assertion: pass through assertion return value, for promises 2ad86d4

v5.8.0

Compare Source

Fixed
  • [New] add t.assertion #555
Commits
  • [meta] update URLs 77cabeb
  • [New] allow TODO tests to be "ok" with env var TODO_IS_OK 6cd06f5
  • [Tests] strip node’s deprecation warnings 8d40837
  • [Tests] increase coverage aa7de58
  • [Refactor] Test: minor tweaks ce4ce8a
  • [meta] simplify exports d39cb8d
  • [Deps] update @ljharb/resumer, @ljharb/through, hasown 77952d0
  • [Tests] handle more stack trace variation in Node v0.8 d2f0778
  • [Deps] update array.prototype.every, string.prototype.trim 732268b
  • [Dev Deps] update @ljharb/eslint-config 7b39e14
  • [Refactor] test: reduce binding by using polyfill entrypoints 91a83b6
  • [Dev Deps] remove unused intl-fallback-symbol, is-core-module eafacf6
  • [Deps] update object-is 1b01656
  • [meta] simplify exports f9eac5b

v5.7.5

Compare Source

Commits
  • [Fix] throws: fix crash when throwing primitives with a non-empty expected object 1b2681d
  • [Tests] clean up throws tests 9133c93
  • [Fix] default_stream: do not error on nullish data eff3725
  • [Fix] in IE 8, TypeError does not inherit from Error 93c1d12
  • [actions] remove redundant finisher 410e9e4
  • [Deps] update call-bind, hasown 82e7d71
  • [Deps] update @ljharb/resumer af2fe68
  • [Deps] update @ljharb/resumer bff9dad
  • [Deps] update @ljharb/through 5360d20
  • [Deps] update @ljharb/resumer ad0dd2e

v5.7.4

Compare Source

Fixed
  • [Fix] handle native ESM URLs in at: #601
Commits
  • [Deps] update has-dynamic-import 1e50cb3

v5.7.3

Compare Source

Commits
  • [Refactor] Test: cleaner at logic af4d109
  • [Fix] intercept: give a proper error message with a readonly Symbol property 4640a91
  • [Refactor] getHarness: avoid mutating opts, account for only one internal callsite for createExitHarness 19cfc8f
  • [Tests] Spawn processes during tests using execPath so that the tests pass on windows 4a57fbe
  • [Fix] createHarness: when no conf is provided, only should not throw 8a1cccc
  • [Fix] bin/tape: ignore options on windows a2b74f9
  • [Refactor] _assert: avoid reassigning arguments dc64c08
  • [Refactor] Results: use this instead of self 5f831b4
  • [Performance] avoid the extra call frame to new it 78fd0d6
  • [Dev Deps] update aud, npmignore ceabd99
  • [Tests] fix npm test on windows bcf6ce7
  • [Fix] stack trace path parsing on windows 9cbae8a
  • [Refactor] Results createStream: clean up _push handler 878a500
  • [Refactor] Test: a more precise check f6d30cf
  • [Deps] update object.assign 201e650
  • [Tests] ensure the import tests spawn properly d1987c0
  • [actions] skip engines check since bin/tape and the rest of the lib conflict 19af506
  • [Deps] update deep-equal 5d26485
  • [Deps] update mock-property d90c29a
  • [meta] add sideEffects flag 85f593b

v5.7.2

Compare Source

Commits
  • [Refactor] use hasown instead of has 489736a
  • [Deps] update call-bind, mock-property, object-inspect de34703
  • [Tests] use through properly 56d7a8b

v5.7.1

Compare Source

Commits
  • [Fix] default_stream: add handling for IE < 9 13f23ed
  • [Deps] update @ljharb/through, resolve 9135b40
  • Merge tag 'v4.17.0' e61cd40
  • [New] add t.intercept() e60aeca
  • [New] add t.capture and t.captureFn, modeled after tap 3d96d69
  • [Deps] switch from through and resumer to @ljharb/through and @ljharb/resumer a8a7d67
  • [Tests] simplify tests 83bc381
  • [Performance] use inline typeof c45db4e
  • [Deps] update minimist, resolve, string.prototype.trim feee094
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, aud 7123111
  • Revert "[meta] ensure not-in-publish‘s absence does not fail anything" 92aaa51
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 a576f8d

v5.7.0

Compare Source

Commits
  • [New] add t.intercept() 5d37060
  • [New] add t.capture and t.captureFn, modeled after tap 9e21f7a
  • [Refactor] prefer second .then arg over .catch 135a952
  • [Performance] use inline typeof 5ba89c9
  • [Deps] update array.prototype.every, glob, string.prototype.trim 4e2db4d
  • [Dev Deps] update array.prototype.flatmap df46769
  • Revert "[meta] ensure not-in-publish‘s absence does not fail anything" 1b3e0b1

v5.6.6

Compare Source

Commits
  • [Deps] switch from through and resumer to @ljharb/through and @ljharb/resumer c99680a

v5.6.5

Compare Source

Commits
  • [Fix] Results: show a skip string on tests, not just on assertions 9bbbcfe
  • [Deps] update deep-equal 109a791

v5.6.4

Compare Source

Commits
  • [Fix] throws: avoid crashing on a nonconfigurable or nonextensible expected 0731b5f
  • [Tests] simplify tests c656ee5
  • [Refactor] Test: skip binding for a non-function value e244e64
  • [Performance] use call-bind for autobinding 70de437
  • [actions] update rebase action 834453c
  • [Deps] update defined, minimist, object-inspect, string.prototype.trim 01edce8
  • [Dev Deps] update @ljharb/eslint-config, array.prototype.flatmap, aud 1b3ad24
  • [Dev Deps] update @ljharb/eslint-config, aud a6a5eee
  • [Deps] update deep-equal 2043b2e
  • [readme] Link to explain what TAP is 26a75bb
  • [Deps] update minimist 7e7c3d0
  • [readme] improve t.throws description for Function c1b619d
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 0e80800
  • Merge tag 'v4.16.2' d5d675d
  • [meta] add missing npmrc config 15e2175

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tape-5.x branch from 606fcdd to 293fb50 Compare June 13, 2023 01:43
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 293fb50 to ce78bc7 Compare June 20, 2023 21:35
@renovate renovate bot changed the title chore(deps): update dependency @types/tape to v5 chore(deps): update dependency tape to v5.6.4 Jul 2, 2023
@renovate renovate bot force-pushed the renovate/tape-5.x branch from ce78bc7 to 644b97e Compare July 2, 2023 04:40
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.6.4 chore(deps): update dependency tape to v5.6.5 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 644b97e to f981066 Compare July 12, 2023 21:37
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.6.5 chore(deps): update dependency tape to v5.6.6 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/tape-5.x branch from f981066 to 9e3f409 Compare July 18, 2023 23:10
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 9e3f409 to 15a6fe3 Compare August 3, 2023 03:58
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 15a6fe3 to f0db470 Compare September 12, 2023 17:24
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.6.6 chore(deps): update dependency tape to v5.7.0 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/tape-5.x branch from f0db470 to e1c5bc5 Compare September 21, 2023 22:39
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.7.0 chore(deps): update dependency tape to v5.7.1 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/tape-5.x branch 4 times, most recently from 76309b7 to 8abc63d Compare October 18, 2023 19:05
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.7.1 chore(deps): update dependency tape to v5.7.2 Oct 21, 2023
@renovate renovate bot force-pushed the renovate/tape-5.x branch 2 times, most recently from f362f3b to 94b60fd Compare October 25, 2023 06:29
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 94b60fd to 41f1f65 Compare November 7, 2023 19:27
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.7.2 chore(deps): update dependency tape to v5.7.3 Jan 13, 2024
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 41f1f65 to 8b6c500 Compare January 13, 2024 09:47
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 8b6c500 to b0b1d37 Compare January 25, 2024 10:33
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.7.3 chore(deps): update dependency tape to v5.7.4 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/tape-5.x branch 2 times, most recently from 2cd284d to e82eeb0 Compare January 25, 2024 21:37
@renovate renovate bot force-pushed the renovate/tape-5.x branch from e82eeb0 to 1915387 Compare February 14, 2024 21:28
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.7.4 chore(deps): update dependency tape to v5.7.5 Feb 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.7.5 chore(deps): update dependency tape to v5.8.0 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/tape-5.x branch 2 times, most recently from 4ac848f to 63b62f3 Compare June 16, 2024 18:21
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.8.0 chore(deps): update dependency tape to v5.8.1 Jun 16, 2024
@renovate renovate bot force-pushed the renovate/tape-5.x branch from 63b62f3 to bdad52e Compare August 16, 2024 06:37
@renovate renovate bot force-pushed the renovate/tape-5.x branch from bdad52e to fa8b8dd Compare August 24, 2024 21:03
@renovate renovate bot changed the title chore(deps): update dependency tape to v5.8.1 chore(deps): update dependency tape to v5.9.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/tape-5.x branch from fa8b8dd to b1b3da0 Compare September 16, 2024 01:23
@renovate renovate bot force-pushed the renovate/tape-5.x branch from b1b3da0 to ab39f79 Compare November 27, 2024 04:08
@renovate renovate bot force-pushed the renovate/tape-5.x branch 2 times, most recently from bb2e668 to b8f9934 Compare December 17, 2024 22:25
@renovate renovate bot force-pushed the renovate/tape-5.x branch from b8f9934 to 7f37efb Compare January 14, 2025 05:42
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.

0 participants