Skip to content
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

Bump test from 0.6.0 to 3.2.1 #11

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2022

Bumps test from 0.6.0 to 3.2.1.

Release notes

Sourced from test's releases.

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

  • add before/after/each hooks (4ed5d1f)
  • add support for boolean values for concurrency option (ba8fd71)
  • graceful termination on --test only (4071052)
  • pass signal on timeout (3814bf0)
  • recieve and pass AbortSignal (558abfc)
  • validate concurrency option (f875da2)
  • validate timeout option (cf78656)

Bug Fixes

  • do not report an error when tests are passing (10146fa)
  • doc: add missing test runner option (b8bc3be)
  • doc: copyedit README.md (1401584)
  • doc: fix typos in test.md (8c95f07)
  • empty pending tests queue post running (2f02171)
  • fix top level describe queuing (c6f554c)
  • test: ensure all tests are run and fix failing ones (#33) (215621e)

v3.1.0

3.1.0 (2022-07-20)

Features

  • add Subtest to tap protocol output (fc0256b)
  • cancel on termination (826048c)
  • expose describe and it (e29cd3f)
  • support timeout for tests (5b6851f)

Bug Fixes

  • catch errors thrown within describe (4ca48af)
  • ci: fix package name in release-please.yml (#25) (c132f7e)
  • doc: improve test runner timeout docs (751ffc6)

... (truncated)

Changelog

Sourced from test's changelog.

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)
  • graceful termination on --test only (4071052)
  • pass signal on timeout (3814bf0)
  • recieve and pass AbortSignal (558abfc)
  • validate concurrency option (f875da2)
  • validate timeout option (cf78656)

Bug Fixes

  • do not report an error when tests are passing (10146fa)
  • doc: add missing test runner option (b8bc3be)
  • doc: copyedit README.md (1401584)
  • doc: fix typos in test.md (8c95f07)
  • empty pending tests queue post running (2f02171)
  • fix top level describe queuing (c6f554c)
  • test: ensure all tests are run and fix failing ones (#33) (215621e)

3.1.0 (2022-07-20)

Features

  • add Subtest to tap protocol output (fc0256b)
  • cancel on termination (826048c)
  • expose describe and it (e29cd3f)
  • support timeout for tests (5b6851f)

Bug Fixes

  • catch errors thrown within describe (4ca48af)
  • ci: fix package name in release-please.yml (#25) (c132f7e)
  • doc: improve test runner timeout docs (751ffc6)
  • fix it concurrency (0a81cfc)
  • wait for stderr and stdout to complete (bee4a6a)

... (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

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 0.6.0 to 3.2.1.
- [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.2.1)

---
updated-dependencies:
- dependency-name: test
  dependency-type: direct:development
  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 Nov 11, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 13, 2023

Superseded by #12.

@dependabot dependabot bot closed this Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/test-3.2.1 branch February 13, 2023 02:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants