Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump test from 0.6.0 to 3.3.0 #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dependabot wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from dependabot/npm_and_yarn/test-3.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023
edited
Loading

Bumps test from 0.6.0 to 3.3.0.

Release notes

Sourced from test's releases.

v3.3.0

3.3.0 (2023年02月08日)

Features

  • add --test-name-pattern CLI flag (c5fd64c)
  • add extra fields in AssertionError YAML (46dce07)
  • add getter and setter to MockTracker (b942f93)
  • add initial TAP parser (5f8ce61)
  • add reporters (1ec1348)
  • add t.after() hook (71b659e)
  • parse yaml (d1343a7)
  • report file in test runner events (10d6603)
  • support function mocking (2e499ee)
  • support programmatically running --test (d885ee2)
  • support using --inspect with --test (6755536)
  • verbous error when entire test tree is canceled (012acb0)

Bug Fixes

  • avoid swallowing of asynchronously thrown errors (cff397a)
  • call {before,after}Each() on suites (0bfdb77)
  • don't use a symbol for runHook() (b3b384e)
  • fix duration_ms to be milliseconds (27241c3)
  • fix afterEach not running on test failures (f2815af)
  • fix missing test diagnostics (b5b3f0b)
  • fix tap parser fails if a test logs a number (66da6fe)
  • include stack of uncaught exceptions (c50f844)
  • make built in reporters internal (b6177a4)
  • move test reporter loading (a5e0e9e)
  • remove stdout and stderr from error (5ba2500)
  • report tap subtest in order (08269c5)
  • run t.after() if test body throws (c80e426)
  • top-level diagnostics not ommited when running with --test (d6f071a)

v3.2.1

3.2.1 (2022年08月03日)

Bug Fixes

  • make test runner work even if there is no AbortSignal support (#36) (cb2e4fd)

v3.2.0

3.2.0 (2022年08月01日)

Features

... (truncated)

Changelog

Sourced from test's changelog.

3.3.0 (2023年02月08日)

Features

  • add --test-name-pattern CLI flag (c5fd64c)
  • add extra fields in AssertionError YAML (46dce07)
  • add getter and setter to MockTracker (b942f93)
  • add initial TAP parser (5f8ce61)
  • add reporters (1ec1348)
  • add t.after() hook (71b659e)
  • parse yaml (d1343a7)
  • report file in test runner events (10d6603)
  • support function mocking (2e499ee)
  • support programmatically running --test (d885ee2)
  • support using --inspect with --test (6755536)
  • verbous error when entire test tree is canceled (012acb0)

Bug Fixes

  • avoid swallowing of asynchronously thrown errors (cff397a)
  • call {before,after}Each() on suites (0bfdb77)
  • don't use a symbol for runHook() (b3b384e)
  • fix duration_ms to be milliseconds (27241c3)
  • fix afterEach not running on test failures (f2815af)
  • fix missing test diagnostics (b5b3f0b)
  • fix tap parser fails if a test logs a number (66da6fe)
  • include stack of uncaught exceptions (c50f844)
  • make built in reporters internal (b6177a4)
  • move test reporter loading (a5e0e9e)
  • remove stdout and stderr from error (5ba2500)
  • report tap subtest in order (08269c5)
  • run t.after() if test body throws (c80e426)
  • top-level diagnostics not ommited when running with --test (d6f071a)

3.2.1 (2022年08月03日)

Bug Fixes

  • make test runner work even if there is no AbortSignal support (#36) (cb2e4fd)

3.2.0 (2022年08月01日)

Features

  • add before/after/each hooks (4ed5d1f)
  • add support for boolean values for concurrency option (ba8fd71)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for test since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [test](https://github.com/nodejs/node-core-test) from 0.6.0 to 3.3.0.
- [Release notes](https://github.com/nodejs/node-core-test/releases)
- [Changelog](https://github.com/nodejs/node-core-test/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nodejs/node-core-test/commits/v3.3.0)
---
updated-dependencies:
- dependency-name: test
 dependency-type: direct:production
 update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (81770b4) 85.80% compared to head (c18f467) 85.80%.

Additional details and impacted files
@@ Coverage Diff @@
## main #271 +/- ##
=======================================
 Coverage 85.80% 85.80% 
=======================================
 Files 11 11 
 Lines 606 606 
 Branches 99 99 
=======================================
 Hits 520 520 
 Misses 86 86 

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /