Skip to content

Update dependency tape to v5.10.2 - #26

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update dependency tape to v5.10.2#26
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 2, 2023

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
tape 5.6.35.10.2 age confidence

Release Notes

tape-testing/tape (tape)

v5.10.2

Compare Source

Commits
  • [Fix] types: allow skip to be called with the same signatures as test aab00d8
  • [Dev Deps] update eslint; add missing DT packages 9f9c23b
  • [eslint] ignore linting errors in examples dec20b0

v5.10.1

Compare Source

Commits
  • [Fix] types: export Test and the callback types from the tape namespace 7ebe323

v5.10.0

Compare Source

Fixed
  • [New] opts.timeout: add ignoreSyncTimeout to optionally fail blocking tests that exceed the timeout #623
Commits
  • [New] add types 3bd17c3
  • [Tests] use string encoding with concat-stream and exec d8d42b6
  • [Dev Deps] update eslint 4447d26
  • [actions] update workflows 1d79ea3
  • [eslint] fix array bracket spacing 011fa27
  • [Refactor] minor cleanups 39470e7
  • [Tests] avoid relying on implicit toStrings ceca8d5
  • [Refactor] avoid needing a call-bound push 0f12b31
  • [actions] split out node 10-20, and 20+ 7b291f5
  • [Refactor] use es-object-atoms 6b20c90
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, npmignore cf20e24
  • [Deps] update call-bind, hasown, resolve, string.prototype.trim ffce2c3
  • [Deps] update call-bound, has-dynamic-import, is-regex, object.assign f7630c3
  • [Deps] update array.prototype.every, call-bind, string.prototype.trim 3d0107a
  • [Refactor] use call-bound directly 658126c
  • [patch] remove never-published helper file c28f3c7
  • [Deps] update for-each, object-inspect be106fd
  • [Deps] update @ljharb/now 2d757f0
  • [Tests] actually invoke Math.random 85ddba3
  • [Deps] update call-bound ec3faf9
  • [Deps] update for-each 861c17c
  • [Deps] update @ljharb/through f7d074e
  • [Dev Deps] update es-value-fixtures 5c133bb
  • [Dev Deps] update array.prototype.flatmap 33a1036
  • [Deps] update is-regex d7c9ad3
  • [Deps] update object-inspect ed50350
  • [Dev Deps] update es-value-fixtures 4bcfc8b

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: (UTC)

  • 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 this update 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 changed the title Update dependency tape to v5.6.4 Update dependency tape to v5.6.5 Jul 13, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6e29cdf to 83f9ed7 Compare July 13, 2023 02:26
@renovate renovate Bot changed the title Update dependency tape to v5.6.5 Update dependency tape to v5.6.6 Jul 19, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 83f9ed7 to 72634f4 Compare July 19, 2023 02:34
@renovate renovate Bot changed the title Update dependency tape to v5.6.6 Update dependency tape to v5.7.0 Sep 22, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 72634f4 to b50d7d8 Compare September 22, 2023 05:19
@renovate renovate Bot changed the title Update dependency tape to v5.7.0 Update dependency tape to v5.7.1 Oct 12, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b50d7d8 to 8e352f9 Compare October 12, 2023 05:49
@renovate renovate Bot changed the title Update dependency tape to v5.7.1 Update dependency tape to v5.7.2 Oct 21, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8e352f9 to 313a85b Compare October 21, 2023 11:34
@renovate renovate Bot changed the title Update dependency tape to v5.7.2 Update dependency tape to v5.7.3 Jan 13, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 313a85b to 06ede24 Compare January 13, 2024 14:47
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 06ede24 to 5b2dd1b Compare January 27, 2024 14:56
@renovate renovate Bot changed the title Update dependency tape to v5.7.3 Update dependency tape to v5.7.4 Jan 27, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5b2dd1b to 1b882aa Compare February 15, 2024 02:58
@renovate renovate Bot changed the title Update dependency tape to v5.7.4 Update dependency tape to v5.7.5 Feb 15, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1b882aa to b7cd27d Compare June 16, 2024 08:05
@renovate renovate Bot changed the title Update dependency tape to v5.7.5 Update dependency tape to v5.8.0 Jun 16, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b7cd27d to e948eaf Compare June 17, 2024 05:57
@renovate renovate Bot changed the title Update dependency tape to v5.8.0 Update dependency tape to v5.8.1 Jun 17, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e948eaf to 330f9a1 Compare September 16, 2024 08:54
@renovate renovate Bot changed the title Update dependency tape to v5.8.1 Update dependency tape to v5.9.0 Sep 16, 2024
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 330f9a1 to 36789fc Compare August 11, 2025 07:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 36789fc to 3f251bf Compare December 3, 2025 18:19
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3f251bf to 492d9a5 Compare January 1, 2026 11:10
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 492d9a5 to 715ea8a Compare February 19, 2026 00:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 715ea8a to 2c3215d Compare April 15, 2026 12:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2c3215d to 77417e8 Compare April 30, 2026 04:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 77417e8 to 1431dd0 Compare May 22, 2026 04:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1431dd0 to 14edfaf Compare May 30, 2026 15:59
@renovate renovate Bot changed the title Update dependency tape to v5.9.0 Update all non-major dependencies dev-dependencies to v5.9.0 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 14edfaf to 9ccd655 Compare June 12, 2026 23:58
@renovate renovate Bot changed the title Update all non-major dependencies dev-dependencies to v5.9.0 Update all non-major dependencies dev-dependencies to v5.10.1 Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9ccd655 to 0fede86 Compare June 20, 2026 08:04
@renovate renovate Bot changed the title Update all non-major dependencies dev-dependencies to v5.10.1 Update all non-major dependencies dev-dependencies to v5.10.2 Jun 20, 2026
@renovate renovate Bot changed the title Update all non-major dependencies dev-dependencies to v5.10.2 Update all non-major dependencies dev-dependencies Jun 24, 2026
@renovate renovate Bot changed the title Update all non-major dependencies dev-dependencies Update dependency tape to v5.10.2 Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0fede86 to 0b21dc6 Compare July 17, 2026 23:13
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0b21dc6 to 747feef Compare July 25, 2026 15:14
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