fix(deps): update dependency tap-parser to v15 #4457
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~13.0.0
->~15.2.0
Release Notes
tapjs/tapjs (tap-parser)
v15.2.0
Compare Source
v15.1.0
Compare Source
v15.0.0
Compare Source
15.0 - 2021-03-30
This is a major refactor of much of tap's internals, and a lot of new features.
BREAKING CHANGES
@std/esm
module, in favor of native ES Modules.typescript
by default. (Typescript still supported, but requires that you install it yourself.).jsx
files only run automatically when--jsx
config is explicitly enabled.--check-coverage
on by default.<10
.t.has
fromt.match
, so these are distinct.only
orgrep
options.t.test()
promise to the child test results, rather than the parent test.callback
argument fromt.beforeEach
andt.afterEach
. Return a promise if you wish these methods to be async.NEW FEATURES and BUG FIXES
.cjs
.t.compareOptions
object to pass options to all the methods that usetcompare
(ie,t.has
,t.match
,t.same
, etc.)t.before
method.t.mock()
API for mocking calls torequire()
in modules being tested.t.saveFixture
boolean option.FORCE_COLOR
andNO_COLOR
environment variables appropriately.TS_NODE_COMPILER_OPTIONS
from test environment.t.teardown()
to minimize Windows folder locking issues..taprc.yml
and.taprc.yaml
config files if present, and no.taprc
is present.DEPENDENCIES and REFACTORING
libtap
.nyc
to version 15.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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.