cuid
cuid copied to clipboard
chore(deps): update dependency tape to v5.9.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
tape | 5.6.3 -> 5.9.0 |
Release Notes
tape-testing/tape (tape)
v5.9.0
Commits
- [New]
bin/tape
: add--strict
4c97f54
- [Fix] in engines that lack dynamic import, have some output
2d5c8dc
- [Tests] use
npm audit
instead ofaud
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
Fixed
- [meta] fix URLs
#608
Commits
- [Fix]
assertion
: pass through assertion return value, for promises2ad86d4
v5.8.0
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 tweaksce4ce8a
- [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 entrypoints91a83b6
- [Dev Deps] remove unused
intl-fallback-symbol
,is-core-module
eafacf6
- [Deps] update
object-is
1b01656
- [meta] simplify
exports
f9eac5b
v5.7.5
Commits
- [Fix]
throws
: fix crash when throwing primitives with a non-empty expected object1b2681d
- [Tests] clean up throws tests
9133c93
- [Fix]
default_stream
: do not error on nullish dataeff3725
- [Fix] in IE 8,
TypeError
does not inherit fromError
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
Fixed
- [Fix] handle native ESM URLs in
at:
#601
Commits
- [Deps] update
has-dynamic-import
1e50cb3
v5.7.3
Commits
- [Refactor]
Test
: cleanerat
logicaf4d109
- [Fix]
intercept
: give a proper error message with a readonly Symbol property4640a91
- [Refactor]
getHarness
: avoid mutatingopts
, account for only one internal callsite forcreateExitHarness
19cfc8f
- [Tests] Spawn processes during tests using execPath so that the tests pass on windows
4a57fbe
- [Fix]
createHarness
: when noconf
is provided,only
should not throw8a1cccc
- [Fix]
bin/tape
: ignore options on windowsa2b74f9
- [Refactor]
_assert
: avoid reassigning argumentsdc64c08
- [Refactor]
Results
: usethis
instead ofself
5f831b4
- [Performance] avoid the extra call frame to
new
it78fd0d6
- [Dev Deps] update
aud
,npmignore
ceabd99
- [Tests] fix
npm test
on windowsbcf6ce7
- [Fix] stack trace path parsing on windows
9cbae8a
- [Refactor]
Results
createStream
: clean up_push
handler878a500
- [Refactor]
Test
: a more precise checkf6d30cf
- [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 conflict19af506
- [Deps] update
deep-equal
5d26485
- [Deps] update
mock-property
d90c29a
- [meta] add
sideEffects
flag85f593b
v5.7.2
Commits
- [Refactor] use
hasown
instead ofhas
489736a
- [Deps] update
call-bind
,mock-property
,object-inspect
de34703
- [Tests] use
through
properly56d7a8b
v5.7.1
Commits
- [Fix]
default_stream
: add handling for IE < 913f23ed
- [Deps] update
@ljharb/through
,resolve
9135b40
- Merge tag 'v4.17.0'
e61cd40
- [New] add
t.intercept()
e60aeca
- [New] add
t.capture
andt.captureFn
, modeled after tap3d96d69
- [Deps] switch from
through
andresumer
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 < 6a576f8d
v5.7.0
Commits
- [New] add
t.intercept()
5d37060
- [New] add
t.capture
andt.captureFn
, modeled after tap9e21f7a
- [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
Commits
- [Deps] switch from
through
andresumer
to@ljharb/through
and@ljharb/resumer
c99680a
v5.6.5
Commits
- [Fix] Results: show a skip string on tests, not just on assertions
9bbbcfe
- [Deps] update
deep-equal
109a791
v5.6.4
Commits
- [Fix]
throws
: avoid crashing on a nonconfigurable or nonextensibleexpected
0731b5f
- [Tests] simplify tests
c656ee5
- [Refactor]
Test
: skip binding for a non-function valuee244e64
- [Performance] use
call-bind
for autobinding70de437
- [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 < 60e80800
- 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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.
:white_check_mark: tape
No breaking changes found in dependency changelogs.
:bust_in_silhouette: Who am I? I am a bot that helps developers to update dependencies by informing if changelogs contain breaking changes or not.
:wave: See you again? If you want my help with other dependency updates, add me to your repository.
PS. I hope I didn't bother you - my purpose is to help developers and I won't comment anymore without your request. Feel free to shoot me a message about anything [email protected]. Cheers.