Skip to content

Bump test from 3.2.1 to 3.3.0 - #5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test-3.3.0
Open

Bump test from 3.2.1 to 3.3.0#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test-3.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 13, 2023

Copy link
Copy Markdown

Bumps test from 3.2.1 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)
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)
Commits
  • 414743a chore(main): release 3.3.0
  • b0f0238 docs: update test concurrency description / default values
  • 66da6fe fix: fix tap parser fails if a test logs a number
  • b5b3f0b fix: fix missing test diagnostics
  • d6f071a fix: top-level diagnostics not ommited when running with --test
  • 69e4f83 test: fix tap escaping with and without --test
  • dc45ff3 chore: update comment to comply with eslint no-fallthrough rule
  • b6177a4 fix: make built in reporters internal
  • 10d6603 feat: report file in test runner events
  • a64358a chore: use os.availableParallelism()
  • Additional commits viewable in compare view

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 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)

Bumps [test](https://github.com/nodejs/node-core-test) from 3.2.1 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](nodejs/node-core-test@v3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 13, 2023
@netlify

netlify Bot commented Feb 13, 2023

Copy link
Copy Markdown

Deploy Preview for migvidal failed.

Name Link
🔨 Latest commit 3f04efe
🔍 Latest deploy log https://app.netlify.com/sites/migvidal/deploys/63ea6257d8dc9d0007fa9446

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants