ahmadnassri / node-har-validator

Extremely fast HTTP Archive (HAR) validator using JSON Schema
MIT License
61 stars 26 forks source link

chore(deps-dev): bump tap from 14.10.8 to 18.1.4 #246

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tap from 14.10.8 to 18.1.4.

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/esm module, in favor of native ES Modules.
  • Drop the inclusion of 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.
  • Drop support for node <10.
  • Separate t.has from t.match, so these are distinct.
  • Deprecate aliases.
  • Do not report on test points filtered with only or grep options.
  • Resolve t.test() promise to the child test results, rather than the parent test.
  • Remove callback argument from t.beforeEach and t.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.compareOptions object to pass options to all the methods that use tcompare (ie, t.has, t.match, t.same, etc.)
  • Improved diffing and comparison output for long strings and buffers.
  • Add t.before method.
  • Add t.mock() API for mocking calls to require() in modules being tested.
  • Inherit the t.saveFixture boolean option.
  • Create fixtures symbolic links as junctions if pointing at directories.
  • Set both FORCE_COLOR and NO_COLOR environment variables appropriately.
  • Pull initial TS_NODE_COMPILER_OPTIONS from test environment.
  • Run fixture cleanup aysnchronously on t.teardown() to minimize Windows folder locking issues.
  • Load .taprc.yml and .taprc.yaml config files if present, and no .taprc is present.

DEPENDENCIES and REFACTORING

  • Extract most of the internal functionality to libtap.
  • Update nyc to version 15.
  • Conditional exports to limit diving into tap's internals except via supported APIs.
Commits
  • 95d17a4 update versions
  • 885a15e reporter: get rid of extraneous {} in error result
  • 0f41fe1 core: handle plan + promise return properly
  • 83c1d82 update versions
  • e325510 run: need to resolve @​tapjs/test from current location
  • 6cf7974 update versions
  • 185874f pnpm affordance: declare deps, resolve loaders
  • ccd10e2 update versions
  • b723522 add missing node-serialize builtin plugin dep
  • 853dd27 intercept: track type of receivers and arguments
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | tap | [>= 15.a, < 16] |

Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
socket-security[bot] commented 1 year ago

Updated dependencies detected. Learn more about Socket for GitHub β†—οΈŽ

Packages Version New capabilities Transitives Size Publisher
tap 14.10.8...18.1.4 network +243/-218 63.9 MB isaacs
github-actions[bot] commented 1 year ago

πŸ¦™ MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
βœ… EDITORCONFIG editorconfig-checker 2 0 0.01s
βœ… JSON eslint-plugin-jsonc 2 0 1.16s
βœ… JSON jsonlint 2 0 0.18s
βœ… JSON npm-package-json-lint yes no 0.55s
βœ… JSON v8r 2 0 4.26s
βœ… REPOSITORY checkov yes no 17.89s
βœ… REPOSITORY gitleaks yes no 0.4s
βœ… REPOSITORY git_diff yes no 0.0s
βœ… REPOSITORY grype yes no 9.92s
βœ… REPOSITORY secretlint yes no 0.81s
βœ… REPOSITORY trivy-sbom yes no 1.1s
βœ… REPOSITORY trufflehog yes no 4.37s
❌ SPELL lychee 2 3 0.87s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

dependabot[bot] commented 1 year ago

Superseded by #247.