only-if-changed-webpack-plugin
only-if-changed-webpack-plugin copied to clipboard
Bump qs and tap
Removes qs. It's no longer used after updating ancestor dependency tap. These dependencies need to be updated together.
Removes qs
Updates tap from 5.8.0 to 16.3.2
Release notes
Sourced from tap's releases.
v16.0.0
https://node-tap.org/changelog/#160---2022-03-05
v15.0.0
15.0 - 2021-03-30
This is a major refactor of much of tap's internals, and a lot of new features.
BREAKING CHANGES
- Drop the use of the
@std/esmmodule, in favor of native ES Modules.- Drop the inclusion of
typescriptby default. (Typescript still supported, but requires that you install it yourself.).jsxfiles only run automatically when--jsxconfig is explicitly enabled.--check-coverageon by default.- Drop support for node
<10.- Separate
t.hasfromt.match, so these are distinct.- Deprecate aliases.
- Do not report on test points filtered with
onlyorgrepoptions.- Resolve
t.test()promise to the child test results, rather than the parent test.- Remove
callbackargument fromt.beforeEachandt.afterEach. Return a promise if you wish these methods to be async.NEW FEATURES and BUG FIXES
- Restructure snapshot output folder, and change file extensions to
.cjs.- Add
t.compareOptionsobject to pass options to all the methods that usetcompare(ie,t.has,t.match,t.same, etc.)- Improved diffing and comparison output for long strings and buffers.
- Add
t.beforemethod.- Add
t.mock()API for mocking calls torequire()in modules being tested.- Inherit the
t.saveFixtureboolean option.- Create fixtures symbolic links as junctions if pointing at directories.
- Set both
FORCE_COLORandNO_COLORenvironment variables appropriately.- Pull initial
TS_NODE_COMPILER_OPTIONSfrom test environment.- Run fixture cleanup aysnchronously on
t.teardown()to minimize Windows folder locking issues.- Load
.taprc.ymland.taprc.yamlconfig files if present, and no.taprcis present.DEPENDENCIES and REFACTORING
- Extract most of the internal functionality to
libtap.- Update
nycto version 15.- Conditional exports to limit diving into tap's internals except via supported APIs.
Commits
b55736216.3.24e6f390Back out dep update that broke installation with npm v6b3fd12dupdate cli doc10085a516.3.18b104bdupdate depsc6af3bdmake fonts work on Safaribffc7beupdate cli doc27703e416.3.093ee27cexpose tap/mocha73e3f7eignore a flaky coverage else branch- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.